dirkjanm / firefox-send-to-xbmc

Send to XBMC/Kodi Firefox plugin
MIT License
65 stars 26 forks source link

Feature playlists #35

Open drhoet opened 8 years ago

drhoet commented 8 years ago

Adding simple support for youtube playlist URLs

Remark: same as #34 but now on playlists-feature branch as requested.

dirkjanm commented 8 years ago

Thanks, I'll have a look at merging it in, am I correct in assuming that when a video is part of a playlist it always sends the whole playlist to Kodi?

drhoet commented 8 years ago

Yes it does. The kodi plugin already supported playlists and loads the whole thing when it receives a playlist id. Might be cleaner if the user gets the option to send the playlist or only the video (e.g. different link in the context menu)? I didn't search for it further because I didn't really need it, but I can look into it if you want...

dirkjanm commented 8 years ago

Its all right for now, there are several things that need solving in the playlists branch, I will have a look on how to implement it.