2024-12-03, 12:39 AM
(This post was last modified: 2024-12-03, 12:54 AM by yawhide. Edited 3 times in total.)
(2024-12-02, 10:32 PM)TheDreadPirate Wrote: While it is running, on the Window side can you check that files are, in fact, writing to the F:\config\jellyfin-config? What happens when you stop the container?
The files are all there still. I can see differences in modified date.
for example:
f:\config\jellyfin-config\log has a modified date of today (dec 2) because, i assume, a new log file gets created per day. and i can read the logs from the windows side.
f:\config\jellyfin-config\config has a modified date of yesterday (dec 1) because, i assume, no configurations changed when I just started the docker image.
i was looking at the log mentioned above from today (dec 2) and i am seeing errors:
cannot find part of the path /data/media/movies
cannot find part of the path /data/media/tv
this makes no sense because yesterday (dec 1) i was able to _watch_ a movie from that very directory!
so it seems there is some kind of issue where docker is not able to read from the windows filesystem properly?
(1 minute later)
ok i restared the jellyfin container and now i see no errors when
watching directory /data/media/movies
. unfortunately, the creds i setup yesterday are invalid now...
is there maybe a race condition? docker starts and runs the jellyfin container before windows 'starts' the wsl2 os?
(10 mins later)
I set the flag in system.xml to re-show the setup wizard. while i was going through the wizard, it already had my library settings setup (tv/shows). so it seems i found a ?bug?. for whatever reason, i somehow break my user whenever i turn on my computer.
any ideas how to fix this?