change media url in playlist dynamicly
#1
Is there a way to change url in playlist as it plays.

I have a playlist with following url

playlist= [
'http://host/file1&key=12345',
'http://host/file2&key=12345'
]

when xbmc player reach second url in the playlist. the key will change from 12345 to 45678, thus the play get http permission issue. Is there anyway to provide a callback before each playnext to change the url in playlist dynamicly ?
Reply

Logout Mark Read Team Forum Stats Members Help
change media url in playlist dynamicly0