2013-11-20, 11:44
(2013-11-20, 06:43)deletedpenguin Wrote: I personally like the existing "tabbed" design.
+1
IMO it's a absolutely perfect... Don't really like the new OSD from the screenshots
(2013-11-20, 06:43)deletedpenguin Wrote: I personally like the existing "tabbed" design.
(2013-11-08, 03:07)jurialmunkey Wrote:(2013-11-07, 21:34)xecutionx Wrote: Any progress on the PseudoTV skin?Now that I've got the osd mostly sorted out in terms of being consistent, I should have some free time to work a bit more on the pseudotv skin. Expect something in the next couple of weeks
(2013-11-20, 10:33)el_cabong Wrote: id prefer moving to something like the below. it allows most if not all the info to be present if the OSD is up in a slightly bigger presentation that uses the space better. the red boxes are where the osd buttons need to be. it also gives plenty of space for movie plots without having them to scroll forever.
(2013-11-20, 23:28)sling Wrote:(2013-11-20, 21:43)Sir_Lyoshyk Wrote: Please help me!
Where I can find shutdown menu with timer?
On my harmony touch choice exit
A menu appears on the left
Than choice system shutdown
Then arrow
(2013-11-19, 01:29)jurialmunkey Wrote:(2013-11-18, 10:15)Myrddraal Wrote: I just found out the following.It shouldn't do... I just tested with a show without extrafanart and it doesn't happen for me, it just shows the single fanart for that tvshow (or the global background if there is no fanart at all). Do you have the global background pointed at a fanart directory by any chance? Perhaps that is what you are seeing.
When using extrafanart, if a movie or tv show does not have extrafanart, it shows the fanart of the previous show/movie when browsing.
(2013-11-26, 00:59)jurialmunkey Wrote: @Myrddraal @flxisboa
Are all your tvshows / films in their own folders -- e.g. /Films/Terminator 2/Terminator 2.avi --
And all extrafanart folders inside those folders -- e.g. /Films/Terminator 2/extrafanart
And no errant extrafanart folders elsewhere -- e.g. /Films/extranfart **this might cause problems**
The only other thing I can think of is sometimes the fanart takes a little while to load so the previous fanart remains showing. If you can find any sort of pattern to when its happening, then let me know and I'll see if I can fix it -- as I said, I can't reproduce it so it makes it difficult to fix
(2013-11-26, 16:49)Myrddraal Wrote:(2013-11-26, 00:59)jurialmunkey Wrote: @Myrddraal @flxisboa
Are all your tvshows / films in their own folders -- e.g. /Films/Terminator 2/Terminator 2.avi --
And all extrafanart folders inside those folders -- e.g. /Films/Terminator 2/extrafanart
And no errant extrafanart folders elsewhere -- e.g. /Films/extranfart **this might cause problems**
The only other thing I can think of is sometimes the fanart takes a little while to load so the previous fanart remains showing. If you can find any sort of pattern to when its happening, then let me know and I'll see if I can fix it -- as I said, I can't reproduce it so it makes it difficult to fix
Thanks. That kind of worked. I realised not all my movies were inside a different folder, and I had an extrafanart folder with a mix of different fanarts. Now it is only happening with video addons. After showing the fanart of the current tv show in the video addon, I am getting the fanart of the latest show / movie selected on the library.
<visible>!Skin.HasSetting(HideFanart) + ![Skin.HasSetting(BackgroundVideo) + Player.HasVideo] + !Window.IsActive(favourites) + [[Skin.HasSetting(tvshows.use.extrafanart) + [Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]] | [Skin.HasSetting(movies.use.extrafanart) + Container.Content(movies)] | [Skin.HasSetting(music.use.extrafanart) + [Container.Content(albums) | Container.Content(artists) | Container.Content(songs)]]]</visible>
<visible>!SubString(Container.FolderPath,plugin://) + System.IdleTime(1.4) + !Skin.HasSetting(HideFanart) + ![Skin.HasSetting(BackgroundVideo) + Player.HasVideo] + !Window.IsActive(favourites) + [[Skin.HasSetting(tvshows.use.extrafanart) + [Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]] | [Skin.HasSetting(movies.use.extrafanart) + Container.Content(movies)] | [Skin.HasSetting(music.use.extrafanart) + [Container.Content(albums) | Container.Content(artists) | Container.Content(songs)]]]</visible>