Skip to content

Commit

Permalink
Fixed missing metadata, added auto-update search
Browse files Browse the repository at this point in the history
On some sites like southpark, metadata like the video duration is in an entry and not in the main JSON information. When information is empty, OnionMedia looks into the entries if metadata is available there.
The Microsoft Store version of OnionMedia checks now for updates on app start (Package.appinstaller)
  • Loading branch information
onionware-github committed Apr 15, 2023
1 parent ffd41cc commit abada68
Show file tree
Hide file tree
Showing 3 changed files with 365 additions and 315 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<Content Include="Images\Wide310x150Logo.scale-150.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
<Content Include="Images\Wide310x150Logo.scale-400.png" />
<Content Include="Package.appinstaller" />
<None Include="Package.StoreAssociation.xml" />
<None Include="OnionMedia %28Package%29_TemporaryKey.pfx" />
</ItemGroup>
Expand Down
16 changes: 16 additions & 0 deletions OnionMedia/OnionMedia (Package)/Package.appinstaller
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<AppInstaller Uri="{AppInstallerUri}"
Version="{Version}"
xmlns="http://schemas.microsoft.com/appx/appinstaller/2017/2">

<MainBundle Name="{Name}"
Version="{Version}"
Publisher="{Publisher}"
Uri="{MainPackageUri}"/>

<UpdateSettings>
<OnLaunch HoursBetweenUpdateChecks="6"/>
<AutomaticBackgroundTask/>
</UpdateSettings>

</AppInstaller>
Loading

0 comments on commit abada68

Please sign in to comment.