Skip to content

Commit

Permalink
Add StresslessHeadless and yt-dlp Updater (#15)
Browse files Browse the repository at this point in the history
* Added new mods StresslessHeadless and yt-dlp Updater

---------

Co-authored-by: Delta <[email protected]>
  • Loading branch information
Raidriar796 and XDelta authored Dec 25, 2023
1 parent c61e1af commit 8c8c70b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
20 changes: 20 additions & 0 deletions manifest/net.raidriar796/StresslessHeadless/info.json
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"
}]
}
}
}
17 changes: 17 additions & 0 deletions manifest/net.raidriar796/yt-dlp-Updater/info.json
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"
}]
}
}
}

0 comments on commit 8c8c70b

Please sign in to comment.