jez500 / chorus

A Web UI for XBMC, focused on user experience and music. Get the latest version here: https://github.com/xbmc/chorus2
357 stars 54 forks source link

Support favorites #32

Open MostFrabjous opened 10 years ago

jez500 commented 10 years ago

How would you like it supported? Favourites are really intended for getting to something quickly in the XBMC UI which doesn't translate that well to the Web UI. I might add shortcuts (or customizable menu links) to pages within chorus and there is always thumbs up! Or do you want favorites to open the applicable page in the XBMC UI?

nairdaleo commented 10 years ago

Most people already have their favourites lists built up, it would be nice if you could put a button on the left navigation bar that would access whatever we have already stored there. In my case I've created playlists and put some add-ons there, and the behaviour I would expect is that I click on the favourites button to see these lists and:

  1. for playlists it just automatically plays them
  2. for add-ons it just starts them on the server
  3. for recognizable add-ons like youtube, it provides me with sub-menus populated by their navigating counterparts on the server, for example clicking or even hovering on youtube would open a list with "search", "explore", or if you're logged in, with your subscriptions.

That would be ideal though, but if it can at least start up the add-on that's already a big win

MostFrabjous commented 10 years ago

nairdaleo, that sums it up quite perfect.

jez500 commented 10 years ago

Before this gets done, the files section (which also deals with addons) is going to need a bit of an overhaul, at the moment you can't link to a file/folder/addon directly and I am not really happy with the UI. Once that is done we will have more power with linking to stuff that is is not in the library and I can attack favourites with a lot more flexibility.