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. |