Kodi Community Forum
v12 reFocus 0.9.5 for Frodo (deprecated) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: reFocus (https://forum.kodi.tv/forumdisplay.php?fid=72)
+----- Thread: v12 reFocus 0.9.5 for Frodo (deprecated) (/showthread.php?tid=75867)



- wolfodeiwolfy - 2011-09-04

I modded homemenu2.xml to get all the options I like in classic menu. I think it is more usefull

http://www.mediafire.com/?y322axt3zlwbtfy

Here are some screenshots:

Image
Image
Image


- wolfodeiwolfy - 2011-09-04

wolfodeiwolfy Wrote:I did some screenshots to explain some bugs:
Image
Image
Image
Image
Image

1: "Intérêt" do not scroll
2: not justified and do not scroll
3: do not scroll
4: not justified
5; fanart missing
6: do not scroll
7; not justified, I don't know if it scrolls
8: highlighted episode don't scroll

I hope this will help

I've found how to scroll n°1:

In dialogvideoinfo.xml:
<control type="label">
<width>740</width>
<label>$LOCALIZE[563] [color=Color1]$INFO[ListItem.MPAA][/color]</label>
<include>label_Small-caps</include>
<scrollout>false</scrollout>
<pauseatend>3800</pauseatend>
<scrollspeed>40</scrollspeed>
<scroll>true</scroll>
<visible>!IsEmpty(ListItem.MPAA)</visible>
</control>

But, $LOCALIZE[563] scrolls too. I don't know how to make $LOCALIZE[563] static and $INFO[ListItem.MPAA] scrolling.

To scroll n°3:

dialogvideoinfo.xml:

<control type="label">
<width>780</width>
<label>$INFO[ListItem.Tagline]</label>
<scrollout>false</scrollout>
<pauseatend>3800</pauseatend>
<scrollspeed>40</scrollspeed>
<scroll>true</scroll>
<include>info_Title</include>
<visible>Container.Content(movies)</visible>
</control>


- FREAKJAM - 2011-09-05

Bumped into the git-version of this skin, and i'm loving it!
Really like the alternate home-menu!

Jeroen:
Goed bezig! Nod


- loggio - 2011-09-05

Hi there,

Is it just me or does cinema experience not work on the latest git pulls? is there something i need to do to activate it? or has it not been added?


- deanmv - 2011-09-05

wolfodeiwolfy Wrote:I modded homemenu2.xml to get all the options I like in classic menu. I think it is more usefull

http://www.mediafire.com/?y322axt3zlwbtfy

Here are some screenshots:

Image
Image
Image

Nice mod, I used your file and took some ideas to build one of my own, just one quick question, would you know how to add certain add ons to the home scream (e.g. IceFilms) either as it's own menu item or a drop down submenu from the favourites menu?

Cheers.


- wolfodeiwolfy - 2011-09-05

See apple trailer plugin in xml, I think it can be on home screen, replace apple trailer by icefilms. I'm not sure you have to try


- wolfodeiwolfy - 2011-09-05

I've found a bug in tvshow views:

Image
Image

the tv show "batman la série animée", has no banner (first picture) but on the second picture, the banner is there. This bug appear only when le source is not connected (usb drive)


- otcho - 2011-09-05

I'll guess you use locally stored banners, so they're not found when the source (the USB-Drive) is not connected.


- deanmv - 2011-09-05

wolfodeiwolfy Wrote:See apple trailer plugin in xml, I think it can be on home screen, replace apple trailer by icefilms. I'm not sure you have to try

Got it, took a look and edited that section a little, thanks for the insight.


- wolfodeiwolfy - 2011-09-05

otcho Wrote:I'll guess you use locally stored banners, so they're not found when the source (the USB-Drive) is not connected.

Yes because if I unselect locally stored banners, posters take place instead and it is deformed


- otcho - 2011-09-05

wolfodeiwolfy Wrote:Yes because if I unselect locally stored banners, posters take place instead and it is deformed

Under 'artwork' in Settings you find two options regarding banners:

- activate banner-view for the shows
- use locally stored banners

Just check the first setting, not the second. reFocus will only use scraped banners for tv-shows.


- wolfodeiwolfy - 2011-09-05

otcho Wrote:Under 'artwork' in Settings you find two options regarding banners:

- activate banner-view for the shows
- use locally stored banners

Just check the first setting, not the second. reFocus will only use scraped banners for tv-shows.

that's why I say banners are deformed. posters (folder.jpg) are used instead

Image


- otcho - 2011-09-05

Well, you can't use posters in banner-views. Thats not a problem of reFocus Big Grin


- wolfodeiwolfy - 2011-09-05

otcho Wrote:Well, you can't use posters in banner-views. Thats not a problem of reFocus Big Grin

I don't want to.

Refocus use folder.jpg instead of banner.jpg. So posters are used in banner view. I do not have this problem with another skin


- Jeroen - 2011-09-05

wolfodeiwolfy Wrote:I don't want to.

Refocus use folder.jpg instead of banner.jpg. So posters are used in banner view. I do not have this problem with another skin

reFocus doesn't use folder.jpg anywhere. If you unselect use local banners, it will assume you are using scraped images. So if you selected a poster image from the scraper for that show it will use those in the banner viewtype. There's nothing I can do about that.
XBMC unfortunately does not (yet) support assigning both poster and banner images for a tv show simultaneously. So using local banners is basically just a workaround.