| The Following User Says Thank You to somebody For This Useful Post: | ||
| The Following User Says Thank You to leetnoob For This Useful Post: | ||
$ dbus-send --type=method_call --print-reply --dest=ru.somebody.someplayer / ru.somebody.someplayer.playlists
result:
array [
string "Test playlist"
string "Metallica"
string "Now playing"
string "New playlist"
]
$ dbus-send --type=method_call --dest=ru.somebody.someplayer / ru.somebody.someplayer.select_playlist string:"New playlist"
Thanks github for hosting my sources.