-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed missing metadata, added auto-update search
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
1 parent
ffd41cc
commit abada68
Showing
3 changed files
with
365 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.