From: <hwa...@us...> - 2011-02-12 17:06:30
|
Revision: 4104 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4104&view=rev Author: hwahrmann Date: 2011-02-12 17:06:24 +0000 (Sat, 12 Feb 2011) Log Message: ----------- Adjusted ignore list and changed setup project Modified Paths: -------------- trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.xmp2 Property Changed: ---------------- trunk/plugins/MusicRatingUpdater/ trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/ Property changes on: trunk/plugins/MusicRatingUpdater ___________________________________________________________________ Added: svn:ignore + _ReSharper.MusicRatingUpdater Property changes on: trunk/plugins/MusicRatingUpdater/MusicRatingUpdater ___________________________________________________________________ Added: svn:ignore + bin obj Modified: trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.xmp2 =================================================================== --- trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.xmp2 2011-02-12 16:50:15 UTC (rev 4103) +++ trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.xmp2 2011-02-12 17:06:24 UTC (rev 4104) @@ -142,16 +142,16 @@ <Build>0</Build> <Revision>0</Revision> </Version> - <ExtensionDescription>Have you ever wanted the ratings from the Music Now Playing available in the tags of the file, to be used by other applications? - -Now there's a solution. - -With the MusicRatingUpdater Plugin activated you have the ratings instantly available in your files. - -Ratings can be stored in "Star Rating", 1 - 5, or in Windows Media Player Format. - -The plugin has an automatic mode, by which it listens to changes in the ratings, which a user does in the Now Playing screen and will update the file as soon as it finishes. - + <ExtensionDescription>Have you ever wanted the ratings from the Music Now Playing available in the tags of the file, to be used by other applications? + +Now there's a solution. + +With the MusicRatingUpdater Plugin activated you have the ratings instantly available in your files. + +Ratings can be stored in "Star Rating", 1 - 5, or in Windows Media Player Format. + +The plugin has an automatic mode, by which it listens to changes in the ratings, which a user does in the Now Playing screen and will update the file as soon as it finishes. + The second option is a Batch update, which is available via the plugin's config dialog. This option reads all available ratings for songs found in the MediaPortal Music Database and updates the physical file.</ExtensionDescription> <VersionDescription /> <DevelopmentStatus>Stable</DevelopmentStatus> @@ -205,7 +205,7 @@ <ProjectSettings> <FolderGroups /> <ProjectFilename>D:\Documents\Source\Mp1\mp-plugins\MusicRatingUpdater\setup\MusicRatingUpdater.xmp2</ProjectFilename> - <UpdatePath1 /> + <UpdatePath1>D:\Documents\Source\Mp1\mp-plugins\MusicRatingUpdater\setup\MusicRatingUpdater.mpe1</UpdatePath1> <UpdatePath2 /> <UpdatePath3 /> </ProjectSettings> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hwa...@us...> - 2011-02-25 13:31:05
|
Revision: 4130 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4130&view=rev Author: hwahrmann Date: 2011-02-25 13:30:58 +0000 (Fri, 25 Feb 2011) Log Message: ----------- Recomile to be compatible with 1.1.2 Modified Paths: -------------- trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj.user trunk/plugins/MusicRatingUpdater/MusicRatingUpdater.sln trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.mpe1 trunk/plugins/MusicRatingUpdater/setup/update.xml Property Changed: ---------------- trunk/plugins/MusicRatingUpdater/ trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/ Property changes on: trunk/plugins/MusicRatingUpdater ___________________________________________________________________ Modified: svn:ignore - _ReSharper.MusicRatingUpdater + *.suo *.user _ReSharper.MusicRatingUpdater Property changes on: trunk/plugins/MusicRatingUpdater/MusicRatingUpdater ___________________________________________________________________ Modified: svn:ignore - bin obj + bin obj [Bb]in [Dd]ebug [Rr]elease *.user *.aps *.eto Modified: trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj =================================================================== --- trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj 2011-02-20 22:07:51 UTC (rev 4129) +++ trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj 2011-02-25 13:30:58 UTC (rev 4130) @@ -1,4 +1,5 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> @@ -11,9 +12,11 @@ <AssemblyName>MusicRatingUpdater</AssemblyName> <FileUpgradeFlags> </FileUpgradeFlags> - <OldToolsVersion>2.0</OldToolsVersion> + <OldToolsVersion>3.5</OldToolsVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> + <IsWebBootstrapper>false</IsWebBootstrapper> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> @@ -26,9 +29,9 @@ <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> - <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -38,6 +41,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> @@ -46,6 +50,7 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <DebugSymbols>true</DebugSymbols> @@ -54,6 +59,7 @@ <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <OutputPath>bin\Release\</OutputPath> @@ -62,6 +68,7 @@ <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_1_02|AnyCPU' "> <OutputPath>bin\Release_1_02\</OutputPath> @@ -70,6 +77,7 @@ <DebugType>pdbonly</DebugType> <PlatformTarget>AnyCPU</PlatformTarget> <ErrorReport>prompt</ErrorReport> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_1_02|x86' "> <OutputPath>bin\x86\Release_1_02\</OutputPath> @@ -78,28 +86,29 @@ <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> + <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> - <Reference Include="Core, Version=0.9.4.25894, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Core, Version=1.1.6.33733, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\mediaportal\Core\bin\Debug\Core.dll</HintPath> + <HintPath>..\..\..\..\Mp1.1.2\mediaportal\Core\bin\Debug\Core.dll</HintPath> </Reference> - <Reference Include="Databases, Version=0.9.4.25896, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Databases, Version=1.1.6.33735, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\mediaportal\Databases\bin\Debug\Databases.dll</HintPath> + <HintPath>..\..\..\..\Mp1.1.2\mediaportal\Databases\bin\Debug\Databases.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> - <Reference Include="taglib-sharp, Version=2.0.2.17, Culture=neutral, PublicKeyToken=db62eba44689b5b0, processorArchitecture=MSIL"> + <Reference Include="taglib-sharp, Version=2.0.3.7, Culture=neutral, PublicKeyToken=db62eba44689b5b0, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\mediaportal\MediaPortal.Base\taglib-sharp.dll</HintPath> + <HintPath>..\..\..\..\Mp1.1.2\mediaportal\Databases\bin\Debug\taglib-sharp.dll</HintPath> </Reference> - <Reference Include="Utils, Version=2.2.6.30715, Culture=neutral, processorArchitecture=x86"> + <Reference Include="Utils, Version=1.1.6.33728, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> - <HintPath>..\..\..\mediaportal\Utils\bin\Debug\Utils.dll</HintPath> + <HintPath>..\..\..\..\Mp1.1.2\mediaportal\Databases\bin\Debug\Utils.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> @@ -113,11 +122,21 @@ <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> <Visible>False</Visible> <ProductName>Microsoft.Net.Framework.2.0</ProductName> <Install>true</Install> </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>false</Install> + </BootstrapperPackage> </ItemGroup> <ItemGroup> <EmbeddedResource Include="MusicRatingUpdaterSettings.resx"> Modified: trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj.user =================================================================== --- trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj.user 2011-02-20 22:07:51 UTC (rev 4129) +++ trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj.user 2011-02-25 13:30:58 UTC (rev 4130) @@ -1,4 +1,5 @@ -<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<?xml version="1.0" encoding="utf-8"?> +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <PublishUrlHistory> </PublishUrlHistory> Modified: trunk/plugins/MusicRatingUpdater/MusicRatingUpdater.sln =================================================================== --- trunk/plugins/MusicRatingUpdater/MusicRatingUpdater.sln 2011-02-20 22:07:51 UTC (rev 4129) +++ trunk/plugins/MusicRatingUpdater/MusicRatingUpdater.sln 2011-02-25 13:30:58 UTC (rev 4130) @@ -1,6 +1,6 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MusicRatingUpdater", "MusicRatingUpdater\MusicRatingUpdater.csproj", "{27F417A4-6D27-4952-B0FC-FDCE9101A7DD}" EndProject Global Modified: trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.mpe1 =================================================================== (Binary files differ) Modified: trunk/plugins/MusicRatingUpdater/setup/update.xml =================================================================== --- trunk/plugins/MusicRatingUpdater/setup/update.xml 2011-02-20 22:07:51 UTC (rev 4129) +++ trunk/plugins/MusicRatingUpdater/setup/update.xml 2011-02-25 13:30:58 UTC (rev 4130) @@ -34,25 +34,25 @@ <Build>0</Build> <Revision>0</Revision> </Version> - <ExtensionDescription>Have you ever wanted the ratings from the Music Now Playing available in the tags of the file, to be used by other applications? - + <ExtensionDescription>Have you ever wanted the ratings from the Music Now Playing available in the tags of the file, to be used by other applications? -Now there's a solution. - +Now there's a solution. + + With the MusicRatingUpdater Plugin activated you have the ratings instantly available in your files. - + Ratings can be stored in "Star Rating", 1 - 5, or in Windows Media Player Format. - - + + The plugin has an automatic mode, by which it listens to changes in the ratings, which a user does in the Now Playing screen and will update the file as soon as it finishes. - - + + The second option is a Batch update, which is available via the plugin's config dialog. This option reads all available ratings for songs found in the MediaPortal Music Database and updates the physical file.</ExtensionDescription> <VersionDescription /> <DevelopmentStatus>Stable</DevelopmentStatus> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <hwa...@us...> - 2011-09-21 20:33:00
|
Revision: 4301 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4301&view=rev Author: hwahrmann Date: 2011-09-21 20:32:53 +0000 (Wed, 21 Sep 2011) Log Message: ----------- MAde plugin MP 1.2.0 compatible Modified Paths: -------------- trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/Properties/AssemblyInfo.cs trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.mpe1 trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.xmp2 trunk/plugins/MusicRatingUpdater/setup/update.xml Modified: trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj =================================================================== --- trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj 2011-09-21 20:21:00 UTC (rev 4300) +++ trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/MusicRatingUpdater.csproj 2011-09-21 20:32:53 UTC (rev 4301) @@ -89,6 +89,10 @@ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <ItemGroup> + <Reference Include="Common.Utils, Version=1.1.7.0, Culture=neutral, processorArchitecture=x86"> + <SpecificVersion>False</SpecificVersion> + <HintPath>bin\Release\Common.Utils.dll</HintPath> + </Reference> <Reference Include="Core, Version=1.1.6.33733, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\Mp1.1.2\mediaportal\Core\bin\Debug\Core.dll</HintPath> Modified: trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/Properties/AssemblyInfo.cs 2011-09-21 20:21:00 UTC (rev 4300) +++ trunk/plugins/MusicRatingUpdater/MusicRatingUpdater/Properties/AssemblyInfo.cs 2011-09-21 20:32:53 UTC (rev 4301) @@ -2,6 +2,7 @@ using System.Reflection; using System.Runtime.InteropServices; +using MediaPortal.Common.Utils; #endregion @@ -39,5 +40,8 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] + +// mediaportal compatible version +[assembly: CompatibleVersion("1.1.7.0")] \ No newline at end of file Modified: trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.mpe1 =================================================================== (Binary files differ) Modified: trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.xmp2 =================================================================== --- trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.xmp2 2011-09-21 20:21:00 UTC (rev 4300) +++ trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.xmp2 2011-09-21 20:32:53 UTC (rev 4301) @@ -127,8 +127,45 @@ </Items> </Sections> <Dependencies> - <Items /> + <Items> + <DependencyItem> + <Type>MediaPortal</Type> + <Id /> + <MinVersion> + <Major>1</Major> + <Minor>1</Minor> + <Build>6</Build> + <Revision>27644</Revision> + </MinVersion> + <MaxVersion> + <Major>1</Major> + <Minor>1</Minor> + <Build>6</Build> + <Revision>27644</Revision> + </MaxVersion> + <WarnOnly>false</WarnOnly> + <Message>requires MediaPortal version1.2.0</Message> + <Name>MediaPortal</Name> + </DependencyItem> + </Items> </Dependencies> + <PluginDependencies> + <Items> + <PluginDependencyItem AssemblyName="MusicRatingUpdater.dll"> + <CompatibleVersion> + <Items> + <CompatibleVersionItem> + <MinRequiredVersion>1.1.7.0</MinRequiredVersion> + <DesignedForVersion>1.1.7.0</DesignedForVersion> + </CompatibleVersionItem> + </Items> + </CompatibleVersion> + <SubSystemsUsed> + <Items /> + </SubSystemsUsed> + </PluginDependencyItem> + </Items> + </PluginDependencies> <GeneralInfo> <Name>Music Rating Updater</Name> <Id>f11d4e87-8755-4be4-83d6-6509d4cac244</Id> @@ -139,30 +176,30 @@ <Version> <Major>1</Major> <Minor>0</Minor> - <Build>0</Build> + <Build>1</Build> <Revision>0</Revision> </Version> <ExtensionDescription>Have you ever wanted the ratings from the Music Now Playing available in the tags of the file, to be used by other applications? - - + + Now there's a solution. - - -With the MusicRatingUpdater Plugin activated you have the ratings instantly available in your files. - -Ratings can be stored in "Star Rating", 1 - 5, or in Windows Media Player Format. - +With the MusicRatingUpdater Plugin activated you have the ratings instantly available in your files. -The plugin has an automatic mode, by which it listens to changes in the ratings, which a user does in the Now Playing screen and will update the file as soon as it finishes. - +Ratings can be stored in "Star Rating", 1 - 5, or in Windows Media Player Format. + + +The plugin has an automatic mode, by which it listens to changes in the ratings, which a user does in the Now Playing screen and will update the file as soon as it finishes. + + + The second option is a Batch update, which is available via the plugin's config dialog. This option reads all available ratings for songs found in the MediaPortal Music Database and updates the physical file.</ExtensionDescription> - <VersionDescription /> + <VersionDescription>Compatible with MP 1.2.0</VersionDescription> <DevelopmentStatus>Stable</DevelopmentStatus> <OnlineLocation>https://mp-plugins.svn.sourceforge.net/svnroot/mp-plugins/trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.mpe1</OnlineLocation> <ReleaseDate>2011-02-12T16:35:08.2807162+01:00</ReleaseDate> @@ -213,9 +250,10 @@ </UniqueFileList> <ProjectSettings> <FolderGroups /> - <ProjectFilename>D:\Documents\Source\Mp1\mp-plugins\MusicRatingUpdater\setup\MusicRatingUpdater.xmp2</ProjectFilename> + <ProjectFilename>MusicRatingUpdater.xmp2</ProjectFilename> <UpdatePath1>D:\Documents\Source\Mp1\mp-plugins\MusicRatingUpdater\setup\update.xml</UpdatePath1> <UpdatePath2 /> <UpdatePath3 /> </ProjectSettings> + <IsSkin>false</IsSkin> </PackageClass> \ No newline at end of file Modified: trunk/plugins/MusicRatingUpdater/setup/update.xml =================================================================== --- trunk/plugins/MusicRatingUpdater/setup/update.xml 2011-09-21 20:21:00 UTC (rev 4300) +++ trunk/plugins/MusicRatingUpdater/setup/update.xml 2011-09-21 20:32:53 UTC (rev 4301) @@ -21,6 +21,9 @@ <Dependencies> <Items /> </Dependencies> + <PluginDependencies> + <Items /> + </PluginDependencies> <GeneralInfo> <Name>Music Rating Updater</Name> <Id>f11d4e87-8755-4be4-83d6-6509d4cac244</Id> @@ -98,6 +101,124 @@ <ProjectSettings> <FolderGroups /> </ProjectSettings> + <IsSkin>false</IsSkin> </PackageClass> + <PackageClass> + <Version>2.0</Version> + <Groups> + <Items> + <GroupItem Name="Default"> + <DisplayName>Default</DisplayName> + <DefaulChecked>true</DefaulChecked> + <Description>Default</Description> + <Files> + <Items /> + </Files> + </GroupItem> + </Items> + </Groups> + <Sections> + <Items /> + </Sections> + <Dependencies> + <Items> + <DependencyItem> + <Type>MediaPortal</Type> + <Id /> + <MinVersion> + <Major>1</Major> + <Minor>1</Minor> + <Build>6</Build> + <Revision>27644</Revision> + </MinVersion> + <MaxVersion> + <Major>1</Major> + <Minor>2</Minor> + <Build>0</Build> + <Revision>0</Revision> + </MaxVersion> + <WarnOnly>false</WarnOnly> + <Message>requires MediaPortal version1.2.0</Message> + <Name>MediaPortal</Name> + </DependencyItem> + </Items> + </Dependencies> + <PluginDependencies> + <Items /> + </PluginDependencies> + <GeneralInfo> + <Name>Music Rating Updater</Name> + <Id>f11d4e87-8755-4be4-83d6-6509d4cac244</Id> + <Author>Helmut Wahrmann (hwahrmann)</Author> + <HomePage>www.team-mediaportal.com</HomePage> + <ForumPage /> + <UpdateUrl>https://mp-plugins.svn.sourceforge.net/svnroot/mp-plugins/trunk/plugins/MusicRatingUpdater/setup/update.xml</UpdateUrl> + <Version> + <Major>1</Major> + <Minor>0</Minor> + <Build>1</Build> + <Revision>0</Revision> + </Version> + <ExtensionDescription>Have you ever wanted the ratings from the Music Now Playing available in the tags of the file, to be used by other applications? + + + +Now there's a solution. + + + +With the MusicRatingUpdater Plugin activated you have the ratings instantly available in your files. + + +Ratings can be stored in "Star Rating", 1 - 5, or in Windows Media Player Format. + + + +The plugin has an automatic mode, by which it listens to changes in the ratings, which a user does in the Now Playing screen and will update the file as soon as it finishes. + + + +The second option is a Batch update, which is available via the plugin's config dialog. This option reads all available ratings for songs found in the MediaPortal Music Database and updates the physical file.</ExtensionDescription> + <VersionDescription>Compatible with MP 1.2.0</VersionDescription> + <DevelopmentStatus>Stable</DevelopmentStatus> + <OnlineLocation>https://mp-plugins.svn.sourceforge.net/svnroot/mp-plugins/trunk/plugins/MusicRatingUpdater/setup/MusicRatingUpdater.mpe1</OnlineLocation> + <ReleaseDate>2011-02-12T16:35:08.2807162+01:00</ReleaseDate> + <Tags>music rating stars</Tags> + <Location>D:\Documents\Source\Mp1\mp-plugins\MusicRatingUpdater\setup\MusicRatingUpdater.mpe1</Location> + <Params> + <Items> + <SectionParam Name="Online Icon"> + <Value /> + <ValueType>String</ValueType> + <Description>The icon file of the package stored online (jpg,png,bmp)</Description> + </SectionParam> + <SectionParam Name="Configuration file"> + <Value /> + <ValueType>Template</ValueType> + <Description>The file used to configure the extension. + If have .exe extension the will be executed + If have .dll extension used like MP plugin configuration</Description> + </SectionParam> + <SectionParam Name="Online Screenshots"> + <Value /> + <ValueType>String</ValueType> + <Description>Online stored screenshot urls separated by ; </Description> + </SectionParam> + <SectionParam Name="Force to uninstall on update"> + <Value>yes</Value> + <ValueType>Bool</ValueType> + <Description>Show dialog and force to uninstall previous version when updating an extension. Should only be disabled if you are using an NSIS/MSI installer.</Description> + </SectionParam> + </Items> + </Params> + </GeneralInfo> + <UniqueFileList> + <Items /> + </UniqueFileList> + <ProjectSettings> + <FolderGroups /> + </ProjectSettings> + <IsSkin>false</IsSkin> + </PackageClass> </Items> </ExtensionCollection> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |