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)



- PatrickBateman - 2011-11-18

Cheers bro Smile


New Info Screen Commited to SVN (Only Pre Eden) - butchabay - 2011-11-19

Image

Image

Image


- ialand - 2011-11-19

please explain to stupid person Smile

Have Pre-Eden running (for about a week)
installed V2 from the Passion repository (v351)

just checked to see if this was available (still is v351) and...

update, disable and uninstall are all greyed out (??)

and where is the 'autoupdate' option?


- butchabay - 2011-11-19

The passion repo updates within 24hours, so you need to wait.
Autoupdate option is in System --> Addons --> press left for slideout menu.


- ialand - 2011-11-19

butchabay Wrote:The passion repo updates within 24hours, so you need to wait.
Autoupdate option is in System --> Addons --> press left for slideout menu.

tyvm Smile


- GhostDog - 2011-11-19

butchabay Wrote:LOVE IT OR LEAVE IT ! Smile

Image

Perfect. Smile


- butchabay - 2011-11-20

Maybe forgot to mention, or don't know if everyone knows: while you're in info screen and play button is highlighted you can press down to accces "playback options" el_p's menu and start playing the movie or trailer windowed! Smile


- el_Paraguayo - 2011-11-20

butchabay Wrote:Maybe forgot to mention, or don't know if everyone knows: while you're in info screen and play button is highlighted you can press down to accces "playback options" el_p's menu and start playing the movie or trailer windowed! Smile

ooh. Nice idea.

Is it still accessible directly from the movie screen (without going via the movie info page)? The menu was meant to be a shortcut, so this would be an extra step. I think it's a good addition though.


Display of MPEG-flags fixed - Yohan - 2011-11-20

I noticed that the mpeg-2 or mpeg-1 flags aren't shown in ViewsRightlist of CE 2.06 Eden.
In my .nfo files generated by Ember Media Manager, the codec information is stored as
Code:
<codec>mpeg2</codec>
In IncludesCodecFlagging.xml the condition to display the mpeg-2 flag is however:
Code:
<visible>substring(ListItem.VideoCodec,mpeg2[b]video[/b])</visible>

I fixed this by changing the visible condition for videocodecs to
Code:
<visible>substring(ListItem.VideoCodec,mpeg2)</visible>

I did so for both mpeg-1 and mpeg-2.
There also seems to be no difference between nfo-files generated by EMM and scraped info in xbmc, both store codec info as <codec>mpeg2</codec>.


- butchabay - 2011-11-20

@el_p
Yes it's just an addition.
@Yohan
Thanx, will fix that.


- Yohan - 2011-11-20

Some hardcoded strings in Display Options => MyVideoNav.xml

line 494: <label>Remove posters</label>
line 503: <label>Show Cases</label>
line 512: <label>Clear Cases</label>

To be replaced by variable strings please (localisation)


- Yohan - 2011-11-20

Butch, yet another small issue to fix in VideoRightlist:
In posterless mode, the IMDB Top 250 rating is not shown.
Your Top250 IMDB mod should be repeated in the posterlessrightlist-group.


- BigNoid - 2011-11-20

@butchabay: Just installed this skin to checkout some of the ALA views. You have really come along with this skin. I was never a big fan of original cirrus, but you have made it into something really nice and usable. Kudos!


- butchabay - 2011-11-20

@big_noid
It's nice to hear, especially from someone like you! Smile
With the latest release of ALA you can access to the game info screen by pressing down in fanarts views or press right in rightlist views. Assuming you've downloaded the SVN of cirrus extended.
Cheers and keep up your fantastic job with nox!


ViewsVideoRightlist - Yohan - 2011-11-20

Since I am more interested in the runtime of a movie than in its rating, I made a little mod in the RightList View. (I don't have bad movies on my HTPC Wink)
Runtime and rating have switched places and the IMDB logo is added when IMDB rating is enabeled, otherwise the star rating is displayed.

Image

Image

Code can be found here