Skip to content

Commit

Permalink
Fix for MP 1.23 Pre
Browse files Browse the repository at this point in the history
Titan cosmetic
  • Loading branch information
andrewjswan committed Jul 3, 2019
1 parent 723e975 commit 0c6caf9
Show file tree
Hide file tree
Showing 23 changed files with 965 additions and 1,272 deletions.
Binary file added MPEI/Release/mvCentral-1.0.8.419.mpe1
Binary file not shown.
172 changes: 172 additions & 0 deletions MPEI/Update/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,178 @@ 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>true</WarnOnly>
<Message>This version of mvCentral requires MediaPortal 1.23 Pre or higher!</Message>
<Name>Installer</Name>
</DependencyItem>
<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>This version of mvCentral requires MediaPortal 1.23 Pre or higher!</Message>
<Name>MediaPortal</Name>
</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>http://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>419</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>Built for MP 1.23 Pre

</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>https://raw.githubusercontent.com/andrewjswan/mvcentral/master/MPEI/Release/mvCentral-1.0.8.419.mpe1</OnlineLocation>
<ReleaseDate>2019-07-03T21:56:02.1547607+03:00</ReleaseDate>
<Tags>music video last.fm</Tags>
<Location>..\MPEI\Release\[Name]-MAJOR.MINOR.BUILD.REVISION.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
76 changes: 3 additions & 73 deletions MPEI/mvCentral.xmp2
Original file line number Diff line number Diff line change
Expand Up @@ -424,41 +424,13 @@
<ZipFileName>Installer{CopyFile}\{3cfd41c1-d6f8-4014-902b-329ece5655cb}-DialogMvMultiSelect.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\DialogMvMultiSelect.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvcentral.autofanart.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{2f1b9611-28d9-419a-b219-01f0cc0fc836}-mvcentral.autofanart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvcentral.autofanart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvCentral.Playlist.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{0e56a293-5201-4f01-8c09-78b58fa805cf}-mvCentral.Playlist.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvCentral.Playlist.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvCentral.PlayStart.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{ff1034d1-e60e-42be-8330-cbf449327e47}-mvCentral.PlayStart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvCentral.PlayStart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvcentral.selected.fanart.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{7d0ee6c3-a722-4316-877f-c7a9c7284ec6}-mvcentral.selected.fanart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvcentral.selected.fanart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvcentral.smartdj.selected.fanart.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{68c65e64-93fe-4886-9204-1f1374716ed3}-mvcentral.smartdj.selected.fanart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvcentral.smartdj.selected.fanart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
Expand Down Expand Up @@ -525,13 +497,6 @@
<ZipFileName>Installer{CopyFile}\{cc919293-2bd0-4344-928e-94ad1f9fd217}-mvCentral.PlayStart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvCentral.PlayStart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>AlwaysOverwrite</UpdateOption>
<LocalFileName>..\Skin\TitanPlayStart\videoFullScreen.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{44670b11-b210-479e-8f10-1bc12ca1f3e1}-videoFullScreen.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\videoFullScreen.xml</DestinationFilename>
</FileItem>
</Items>
</Files>
</GroupItem>
Expand Down Expand Up @@ -703,7 +668,7 @@ Click Next to continue or Cancel to exit Setup.</Value>
<Revision>0</Revision>
</MaxVersion>
<WarnOnly>true</WarnOnly>
<Message>This version of mvCentral requires MediaPortal 1.22 Pre or higher!</Message>
<Message>This version of mvCentral requires MediaPortal 1.23 Pre or higher!</Message>
<Name>Installer</Name>
</DependencyItem>
<DependencyItem>
Expand All @@ -722,7 +687,7 @@ Click Next to continue or Cancel to exit Setup.</Value>
<Revision>27644</Revision>
</MaxVersion>
<WarnOnly>false</WarnOnly>
<Message>requires MediaPortal version 1.1.6.27644 to 1.1.6.27644.</Message>
<Message>This version of mvCentral requires MediaPortal 1.23 Pre or higher!</Message>
<Name>MediaPortal</Name>
</DependencyItem>
</Items>
Expand Down Expand Up @@ -754,7 +719,7 @@ The plugin will also scrobble playing videos to Last.FM and update your Library
</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>https://raw.githubusercontent.com/andrewjswan/mvcentral/master/MPEI/Release/mvCentral-{VERSION}.MPE1</OnlineLocation>
<ReleaseDate>2019-07-02T22:26:37</ReleaseDate>
<ReleaseDate>2019-07-03T22:26:37</ReleaseDate>
<Tags>music video last.fm</Tags>
<Location>..\MPEI\Release\[Name]-MAJOR.MINOR.BUILD.REVISION.MPE1</Location>
<Params>
Expand Down Expand Up @@ -1148,41 +1113,13 @@ The plugin will also scrobble playing videos to Last.FM and update your Library
<ZipFileName>Installer{CopyFile}\{3cfd41c1-d6f8-4014-902b-329ece5655cb}-DialogMvMultiSelect.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\DialogMvMultiSelect.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvcentral.autofanart.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{2f1b9611-28d9-419a-b219-01f0cc0fc836}-mvcentral.autofanart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvcentral.autofanart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvCentral.Playlist.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{0e56a293-5201-4f01-8c09-78b58fa805cf}-mvCentral.Playlist.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvCentral.Playlist.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvCentral.PlayStart.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{ff1034d1-e60e-42be-8330-cbf449327e47}-mvCentral.PlayStart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvCentral.PlayStart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvcentral.selected.fanart.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{7d0ee6c3-a722-4316-877f-c7a9c7284ec6}-mvcentral.selected.fanart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvcentral.selected.fanart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
<LocalFileName>..\Skin\Titan\mvcentral.smartdj.selected.fanart.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{68c65e64-93fe-4886-9204-1f1374716ed3}-mvcentral.smartdj.selected.fanart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvcentral.smartdj.selected.fanart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
Expand Down Expand Up @@ -1239,13 +1176,6 @@ The plugin will also scrobble playing videos to Last.FM and update your Library
<ZipFileName>Installer{CopyFile}\{cc919293-2bd0-4344-928e-94ad1f9fd217}-mvCentral.PlayStart.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\mvCentral.PlayStart.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="false" Modified="false">
<Param1 />
<UpdateOption>AlwaysOverwrite</UpdateOption>
<LocalFileName>..\Skin\TitanPlayStart\videoFullScreen.xml</LocalFileName>
<ZipFileName>Installer{CopyFile}\{44670b11-b210-479e-8f10-1bc12ca1f3e1}-videoFullScreen.xml</ZipFileName>
<DestinationFilename>%Skin%\Titan\videoFullScreen.xml</DestinationFilename>
</FileItem>
<FileItem InstallType="CopyFile" SystemFile="true" Modified="true">
<Param1 />
<UpdateOption>OverwriteIfOlder</UpdateOption>
Expand Down
Binary file modified Skin/Titan/media/DefaultGenre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Skin/Titan/media/defaultArtist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Skin/Titan/media/defaultArtistBig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0c6caf9

Please sign in to comment.