Posts: 319
Joined: Nov 2014
Reputation:
11
Hi guys,
I'm new to this skin and wanted to find out whether the OSD when playing a video should be showing a poster image of the movie/tv show that you are currently watching? For me, there appears to be no poster image shown on the OSD, just the Movie/TV Show title and the description of the video.
Thanks
Posts: 155
Joined: Sep 2011
Reputation:
0
CaBrA
Senior Member
Posts: 155
2015-08-12, 22:05
(This post was last modified: 2015-08-12, 23:15 by CaBrA.)
There is something I don´t understand. I asked this before but I don`t want to make "manual" changes to files.
Why this skin only shows random movies in homescreen? Why series is left behind, or why moving to series section there is no "series fanart" background option?
I have few movies but lot of series, so always the same fanarts are shown.
Note: Any one has a Zephyr gradient gray background for using as windows wallpaper for matching this skin? Thanksss
Posts: 67
Joined: Apr 2010
Reputation:
0
When I don't set widgets for my menu items it defaults to the "Movie Spotlight" widget and from there if I press UP I get a menu at the top of the screen that allows me to chose between 6 or so different widgets - Movie Spotlight, Recent Movies, Episode Spotlight, Recent episodes etc. Is there a name for this menu? What I would like to do is change the default menu displayed across ALL items to "Recent Episodes" but still have the option of scrolling up to the top of the screen and changing it to "recent movies" or "movie spotlight". The issue is that if I go to setting and change the widget to "Recent Episodes" I no long have access to the menu at the top of the screen.
Posts: 2
Joined: Aug 2015
Reputation:
0
Is there a way to change content that show up in top menu on the home screen?
Posts: 20
Joined: Jul 2015
Reputation:
0
How can i show the fanart of movie or series on the home screen?
Is see only the Kodi Wallpaper from the skin. The option in the settings is enabled.
Posts: 227
Joined: Dec 2010
Reputation:
8
2015-08-13, 23:26
(This post was last modified: 2015-08-13, 23:29 by relyter.)
jurialmunkey, hi. I tried to edit zephyr code a little to enable view 506 when browsing music files. After editing i could set this view, however it reset every time to default list when i leave folder. What i did is:
MyMusicSongs.xml
<views>50,500,503,506</views>
...
<include>View_505_506_Wall</include>
View_505_Wall_Square.xml
<control type="panel" id="506">
<visible>Container.Content(musicvideos) | Container.Content(albums) | Container.Content(files)</visible>
If i set "factory enabled" views i.e. list or thumbnail it won't reset. What did i miss?