Beiträge von Workstation
-
-
-
-
Ja das ist auch so richtig. Das gibt es eigentlich garnicht.
Bin damit schon ein wenig weiter, aber es ist noch zu tief.PHP
Alles anzeigen<----MOD (studios)----> <control type="image"> <posx>10</posx> <posy>-30</posy> <width>140</width> <height>140</height> <fadetime>200</fadetime> <aspectratio>keep</aspectratio> <texture>$INFO[ListItem.Studio,special://skin/extras/flagging/studios/,.png]</texture> </control> <----MOD (studios)----/>
-
Ja das klingt gut. Das werden die denke ich sich auch am besten machen.
Das mit den Logos ist nicht Standard beim MQ 5 eigentlich gibt es das nicht. Die Studio Logos habe ich natürlich im separaten Ordner. Die sind in /extras/flagging/studios.
-
Hallo,
Habs gestern nicht mehr ganz geschafft, bräuchte aber auch noch ein paar infos wie es genau sein soll bevor ich mir da einen rießen Kopf darum mache...
Einfach ist im jeweiligen Aktivem ausgewähltem Genre. Also wenn auch Action bis steht dran wieviel drin ist...
Reicht dir das?Hey, na klar reicht mir das.
Also für mich ist das völlig ausreichend, dass er nur die Anzahl des Inhaltes angibt.Mal eine Andere Frage:
Ich habe bei jeden Film das Studio Logo, wenn ich auf Filminfo gehe. Das habe ich soweit hinbekommen.Jetzt wäre es aber cool, wenn es da vorne steht, wo auch die IMDB Sterne sind. Ist das realisierbar?
-
Also ich habe 10 Genre.
Action, Animation, Dokumentation, Drama, Fantasy, Horror, Komödie, Marvel, Science-Fiction, Thriller.
-
-
In etwa so?
Nur bei dem feinen Rahmen drum rum fehlt irgendwie die rechte Kontur?
[expander]Code
Alles anzeigen<!-- Aeon MQ 5 --> <includes> <!--################################################################################## VISTA GLASS LIST - ID 69 MOD Workbench ##################################################################################--> <include name="ViewGlassGenre"> <control type="group"> <animation effect="fade" time="400">VisibleChange</animation> <visible>Control.IsVisible(69) + Container.Content(genres)</visible> <control type="group"> <animation effect="fade" time="400">VisibleChange</animation> <include>ViewBack</include> <!-- Fundo --> <visible>Control.IsVisible(69)</visible> <control type="image" id="6911"> <posx>-500</posx> <posy>-500</posy> <width>2</width> <height>2</height> <texture fallback="empty" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture> </control> <control type="panel" id="69"> <viewtype label="Workstation Genre">Wide Icon</viewtype> <posx>170</posx> <posy>0</posy> <width>900</width> <height>700</height> <onleft>9900</onleft> <onright>80</onright> <pagecontrol>80</pagecontrol> <scrolltime>450</scrolltime> <preloaditems>2</preloaditems> <animation effect="slide" start="0,0" end="-10,0" time="400" tween="cubic" easing="inout" condition="Control.HasFocus(80)">Conditional</animation> <visible>Container.Content(genres)</visible> <itemlayout height="125" width="1600"> <control type="group"> <include>Banner_Dimmer</include> <control type="image"><!-- Background --> <posx>0</posx> <posy>0</posy> <width>940</width> <height>99</height> <texture>banner_glass.png</texture> <colordiffuse>FF505050</colordiffuse> <aspectratio>stretch</aspectratio> <include>Animation_Fade</include> </control> <control type="image"><!-- Cover --> <posx>0</posx> <posy>0</posy> <width>900</width> <height>99</height> <texture diffuse="banner_glass2_Matte.png" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture> <aspectratio>keep</aspectratio> </control> </control> </itemlayout> <focusedlayout height="155" width="990"> <control type="image"><!-- Cover --> <posx>0</posx> <posy>0</posy> <width>900</width> <height>99</height> <texture diffuse="banner_glass2_Matte.png" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture> <aspectratio>keep</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="image"><!-- Background --> <posx>0</posx> <posy>5</posy> <width>900</width> <height>90</height> <texture>banner_glass2.png</texture> <aspectratio>stretch</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="label"> <posx>260</posx> <posy>60</posy> <width>900</width> <height>40</height> <textcolor>FFFFFF</textcolor> <align>center</align> <label>$INFO[ListItem.Label]</label> <font>Font_40</font> <scroll>true</scroll> <visible>Stringcompare(Control.GetLabel(6911),empty)</visible> </control> </focusedlayout> </control> <control type="scrollbar" id="80"><!--Banner--> <include>ScrollBar_Vertical</include> <posx>1240</posx> <posy>92</posy> <height>548</height> <onleft>69</onleft> <onright>9920</onright> <include>Animation_Fade</include> <visible allowhiddenfocus="true">Control.IsVisible(69) + Control.HasFocus(80)</visible> </control> </control> </control> </include> </includes>
[/expander]
Du brauchst da am besten eine Matte im Bild die die Kontur drum herum quasi ausblendet.
Ich denke so meinst es.Grüße
Hab da nochmal ein wenig verändert und nun passt es denke ich.
[expander]
PHP
Alles anzeigen<!-- Aeon MQ 5 --> <includes> <!--################################################################################## VISTA GLASS LIST - ID 69 MOD Workbench ##################################################################################--> <include name="ViewGlassGenre"> <control type="group"> <animation effect="fade" time="400">VisibleChange</animation> <visible>Control.IsVisible(69) + Container.Content(genres)</visible> <control type="group"> <animation effect="fade" time="400">VisibleChange</animation> <include>ViewBack</include> <!-- Fundo --> <visible>Control.IsVisible(69)</visible> <control type="image" id="6911"> <posx>-500</posx> <posy>-500</posy> <width>2</width> <height>2</height> <texture fallback="empty" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture> </control> <control type="panel" id="69"> <viewtype label="Workstation Genre">Wide Icon</viewtype> <posx>170</posx> <posy>0</posy> <width>900</width> <height>700</height> <onleft>9900</onleft> <onright>80</onright> <pagecontrol>80</pagecontrol> <scrolltime>450</scrolltime> <preloaditems>2</preloaditems> <animation effect="slide" start="0,0" end="-10,0" time="400" tween="cubic" easing="inout" condition="Control.HasFocus(80)">Conditional</animation> <visible>Container.Content(genres)</visible> <itemlayout height="125" width="1600"> <control type="group"> <include>Banner_Dimmer</include> <control type="image"><!-- Background --> <posx>0</posx> <posy>0</posy> <width>900</width> <height>99</height> <texture>banner_glass.png</texture> <colordiffuse>FF505050</colordiffuse> <aspectratio>stretch</aspectratio> <include>Animation_Fade</include> </control> <control type="image"><!-- Cover --> <posx>0</posx> <posy>0</posy> <width>900</width> <height>99</height> <texture diffuse="banner_glass2_Matte.png" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture> <aspectratio>stretch</aspectratio> </control> </control> </itemlayout> <focusedlayout height="155" width="990"> <control type="image"><!-- Cover --> <posx>0</posx> <posy>0</posy> <width>900</width> <height>99</height> <texture diffuse="banner_glass2_Matte.png" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture> <aspectratio>stretch</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="image"><!-- Background --> <posx>0</posx> <posy>0</posy> <width>900</width> <height>99</height> <texture>banner_glass2.png</texture> <aspectratio>stretch</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="label"> <posx>260</posx> <posy>60</posy> <width>900</width> <height>40</height> <textcolor>FFFFFF</textcolor> <align>center</align> <label>$INFO[ListItem.Label]</label> <font>Font_40</font> <scroll>true</scroll> <visible>Stringcompare(Control.GetLabel(6911),empty)</visible> </control> </focusedlayout> </control> <control type="scrollbar" id="80"><!--Banner--> <include>ScrollBar_Vertical</include> <posx>1240</posx> <posy>92</posy> <height>548</height> <onleft>69</onleft> <onright>9920</onright> <include>Animation_Fade</include> <visible allowhiddenfocus="true">Control.IsVisible(69) + Control.HasFocus(80)</visible> </control> </control> </control> </include> </includes>
[/expander]
-
Hey,
Das macht mich teilweise auch immer Wahnsinng :). Mir kommts auch manchmal so vor das ich Pixelgenau mit Photoshop ausrechne und es passt trotzdem nicht...
Musst halt alles im gleiche Verhältnis vergrößern. Also die Imagetexture und den Rahmen.
Ausrichtung links ist der Container gemeint?
Wie groß genau sind deine Banner eigentlich jetzt?
Ich rechne immer das Verhältnis vorher aus, z.B. 1 zu 1,45.
Dann mache ich eine Seite größer und die Zweite im Verhältnis.Wenn du sonst die Aspect ration auf keep stehen hast, dann passt er die höhe nur soweit an das die gleich bleibt.
Und Danke nochmal für die Freundschaftsanfrage
Grüße
Also so sind meine Einstellungen momentan.
[expander]
PHP
Alles anzeigen<!-- Aeon MQ 5 --> <includes> <!--################################################################################## VISTA GLASS LIST - ID 69 MOD Workbench ##################################################################################--> <include name="ViewGlassGenre"> <control type="group"> <animation effect="fade" time="400">VisibleChange</animation> <visible>Control.IsVisible(69) + Container.Content(genres)</visible> <control type="group"> <animation effect="fade" time="400">VisibleChange</animation> <include>ViewBack</include> <!-- Fundo --> <visible>Control.IsVisible(69)</visible> <control type="image" id="6911"> <posx>-500</posx> <posy>-500</posy> <width>2</width> <height>2</height> <texture fallback="empty" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture> </control> <control type="panel" id="69"> <viewtype label="Workstation Genre">Wide Icon</viewtype> <posx>170</posx> <posy>0</posy> <width>900</width> <height>700</height> <onleft>9900</onleft> <onright>80</onright> <pagecontrol>80</pagecontrol> <scrolltime>450</scrolltime> <preloaditems>2</preloaditems> <animation effect="slide" start="0,0" end="-10,0" time="400" tween="cubic" easing="inout" condition="Control.HasFocus(80)">Conditional</animation> <visible>Container.Content(genres)</visible> <itemlayout height="125" width="900"> <control type="group"> <include>Banner_Dimmer</include> <control type="image"><!-- Background --> <width>900</width> <height>110</height> <texture>banner_glass.png</texture> <colordiffuse>FF505050</colordiffuse> <aspectratio>keep</aspectratio> <include>Animation_Fade</include> </control> <control type="image"><!-- Cover --> <width>900</width> <height>110</height> <bordersize>8</bordersize> <texture background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture> <aspectratio>keep</aspectratio> </control> </control> </itemlayout> <focusedlayout height="125" width="900"> <control type="image"><!-- Background --> <width>900</width> <height>110</height> <texture>banner_glass2.png</texture> <aspectratio>keep</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="image"><!-- Background Double --> <width>900</width> <height>110</height> <texture>banner_glass.png</texture> <aspectratio>keep</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="image"><!-- Cover --> <width>900</width> <height>110</height> <bordersize>8</bordersize> <texture background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.png]</texture> <aspectratio>keep</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="label"> <posx>260</posx> <posy>60</posy> <width>900</width> <height>40</height> <textcolor>FFFFFF</textcolor> <align>center</align> <label>$INFO[ListItem.Label]</label> <font>Font_40</font> <scroll>true</scroll> <visible>Stringcompare(Control.GetLabel(6911),empty)</visible> </control> </focusedlayout> </control> <control type="scrollbar" id="80"><!--Banner--> <include>ScrollBar_Vertical</include> <posx>1240</posx> <posy>92</posy> <height>548</height> <onleft>69</onleft> <onright>9920</onright> <include>Animation_Fade</include> <visible allowhiddenfocus="true">Control.IsVisible(69) + Control.HasFocus(80)</visible> </control> </control> </control> </include> </includes>
[/expander]
Es soll ja so aussehen, dass wenn eine Genre ausgewählt ist, dass kleine Lücke mehr zwischen dem banner_glas und dem Genre banner ist. Also das mit dem blauen Rahmen (banner_glas2) ein fliessender Übergang ist. bin schon seit Stunden dabei, aber irgendwie zerhackt der mir das immer.
Die großen sind momentan:
Action.png 2170 x 209
banner_glas.png 1900 x 209
banner_glas2.png 1900 x 209 -
Hallo,
Dann musst wohl etwas abschneiden oben und unten oder kleiner machen im Verhältnis...
Sonst stimmt ja dein Seitenverhältnis der Grafik nicht, und die höhe bei allen Images in Focused und Itemlayout kleiner machen.
Das wäre aber richtig viel wenn komplett eins mehr draufbringen willst.
Sonst sieht es ja etwas so aus:[expander]
Code
Alles anzeigen<!-- Aeon MQ 5 --> <includes> <!--################################################################################## VISTA GLASS LIST - ID 69 MOD Workbench ##################################################################################--> <include name="ViewGlassGenre"> <control type="group"> <animation effect="fade" time="400">VisibleChange</animation> <visible>Control.IsVisible(69) + Container.Content(genres)</visible> <control type="group"> <animation effect="fade" time="400">VisibleChange</animation> <include>ViewBack</include> <!-- Fundo --> <visible>Control.IsVisible(69)</visible> <control type="image" id="6911"> <posx>-500</posx> <posy>-500</posy> <width>2</width> <height>2</height> <texture fallback="empty" background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.jpg]</texture> </control> <control type="panel" id="69"> <viewtype label="Workstation Genre">Wide Icon</viewtype> <posx>330</posx> <posy>98</posy> <width>600</width> <height>548</height> <onleft>9900</onleft> <onright>80</onright> <pagecontrol>80</pagecontrol> <scrolltime>450</scrolltime> <preloaditems>2</preloaditems> <animation effect="slide" start="0,0" end="-10,0" time="400" tween="cubic" easing="inout" condition="Control.HasFocus(80)">Conditional</animation> <visible>Container.Content(genres)</visible> <itemlayout height="125" width="520"> <control type="group"> <include>Banner_Dimmer</include> <control type="image"><!-- Background --> <width>520</width> <height>110</height> <texture>banner_glass.png</texture> <colordiffuse>FF505050</colordiffuse> <aspectratio>stretch</aspectratio> <include>Animation_Fade</include> </control> <control type="image"><!-- Cover --> <width>520</width> <height>110</height> <bordersize>8</bordersize> <texture background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.jpg]</texture> <aspectratio>keep</aspectratio> </control> </control> </itemlayout> <focusedlayout height="125" width="520"> <control type="image"><!-- Background --> <width>520</width> <height>110</height> <texture>banner_glass.png</texture> <aspectratio>stretch</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="image"><!-- Background Double --> <width>520</width> <height>110</height> <texture>banner_glass.png</texture> <aspectratio>stretch</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="image"><!-- Cover --> <width>520</width> <height>110</height> <bordersize>8</bordersize> <texture background="true">$INFO[ListItem.Label,special://skin/extras/moviegenres/,.jpg]</texture> <aspectratio>keep</aspectratio> <animation effect="zoom" center="auto" start="90" end="110" time="600" tween="back" easing="out" reversible="false" condition="Skin.HasSetting(bannerzoom)">Focus</animation> </control> <control type="label"> <posx>260</posx> <posy>60</posy> <width>520</width> <height>40</height> <textcolor>FFFFFAF0</textcolor> <align>center</align> <label>$INFO[ListItem.Label]</label> <font>Font_40</font> <scroll>true</scroll> <visible>Stringcompare(Control.GetLabel(6911),empty)</visible> </control> </focusedlayout> </control> <control type="scrollbar" id="80"><!--Banner--> <include>ScrollBar_Vertical</include> <posx>1240</posx> <posy>92</posy> <height>548</height> <onleft>69</onleft> <onright>9920</onright> <include>Animation_Fade</include> <visible allowhiddenfocus="true">Control.IsVisible(69) + Control.HasFocus(80)</visible> </control> </control> </control> </include> </includes>
[/expander]
Label weiß ich nciht ob es drauf hast, hab es mal stehen lassen wenn kein Bild kommt.
Grüße
Ich wollte jetzt mal meine Banner etwas vergrößern, nur das Problem ist, dass er die größer macht, aber nicht mehr mittig auf dem Banner_glas sind. Die sind jetzt linksbündig.
Edit:
Oder er macht es so.
-
Hiermit kannst du es auch automatisieren.
Das habe ich auch schonmal benutzt für sowas.
Du sagst dem Programm aus z.B.
Avatar.mkv
Iron Man.mkv
Spider-man.mkvSoll
Avatar BluRay.mkv
Iron Man BluRay.mkv
Spider-man BluRay.mkvwerden.
Klappte bei mir super. Du suchst alle raus, die z.B. die als BluRay werden sollen und dann gibst du es im Programm ein und er rattert diese alle ab und fertig.
Teste es aber vorher, nicht das du irgendwas falsch machst und die Filmnamen sind weg.
Hab es mal für dich getestet:
Hier ist die Standarteinstellung
Jetzt fügst du hinter "[name].[typ]" nur das an, was du möchtest.
Dann auf umbenenne klicken und fertig. Bei 2 Filmen dauerte es ca. 5 Sekunden. Links siehst du jetzt, das die Filme "test 1 Bluray" und "test 2 BluRay" heissen.
-
Ich erstelle die Sets immer über Ember Media Manager.
Im XBMC kannst du diese aber auch erstellen mit dem Addon "Movie Set Artwork Automator".
Ember schreibt diese Information in der NFO rein und somit weiss XBMC, dass es ein Set ist und stellt diese automatisch zusammen, vorausgesetzt "Filme nach Zusammenstellung gruppieren" ist in den XBMC-Einstellung aktiviert.
Dann können die Filme auch in verschiedenen Pfaden, oder auch auf verschiedene Platten liegen. Das spielt keine Rolle.
Nachdem er das Set erkannt hat, weisst er auch das Passende Cover zu, was bei Aeon MQ 5 Rot ist. -
Ahh jetzt macht es Sinn.
Sets stelle ich über Ember Media Manager zusammen. Kann man unter Gotham auch machen. Ich glaube bei den Filme irgendwo im contexmenü. Genau hab ich das gerade nicht parat.Sent from my iPhone using Tapatalk
-
Zitat
SetCover heißt was genau??
Da sind z.B. alles Filme von einem Set drin. Also die Collection Alien als Beispiel. Diese Covers der Sets zeigt er nicht an, obwohl die in allen anderen Skins angezeigt werden.Das Skin hängt, wenn ich von irgendeiner Einstellung zurück ins Hauptmenü gehe, aber meistens fängt sich das wieder nach so 5 - 10 Sekunden.
-
Das sieht schon sehr cool aus. Ganz nach meinem Geschmack.
Manchmal hängt der Skin zwar ein wenig, aber ist ja auch noch nicht fertig.
Ein besonderes Highlight ist, dass man ganz eben die Buchstaben im Hintergrund sieht beim durchblättern. Die Set-Covers erkennt er von mir leider auch nicht.
Tastatur geht aber.Zumindest auf dem iMac.
-
Ich probiere es später mal aus. Doch du kannst das einstellen. Wenn du je nach Ansicht nach oben oder nach Links 2 mal drückst, kommt das Menü und da kannst du auch Icons wählen.
Sent from my iPhone using Tapatalk
-
Hat geklappt und ist nun nicht mehr zu sehen.
-
-