You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the docker on unRAID.
Keys successfully added, however when I scan the library nothing appears. From the log:
[2025-01-26 17:01:07.540] INFO (app) Scanning whole library ...
[2025-01-26 17:01:07.540] INFO (library) Scanning library path /games ...
[2025-01-26 17:01:07.543] INFO (library) Identifiying file (1/1): /Title-of-Game/title-of-game.xci
[2025-01-26 17:01:13.372] INFO (library) Identifiying file (1/1): /Title-of-Game/title-of-game.xci OK Title ID: xxxxxxxxxxxxx App ID : xxxxxxxxx Title Type: UPDATE Version: 65536
[2025-01-26 17:01:13.385] DEBUG (db) File not found, marking file for deletion: /games/title-of-game.xci
[2025-01-26 17:01:13.390] INFO (db) Deleted 1 files from the database.
[2025-01-26 17:01:13.390] INFO (library) Generating library ...
[2025-01-26 17:01:13.391] INFO (library) Generating library done.
[2025-01-26 17:01:13.391] INFO (_internal) 192.168.1.8 - "POST /api/library/scan HTTP/1.1" 200 -
I believe "INFO (db) Deleted 1 files from the database." is because I changed the docker path to point directly to the /games folder directly to the .xci file. However I've tried pointing it to /games (which contains several folders of games) and directly to a single path with one .xci file.
Nothing ever appears in the library.
The text was updated successfully, but these errors were encountered:
That's really weird, would you show the output of the tree command from the /games directory in the container, and the configuration of the library path in settings.yaml? Just a subset will be enough to see how that can happen.
I'm running the docker on unRAID.
Keys successfully added, however when I scan the library nothing appears. From the log:
[2025-01-26 17:01:07.540] INFO (app) Scanning whole library ...
[2025-01-26 17:01:07.540] INFO (library) Scanning library path /games ...
[2025-01-26 17:01:07.543] INFO (library) Identifiying file (1/1): /Title-of-Game/title-of-game.xci
[2025-01-26 17:01:13.372] INFO (library) Identifiying file (1/1): /Title-of-Game/title-of-game.xci OK Title ID: xxxxxxxxxxxxx App ID : xxxxxxxxx Title Type: UPDATE Version: 65536
[2025-01-26 17:01:13.385] DEBUG (db) File not found, marking file for deletion: /games/title-of-game.xci
[2025-01-26 17:01:13.390] INFO (db) Deleted 1 files from the database.
[2025-01-26 17:01:13.390] INFO (library) Generating library ...
[2025-01-26 17:01:13.391] INFO (library) Generating library done.
[2025-01-26 17:01:13.391] INFO (_internal) 192.168.1.8 - "POST /api/library/scan HTTP/1.1" 200 -
I believe "INFO (db) Deleted 1 files from the database." is because I changed the docker path to point directly to the /games folder directly to the .xci file. However I've tried pointing it to /games (which contains several folders of games) and directly to a single path with one .xci file.
Nothing ever appears in the library.
The text was updated successfully, but these errors were encountered: