2013-11-27, 01:38
(2013-11-27, 00:55)aizukanne Wrote: No problem. Will test any release you provide and share results.
Ok, try if version 3.3.1 that I've just pushed to Git solves the problem.
(2013-11-27, 00:55)aizukanne Wrote: No problem. Will test any release you provide and share results.
(2013-11-27, 22:52)smacrae Wrote: Further to my last request, I noticed that when I log in to myPlex on (latest Amber and 3.3.1 PleXBMC) I get the script error and the shelf items don't populate.
Anything you know that might fix this would be welcomed, happy to hand edit some files if you want me to test.
(2013-11-27, 16:55)tube82 Wrote: Hi, because I don't like the recently added shelf without episodes being stacked to seasons (as you may know from the Plex forums ), I tried to fix the PleXBMC setting that allows to choose which shelfs to show and came up with some very, very minor changes to the code to allow its use (at least in Amber, haven't checked another skin). I created a pull request on GIT, if you want to take a look.
(2013-10-29, 13:40)im85288 Wrote: Thanks for the advice, however it is not working as expected. Maybe this is because everything is local (i.e. all in the same house) but no matter what I put into the plexbmc settings the on deck status is always the one of the default server.I tested with the plex web UI to see what the difference was in the calls to get the on deck sections and noticed this:
(2013-11-29, 20:29)pecinko Wrote:(2013-11-27, 16:55)tube82 Wrote: Hi, because I don't like the recently added shelf without episodes being stacked to seasons (as you may know from the Plex forums ), I tried to fix the PleXBMC setting that allows to choose which shelfs to show and came up with some very, very minor changes to the code to allow its use (at least in Amber, haven't checked another skin). I created a pull request on GIT, if you want to take a look.
I've seen PR but I'm afraid that won't work with Amber You will need to edit def fullShelf instead or wait a bit until my python improves and I find a way to stack episodes
(2013-11-29, 22:43)tube82 Wrote:(2013-11-29, 20:29)pecinko Wrote:(2013-11-27, 16:55)tube82 Wrote: Hi, because I don't like the recently added shelf without episodes being stacked to seasons (as you may know from the Plex forums ), I tried to fix the PleXBMC setting that allows to choose which shelfs to show and came up with some very, very minor changes to the code to allow its use (at least in Amber, haven't checked another skin). I created a pull request on GIT, if you want to take a look.
I've seen PR but I'm afraid that won't work with Amber You will need to edit def fullShelf instead or wait a bit until my python improves and I find a way to stack episodes
Have you tried it? I did and it works for me in Amber. I changed the line in fullShelf, ShelfOnDeck and shelf because I wasn't sure which one(s) is/are actually used
The PleXBMC shelf settings Recently added/On Deck/Both lead to the correct shelfs being displayed. I am also looking into the stacking thing, but didn't get very far yet.
If you don't want to merge it thats fine. Since it works for me I'll keep adding the lines in my copy anyway (until you, me or anyone else figures out a viable solution for stacking episodes)
(2013-11-30, 17:33)tube82 Wrote: Since the feature is currently not working I see no harm in it possibly breaking again in the future