Rename cover files: frontcover.jpg → front.jpg, backcover.jpg → back.jpg
Shorter, cleaner filenames consistent with Jellyfin conventions. Updated all references in source, tests, and documentation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fd8de16bdd
commit
1ca88b0d6d
9 changed files with 145 additions and 68 deletions
|
|
@ -227,7 +227,7 @@ class ScannerServer:
|
|||
_, b64 = img_data.split(",", 1)
|
||||
img_bytes = base64.b64decode(b64)
|
||||
|
||||
path = server_instance._upload_dir / f"backcover{ext}"
|
||||
path = server_instance._upload_dir / f"back{ext}"
|
||||
path.write_bytes(img_bytes)
|
||||
logger.info("Backcover hochgeladen: %s (%d bytes)", path, len(img_bytes))
|
||||
server_instance._queue.put(path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue