-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add StresslessHeadless and yt-dlp Updater (#15)
* Added new mods StresslessHeadless and yt-dlp Updater --------- Co-authored-by: Delta <[email protected]>
- Loading branch information
1 parent
c61e1af
commit 8c8c70b
Showing
2 changed files
with
37 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "StresslessHeadless", | ||
"id": "net.raidriar796.StresslessHeadless", | ||
"description": "Reduces strain on Headless clients by disabling frequent and heavy calculations.", | ||
"category": "Technical Tweaks", | ||
"platforms": [ | ||
"headless" | ||
], | ||
"sourceLocation": "https://github.com/Raidriar796/StresslessHeadless", | ||
"versions": { | ||
"1.1.0": { | ||
"releaseUrl": "https://github.com/Raidriar796/StresslessHeadless/releases/tag/1.1.0", | ||
"artifacts": [{ | ||
"url": "https://github.com/Raidriar796/StresslessHeadless/releases/download/1.1.0/StresslessHeadless.dll", | ||
"filename": "StresslessHeadless.dll", | ||
"sha256": "5F8C97CD506AF6C788DF03FE2CDE174A379FEBC0570FABCA3434172A38B3988D" | ||
}] | ||
} | ||
} | ||
} |
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,17 @@ | ||
{ | ||
"name": "yt-dlp Updater", | ||
"id": "net.raidriar796.yt-dlp-Updater", | ||
"description": "Runs the built in update function for yt-dlp on startup, includes option to change the update branch.", | ||
"category": "Misc", | ||
"sourceLocation": "https://github.com/Raidriar796/yt-dlp-Updater", | ||
"versions": { | ||
"1.1.0": { | ||
"releaseUrl": "https://github.com/Raidriar796/yt-dlp-Updater/releases/tag/1.1.0", | ||
"artifacts": [{ | ||
"url": "https://github.com/Raidriar796/yt-dlp-Updater/releases/download/1.1.0/ytdlpUpdater.dll", | ||
"filename": "ytdlpUpdater.dll", | ||
"sha256": "9B6AEE2D1DBEC0A80DA7CEBD90EC208254B64D3F8B00BCA76234CC10098F4CB5" | ||
}] | ||
} | ||
} | ||
} |