dirkjanm / firefox-send-to-xbmc

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

Toolbar button #26

Closed lameventanas closed 6 years ago

lameventanas commented 9 years ago

Instead of changing the DOM, how about using a toolbar button?

The button would normally be disabled and grayed, except when the user is in a website that can be queued or played in Kodi, it would become enabled and colored.

The default action would be to play on the first server, with a dropdown menu to select: Play, Queue, and for each additional server: /Play /Queue

The benefit is that it would make it easier to play something in Kodi, no more right clicking or hunting for a button, plus the HTML layout wouldn't be modified, and it would be easier to add support for other websites besides youtube.

dirkjanm commented 9 years ago

Yes this feature is on the long-term todo list but hasn't been implemented yet.

Matthias84 commented 8 years ago

You might want to consider using Mozilla Social API that is used for the generic share button + providers already.

dirkjanm commented 6 years ago

This has been implemented in #60 Support for more sites to come.