Bug Youtube Playlist Labels
#1
Hey Guys,

I'm working on a Custom Webinterface for XBMC.
I have the following problem:

I'm adding a Youtube-Video with the following command to the playlist:

PHP Code:
c.Playlist.Add({ playlistid1item: { file"plugin://plugin.video.youtube/?action=play_video&videoid=" id  } }); 

and read out the Playlist with:

PHP Code:
c.Playlist.GetItems({ "playlistid"}, function(response) { //paint Interface }); 

But I don't suceed getting back the labels/titles for the added Youtube Videos.
I'm just going crazy, because when I add a Youtube Link inside XBMC to the playlist - everything is working fine.

So it seems that my Playlist.Add doesnt work right :/ - I already had a look inside some other pugins who offer playlist add, I dont find the difference :/


I hop you can help me out guys Smile
Thanks in advance,

Simon
Reply
#2
Perhaps I have a clue - Those plugins I tested have the possibility to write further properties to a playlistitem with Python ?
Is there any chane to do it without Python in Javascript?
Reply
#3
Unfortunately that's currently not supported by the JSON-RPC API.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#4
Ah damn. Thanks for your reply anyway Smile

Do you have a possible workaround in your mind?
I thought about controling the youtube plugin to add a file to the playlist .. something like this.
Reply

Logout Mark Read Team Forum Stats Members Help
Youtube Playlist Labels0