Skip to content

Commit

Permalink
MyVideo Importer 1.0.1.19 / Release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Mar 19, 2024
1 parent f1fc071 commit d2e8c64
Showing 1 changed file with 172 additions and 0 deletions.
172 changes: 172 additions & 0 deletions scripts/MyVideoImporter.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
<?xml version="1.0" encoding="utf-8"?>
<ExtensionCollection xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Items>
<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="Skins">
<DisplayName>Skins</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Skins</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="Titan">
<DisplayName>Titan</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Titan</Description>
<Files>
<Items />
</Files>
</GroupItem>
</Items>
</Groups>
<Sections>
<Items />
</Sections>
<Dependencies>
<Items>
<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>
<DependencyItem>
<Type>Skin</Type>
<Id />
<MinVersion>
<Major>1</Major>
<Minor>4</Minor>
<Build>0</Build>
<Revision>0</Revision>
</MinVersion>
<MaxVersion>
<Major>1</Major>
<Minor>4</Minor>
<Build>0</Build>
<Revision>0</Revision>
</MaxVersion>
<WarnOnly>true</WarnOnly>
<Message>Requires Skin version 1.4.0.0 to 1.4.0.0.</Message>
<Name>Skin</Name>
<Condition>None</Condition>
</DependencyItem>
<DependencyItem>
<Type>Installer</Type>
<Id />
<MinVersion>
<Major>1</Major>
<Minor>9</Minor>
<Build>0</Build>
<Revision>0</Revision>
</MinVersion>
<MaxVersion>
<Major>1</Major>
<Minor>99</Minor>
<Build>999</Build>
<Revision>999</Revision>
</MaxVersion>
<WarnOnly>true</WarnOnly>
<Message>Requires Installer version 1.9.0.0 to 1.99.999.999</Message>
<Name>Installer</Name>
<Condition>None</Condition>
</DependencyItem>
</Items>
</Dependencies>
<PluginDependencies>
<Items />
</PluginDependencies>
<GeneralInfo>
<Name>MyVideo Importer</Name>
<Id>dba14ebb-b9c8-4996-a015-073da658b94b</Id>
<Author>ajs</Author>
<HomePage>https://github.com/andrewjswan/mediaportal-myvideo-importer</HomePage>
<ForumPage>https://forum.team-mediaportal.com/threads/myvideo-importer-v2-3-x-000.132114/</ForumPage>
<UpdateUrl>https://raw.githubusercontent.com/andrewjswan/mediaportal-myvideo-importer/master/scripts/MyVideoImporter.xml</UpdateUrl>
<Version>
<Major>1</Major>
<Minor>0</Minor>
<Build>1</Build>
<Revision>19</Revision>
</Version>
<ExtensionDescription>MyVideo Automatic Importer</ExtensionDescription>
<VersionDescription>Add hover Image for Titan skin
Repo rework, migrating to Github Release

*** We Stand with Ukraine ***</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>https://github.com/andrewjswan/mediaportal-myvideo-importer/releases/download/v1.0.1.19/MyVideoImporter-1.0.1.19.mpe1</OnlineLocation>
<ReleaseDate>2024-03-19T18:24:50.9170928+00:00</ReleaseDate>
<Tags>myvideo, importer</Tags>
<PlatformCompatibility>AnyCPU</PlatformCompatibility>
<Location>..\builds\MyVideoImporter-MAJOR.MINOR.BUILD.REVISION.mpe1</Location>
<Params>
<Items>
<SectionParam Name="Online Icon">
<Value>https://raw.githubusercontent.com/andrewjswan/mediaportal-myvideo-importer/master/MyVideoImporter.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\MyVideoImporter.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">
<Value>https://raw.githubusercontent.com/andrewjswan/mediaportal-myvideo-importer/master/screenshots/screenshot01.jpg;https://raw.githubusercontent.com/andrewjswan/mediaportal-myvideo-importer/master/screenshots/screenshot02.jpg;https://raw.githubusercontent.com/andrewjswan/mediaportal-myvideo-importer/master/screenshots/screenshot03.jpg</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>

0 comments on commit d2e8c64

Please sign in to comment.