Kodi Community Forum
[MOD] Cirrus Extended v2 - 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: Cirrus Extended (https://forum.kodi.tv/forumdisplay.php?fid=133)
+----- Thread: [MOD] Cirrus Extended v2 (/showthread.php?tid=102066)



- el_Paraguayo - 2011-06-03

Perfect!

Want to make sure I'm consistent with the rest of your skin!


- butchabay - 2011-06-03

@madmax
Hey mate thanx for your effort, having cev2 in your repo is amazing. When i'm ready for next update i'll pm you with the download link.


- mad-max - 2011-06-03

butchabay Wrote:@madmax
Hey mate thanx for your effort, having cev2 in your repo is amazing. When i'm ready for next update i'll pm you with the download link.
Hey Butch...no problem bro...this is my way to give something to the authors and the community...
Yeah, no problem with the update...looking forward to it...
I'm intrested in the download-statistic the next days Rolleyes
BTW: It would be nice if you join us at xbmcnerds.com...

mm


- el_Paraguayo - 2011-06-03

Butcha - check your inbox - I've sent you the mods.

Let me know if you have any questions.


- branlr - 2011-06-03

Bug--When now "playing is" on vertical home screen, no recently added.


- butchabay - 2011-06-04

el_Paraguayo Wrote:Butcha - check your inbox - I've sent you the mods.

Let me know if you have any questions.

OK, Thanx ... first i'm going to finish my work, then i'll take a look to integrate your stuff ...


- butchabay - 2011-06-04

branlr Wrote:Bug--When now "playing is" on vertical home screen, no recently added.

Fixed ! Smile


- branlr - 2011-06-04

butchabay Wrote:Fixed ! Smile

What? Huh? I just...

Already? Damn!


Okay, so I have the TV Guide 100% done (ported from transparency!) except for ONE thing--and that is replacing the listitem.icon stuff with support for banner.jpg, etc....

I have it showing the "cirrus extended" banner that is displayed when no other banner is present, but I can NOT get this thing to pickup banner.jpg etc...

Any thoughts?

I've tried the following:

Code:
<texture background="true" fallback="tvbanner.png">[Container(4005).ListItem.Property(Path),,banner.jpg</texture>

^This is the exact way that Ronie called fanart.jpg for the fanart backgrounds that appear on focus, but it won't seem to work for banners.


And:

Code:
<texture background="true" fallback="tvbanner.png">$INFO[ListItem.Path]banner.jpg</texture>

And:

Code:
<texture background="true">$INFO[ListItem.Path]banner.jpg</texture>

Any Thoughts?


One other thing-- I have it set to where the video background is used whenever it is set in the settings using
Code:
        <include>CommonMediaPlayingBackground</include>

However, I would like to force it apart from the global/homescreen setting so that a key can be mapped to bring up the Guide even while you are watching something, making it seemless.

Thanks!


- butchabay - 2011-06-04

branlr Wrote:What? Huh? I just...

Already? Damn!


Okay, so I have the TV Guide 100% done (ported from transparency!) except for ONE thing--and that is replacing the listitem.icon stuff with support for banner.jpg, etc....

I have it showing the "cirrus extended" banner that is displayed when no other banner is present, but I can NOT get this thing to pickup banner.jpg etc...

Any thoughts?

I've tried the following:

Code:
<texture background="true" fallback="tvbanner.png">[Container(4005).ListItem.Property(Path),,banner.jpg</texture>

^This is the exact way that Ronie called fanart.jpg for the fanart backgrounds that appear on focus, but it won't seem to work for banners.


And:

Code:
<texture background="true" fallback="tvbanner.png">$INFO[ListItem.Path]banner.jpg</texture>

And:

Code:
<texture background="true">$INFO[ListItem.Path]banner.jpg</texture>

Any Thoughts?


One other thing-- I have it set to where the video background is used whenever it is set in the settings using
Code:
        <include>CommonMediaPlayingBackground</include>

However, I would like to force it apart from the global/homescreen setting so that a key can be mapped to bring up the Guide even while you are watching something, making it seemless.

Thanks!

Hey mate that's great ...

in bannerlist and all the banner views i'm using :

PHP Code:
<texture background="true" fallback="tvbanner.png">$INFO[ListItem.Path]banner.jpg</texture

with visible tag:

PHP Code:
<visible>Skin.HasSetting(jpgsupport)</visible

I don't know how tvguide brings the info on episode level maybe that could be the reason why is not possible showing up banners.jpg.

give me a msg when you're ready ...

Thanx


- henrava - 2011-06-04

Congratulations for the repo ! Cirrus ext version is going better and better Big Grin
PS ->Branlr: take a look at <texture background="true">$INFO[ListItem.Path]banner.jpg</texture>, i think is ListItem.path. I have same strings for logo.png and all is ok. So is possible the problem is the capital letter.


- butchabay - 2011-06-04

henrava Wrote:Congratulations for the repo ! Cirrus ext version is going better and better Big Grin
PS ->Branlr: take a look at <texture background="true">$INFO[ListItem.Path]banner.jpg</texture>, i think is ListItem.path. I have same strings for logo.png and all is ok. So is possible the problem is the capital letter.

Can't think of ... As i'm using it in all banner views and it works, which skin are you using ?


- el_Paraguayo - 2011-06-04

butchabay Wrote:OK, Thanx ... first i'm going to finish my work, then i'll take a look to integrate your stuff ...
Sounds good to me.

Let me know if you have any questions about my stuff.


- mad-max - 2011-06-04

Hey Guys...what about adding this to cev2: http://forum.xbmc.org/showthread.php?tid=102709

If youŕe intrested I would like to get more skinning skills and would try to get it in cirrus...

cheers,
mm


- el_Paraguayo - 2011-06-04

mad-max Wrote:Hey Guys...what about adding this to cev2: http://forum.xbmc.org/showthread.php?tid=102709

If youŕe intrested I would like to get more skinning skills and would try to get it in cirrus...

cheers,
mm

You could if you want, it's pre-Eden only though, so you'd need to make it optional to prevent errors popping up for Dharma users.


- butchabay - 2011-06-04

mad-max Wrote:Hey Guys...what about adding this to cev2: http://forum.xbmc.org/showthread.php?tid=102709

If youŕe intrested I would like to get more skinning skills and would try to get it in cirrus...

cheers,
mm

I've integrated a search button for movies, tvshows and music library time ago, you just have to access it via respective submenus. Sure the script is all in all a nicer feature but the funtion itself is the same. Try it out ...