From: <hwa...@us...> - 2011-02-12 17:45:22
|
Revision: 4106 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4106&view=rev Author: hwahrmann Date: 2011-02-12 17:45:16 +0000 (Sat, 12 Feb 2011) Log Message: ----------- Added update.xml Added Paths: ----------- trunk/plugins/MusicRatingUpdater/setup/update.xml Added: trunk/plugins/MusicRatingUpdater/setup/update.xml =================================================================== --- trunk/plugins/MusicRatingUpdater/setup/update.xml (rev 0) +++ trunk/plugins/MusicRatingUpdater/setup/update.xml 2011-02-12 17:45:16 UTC (rev 4106) @@ -0,0 +1,94 @@ +<?xml version="1.0" encoding="utf-8"?> +<ExtensionCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <Items> + <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 /> + </Dependencies> + <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>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. + +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> + <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="Icon"> + <Value /> + <ValueType>File</ValueType> + <Description>The icon file of the package (jpg,png,bmp)</Description> + </SectionParam> + <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> + </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. |