2013-12-06, 17:40
(2013-12-06, 17:38)topfs2 Wrote: Well this would be a skin addition only (hopefully) so isn't that decoupled? I mean isn't confluence in the skin repo?
It isn't in repo but can be if we want.
(2013-12-06, 17:38)topfs2 Wrote: Well this would be a skin addition only (hopefully) so isn't that decoupled? I mean isn't confluence in the skin repo?
(2013-12-06, 18:31)Martijn Wrote: i think the problem more lies into the fact that if Confluence is in repo with a higher number and a user starts XBMC and starts it it suddenly gets a black screen and "hopefully" the skin update went fine that he regains the skin again.
So it's more of a fresh install issue. For scrapers and such this isn't as much of an issue as they don't blackout your screen
(2013-12-07, 00:18)Ned Scott Wrote: Plus, it wouldn't really be a feature addition when it comes to skins. I would think it would be more akin to a configuration change? Up to the release managers, of course.
(2013-12-07, 11:02)topfs2 Wrote:(2013-12-06, 18:31)Martijn Wrote: i think the problem more lies into the fact that if Confluence is in repo with a higher number and a user starts XBMC and starts it it suddenly gets a black screen and "hopefully" the skin update went fine that he regains the skin again.
So it's more of a fresh install issue. For scrapers and such this isn't as much of an issue as they don't blackout your screen
If that is what happens I guess our update/install isn't really doing it proper
I'd expect it to keep using the installed one until the update is downloaded and installed properly? Otherwise this would happen to any other skin when they are updated?
(2013-12-07, 12:06)da-anda Wrote: what happens if Confluence is in Repo, we did an intermediate update so that it is installed in "userspace" and user updates to a newer XBMC version with included new Confluence? Which Confluence version will XBMC use? I assume always the one in userspace which is overriding shipped versions, but we probably should better use the highest compatible installed version (regardless of shipped or userspace)?the highest version in userspace is used as it is for all addons. So say we update Confluence for Frodo in repo the user gets this version installed. When he then installs Gotham this version is used as that has a higher version. So in short it doesn't matter where it is installed as long as it has the highest version number.
(2013-12-10, 09:05)Ned Scott Wrote: Sorting no longer works in Gotham:
On the XBMC-"client" side, if I go to Files -> my UPnP server -> Videos -> TV shows (or movies) -> Title -> (or any view, really), I can't sort by year. The option is still there in the lefthand sidebar/blade menu, but it doesn't do anything. It only sorts by name. I've tested different combinations and found this:
Host library v12 -> Client v12 = year is sortable
Host library v13 -> Client v12 = year is sortable
Host library v13 -> Client v13 = year is not sortable
Host library v12 -> Client v13 = year is not sortable
(2013-12-13, 23:52)Montellese Wrote:(2013-12-10, 09:05)Ned Scott Wrote: Sorting no longer works in Gotham:
On the XBMC-"client" side, if I go to Files -> my UPnP server -> Videos -> TV shows (or movies) -> Title -> (or any view, really), I can't sort by year. The option is still there in the lefthand sidebar/blade menu, but it doesn't do anything. It only sorts by name. I've tested different combinations and found this:
Host library v12 -> Client v12 = year is sortable
Host library v13 -> Client v12 = year is sortable
Host library v13 -> Client v13 = year is not sortable
Host library v12 -> Client v13 = year is not sortable
Should be fixed by ce4cdf6a0e853f97df36a19852065e8e35676c11. I checked the code in Frodo and I can't see how this works/worked as that code hasn't changed in a long time.