From: <sa...@us...> - 2011-05-03 18:49:20
|
Revision: 4195 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4195&view=rev Author: saamand Date: 2011-05-03 18:49:14 +0000 (Tue, 03 May 2011) Log Message: ----------- Version 1.6.0.0 Modified Paths: -------------- trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/About.Designer.cs trunk/plugins/MyLyrics/My Lyrics/MyLyrics.csproj trunk/plugins/MyLyrics/My Lyrics/change log.txt Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/About.Designer.cs =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/About.Designer.cs 2011-05-03 18:10:29 UTC (rev 4194) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyrics Configuration/About.Designer.cs 2011-05-03 18:49:14 UTC (rev 4195) @@ -80,7 +80,7 @@ this.lbInfo1.Name = "lbInfo1"; this.lbInfo1.Size = new System.Drawing.Size(197, 18); this.lbInfo1.TabIndex = 3; - this.lbInfo1.Text = "MyLyrics plugin, version 1.5.5.0"; + this.lbInfo1.Text = "MyLyrics plugin, version 1.6.0.0"; // // label2 // Modified: trunk/plugins/MyLyrics/My Lyrics/MyLyrics.csproj =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/MyLyrics.csproj 2011-05-03 18:10:29 UTC (rev 4194) +++ trunk/plugins/MyLyrics/My Lyrics/MyLyrics.csproj 2011-05-03 18:49:14 UTC (rev 4195) @@ -73,17 +73,20 @@ <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> - <Reference Include="Core, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Common.Utils"> + <HintPath>..\..\..\..\Program Files (x86)\Team MediaPortal\MediaPortal\Common.Utils.dll</HintPath> + </Reference> + <Reference Include="Core, Version=1.1.0.16045, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\mp exes\Core.dll</HintPath> + <HintPath>..\..\..\..\Program Files (x86)\Team MediaPortal\MediaPortal\Core.dll</HintPath> </Reference> - <Reference Include="Databases, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Databases, Version=1.1.0.16047, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\mp exes\Databases.dll</HintPath> + <HintPath>..\..\..\..\Program Files (x86)\Team MediaPortal\MediaPortal\Databases.dll</HintPath> </Reference> - <Reference Include="Dialogs, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Dialogs, Version=1.1.0.16051, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\mp exes\Dialogs.dll</HintPath> + <HintPath>..\..\..\..\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\Windows\Dialogs.dll</HintPath> </Reference> <Reference Include="GoogleTranslateAPI, Version=0.3.0.100, Culture=neutral, PublicKeyToken=37a8e65b17fcdcbb, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> @@ -94,13 +97,13 @@ <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> - <Reference Include="Utils, Version=2.2.2.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="Utils, Version=2.2.7.16040, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\mp exes\Utils.dll</HintPath> + <HintPath>..\..\..\..\Program Files (x86)\Team MediaPortal\MediaPortal\Utils.dll</HintPath> </Reference> - <Reference Include="WindowPlugins, Version=0.2.3.0, Culture=neutral, processorArchitecture=MSIL"> + <Reference Include="WindowPlugins, Version=1.1.0.16062, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\mp exes\WindowPlugins.dll</HintPath> + <HintPath>..\..\..\..\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\Windows\WindowPlugins.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> Modified: trunk/plugins/MyLyrics/My Lyrics/change log.txt =================================================================== --- trunk/plugins/MyLyrics/My Lyrics/change log.txt 2011-05-03 18:10:29 UTC (rev 4194) +++ trunk/plugins/MyLyrics/My Lyrics/change log.txt 2011-05-03 18:49:14 UTC (rev 4195) @@ -1,4 +1,4 @@ -Release notes to MyLyrics 1.5.5.0 +Release notes to MyLyrics 1.6.0.0 MyLyrics displays the lyric of the currently played song inside MediaPortal. The plugin can show LRC's and plain lyrics. It uses both musictags and online searches to find lyrics. @@ -31,9 +31,7 @@ - LRC editor: enables the creation of lrc lyric from a plain lyric. - Translation screen. See a translated version of the lyric. -Compatible with MediaPortal 1.1.0 nad 1.1.1 +Compatible with MediaPortal 1.2.0 beta -Changes and fixes since version 1.5.3.0 -- Add: Gui property #currentmodule returns user defined plugin name -- Fix: LRC tagging offset value wasn't saved in version 1.5.2.0 -- Fix: Minor fixes in configuration \ No newline at end of file +Changes and fixes since version 1.5.5.0 +- Add: Now compatible with MediaPotal 1.2.0 beta \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |