xbmc / Kore

Kore is a simple and easy-to-use Kodi remote.
Apache License 2.0
649 stars 243 forks source link

[Feature Request] Play and/or Queue Following #102

Open TinoDidriksen opened 9 years ago

TinoDidriksen commented 9 years ago

The primary feature that's keeping me from uninstalling Yatse is the ability to start an episode and queue up the entire remaining season in a single action. Having to manually queue up episodes takes forever.

What Yatse is missing is a general "queue this episode and rest of season", which would also be great to have in Kore.

off-my-lawn commented 9 years ago

I'm having a go at implementing this. (Because it's something I want too)

So far I don't see any technical difficulties with it. Will just need to see if my changes meet the design code goals of the project owners when I'm ready to submit a pull request.

SyncedSynapse commented 9 years ago

@off-my-lawn No objections to this. Took a quick look at your code and looks good. I'm not sure about how adding the overflow icon to the episode list is going to look (with the checkmark), but i'm not worried because i plan on changing this list in the future so it will need a redesign anyway.

off-my-lawn commented 9 years ago

@SyncedSynapse what kind of design inspirations are you looking at for your redesign? Maybe I could help there too.

(I have around 12 years of commercial C++ experience. My concern wasn't that my code was bad, even though I don't normally do Java. It was more that I don't know if you have any specific programming styles you want used. That and from the design point of view with having the overflow icon and checkmark)

SyncedSynapse commented 9 years ago

I'm planning on joining the tv show overview and the seasons list on the same page, therefore removing the tabs on the top. Clicking on a season should show the episodes for that season. But i'm still thinking about this.