Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 39
Mod Arctic Zephyr: Exploded (Game Over)
(2015-06-04, 02:58)Guilouz Wrote:
(2015-06-04, 02:16)badaas Wrote:
(2015-06-04, 02:10)Guilouz Wrote: Bug with white color not fixed on info movie :

...

Sigh, this is getting on my tits now lol!!
Does it work ok with Icon viewmode for library (just to check my sanity!)?

it's only with this view :
...
What is name of the view please?, can't access at work, sorry Smile Poster?
(2015-06-03, 19:53)Crssi Wrote: 3. There is no "now playing" on home screen at the moment, this is what I missed here, showing header I suggested in this case, because it felt more natural to me, when "now playing" is there.

Now playing shows in main skin on home screen without header so might be just a case of pulling in the changes to the mod. Can't remember what version I introduced it in, but I'm pretty sure it's on both git and repo versions
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
(2015-06-04, 02:10)Guilouz Wrote: Bug with white color not fixed on info movie :

Image

Right, fixed. Get here https://github.com/BADMS/skin.arctic.zephyr or wait for im85288 to merge Big Grin
It's OK now but CDArt not show in info movie (for all view).
(2015-06-04, 05:15)jurialmunkey Wrote:
(2015-06-03, 19:53)Crssi Wrote: 3. There is no "now playing" on home screen at the moment, this is what I missed here, showing header I suggested in this case, because it felt more natural to me, when "now playing" is there.

Now playing shows in main skin on home screen without header so might be just a case of pulling in the changes to the mod. Can't remember what version I introduced it in, but I'm pretty sure it's on both git and repo versions

Yes... nicely done, this is exactly what I was looking for. Smile
And true, this is in your skin but not yet pullled into this mod.

thanx
(2015-06-03, 20:21)im85288 Wrote: 2. I did try it out and those were the things I noticed straight away. When I browsed via the movie hub to my movies it said "titles" and not movies. The same for TV shows and music. As I said this to me is a step backwards, I do appreciate its better for users with custom nodes but that is not what the average user has. If you can come up with something that does not make this happen of course I'll re consider Smile

OK... I have installed fresh kodi and your skin as of today from git.
Now I see what you mean (on the production one I have too heavily customised and you cornercases does not show).

I have rewritten conditions and I am asking you to try it out, please.

Open: Includes_Furniture.xml
1. Navigate to section: <variable name="MainHeaderLabel">
2. Remove all lines that starts with: <value condition="Window.IsVisible(MyVideoNav.xml)
3. Insert the following lines where you removed lines in step 2.
Code:
        <value condition="Window.IsVisible(MyVideoNav.xml) + StringCompare(Container.FolderPath,videodb://movies/titles/)">$LOCALIZE[20342]</value>
        <value condition="Window.IsVisible(MyVideoNav.xml) + StringCompare(Container.FolderPath,videodb://tvshows/titles/)">$LOCALIZE[20343]</value>
        <value condition="Window.IsVisible(MyVideoNav.xml) + substring(Container.FolderPath,videodb://movies/titles/,Left)">$INFO[Container.FolderName]</value>
        <value condition="Window.IsVisible(MyVideoNav.xml) + substring(Container.FolderPath,videodb://tvshows/titles/,Left)">$INFO[Container.FolderName]</value>
        <value condition="Window.IsVisible(MyVideoNav.xml) + !IsEmpty(Container.FolderName)">$INFO[Container.FolderName]</value>
        <value condition="Window.IsVisible(MyVideoNav.xml)">$LOCALIZE[3]</value>

Since this is just a try out, have in mind the following:
Dont mind the icon in front.
At this time this obviously works just for MyVideoNav.

If you like the way where this goes, then:
I will do also the icons in front, if there are some "mistakes" (report them)
I will do also other than MyVideoNav sections.
(2015-06-04, 05:15)jurialmunkey Wrote:
(2015-06-03, 19:53)Crssi Wrote: 3. There is no "now playing" on home screen at the moment, this is what I missed here, showing header I suggested in this case, because it felt more natural to me, when "now playing" is there.

Now playing shows in main skin on home screen without header so might be just a case of pulling in the changes to the mod. Can't remember what version I introduced it in, but I'm pretty sure it's on both git and repo versions

Thanks I'll take a look and see what's up.
Version 1.0.40 is out now.

Includes the fixes from @badaas (thanks) for the white theme, hopefully all the bugs are gone! For those using my new next up addon (http://forum.kodi.tv/showthread.php?tid=228435) there's some redesigned next up and still watching windows included.

@Crssi - I'll take a look thanks

Image

Image
(2015-06-04, 11:38)Guilouz Wrote: It's OK now but CDArt not show in info movie (for all view).

Does here?

Image
(2015-06-04, 03:19)Guilouz Wrote:
(2015-06-04, 02:50)jamesdm Wrote: Two question guys.
One how I put the white color and two the posters in the OSD info for movies is missing?
Thanks.

In Settings / Appearance / Skin / Colors


Missing movie only show on brower / file manager mode. If you want to show in library mod, you need to rename correctly your file for moviedb find your movie.

The posters in library mode was working great in the last versions when you hit the info button.
(2015-06-04, 17:59)im85288 Wrote: @Crssi - I'll take a look thanks

No problem and thank you.
Just crossesd my mind that maybe I should ask jurialmunkey for this?
What do you think?
The next up seems interesting.... no luck for me.... mine seems not working. Please help
(2015-06-04, 21:45)hacky4real Wrote: The next up seems interesting.... no luck for me.... mine seems not working. Please help

Only works on unwatched episodes, are yours unwatched? (just checking).
(2015-06-04, 18:27)badaas Wrote:
(2015-06-04, 11:38)Guilouz Wrote: It's OK now but CDArt not show in info movie (for all view).

Does here?

Image


Yes no CDArt show on info screen like your screen.

I have no problem with previous versions or others skins.
Do you have it enabled in the skin settimgs? Nothing in that area has changed. Post a screenshot of it's still an issue for you.
  • 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 39

Logout Mark Read Team Forum Stats Members Help
Arctic Zephyr: Exploded (Game Over)8