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)



- butchabay - 2012-01-26

I need to rework the scrollbars, see my todo list please.


- nchall - 2012-01-26

When I click on "Add-Ons" from the main menu it only takes me to the program add-ons. I can get to video add-ons through movies or videos, but wouldn't it be more consistent to have it take you to add-ons root?

Also, global search no longer shows up which may be a problem with dependencies going on right now pre eden.


- keibertz - 2012-01-26

TeKo Wrote:I have a similar question when I use CH+ and - it scrolls about 10 movies is there a way to change the amount?
i think u can change it with the advancedsettings.xml http://wiki.xbmc.org/index.php?title=Advancedsettings.xml


- butchabay - 2012-01-26

nchall Wrote:When I click on "Add-Ons" from the main menu it only takes me to the program add-ons. I can get to video add-ons through movies or videos, but wouldn't it be more consistent to have it take you to add-ons root?

Also, global search no longer shows up which may be a problem with dependencies going on right now pre eden.

Yes that's the way it worked and i never changed, it should be Programs.
In dharma you were able to put video addons as favourite but doesn't work on eden. I am thinking to bring video addons and music addons directly to the home menu.
Global search shows only up if it's installed and enabled.


- bandelguy - 2012-01-26

@butchabay:

The correct svn checkout link for cirrus extended should be:
http://repository-butchabay.googlecode.com/svn/branches/eden/skin.cirrus.extended.v2/,

and not the one mentioned in the 1st post, because that link downloads both cirrus extended v.2 and fusion migma v2.


- butchabay - 2012-01-26

bandelguy Wrote:@butchabay:

The correct svn checkout link for cirrus extended should be:
http://repository-butchabay.googlecode.com/svn/branches/eden/skin.cirrus.extended.v2/,

and not the one mentioned in the 1st post, because that link downloads both cirrus extended v.2 and fusion migma v2.

cheers mate, completely forgot to change it.

Thanx


- Nimo - 2012-01-26

i see on your own repo rev 415, passion just rev 411. would passion be upgraded or should i use tortoise for your own repo?


- butchabay - 2012-01-26

Nimo Wrote:i see on your own repo rev 415, passion just rev 411. would passion be upgraded or should i use tortoise for your own repo?

No need, rev 415 is the repo revision not cirrus.


- Kokonutcreme - 2012-01-26

Butch

Since I activated the dreamscene loop video, movies and tv episodes are now looping once completed.

I deactivated the skin setting for dreamscene but the movies and tv episodes are still looping in every skin, is there a way to disable it completely?


- butchabay - 2012-01-26

Kokonutcreme Wrote:Butch

Since I activated the dreamscene loop video, movies and tv episodes are now looping once completed.

I deactivated the skin setting for dreamscene but the movies and tv episodes are still looping in every skin, is there a way to disable it completely?

You'll need to edit your dreamscene playlist and remove the "repeat all"


- N.O.W.A.L.L - 2012-01-26

aww a new signature for butcha.. just tried Fusion... yuke, what an ugly skin!


- Kokonutcreme - 2012-01-26

butchabay Wrote:You'll need to edit your dreamscene playlist and remove the "repeat all"


Many thanks


- butchabay - 2012-01-26

N.O.W.A.L.L Wrote:aww a new signature for butcha.. just tried Fusion... yuke, what an ugly skin!

A bit heavy yes, but i like it. As said my top 3 skins are aeon nox, fusion and cirrus.


- Kokonutcreme - 2012-01-27

el_Paraguayo Wrote:Day later than promised (blackout!).

Here's the modded code for you, kokonutcreme.

First off, make a backup copy of the imdbrt.xml file in the metadata.imbdrt.com folder.

Then open the original in your favourite editor and scroll down to the "ParseIMDBAusCert" section. My mods are in bold.

Code:
<ParseIMDBAusCert dest="5">
  <RegExp input="$$1" output="&lt;details&gt;&lt;mpaa&gt;[b]Australia[/b]:\1&lt;/mpaa&gt;&lt;/details&gt;" dest="5">
    <expression>(?:&gt;\s*Australia:)((?:G)|(?:PG)|(?:M)|(?:MA)|(?:R)|(?:X))(?:&lt;/a&gt;)</expression>
  </RegExp>
  <RegExp input="$$5" output="&lt;details&gt;&lt;mpaa&gt;[b]Australia:[/b]MA15+&lt;/mpaa&gt;&lt;/details&gt;" dest="5">
    <expression>MA</expression>
  </RegExp>
  <RegExp input="$$5" output="&lt;details&gt;&lt;mpaa&gt;[b]Australia:[/b]R18+&lt;/mpaa&gt;&lt;/details&gt;" dest="5">
    <expression>R</expression>
  </RegExp>
  <RegExp input="$$5" output="&lt;details&gt;&lt;mpaa&gt;[b]Australia:[/b]X18+&lt;/mpaa&gt;&lt;/details&gt;" dest="5">
    <expression>X</expression>
  </RegExp>
</ParseIMDBAusCert>

I haven't tested it, but it should work Wink

Apologies for not replying sooner, I applied this and it works a treat. Many thanks


- macshield - 2012-01-27

butchabay Wrote:It's the rightlist view, enable it in system --> skin --> view options



.

Thank you that was it.
I just realized that some show episodes are listed different than others. For example some show episodes are listed like
1. Episode name
2. Episode name

While others are listed as

1x01. Episode Name
1x02. Episode Name

Does anyone know what could be causing this? Ideally I would like all episodes to be listed the same way. (1. Episode name), I'm OCD that way Nerd. All my tv show are broken down by show name -> season#->episode
Am I doing something wrong?
Thank you for all the help I really appreciate it.