dirkjanm / firefox-send-to-xbmc

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

adding simple support for youtube playlists #34

Closed drhoet closed 8 years ago

drhoet commented 8 years ago

Adding simple support for youtube playlist URLs

dirkjanm commented 8 years ago

This looks good, work on playlists is being done in the playlists feature branch, I'm not sure yet when that one will be finished since it requires quite some thinking about what to do with the several buttons we're getting. Could you make your pull request to that branch so I can merge it in already?

drhoet commented 8 years ago

See #35 There are however some other changes already going on that branch, e.g. the change of method name to parseUrl and the added call to plists.add_item(); I didn't immediately see how to merge it correctly ;-)

dirkjanm commented 8 years ago

Closing in favor of #35