Commit Graph

92 Commits

Author SHA1 Message Date
f52befd4c4 0.9.1-6 Fix TrackOptionsPresets 2026-03-14 10:18:41 +00:00
b5ca397d98 0.9.1-5 Minor fixes 2026-03-14 10:11:53 +00:00
6378a9a4cb 0.9.1-5 Minor fixes 2026-03-14 10:06:59 +00:00
c3875803ff 0.9.1-4 Poster Fix 2026-03-14 09:40:54 +00:00
d75d9eb4c8 0.9.1-3 Metdata Fix 2026-03-14 09:38:20 +00:00
59bcb54492 0.9.1-2 Metadata Fix 2026-03-14 09:32:13 +00:00
241b097ea9 0.9.1-1 Metadata Assign 2026-03-14 09:13:22 +00:00
e140a9fa8c 0.9.1 Fix Restart 2026-03-14 08:57:25 +00:00
5580d3be98 chore: ignore local scripts 2026-03-14 08:48:43 +00:00
43dfdbf33e chore: remove local installer scripts from repo 2026-03-14 08:46:45 +00:00
24b63d390a 0.9.0-1 scripts 2026-03-14 08:42:46 +00:00
49fcca72af 0.9.0-1 Update 2026-03-14 08:34:22 +00:00
ba91f83722 0.9.0-1 Version Check 2026-03-14 08:07:49 +00:00
466e7a7a3d Remove gitea scripts from tracking 2026-03-13 22:30:46 +00:00
e67c0d316d kk 2026-03-13 22:27:59 +00:00
1da5ee3e34 Fix 2026-03-13 22:11:24 +00:00
4d377f3eb4 ignore 2026-03-13 18:43:08 +00:00
df708485b5 merge 2026-03-13 15:50:45 +00:00
b6cac5efb4 merge 2026-03-13 15:15:50 +00:00
f38081649f merge 2026-03-13 11:21:29 +00:00
5b41f728c5 UI/Features 2026-03-13 11:07:34 +00:00
7948dd298c DiskFix 2026-03-12 12:54:13 +00:00
ee6603ffad Drive Fix 2026-03-12 11:29:02 +00:00
93ed0e6eb2 Drive Fix 2026-03-12 11:22:11 +00:00
778fabb2e5 Drive Fix 2026-03-12 11:14:51 +00:00
5d8796404c setup skript 2026-03-12 11:12:31 +00:00
a2b9f3625c setup skript 2026-03-12 11:08:26 +00:00
1e30f00b45 Readme 2026-03-12 11:00:33 +00:00
519b7a30ef Readme 2026-03-12 10:54:51 +00:00
3ae883326a Readme 2026-03-12 10:52:43 +00:00
46f415d778 Readme 2026-03-12 10:48:49 +00:00
d473f296ff CD Ripping Feature 2026-03-12 10:45:42 +00:00
e0bba8cbfc Prototype 2026-03-12 10:41:38 +00:00
715dfbbc38 Prototype 2026-03-12 10:27:09 +00:00
5cf869eaca Prototype 2026-03-12 10:15:50 +00:00
3dd043689e fix: always generate CAA cover art URL, handle missing covers with onError
Per CAA API docs, front-250 URLs are predictable from mbId. Remove the
cover-art-archive.front check (unreliable in search results) and always
construct the URL. A CoverThumb component handles 404s gracefully.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 08:36:24 +00:00
882dad57e2 fix: CD metadata dialog search/images/Weiter button
- Remove auto MusicBrainz search from analyzeCd; user triggers search manually
- Dialog uses single results state (replaced per search, not appended)
- Add cover-art-archive to MB search includes so cover images load
- Weiter button only blocked by track selection when tracks actually exist

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 08:32:23 +00:00
15f1a49378 fix: add cdparanoia fallback for audio CD detection in VMs
udevadm media flags are not propagated in VM/passthrough scenarios.
When blkid and udevadm both return nothing, try cdparanoia -Q to
detect audio CDs directly via TOC read.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 08:18:55 +00:00
871e39bba2 fix: reset hard before branch switch to discard stale local changes
Partial writes from a failed install leave files as "local changes",
blocking the checkout. Reset to HEAD first so the switch always works.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 08:09:11 +00:00
d8a6b4c56d fix: fetch all remote branches before checkout on reinstall
Single-branch clones only track one branch. Reset the remote refspec
to '*' before fetching so any target branch can be checked out.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 08:08:05 +00:00
16e76d70c9 fix: validate remote branch exists before clone/reinstall
Prevents cryptic git errors on fresh machines or when switching branches.
Shows available branches in the error message for easier debugging.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 08:07:32 +00:00
45a19c7a12 fix: use checkout -B for reinstall to support new/switched branches
Fixes "pathspec did not match" error when switching to a branch that
doesn't yet have a local tracking ref on the target machine.
Also adds CD ripping tools install and output/cd directory creation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-12 08:05:56 +00:00
8af4da5a08 First test 2026-03-12 08:04:23 +00:00
c13ce5a50b First test 2026-03-12 08:00:23 +00:00
190f6fe1a5 Final 2026-03-11 15:31:26 +00:00
14162879c0 Final 2026-03-11 15:31:12 +00:00
e14599fa4d docs 2026-03-11 15:20:20 +00:00
5576a92c5c DOcs 2026-03-11 15:11:58 +00:00
70592d2825 db fix 2026-03-11 15:08:29 +00:00
a095688d11 DOcs 2026-03-11 14:59:23 +00:00