2024-07-01, 09:51 PM
(This post was last modified: 2024-07-02, 05:35 AM by Vida. Edited 2 times in total.)
Issue:
Album shows as available to play but tracks are not showing. I have verified the files and they are playable outside of Jellyfin.
What it should look like: https://i.gyazo.com/4b667da3f699a28d89e7...53709e.png
What it looks like: https://i.gyazo.com/665e449c538a7f2156fb...4a4447.png
Running a 10.9.7 server hosted on a Linux docker container. Here is the compose config:
I recently ish migrated the server to a docker container that just points to the jellyfin config that was already there and have upgraded the jellyfin instance a few times since then. All my old media plays fine its the newly downloaded audio media that has the issue. Shows and Movies recently downloaded have no issues playing. Logs (attached end of post restart logs) show lots of null value and permission denied errors which don't make sense to me as all files are rwx to all users and the media exists...
Any help is welcome I've been running around in circles coming up with nothing. Thanks in advance!
Album shows as available to play but tracks are not showing. I have verified the files and they are playable outside of Jellyfin.
What it should look like: https://i.gyazo.com/4b667da3f699a28d89e7...53709e.png
What it looks like: https://i.gyazo.com/665e449c538a7f2156fb...4a4447.png
Running a 10.9.7 server hosted on a Linux docker container. Here is the compose config:
Code:
jellyfin:
image: jellyfin/jellyfin:latest
user: 114:122
container_name: jellyfin
environment:
- TZ=Pacific/Auckland
- JELLYFIN_CACHE_DIR=/var/cache/jellyfin
- JELLYFIN_CONFIG_DIR=/etc/jellyfin
- JELLYFIN_DATA_DIR=/var/lib/jellyfin
- JELLYFIN_LOG_DIR=/var/log/jellyfin
restart: 'unless-stopped'
ports:
- "8097:8096"
- "8921:8920"
volumes:
- /etc/jellyfin:/etc/jellyfin
- /var/cache/jellyfin:/var/cache/jellyfin
- /var/lib/jellyfin:/var/lib/jellyfin
- /var/log/jellyfin:/var/log/jellyfin
- /mnt/media:/mnt/media
networks:
- jellyfish
I recently ish migrated the server to a docker container that just points to the jellyfin config that was already there and have upgraded the jellyfin instance a few times since then. All my old media plays fine its the newly downloaded audio media that has the issue. Shows and Movies recently downloaded have no issues playing. Logs (attached end of post restart logs) show lots of null value and permission denied errors which don't make sense to me as all files are rwx to all users and the media exists...
Any help is welcome I've been running around in circles coming up with nothing. Thanks in advance!