Posts: 5,184
Joined: Jan 2009
Reputation:
131
JSON-RPC already allows to change the set of a movie as well as title, genre, director and almost anything else except for the cast and streamdetails (maybe something else I don't remember). That functionality is already being used by the XWMM webinterface and probably other third party software.
Always read the
online manual (wiki),
FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the
forum rules (wiki).
Please read the pages on
troubleshooting (wiki) and
bug reporting (wiki) before reporting issues.
Posts: 414
Joined: Apr 2010
Reputation:
5
Voyager
Retired Team-Kodi Member
Posts: 414
thanks everyone. I think I've completed the feature as best as possible now. There are 3 commits: one for option a), one for option b) and one that presents a warning whenever there would be a residual empty set.
Is there sufficient appetite to pull this in for the April merge window?
Posts: 6,224
Joined: Jun 2009
Reputation:
113
da-anda
Team-Kodi Member
Posts: 6,224
I don't see a way to create a new movie-set - how is this supposed to work?
Posts: 26,215
Joined: Oct 2003
Reputation:
186
I'd suggest the "<None>", "New set..." is placed as the first two options in the select dialog. New set just pops up the keyboard.
I really don't get the point of the "Manage set" thing to be honest. It's not as if you're doing it all the time that just editing the set on each one takes all that much time.
Posts: 6,224
Joined: Jun 2009
Reputation:
113
da-anda
Team-Kodi Member
Posts: 6,224
nice. One thing I don't like though is the label of the first option "Keep movie in current set (Not in movie set)". A "keep" option is IMO not required, I'd rather add a "cancel" option to the dialog. So the available options should be "remove from current set" (only show if it is in one), "add to new set" and "add to existing set". But that's just my opinion.
Posts: 414
Joined: Apr 2010
Reputation:
5
Voyager
Retired Team-Kodi Member
Posts: 414
2013-03-31, 15:20
(This post was last modified: 2013-03-31, 15:27 by Voyager.)
da-anda, I can remove that option indeed. In order to replace it with a cancel button, that seems to be more difficult. I'm using the standard selection dialog here, which doesn't have one. You can still back out of it by using the back (or escape) button, which has the exact same effect. Would that be good enough?