Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions bucket/psysonic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"version": "1.45.0",
"description": "A lean desktop music player for Subsonic API-compatible servers. Connect to Navidrome, Gonic, or Airsonic — and keep full control over your music library.",
"homepage": "https://www.psysonic.de/",
"license": {
"identifier": "GPL-3.0-or-later",
"url": "https://spdx.org/licenses/GPL-3.0-or-later.html"
},
"suggest": {
"webview2": "extras/webview2"
},
"architecture": {
"64bit": {
"url": "https://github.com/Psychotoxical/psysonic/releases/download/app-v1.45.0/Psysonic_1.45.0_x64-setup.exe",
"hash": "d5e2b7cc70aedab110a8c0073fc0e9b8ca4401cf2a442ab8001b840fa5a5028a"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
},
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"shortcuts": [
[
"psysonic.exe",
"Psysonic"
]
],
"uninstaller": {
"file": "uninstall.exe",
"args": "/S"
},
Comment thread
HeyImKyu marked this conversation as resolved.
"checkver": {
"url": "https://github.com/Psychotoxical/psysonic",
"regex": "Psysonic v([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/Psychotoxical/psysonic/releases/download/app-v$version/Psysonic_$version_x64-setup.exe"
}
}