@accepts(utf8, utf8, gboolean) @returns(gboolean) def export_playlist(name, uri, m3u_format)
Saves the specified playlist to a file in either M3U or PLS format. This is part of the playlist manager dbus interface.
name : |
name of the playlist to export |
uri : |
playlist save location |
m3u_format : |
if TRUE, save in M3U format, otherwise save in PLS format |
Returns : |
TRUE if successful. |