
Amarok 2 Android
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
dequire
9 years ago
Report
xyzwqt
9 years ago
"trackURL = Amarok.Collection.query('SELECT rpath FROM urls LEFT JOIN tracks ON urls.id = tracks.url WHERE tracks.id = '+trackId+';');
Amarok.Playlist.addMedia(new QUrl('file:///' + trackURL[0]));"
for this line:
"trackURL = Amarok.Collection.query('SELECT rpath FROM urls LEFT JOIN tracks ON urls.id = tracks.url WHERE tracks.id = '+trackId+';');
trackURL2 = Amarok.Collection.query('SELECT lastmountpoint FROM devices LEFT JOIN (urls LEFT JOIN tracks ON urls.id = tracks.url) ON devices.id = urls.deviceid WHERE tracks.id = '+trackId+';');
Amarok.Playlist.addMedia(new QUrl('file://'+ trackURL2[0] + trackURL[0].substring(1)));"
Report
locke87
9 years ago
However, I cannot add tracks to the playlist. Simply, nothing happens on the playlist when adding a track.
Also, a feature to queue a song would be great.
Report
gab1to
9 years ago
Hope in the future you can add the ability to add songs to playlist.
Keep up the good work.
Report
ZackGale
9 years ago
Report
Kwellmeister
9 years ago
Thank You !
Report
bitcrazy
9 years ago
m0nk
Report
GojaN
9 years ago
Report