Kann mir bitte jemand sagen wo ich die neuste Version vom Skin finde ?
Ich finde nur die v2 2.05 aber wie ich hier gelesen habe gibts ne 2.7, nur wo
Cirrus Extended V2 Eden
-
mad-max -
25. Mai 2011 um 09:39 -
Erledigt
-
-
-
-
Danke aber da steht eben 2.05.
-
hier das wird dir helfen
-
-
hehe eher nicht.
aber sag mal, ich hab grad 2 downloads getätigt.
skin.cirrus extended v2.zip (184mb)
skin.cirrus extended v2_2.05_Eden (46mb)
was ist nun das richtige file ? -
Mit was haste es denn geladen?
-
-
-
Endlich ist es da:
-
-
Zitat
Endlich ist es da:
Glueckwunsch!
Und jetzt ab ins BettGesendet mit meinem HTC Sensation XE
-
Endlich ist es da:
-
-
Freut mich zu hören das es geklappt hat
Hier noch der Neon Showcase für Cirrus V2..wer es haben möchte..denke ich hab alles soweit in den Ordner gepackt.
Wenn ihr möchtet könnt ihr ihn ja in die Downloaddatenbank mit aufnehmen..wenn er gut genug istJetzt werd ich mal noch einen versuchen in fast der gleichen Art nur will ich versuchen alles vom Cirrus zu nehmen und kaum extra Pics zu gebrauchen.
Achso ein Dank an Mad-Max und Keipertz für die Unterstützung
Vielleicht noch eine Frage an butchabay, Wie bekommt man oben die Uhr und rechts die Zeit und Anzahl der Filme in den Vordergrund? Hab es irgentwie nicht finden können.
Keibertz hat noch ein paar kleine Fehler gefunden (Danke)..man möge mir verzeihn ich bin neu
Das müßte noch in die includes.xml eigebunden werden
[expander]
Code
Alles anzeigen<!--VIEWTYPE NEON SHOWCASE --> <include name="Animation_Viewtype_Showcase_FocusArea"> <animation type="WindowOpen"> <effect type="slide" start="0,400" end="0,0" time="600" tween="cubic" easing="inout" /> </animation> <animation type="WindowClose"> <effect type="slide" start="0,0" end="0,400" time="600" tween="cubic" easing="inout" /> <effect type="fade" start="100" end="0" time="100" tween="cubic" easing="inout" /> </animation> </include> <include name="Animation_Viewtype_Showcase_RightArea"> <animation type="WindowOpen"> <effect type="slide" start="800,0" end="0,0" time="800" delay="200" tween="cubic" easing="inout" /> </animation> <animation type="WindowClose"> <effect type="slide" start="0,0" end="800,0" time="800" delay="200" tween="cubic" easing="inout" /> </animation> </include> <include name="Animation_Viewtype_Showcase_LeftArea"> <animation type="WindowOpen"> <effect type="slide" start="-600" end="0,0" time="600" tween="cubic" easing="inout" /> </animation> <animation type="WindowClose"> <effect type="slide" start="0,0" end="-600,0" time="600" tween="cubic" easing="inout" /> </animation> </include> <include name="Animation_Viewtype_Showcase_Plot"> <animation type="WindowOpen"> <effect type="slide" start="0,-800" end="0,0" time="600" tween="cubic" easing="inout" /> </animation> <animation type="WindowClose"> <effect type="slide" start="0,0" end="0,-800" time="600" tween="cubic" easing="inout" /> </animation> </include>
[/expander]
-
Ich bräuchte da auch nochmal Hilfe von den Profis.
Und zwar scrappe ich meine Filme alle mit Ember und bekomme keine deutschen FSK-Logos angezeigt.
Wisst ihr wie ich das ändern kann.Gruß Neo
-
-
dazu musst du den MPAA bereich in der Datei IncludesCodecFlagging.xml ändern.
Du musst die ausländischen Altersbeschränkungen auf die deutschen FSK Logos mappenBei mir sieht der z.B. so aus:
Zitat
<!-- ==============MPAA RATINGS FLAGS============= -->
<include name="VideoMPAAFlaggingConditions">
<!-- Germany (coded by mad-max) -->
<control type="image">
<description>Germany FSK 0</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/ratings/Germany0.png</texture>
<visible>substring(ListItem.mpaa,o.A.) | (ListItem.mpaa,Germany:0) | substring(ListItem.mpaa,FSK 0) | substring(ListItem.mpaa,ab 0) | substring(listitem.mpaa,UK:U) | substring(listitem.mpaa,Rated G) | substring(listitem.mpaa,Australia:G)</visible>
</control>
<control type="image">
<description>Germany FSK 6</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/ratings/Germany6.png</texture>
<visible>(ListItem.mpaa,Germany:6) | substring(ListItem.mpaa,FSK 6) | substring(ListItem.mpaa,ab 6) | substring(ListItem.mpaa,06) | substring(listitem.mpaa,UK:PG) | [substring(listitem.mpaa,Rated PG) + !substring(listitem.mpaa,Rated PG-13)]</visible>
</control>
<control type="image">
<description>Germany FSK 12</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/ratings/Germany12.png</texture>
<visible>substring(ListItem.mpaa,12) | substring(listitem.mpaa,Rated PG-13) | substring(listitem.mpaa,Australia:PG)</visible>
</control>
<control type="image">
<description>Germany FSK 16</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/ratings/Germany16.png</texture>
<visible>substring(ListItem.mpaa,16) | substring(listitem.mpaa,UK:15) | substring(Listitem.mpaa,Rated R) | substring(Listitem.mpaa,Rated NC) | substring(listitem.mpaa,Australia:M)</visible>
</control>
<control type="image">
<description>Germany FSK 18</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/ratings/Germany18.png</texture>
<visible>substring(ListItem.mpaa,18) | substring(listitem.mpaa,Australia:R) | substring(listitem.mpaa,Australia:X)</visible>
</control>
<!-- No Rating -->
<!--
<control type="image">
<description>No Rating</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/ratings/mpaa_notrated.png</texture>
<visible>[isEmpty(listitem.mpaa) | substring(ListItem.mpaa,Rated NR) | [substring(ListItem.mpaa,Rated) + !substring(ListItem.mpaa,Rated NC) + !substring(ListItem.mpaa,Rated PG-13) + !substring(ListItem.mpaa,Rated PG) + !substring(ListItem.mpaa,Rated G)]] + !IsEmpty(listitem.Year)</visible>
</control>
-->
</include>
<!-- ==============MPAA NEWRATINGS FLAGS============= -->
<include name="NewVideoMPAAFlaggingConditions">
<!-- Germany (coded by mad-max) -->
<control type="image">
<description>Germany FSK 0</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/newratings/Germany0.png</texture>
<visible>substring(ListItem.mpaa,Germany:o.A.) | substring(ListItem.mpaa, o.A.) | substring(ListItem.mpaa,ab 0) | substring(listitem.mpaa,UK:U) | substring(listitem.mpaa,Rated G) | substring(listitem.mpaa,Australia:G)</visible>
</control>
<control type="image">
<description>Germany FSK 6</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/newratings/Germany6.png</texture>
<visible>substring(ListItem.mpaa,Germany:6) | substring(ListItem.mpaa,FSK 6) | substring(ListItem.mpaa,ab 6) | substring(listitem.mpaa,UK:PG) | [substring(listitem.mpaa,Rated PG) + !substring(listitem.mpaa,Rated PG-13)]</visible>
</control>
<control type="image">
<description>Germany FSK 12</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/newratings/Germany12.png</texture>
<visible>substring(ListItem.mpaa,Germany:12) | substring(ListItem.mpaa,FSK 12) | substring(ListItem.mpaa,ab 12) | substring(listitem.mpaa,UK:12) | substring(listitem.mpaa,Rated PG-13) | substring(listitem.mpaa,Australia:PG)</visible>
</control>
<control type="image">
<description>Germany FSK 16</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/newratings/Germany16.png</texture>
<visible>substring(ListItem.mpaa,Germany:16) | substring(ListItem.mpaa,FSK 16) | substring(ListItem.mpaa,ab 16) | substring(listitem.mpaa,UK:15) | substring(Listitem.mpaa,Rated R) | substring(Listitem.mpaa,Rated NC) | substring(listitem.mpaa,Australia:M)</visible>
</control>
<control type="image">
<description>Germany FSK 18</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/newratings/Germany18.png</texture>
<visible>substring(ListItem.mpaa,Germany:18) | substring(ListItem.mpaa,FSK 18) | substring(ListItem.mpaa,ab 18) | substring(listitem.mpaa,UK:R18) | substring(listitem.mpaa,UK:18) | substring(listitem.mpaa,Australia:R) | substring(listitem.mpaa,Australia:X)</visible>
</control>
<!-- No Rating -->
<control type="image">
<description>No Rating</description>
<width>249</width>
<height>57</height>
<aspectratio>keep</aspectratio>
<texture>flagging/newratings/mpaa_notrated.png</texture>
<visible>isEmpty(listitem.mpaa) | substring(ListItem.mpaa,Rated NR) | [substring(ListItem.mpaa,Rated) + !substring(ListItem.mpaa,Rated NC) + !substring(ListItem.mpaa,Rated PG-13) + !substring(ListItem.mpaa,Rated PG) + !substring(ListItem.mpaa,Rated G)]</visible>
</control>
</include> -
Keibertz, ist es da nicht sinnvoller die DB mit dem richtigen MPAA Rating zu versehen...Die Differenzen zwischen den Freigaben sind anhand anderer Pruefstellen Doch schon gravierend?
Gesendet mit meinem HTC Sensation XE
-
-
das hatte ich mir am anfang auch überlegt und für die existierenden Filme ist das sicher auch der exaktere Weg.
Aber A war es mir einfach zu viel Aufwand und B hätte ich das dann auch bei jedem Film den ich neu bekommen manuell anpassen müssen.So geht es automatisch egal von welchem Land die Altersfreigabe vom Scraper erfasst wird. Das ein Film dabei mal ein falsches FSK Logo erhält nehme ich gerne in kauf für den viel geringeren Aufwand.
-
Die sollten da aber schon vorhanden sein. Ich habe nix an der xml geändert nur Ember dazu gezwungen die Alterbeschränkung in Deutsch zu scrapen (wenn vorhanden)
Bearbeiten->Einstellung->Filme
Externer Inhalt img834.imageshack.usInhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.Wichtig: FSK muss mitgescrapt werden.
Im gescrapten Film
Externer Inhalt img577.imageshack.usInhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.Wie Ember eingerichtet werden muss findest du hier
-
-
Keibertz, ist es da nicht sinnvoller die DB mit dem richtigen MPAA Rating zu versehen...Die Differenzen zwischen den Freigaben sind anhand anderer Pruefstellen Doch schon gravierend?
Was müßte denn dastehen ohne die Codeänderung im Ember? Wenn man z.B. jeden Film nochmal anfassen will.EDIT: den Post von littlemixi hab ich noch nicht gesehn aber Frage ist ja damit geklärt
-
@Neo3477: Man könnte auch noch die Image Dateien der ausländischen Altersbeschränkungen durch die FSK Logos ersetzen
Damit hast du ja jetzt mehr als genug verschiedene Möglichkeiten musst du dir nur noch eine aussuchen.
Wobei ich an deiner Stelle für alle Zukünftigen Filme auf jeden Fall EMM entsprechend einstellen würde. Aber alle vorhandenen Filme nochmal ändern wäre mir wohl zuviel Arbeit. -
-
Man könnte auch noch die Image Dateien der ausländischen Altersbeschränkungen durch die FSK Logos ersetzen
Ich glaub die Amis bewerten das ganze bissl flachen als wir Deutschen..da hab ich Filme die sind bei ab 17 und bei natürlich 18.
Da würd ich mir lieber einmal die Arbeit machen und danach dann im Ember richtig..jetzt kommt bestimmt wieder - Ich hab mehr als 500 Filme -
Danke das hat funktioniert.
Ember ist schon so eingestellt bei mir.
Wie muss den die nfo aussehen damit CEV2 die deutschen FSK´s ohne Anpassungen der IncludesCodecFlagging.xml erkennt?Bei mir sieht es so aus:
Gruß Neo
-
-
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!