From: <ze...@us...> - 2008-03-26 06:56:26
|
Revision: 1528 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1528&view=rev Author: zebons Date: 2008-03-25 23:56:24 -0700 (Tue, 25 Mar 2008) Log Message: ----------- Modified Paths: -------------- trunk/plugins/MyFilms/AssemblyInfo.cs trunk/plugins/MyFilms/Configuration.cs trunk/plugins/MyFilms/MesFilms.cs trunk/plugins/MyFilms/MesFilms.csproj trunk/plugins/MyFilms/MesFilmsDetail.cs trunk/plugins/MyFilms/MesFilmsSetup.Designer.cs trunk/plugins/MyFilms/mesfilms.FxCop trunk/plugins/MyFilms/skin/BlackMyst/MesFilms.xml trunk/plugins/MyFilms/skin/BlackMyst/MesFilmsDetail.xml trunk/plugins/MyFilms/skin/BlueTwo/MesFilms.xml trunk/plugins/MyFilms/skin/BlueTwo wide/MesFilms.xml trunk/plugins/MyFilms/skin/BlueTwo wide/MesFilmsDetail.xml trunk/plugins/MyFilms/skin/Monochrome/MesFilms.common.facade.xml trunk/plugins/MyFilms/skin/Monochrome/MesFilms.xml trunk/plugins/MyFilms/skin/Project Mayhem 3/MesFilms.xml trunk/plugins/MyFilms/skin/SpinSafe Revolve/MesFilms.xml trunk/plugins/MyFilms/skin/Xface/MesFilms.xml Added Paths: ----------- trunk/plugins/MyFilms/skin/BlackMyst Blue wide/ Removed Paths: ------------- trunk/plugins/MyFilms/skin/Aqua 0.2.3.0/ trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_No_Cover.png trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_first_focus.png trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_first_nofocus.png trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_last_focus.png trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_last_nofocus.png trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_next_focus.PNG trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_next_nofocus.PNG trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_prior_focus.PNG trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_prior_nofocus.PNG trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_No_Cover.png trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_first_focus.png trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_first_nofocus.png trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_last_focus.png trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_last_nofocus.png trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_next_focus.PNG trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_next_nofocus.PNG trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_prior_focus.PNG trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_prior_nofocus.PNG trunk/plugins/MyFilms/skin/BlueTwo/Media/hover_my films.png trunk/plugins/MyFilms/skin/BlueTwo wide/Media/Films_No_Cover.png trunk/plugins/MyFilms/skin/Monochrome/common.time.xml Modified: trunk/plugins/MyFilms/AssemblyInfo.cs =================================================================== --- trunk/plugins/MyFilms/AssemblyInfo.cs 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/AssemblyInfo.cs 2008-03-26 06:56:24 UTC (rev 1528) @@ -9,7 +9,7 @@ [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Personnel")] -[assembly: AssemblyProduct("MesFilms")] +[assembly: AssemblyProduct("Mediaportal")] [assembly: AssemblyCopyright("Copyright © Personnel 2006")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] Modified: trunk/plugins/MyFilms/Configuration.cs =================================================================== --- trunk/plugins/MyFilms/Configuration.cs 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/Configuration.cs 2008-03-26 06:56:24 UTC (rev 1528) @@ -3,6 +3,7 @@ using System.Text; using MediaPortal.Configuration; using System.IO; +using MediaPortal.Util; Modified: trunk/plugins/MyFilms/MesFilms.cs =================================================================== --- trunk/plugins/MyFilms/MesFilms.cs 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/MesFilms.cs 2008-03-26 06:56:24 UTC (rev 1528) @@ -65,13 +65,13 @@ CTRL_BtnSearchA = 5, CTRL_BtnLayout = 6, CTRL_TxtSelect = 12, - CTRL_List = 1026, CTRL_Image = 1020, CTRL_Image2 = 1021, + CTRL_List = 1026, CTRL_TxtYear = 1022, CTRL_TxtGenre = 1024, CTRL_Texte = 1025, - CTRL_Title = 1027, + //CTRL_Title = 1027, CTRL_NbObjects = 2073 } [SkinControlAttribute((int)Controls.CTRL_TxtSelect)] @@ -82,8 +82,8 @@ protected GUIFacadeControl facadeView = null; [SkinControlAttribute((int)Controls.CTRL_Texte)] protected GUITextScrollUpControl ScrlLstText = null; - [SkinControlAttribute((int)Controls.CTRL_Title)] - protected GUIFadeLabel TitleSelect = null; + //[SkinControlAttribute((int)Controls.CTRL_Title)] + //protected GUIFadeLabel TitleSelect = null; [SkinControlAttribute((int)Controls.CTRL_TxtYear)] protected GUILabelControl TxtLstYear = null; [SkinControlAttribute((int)Controls.CTRL_TxtGenre)] @@ -659,6 +659,7 @@ conf.FileImage = ""; if (!System.IO.File.Exists(conf.FileImage)) conf.FileImage = conf.DefaultCover; + item.ThumbnailImage = conf.FileImage; item.IconImage = conf.FileImage; item.ItemId = number; @@ -678,9 +679,19 @@ { item.Year = 0; } + if (conf.Stritem1.Length > 0) + item.MusicTag = r[conf.Stritem1].ToString(); + else + item.MusicTag = string.Empty; + if (conf.Stritem3.Length > 0) + item.Path = r[conf.Stritem3].ToString(); + else + item.Path = string.Empty; item.DVDLabel = r[conf.StrTitle1].ToString(); - string wdescription = r["Description"].ToString().Replace('|', ' '); - item.TVTag = HTMLParser.removeHtml(wdescription); + string wdescription = System.Web.HttpUtility.HtmlEncode(r["Description"].ToString().Replace('\x92', '\'')); + wdescription = wdescription.ToString().Replace('|', '\n'); + wdescription = wdescription.ToString().Replace('\x85', '.'); + item.TVTag = System.Web.HttpUtility.HtmlDecode(MediaPortal.Util.HTMLParser.removeHtml(wdescription.ToString())); item.AlbumInfoTag = r["Category"].ToString(); item.OnItemSelected += new MediaPortal.GUI.Library.GUIListItem.ItemSelectedHandler(item_OnItemSelected); facadeView.Add(item); @@ -690,8 +701,8 @@ if (sTitle == SelItem) { conf.StrIndex = facadeView.Count - 1; //test if this item is one to select - ImgLstFilm.SetFileName(wthumb); - ImgLstFilm2.SetFileName(wthumb); + //ImgLstFilm.SetFileName(wthumb); + //ImgLstFilm2.SetFileName(wthumb); } } } @@ -702,8 +713,8 @@ if (((int)(r["Number"]) == iSelItem)) { conf.StrIndex = facadeView.Count - 1; //test if this item is one to select - ImgLstFilm.SetFileName(wthumb); - ImgLstFilm2.SetFileName(wthumb); + //ImgLstFilm.SetFileName(wthumb); + //ImgLstFilm2.SetFileName(wthumb); } } else @@ -711,11 +722,12 @@ if (((int)(r["Number"]) == iSelItem) && ((string)(r[conf.StrTitle1]) == conf.StrTIndex)) { conf.StrIndex = facadeView.Count - 1; //test if this item is one to select - ImgLstFilm.SetFileName(wthumb); - ImgLstFilm2.SetFileName(wthumb); + //ImgLstFilm.SetFileName(wthumb); + //ImgLstFilm2.SetFileName(wthumb); } } } + sPrevTitle = sTitle; fin: ; } @@ -763,34 +775,53 @@ //---------------------------------------------------------------------------------------- private void affichage_Lstdetail(int ItemId, bool wrep, string wlabel)//wrep = false display only image { - conf.FileImage = facadeView.SelectedListItem.ThumbnailImage.ToString(); - ImgLstFilm.SetFileName(conf.FileImage); - ImgLstFilm2.SetFileName(conf.FileImage); - - if (!wrep) - { - GUIControl.ShowControl(GetID, 34); - affichage_rating(0); - return; - } - GUIControl.HideControl(GetID, 34); - ScrlLstText.Clear(); - ScrlLstText.Label = facadeView.SelectedListItem.TVTag.ToString(); - TitleSelect.Label = wlabel; - TxtLstGenre.Label = facadeView.SelectedListItem.AlbumInfoTag.ToString(); - if (facadeView.SelectedListItem.Year == 0) - TxtLstYear.Label = string.Empty; - else - TxtLstYear.Label = facadeView.SelectedListItem.Year.ToString(); - try - { - conf.W_rating = (decimal)facadeView.SelectedListItem.Rating; - } - catch - { - conf.W_rating = 0; - } - affichage_rating(conf.W_rating); + conf.FileImage = facadeView.SelectedListItem.ThumbnailImage.ToString(); + string wlabel1 = facadeView.SelectedListItem.TVTag.ToString(); + string wlabel2 = facadeView.SelectedListItem.AlbumInfoTag.ToString(); + string wyear = facadeView.SelectedListItem.Year.ToString(); + string witem1 = facadeView.SelectedListItem.MusicTag.ToString(); + string witem3 = facadeView.SelectedListItem.Path.ToString(); + if (!wrep) + { + GUIControl.ShowControl(GetID, 34); + affichage_rating(0); + return; + } + GUIControl.HideControl(GetID, 34); + ScrlLstText.Clear(); + try + { + conf.W_rating = (decimal)facadeView.SelectedListItem.Rating; + } + catch + { + conf.W_rating = 0; + } + if (wyear == "0") + TxtLstYear.Label = string.Empty; + else + TxtLstYear.Label = wyear; + if (witem1.Length > 0) + { + GUIPropertyManager.SetProperty("#opt_item1", witem1); + GUIPropertyManager.SetProperty("#opt_label1", wlabel1); + } + else + { + GUIPropertyManager.SetProperty("#opt_item1", " "); + GUIPropertyManager.SetProperty("#opt_label1", " "); + } + if (witem3.Length > 0) + GUIPropertyManager.SetProperty("#opt_item3", witem3); + else + GUIPropertyManager.SetProperty("#opt_item3", " "); + + //TitleSelect.Label = wlabel; + ImgLstFilm.SetFileName(conf.FileImage); + ImgLstFilm2.SetFileName(conf.FileImage); + ScrlLstText.Label = wlabel1; + TxtLstGenre.Label = wlabel2; + affichage_rating(conf.W_rating); } //------------------------------------------------------------------------------------------- @@ -927,7 +958,7 @@ { if (arSplit[wi].Length > 0) { - wzone = HTMLParser.removeHtml(arSplit[wi].Trim()); + wzone = MediaPortal.Util.HTMLParser.removeHtml(arSplit[wi].Trim()); for (int i = 0; i <= 4; i++) { if (conf.RoleSeparator[i].Length > 0) Modified: trunk/plugins/MyFilms/MesFilms.csproj =================================================================== --- trunk/plugins/MyFilms/MesFilms.csproj 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/MesFilms.csproj 2008-03-26 06:56:24 UTC (rev 1528) @@ -14,11 +14,11 @@ <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> + <OutputPath>..\..\MediaPortal\xbmc\bin\Debug\plugins\Windows\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> - <UseVSHostingProcess>false</UseVSHostingProcess> + <UseVSHostingProcess>true</UseVSHostingProcess> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> @@ -45,6 +45,7 @@ <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> + <Reference Include="System.Web" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> <Reference Include="Utils, Version=2.2.2.0, Culture=neutral, processorArchitecture=MSIL"> Modified: trunk/plugins/MyFilms/MesFilmsDetail.cs =================================================================== --- trunk/plugins/MyFilms/MesFilmsDetail.cs 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/MesFilmsDetail.cs 2008-03-26 06:56:24 UTC (rev 1528) @@ -528,11 +528,16 @@ else GUIPropertyManager.SetProperty("#duree", " "); if (r[MesFilms.conf.StrIndex]["Actors"].ToString().Length > 0) - GUIPropertyManager.SetProperty("#acteurs", r[MesFilms.conf.StrIndex]["Actors"].ToString().Replace('|', ',')); + GUIPropertyManager.SetProperty("#acteurs", r[MesFilms.conf.StrIndex]["Actors"].ToString().Replace('|', '\n')); else GUIPropertyManager.SetProperty("#acteurs", " "); if (r[MesFilms.conf.StrIndex]["Description"].ToString().Length > 0) - GUIPropertyManager.SetProperty("#description", HTMLParser.removeHtml(r[MesFilms.conf.StrIndex]["Description"].ToString().Replace('|', ' '))); + { + string wdescription = System.Web.HttpUtility.HtmlEncode(r[MesFilms.conf.StrIndex]["Description"].ToString().Replace('\x92', '\'')); + wdescription = wdescription.ToString().Replace('|', '\n'); + wdescription = wdescription.ToString().Replace('\x85', '.'); + GUIPropertyManager.SetProperty("#description", System.Web.HttpUtility.HtmlDecode(MediaPortal.Util.HTMLParser.removeHtml(wdescription.ToString()))); + } else GUIPropertyManager.SetProperty("#description", " "); if (r[MesFilms.conf.StrIndex]["Rating"].ToString().Length > 0) @@ -1073,7 +1078,9 @@ pathId = VideoDatabase.GetPath(strPath); VideoDatabase.AddFile(idMovie, pathId, strFileName); } - movieDetails.PlotOutline = movieDetails.Plot = HTMLParser.removeHtml(r1[select_item]["Description"].ToString().Replace('|', ' ')); + string wdescription = System.Web.HttpUtility.HtmlEncode(r1[select_item]["Description"].ToString().Replace('\x92', '\'')); + wdescription = wdescription.ToString().Replace('|', '\n'); + movieDetails.PlotOutline = movieDetails.Plot = System.Web.HttpUtility.HtmlDecode(MediaPortal.Util.HTMLParser.removeHtml(wdescription.ToString())); //movieDetails.PlotOutline = r1[select_item]["Description"].ToString().Replace('|', ' '); movieDetails.Title = r1[select_item][MesFilms.conf.StrTitle1].ToString(); @@ -1105,12 +1112,12 @@ { if (System.IO.File.Exists(wImage)) { - //// CreateThumbnail Version 0.2.3 + SVN - //if (Picture.CreateThumbnail(wImage, strThumb, (int)Thumbs.ThumbResolution, (int)Thumbs.ThumbResolution, 0, Thumbs.SpeedThumbsSmall)) - // Picture.CreateThumbnail(wImage, LargeThumb, (int)Thumbs.ThumbLargeResolution, (int)Thumbs.ThumbLargeResolution, 0, Thumbs.SpeedThumbsLarge); - // CreateThumbnail Version 0.2.3 Stable - if (Picture.CreateThumbnail(wImage, strThumb, (int)Thumbs.ThumbResolution, (int)Thumbs.ThumbResolution, 0)) - Picture.CreateThumbnail(wImage, LargeThumb, (int)Thumbs.ThumbLargeResolution, (int)Thumbs.ThumbLargeResolution, 0); + // CreateThumbnail Version 0.2.3 + SVN + if (Picture.CreateThumbnail(wImage, strThumb, (int)Thumbs.ThumbResolution, (int)Thumbs.ThumbResolution, 0, Thumbs.SpeedThumbsSmall)) + Picture.CreateThumbnail(wImage, LargeThumb, (int)Thumbs.ThumbLargeResolution, (int)Thumbs.ThumbLargeResolution, 0, Thumbs.SpeedThumbsLarge); + //// CreateThumbnail Version 0.2.3 Stable + //if (Picture.CreateThumbnail(wImage, strThumb, (int)Thumbs.ThumbResolution, (int)Thumbs.ThumbResolution, 0)) + // Picture.CreateThumbnail(wImage, LargeThumb, (int)Thumbs.ThumbLargeResolution, (int)Thumbs.ThumbLargeResolution, 0); } } } Modified: trunk/plugins/MyFilms/MesFilmsSetup.Designer.cs =================================================================== --- trunk/plugins/MyFilms/MesFilmsSetup.Designer.cs 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/MesFilmsSetup.Designer.cs 2008-03-26 06:56:24 UTC (rev 1528) @@ -249,9 +249,9 @@ this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(676, 42); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(69, 13); + this.label10.Size = new System.Drawing.Size(60, 13); this.label10.TabIndex = 34; - this.label10.Text = "Version 4.4.2"; + this.label10.Text = "Version 4.5"; // // textBox1 // @@ -277,8 +277,8 @@ this.Config_Name.Size = new System.Drawing.Size(202, 21); this.Config_Name.Sorted = true; this.Config_Name.TabIndex = 1; + this.Config_Name.Leave += new System.EventHandler(this.Config_Name_SelectedIndexChanged); this.Config_Name.SelectedIndexChanged += new System.EventHandler(this.Config_Name_SelectedIndexChanged); - this.Config_Name.Leave += new System.EventHandler(this.Config_Name_SelectedIndexChanged); // // label12 // @@ -1555,8 +1555,8 @@ this.Controls.Add(this.ButQuit); this.Name = "MesFilmsSetup"; this.Text = "MesFilmsSetup"; + this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MesFilmsSetup_Quit); this.Load += new System.EventHandler(this.MesFilmsSetup_Load); - this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MesFilmsSetup_Quit); this.General.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); Modified: trunk/plugins/MyFilms/mesfilms.FxCop =================================================================== --- trunk/plugins/MyFilms/mesfilms.FxCop 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/mesfilms.FxCop 2008-03-26 06:56:24 UTC (rev 1528) @@ -21,7 +21,6 @@ <DeadlockDetectionTimeout>120</DeadlockDetectionTimeout> </ProjectOptions> <Targets> - <Target Name="$(ProjectDir)/../mediaportal/xbmc/bin/Debug/Core.dll" Analyze="False" AnalyzeAllChildren="False" /> <Target Name="$(ProjectDir)/../mediaportal/xbmc/bin/Debug/plugins/windows/MesFilms.dll" Analyze="True" AnalyzeAllChildren="False"> <Modules AnalyzeAllChildren="False"> <Module Name="mesfilms.dll" Analyze="True" AnalyzeAllChildren="False"> Deleted: trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_No_Cover.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_first_focus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_first_nofocus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_last_focus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_last_nofocus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_next_focus.PNG =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_next_nofocus.PNG =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_prior_focus.PNG =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlackMyst/Media/Films_prior_nofocus.PNG =================================================================== (Binary files differ) Modified: trunk/plugins/MyFilms/skin/BlackMyst/MesFilms.xml =================================================================== --- trunk/plugins/MyFilms/skin/BlackMyst/MesFilms.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/BlackMyst/MesFilms.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -448,24 +448,24 @@ <control> <type>image</type> <description>Thumb displayed when player.playing</description> - <id>1020</id> + <id>1021</id> <posX>100</posX> <posY>260</posY> <width>122</width> <height>140</height> - <texture>-</texture> + <texture>#selectedthumb</texture> <visible>player.hasmedia +!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> <keepaspectratio>yes</keepaspectratio> </control> <control> <type>image</type> <description>Thumb displayed when no player.playing</description> - <id>1021</id> + <id>1020</id> <posX>65</posX> <posY>270</posY> <width>145</width> <height>200</height> - <texture>-</texture> + <texture>#selectedthumb</texture> <visible>!player.hasmedia +!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> <keepaspectratio>yes</keepaspectratio> </control> @@ -475,7 +475,7 @@ <id>1022</id> <posX>65</posX> <posY>550</posY> - <visible>!facadeview.filmstrip+!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)+!player.hasmedia</visible> + <visible>!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)+!player.hasmedia</visible> <label>6</label> <font>font12</font> </control> @@ -485,11 +485,44 @@ <id>1024</id> <posX>112</posX> <posY>550</posY> - <visible>!facadeview.filmstrip+!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)+!player.hasmedia</visible> + <visible>!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)+!player.hasmedia</visible> <label>6</label> <font>font12</font> </control> + <control> + <type>label</type> + <description>Optional Label1</description> + <id>1031</id> + <posX>65</posX> + <posY>530</posY> + <width>950</width> + <label>#opt_label1</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> <control> + <type>fadelabel</type> + <description>Optional Item1</description> + <id>1030</id> + <posX>112</posX> + <posY>530</posY> + <width>950</width> + <label>#opt_item1</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item3</description> + <id>1032</id> + <posX>65</posX> + <posY>510</posY> + <width>950</width> + <label>#opt_item3</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> <type>label</type> <id>2073</id> <posX>300</posX> Modified: trunk/plugins/MyFilms/skin/BlackMyst/MesFilmsDetail.xml =================================================================== --- trunk/plugins/MyFilms/skin/BlackMyst/MesFilmsDetail.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/BlackMyst/MesFilmsDetail.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -144,8 +144,8 @@ <textcolor>ff000000</textcolor> <width>46</width> <height>34</height> - <textureFocus>Films_first_focus.png</textureFocus> - <textureNoFocus>Films_first_nofocus.png</textureNoFocus> + <textureFocus>osd_back_focus.png</textureFocus> + <textureNoFocus>osd_back_nofocus.png</textureNoFocus> </control> <control> <type>button</type> @@ -161,8 +161,8 @@ <textcolor>ff000000</textcolor> <width>46</width> <height>34</height> - <textureFocus>Films_prior_focus.PNG</textureFocus> - <textureNoFocus>Films_prior_nofocus.PNG</textureNoFocus> + <textureFocus>nav_back_focus.png</textureFocus> + <textureNoFocus>nav_back_nofocus.png</textureNoFocus> </control> <control> <type>button</type> @@ -178,8 +178,8 @@ <textcolor>ff000000</textcolor> <width>46</width> <height>34</height> - <textureFocus>Films_next_focus.PNG</textureFocus> - <textureNoFocus>Films_next_nofocus.PNG</textureNoFocus> + <textureFocus>nav_forward_focus.png</textureFocus> + <textureNoFocus>nav_forward_nofocus.png</textureNoFocus> </control> <control> <type>button</type> @@ -195,8 +195,8 @@ <textcolor>ff000000</textcolor> <width>46</width> <height>34</height> - <textureFocus>Films_last_focus.png</textureFocus> - <textureNoFocus>Films_last_nofocus.png</textureNoFocus> + <textureFocus>osd_next_focus.png</textureFocus> + <textureNoFocus>osd_next_nofocus.png</textureNoFocus> </control> </control> </control> Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_No_Cover.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_first_focus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_first_nofocus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_last_focus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_last_nofocus.png =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_next_focus.PNG =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_next_nofocus.PNG =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_prior_focus.PNG =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/Films_prior_nofocus.PNG =================================================================== (Binary files differ) Deleted: trunk/plugins/MyFilms/skin/BlueTwo/Media/hover_my films.png =================================================================== (Binary files differ) Modified: trunk/plugins/MyFilms/skin/BlueTwo/MesFilms.xml =================================================================== --- trunk/plugins/MyFilms/skin/BlueTwo/MesFilms.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/BlueTwo/MesFilms.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -188,6 +188,7 @@ <thumbWidthBig>64</thumbWidthBig> <thumbHeightBig>90</thumbHeightBig> <thumbPosXBig>10</thumbPosXBig> + <textcolor>AA</textcolor> <font>font10</font> </control> <control> @@ -487,7 +488,40 @@ <label>6</label> <font>font12</font> </control> + <control> + <type>label</type> + <description>Optional Label1</description> + <id>1031</id> + <posX>65</posX> + <posY>570</posY> + <width>950</width> + <label>#opt_label1</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> <control> + <type>fadelabel</type> + <description>Optional Item1</description> + <id>1030</id> + <posX>112</posX> + <posY>570</posY> + <width>950</width> + <label>#opt_item1</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item3</description> + <id>1032</id> + <posX>65</posX> + <posY>590</posY> + <width>950</width> + <label>#opt_item3</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> <type>label</type> <id>2073</id> <posX>300</posX> Deleted: trunk/plugins/MyFilms/skin/BlueTwo wide/Media/Films_No_Cover.png =================================================================== (Binary files differ) Modified: trunk/plugins/MyFilms/skin/BlueTwo wide/MesFilms.xml =================================================================== --- trunk/plugins/MyFilms/skin/BlueTwo wide/MesFilms.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/BlueTwo wide/MesFilms.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -335,7 +335,40 @@ <label>6</label> <font>font12</font> </control> + <control> + <type>label</type> + <description>Optional Label1</description> + <id>1031</id> + <posX>65</posX> + <posY>750</posY> + <width>950</width> + <label>#opt_label1</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> <control> + <type>fadelabel</type> + <description>Optional Item1</description> + <id>1030</id> + <posX>150</posX> + <posY>750</posY> + <width>950</width> + <label>#opt_item1</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item3</description> + <id>1032</id> + <posX>65</posX> + <posY>770</posY> + <width>950</width> + <label>#opt_item3</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> <type>label</type> <id>2073</id> <posX>800</posX> Modified: trunk/plugins/MyFilms/skin/BlueTwo wide/MesFilmsDetail.xml =================================================================== --- trunk/plugins/MyFilms/skin/BlueTwo wide/MesFilmsDetail.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/BlueTwo wide/MesFilmsDetail.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -441,23 +441,22 @@ <type>image</type> <id>2024</id> <posX>100</posX> - <posY>340</posY> - <height>350</height> + <posY>320</posY> + <keepaspectratio>yes</keepaspectratio> + <height>400</height> <align>center</align> <visible>!player.hasmedia</visible> - <keepaspectratio>yes</keepaspectratio> <texture>-</texture> </control> <control> <description>Thumbnail with video playing</description> <type>image</type> <id>2023</id> - <posX>155</posX> + <posX>130</posX> <posY>290</posY> - <width>180</width> + <keepaspectratio>yes</keepaspectratio> <height>245</height> <align>center</align> - <keepaspectratio>yes</keepaspectratio> <visible>player.hasmedia</visible> <texture>-</texture> </control> Modified: trunk/plugins/MyFilms/skin/Monochrome/MesFilms.common.facade.xml =================================================================== --- trunk/plugins/MyFilms/skin/Monochrome/MesFilms.common.facade.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/Monochrome/MesFilms.common.facade.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -72,9 +72,9 @@ <spinPosY>600</spinPosY> <spinPosX>1218</spinPosX> <thumbWidth>243</thumbWidth> - <thumbHeight>360</thumbHeight> + <thumbHeight>270</thumbHeight> <thumbPosX>13</thumbPosX> - <thumbPosY>11</thumbPosY> + <thumbPosY>0</thumbPosY> <itemWidth>245</itemWidth> <itemHeight>360</itemHeight> <textureWidth>275</textureWidth> Modified: trunk/plugins/MyFilms/skin/Monochrome/MesFilms.xml =================================================================== --- trunk/plugins/MyFilms/skin/Monochrome/MesFilms.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/Monochrome/MesFilms.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -378,5 +378,38 @@ <height>373</height> <visible>facadeview.list</visible> </control> + <control> + <type>label</type> + <description>Optional Label1</description> + <id>1031</id> + <posX>30</posX> + <posY>720</posY> + <width>950</width> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + <label>#opt_label1</label> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item1</description> + <id>1030</id> + <posX>140</posX> + <posY>720</posY> + <width>950</width> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + <label>#opt_item1</label> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item3</description> + <id>1032</id> + <posX>30</posX> + <posY>745</posY> + <width>950</width> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + <label>#opt_item3</label> + </control> </controls> </window> \ No newline at end of file Deleted: trunk/plugins/MyFilms/skin/Monochrome/common.time.xml =================================================================== --- trunk/plugins/MyFilms/skin/Monochrome/common.time.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/Monochrome/common.time.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<window> - <controls> - <control> - <description>Date</description> - <type>label</type> - <id>200</id> - <posX>-40</posX> - <posY>40</posY> - <align>right</align> - <label>#date</label> - <textcolor>FF808080</textcolor> - </control> - <control> - <description>Time</description> - <type>label</type> - <id>201</id> - <posX>-40</posX> - <posY>40</posY> - <align>right</align> - <label>#time</label> - <textcolor>FF808080</textcolor> - </control> - <control> - <description>Date | Time</description> - <type>label</type> - <id>203</id> - <posX>1340</posX> - <posY>725</posY> - <label>#date | #time</label> - <align>right</align> - <textcolor>FF808080</textcolor> - </control> - </controls> -</window> \ No newline at end of file Modified: trunk/plugins/MyFilms/skin/Project Mayhem 3/MesFilms.xml =================================================================== --- trunk/plugins/MyFilms/skin/Project Mayhem 3/MesFilms.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/Project Mayhem 3/MesFilms.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -174,25 +174,33 @@ <control> <description>Filmstrip view</description> <type>filmstrip</type> - <width>500</width> - <posX>238</posX> - <height>400</height> + <posX>210</posX> + <posY>130</posY> + <height>200</height> <onup>6</onup> <onleft>6</onleft> <keepaspectratio>yes</keepaspectratio> - <backgroundx>364</backgroundx> - <backgroundy>119</backgroundy> - <backgroundwidth>194</backgroundwidth> - <backgroundheight>280</backgroundheight> - <InfoImagex>368</InfoImagex> - <InfoImagey>136</InfoImagey> - <InfoImagewidth>180</InfoImagewidth> - <InfoImageheight>234</InfoImageheight> - <thumbHeight>68</thumbHeight> - <textureHeight>86</textureHeight> - <itemWidth>78</itemWidth> - <itemHeight>158</itemHeight> - <font>font10</font> + <thumbWidth>60</thumbWidth> + <thumbHeight>90</thumbHeight> + <thumbPosX>10</thumbPosX> + <thumbPosY>40</thumbPosY> + <itemWidth>70</itemWidth> + <itemHeight>100</itemHeight> + <texturePosX>10</texturePosX> + <textureWidth>70</textureWidth> + <textureHeight>160</textureHeight> + <textXOff>10</textXOff> + <imageFolderFocus>Framefocus.png</imageFolderFocus> + <frame>-</frame> + <frameFocus>video_filmstrip_frame.png</frameFocus> + <background>Coverbig.png</background> + <thumbs flipY="true" diffuse="Thumb_Mask.png"></thumbs> + <InfoImage flipY="true" diffuse="Thumb_Mask.png"></InfoImage> + <showFrame>yes</showFrame> + <showFolder>no</showFolder> + <showBackGround>yes</showBackGround> + <showInfoImage>no</showInfoImage> + <thumbAnimation effect="zoom" end="140,140" center="0,50" time="200">Focus</thumbAnimation> </control> </control> </control> @@ -213,7 +221,7 @@ <speed>10</speed> <label>-</label> <font>font12</font> - <visible>!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>!control.isvisible(34)+control.hasfocus(1026)</visible> <seperator>------------------------------------------------------------------------------------------------------------------------------</seperator> </control> @@ -230,22 +238,9 @@ <font>font12</font> <width>165</width> <height>24</height> - <visible>!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>!control.isvisible(34)+control.hasfocus(1026)</visible> <label>#selecteditem</label> </control> - <control> - <type>fadelabel</type> - <description>Title (during Filmstrip)</description> - <id>1027</id> - <posX>376</posX> - <posY>390</posY> - <onleft>6</onleft> - <onright>1026</onright> - <font>font13</font> - <width>350</width> - <visible>facadeview.filmstrip+control.hasfocus(1026)</visible> - <label>#selecteditem</label> - </control> <control> <type>image</type> <id>1</id> @@ -255,7 +250,7 @@ <height>230</height> <keepaspectratio>no</keepaspectratio> <texture>context_background.png</texture> - <visible>!facadeview.filmstrip+!control.isvisible(34)</visible> + <visible>!control.isvisible(34)</visible> </control> <control> <type>image</type> @@ -264,7 +259,7 @@ <posY>410</posY> <width>36</width> <height>36</height> - <visible>control.isvisible(33)+!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(33)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>star.png</texture> <centered>yes</centered> </control> @@ -275,7 +270,7 @@ <posY>376</posY> <width>30</width> <height>30</height> - <visible>control.isvisible(31)+!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(31)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>star.png</texture> <centered>yes</centered> </control> @@ -286,7 +281,7 @@ <posY>348</posY> <width>24</width> <height>24</height> - <visible>control.isvisible(29)+!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(29)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>star.png</texture> <centered>yes</centered> </control> @@ -297,7 +292,7 @@ <posY>326</posY> <width>18</width> <height>18</height> - <visible>control.isvisible(27)+!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(27)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>star.png</texture> <centered>yes</centered> </control> @@ -308,7 +303,7 @@ <posY>310</posY> <width>12</width> <height>12</height> - <visible>control.isvisible(25)+!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(25)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>star.png</texture> <centered>yes</centered> </control> @@ -319,7 +314,7 @@ <posY>410</posY> <width>36</width> <height>36</height> - <visible>!facadeview.filmstrip+control.isvisible(32)+!control.isvisible(33)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(32)+!control.isvisible(33)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>starhalf.png</texture> <centered>yes</centered> </control> @@ -330,7 +325,7 @@ <posY>376</posY> <width>30</width> <height>30</height> - <visible>!facadeview.filmstrip+control.isvisible(30)+!control.isvisible(31)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(30)+!control.isvisible(31)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>starhalf.png</texture> <centered>yes</centered> </control> @@ -341,7 +336,7 @@ <posY>348</posY> <width>24</width> <height>24</height> - <visible>!facadeview.filmstrip+control.isvisible(28)+!control.isvisible(29)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(28)+!control.isvisible(29)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>starhalf.png</texture> <centered>yes</centered> </control> @@ -352,7 +347,7 @@ <posY>326</posY> <width>18</width> <height>18</height> - <visible>!facadeview.filmstrip+control.isvisible(26)+!control.isvisible(27)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(26)+!control.isvisible(27)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>starhalf.png</texture> <centered>yes</centered> </control> @@ -363,7 +358,7 @@ <posY>310</posY> <width>12</width> <height>12</height> - <visible>!facadeview.filmstrip+control.isvisible(24)+!control.isvisible(25)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>control.isvisible(24)+!control.isvisible(25)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>starhalf.png</texture> <centered>yes</centered> </control> @@ -374,7 +369,7 @@ <posY>410</posY> <width>36</width> <height>36</height> - <visible>!facadeview.filmstrip+!control.isvisible(32)+!control.isvisible(33)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>!control.isvisible(32)+!control.isvisible(33)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>greystar.png</texture> <centered>yes</centered> </control> @@ -385,7 +380,7 @@ <posY>376</posY> <width>30</width> <height>30</height> - <visible>!facadeview.filmstrip+!control.isvisible(30)+!control.isvisible(31)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>!control.isvisible(30)+!control.isvisible(31)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>greystar.png</texture> <centered>yes</centered> </control> @@ -396,7 +391,7 @@ <posY>348</posY> <width>24</width> <height>24</height> - <visible>!facadeview.filmstrip+!control.isvisible(28)+!control.isvisible(29)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>!control.isvisible(28)+!control.isvisible(29)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>greystar.png</texture> <centered>yes</centered> </control> @@ -407,7 +402,7 @@ <posY>326</posY> <width>18</width> <height>18</height> - <visible>!facadeview.filmstrip+!control.isvisible(26)+!control.isvisible(27)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>!control.isvisible(26)+!control.isvisible(27)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>greystar.png</texture> <centered>yes</centered> </control> @@ -418,7 +413,7 @@ <posY>310</posY> <width>12</width> <height>12</height> - <visible>!facadeview.filmstrip+!control.isvisible(24)+!control.isvisible(25)+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>!control.isvisible(24)+!control.isvisible(25)+!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>greystar.png</texture> <centered>yes</centered> </control> @@ -430,7 +425,7 @@ <width>160</width> <height>250</height> <texture>hover_my films.png</texture> - <visible>!facadeview.filmstrip+!control.isvisible(34)+!player.hasmedia+!control.hasfocus(1026)</visible> + <visible>!control.isvisible(34)+!player.hasmedia+!control.hasfocus(1026)</visible> <keepaspectratio>yes</keepaspectratio> </control> <control> @@ -441,7 +436,7 @@ <width>130</width> <height>170</height> <keepaspectratio>yes</keepaspectratio> - <visible>player.hasmedia +!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>player.hasmedia +!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>#selectedthumb</texture> </control> <control> @@ -452,7 +447,7 @@ <width>130</width> <height>160</height> <keepaspectratio>yes</keepaspectratio> - <visible>!player.hasmedia +!facadeview.filmstrip+!control.isvisible(34)+control.hasfocus(1026)</visible> + <visible>!player.hasmedia +!control.isvisible(34)+control.hasfocus(1026)</visible> <texture>#selectedthumb</texture> </control> <control> @@ -461,7 +456,7 @@ <id>1022</id> <posX>8</posX> <posY>500</posY> - <visible>!facadeview.filmstrip+!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)+!player.hasmedia</visible> + <visible>!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)+!player.hasmedia</visible> <label>6</label> <font>font12</font> </control> @@ -472,12 +467,45 @@ <posX>50</posX> <posY>500</posY> <width>140</width> - <visible>!facadeview.filmstrip+!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)+!player.hasmedia</visible> + <visible>!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)+!player.hasmedia</visible> <align>left</align> <label>6</label> <font>font12</font> </control> + <control> + <type>label</type> + <description>Optional Label1</description> + <id>1031</id> + <posX>8</posX> + <posY>520</posY> + <width>950</width> + <label>#opt_label1</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> <control> + <type>fadelabel</type> + <description>Optional Item1</description> + <id>1030</id> + <posX>50</posX> + <posY>520</posY> + <width>950</width> + <label>#opt_item1</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item3</description> + <id>1032</id> + <posX>8</posX> + <posY>540</posY> + <width>950</width> + <label>#opt_item3</label> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> <type>label</type> <id>2073</id> <posX>300</posX> Modified: trunk/plugins/MyFilms/skin/SpinSafe Revolve/MesFilms.xml =================================================================== --- trunk/plugins/MyFilms/skin/SpinSafe Revolve/MesFilms.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/SpinSafe Revolve/MesFilms.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -251,12 +251,12 @@ <width>1300</width> <height>1000</height> <showInfoImage>no</showInfoImage> + <textXOff>20</textXOff> <spinPosX>1100</spinPosX> <spinPoxY>740</spinPoxY> <posY>250</posY> <posX>40</posX> - <thumbAnimation effect="zoom" start="140,140" end="200,200" time="180">focus</thumbAnimation> - <thumbAnimation effect="zoom" start="200,200" end="140,140" time="180">unfocus</thumbAnimation> + <thumbAnimation effect="zoom" end="200,200" time="180">focus</thumbAnimation> </control> </control> <control> @@ -284,9 +284,9 @@ <type>textboxscrollup</type> <id>1025</id> <posX>400</posX> - <posY>620</posY> + <posY>612</posY> <width>840</width> - <height>80</height> + <height>90</height> <onleft>6</onleft> <onright>1026</onright> <onup>1026</onup> @@ -495,7 +495,7 @@ <height>440</height> <visible>!facadeview.filmstrip+player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> <keepaspectratio>yes</keepaspectratio> - <texture>-</texture> + <texture>#selectedthumb</texture> </control> <control> <description>Thumbnail with no video playing</description> @@ -511,7 +511,7 @@ <width>370</width> <height>440</height> <visible>!facadeview.filmstrip+!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> - <texture>-</texture> + <texture>#selectedthumb</texture> </control> <control> <description>YearValue</description> @@ -536,6 +536,39 @@ <label>6</label> <font>font12</font> </control> + <control> + <type>label</type> + <description>Optional Label1</description> + <id>1031</id> + <posX>60</posX> + <posY>695</posY> + <width>950</width> + <label>#opt_label1</label> + <font>font10</font> + <visible>!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item1</description> + <id>1030</id> + <posX>150</posX> + <posY>695</posY> + <width>950</width> + <label>#opt_item1</label> + <font>font10</font> + <visible>!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item3</description> + <id>1032</id> + <posX>60</posX> + <posY>695</posY> + <width>950</width> + <label>#opt_item3</label> + <font>font10</font> + <visible>!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)</visible> + </control> <control> <description>number items</description> <type>label</type> Modified: trunk/plugins/MyFilms/skin/Xface/MesFilms.xml =================================================================== --- trunk/plugins/MyFilms/skin/Xface/MesFilms.xml 2008-03-26 01:56:06 UTC (rev 1527) +++ trunk/plugins/MyFilms/skin/Xface/MesFilms.xml 2008-03-26 06:56:24 UTC (rev 1528) @@ -40,8 +40,8 @@ <id>6</id> <posX>50</posX> <posY>130</posY> - <width>298</width> - <height>140</height> + <width>298</width> + <height>140</height> <layout>StackLayout</layout> <visible>!Control.HasFocus(1026)</visible> <animation effect="slide" time="350" start="-300,0">visible</animation> @@ -168,20 +168,20 @@ <posX>90</posX> <width>1250</width> <onup>6</onup> - <thumbWidth>141</thumbWidth> - <thumbHeight>180</thumbHeight> + <keepaspectratio>yes</keepaspectratio> + <thumbHeight>196</thumbHeight> <thumbPosX>17</thumbPosX> <thumbPosY>6</thumbPosY> <imageFolderFocus>Framefocus.png</imageFolderFocus> <frame>Cover_dvd.png</frame> <frameFocus>Coverframe_dvd.png</frameFocus> - <itemWidth>200</itemWidth> - <itemHeight>215</itemHeight> - <textureWidth>173</textureWidth> - <textureHeight>380</textureHeight> + <itemWidth>240</itemWidth> + <itemHeight>230</itemHeight> + <textureWidth>225</textureWidth> + <textureHeight>360</textureHeight> <font>font12</font> <textXOff>8</textXOff> - <textYOff>-125</textYOff> + <textYOff>-110</textYOff> <selectedColor>20ffffff</selectedColor> <textcolor>ffffffff</textcolor> <background>Coverbig.png</background> @@ -191,8 +191,7 @@ <showFolder>no</showFolder> <showBackGround>no</showBackGround> <showInfoImage>no</showInfoImage> - <thumbAnimation effect="zoom" start="100,100" end="140,140" time="180">focus</thumbAnimation> - <thumbAnimation effect="zoom" start="140,140" end="100,100" time="180">unfocus</thumbAnimation> + <thumbAnimation effect="zoom" end="140,140" time="180">focus</thumbAnimation> </control> </control> <control> @@ -201,14 +200,13 @@ <id>1025</id> <posX>138</posX> <posY>590</posY> - <width>760</width> + <width>900</width> <height>110</height> <onleft>2</onleft> <onright>800</onright> <onup>1026</onup> <ondown>1026</ondown> <colordiffuse>ffffffff</colordiffuse> - <textcolor>black</textcolor> <speed>1</speed> <label>-</label> <font>font12</font> @@ -472,11 +470,42 @@ <id>1022</id> <posX>120</posX> <posY>708</posY> - <visible>no</visible> <label>6</label> <font>font12</font> <visible>!control.isvisible(23)+!control.isvisible(34)+control.hasfocus(1026)+!player.hasmedia</visible> </control> - + <control> + <type>label</type> + <description>Optional Label1</description> + <id>1031</id> + <posX>120</posX> + <posY>720</posY> + <width>950</width> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + <label>#opt_label1</label> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item1</description> + <id>1030</id> + <posX>200</posX> + <posY>720</posY> + <width>950</width> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + <label>#opt_item1</label> + </control> + <control> + <type>fadelabel</type> + <description>Optional Item3</description> + <id>1032</id> + <posX>120</posX> + <posY>745</posY> + <width>950</width> + <font>font10</font> + <visible>!player.hasmedia+!control.isvisible(34)+control.hasfocus(1026)</visible> + <label>#opt_item3</label> + </control> </controls> </window> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |