I'm stuck at getting the playlists' names in python , some help ?
Petko Ditchev <[email protected]> Fri, 14 Feb 2014 16:39:34 +0200
| Newsgroups | gmane.comp.gnome.apps.rhythmbox.devel |
|---|---|
| Message-ID | <[email protected]> |
import rb import ... some other stuff pl_man = shell.props.playlist_manager pl_man.get_playlist_names() and I get (true, ...gibberish...) the second part of the result is probably a pointer to the list of names but I cant figure out how to use it in python ?! Petko