How to get current playlist name?
#1
Hi all,

Im after a way to grab the current playing playlist name using python in XBMC to add in 2 my ResumeX script.

Any ideas?

There doesnt seem to be this method in Playlist class or in Info Labels which i think there should be.

Any help would be great.

Cheers
Stanley87
Reply
#2
Does the httpapi provide what you after?

Reply
#3
dont think so, i need to command that can get the playlist via a python script,if it is available in httpapi then i assume it should be around 4 python
Reply
#4
You can call httpapi from Python. Have a look at the online manual.

Reply
#5
wow, i read down the page and saw it can be used via Python. :-D, great:-D
playlist = xbmc.executehttpapi("GetCurrentPlaylist")

Cheers nad
Reply

Logout Mark Read Team Forum Stats Members Help
How to get current playlist name?0