View Single Post
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#17
I confirm that the "saved" playlist don't get played when called with the above dbus command.
But, you can make an external playlist like in http://talk.maemo.org/showpost.php?p...0&postcount=16
Then you can open it with a shell command:
Code:
dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:"file:///home/user/MyDocs/playlist_name.m3u"
You'll also find your playlist in mediaplayer under "imported playlists".

It is also possible to insert the code above in a .desktop file so that one can have an icon on the home screen which starts the playlist.

Last edited by debernardis; 2010-06-21 at 18:01.