Skip to content

Commit

Permalink
mvCentral 1.0.8.448 / Release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Nov 6, 2024
1 parent d79693b commit 0531986
Showing 1 changed file with 182 additions and 0 deletions.
182 changes: 182 additions & 0 deletions MPEI/mvCentral.xml
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,188 @@ The plugin will also scrobble playing videos to Last.FM and update your Library
<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>https://raw.githubusercontent.com/andrewjswan/mvcentral/master/MPEI/Screenshots/screenshot1.png;https://raw.githubusercontent.com/andrewjswan/mvcentral/master/MPEI/Screenshots/screenshot2.png;https://raw.githubusercontent.com/andrewjswan/mvcentral/master/MPEI/Screenshots/screenshot3.png</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>
<PackageClass>
<Version>2.0</Version>
<Groups>
<Items>
<GroupItem Name="Default">
<DisplayName>Default</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Default</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="Languages">
<DisplayName>Languages</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Languages</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="Default Skin">
<DisplayName>Default Skin</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Default Skin</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="DefaultWide Skin">
<DisplayName>DefaultWide Skin</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>DefaultWide Skin</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="StreamedMP Skin">
<DisplayName>StreamedMP Skin</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>StreamedMP Skin</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="Titan Skin">
<DisplayName>Titan Skin</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Titan Skin</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="Titan PlayStart Files">
<DisplayName>Titan PlayStart Files</DisplayName>
<DefaulChecked>false</DefaulChecked>
<Description>Titan PlayStart Files</Description>
<Files>
<Items />
</Files>
</GroupItem>
</Items>
</Groups>
<Sections>
<Items />
</Sections>
<Dependencies>
<Items>
<DependencyItem>
<Type>Installer</Type>
<Id />
<MinVersion>
<Major>1</Major>
<Minor>22</Minor>
<Build>100</Build>
<Revision>0</Revision>
</MinVersion>
<MaxVersion>
<Major>9</Major>
<Minor>9</Minor>
<Build>0</Build>
<Revision>0</Revision>
</MaxVersion>
<WarnOnly>false</WarnOnly>
<Message>This version of mvCentral requires MediaPortal 1.23 Pre or higher!</Message>
<Name>Installer</Name>
<Condition>None</Condition>
</DependencyItem>
<DependencyItem>
<Type>MediaPortal</Type>
<Id />
<MinVersion>
<Major>*</Major>
<Minor>*</Minor>
<Build>*</Build>
<Revision>*</Revision>
</MinVersion>
<MaxVersion>
<Major>*</Major>
<Minor>*</Minor>
<Build>*</Build>
<Revision>*</Revision>
</MaxVersion>
<WarnOnly>false</WarnOnly>
<Message />
<Name>MediaPortal</Name>
<Condition>None</Condition>
</DependencyItem>
</Items>
</Dependencies>
<PluginDependencies>
<Items />
</PluginDependencies>
<GeneralInfo>
<Name>mvCentral</Name>
<Id>1f288e48-6f5b-481c-a1b4-605393c913db</Id>
<Author>ajs/Trevor/Gup</Author>
<HomePage>https://github.com/andrewjswan/mvcentral</HomePage>
<ForumPage>https://forum.team-mediaportal.com/forums/mvcentral-music-videos-plugin.573/</ForumPage>
<UpdateUrl>https://raw.githubusercontent.com/andrewjswan/mvcentral/master/MPEI/Update/update.xml</UpdateUrl>
<Version>
<Major>1</Major>
<Minor>0</Minor>
<Build>8</Build>
<Revision>448</Revision>
</Version>
<ExtensionDescription>mvCentral is a plugin to catalog and play local Music Videos.



Last.FM, Discogs, Allmusic.com and Fanart.tv are used to provide metadata.



The plugin will also scrobble playing videos to Last.FM and update your Library if required.

</ExtensionDescription>
<VersionDescription>Titan skin updated



*** We Stand with Ukraine ***</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>https://github.com/andrewjswan/mvcentral/releases/download/v1.0.8.448/mvCentral-1.0.8.448.mpe1</OnlineLocation>
<ReleaseDate>2024-11-06T17:27:16.0086001+00:00</ReleaseDate>
<Tags>music video last.fm</Tags>
<PlatformCompatibility>AnyCPU</PlatformCompatibility>
<Location>..\MPEI\Release\[Name]-[Version].mpe1</Location>
<Params>
<Items>
<SectionParam Name="Online Icon">
<Value>https://raw.githubusercontent.com/andrewjswan/mvcentral/master/MPEI/Resources/mvCentral-logo.png</Value>
<ValueType>String</ValueType>
<Description>The icon file of the package stored online (jpg,png,bmp)</Description>
</SectionParam>
<SectionParam Name="Configuration file">
<Value>%Plugins%\windows\mvCentral.dll</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">
Expand Down

0 comments on commit 0531986

Please sign in to comment.