2024-10-31, 03:11 PM
Hello,
I installed Jellyfin on Docker without any problem by following this tutorial: https://doc.ubuntu-fr.org/jellyfin
My music is on 2nd internal SSD dedicated only to music files.
I created a new user / password for Jellyfin.
OS: Xubuntu 24.10
Nom du serveur: 4623b75e6915
Version du serveur 10.10.0
Version web 10.10.0
Numéro de build10.10.0
The docker-compose.yml file is suitable for my configuration:
Immediately after running the command:
all my music was easily accessible and readable from the Jellyfin web interface.
But after restarting Xubuntu 24.10, access to the Jellyfin interface starts fine, I can browse all the music, but when I start listening I get the following error message:
and in the log file I have the following error:
Do you have any idea of the origin of this error?
Could it be a problem with the access rights of the Jellybin user?
Thank you in advance for your advice
I installed Jellyfin on Docker without any problem by following this tutorial: https://doc.ubuntu-fr.org/jellyfin
My music is on 2nd internal SSD dedicated only to music files.
I created a new user / password for Jellyfin.
OS: Xubuntu 24.10
Nom du serveur: 4623b75e6915
Version du serveur 10.10.0
Version web 10.10.0
Numéro de build10.10.0
The docker-compose.yml file is suitable for my configuration:
Code:
services:
jellyfin:
image: jellyfin/jellyfin
ports:
- '8096:8096'
volumes:
- /home/vortex/jellyfin:/config
- /media/vortex/Zic:/media
environment:
- UID=1000
- GID=1000
restart: always
Immediately after running the command:
Code:
sudo docker-compose up
all my music was easily accessible and readable from the Jellyfin web interface.
But after restarting Xubuntu 24.10, access to the Jellyfin interface starts fine, I can browse all the music, but when I start listening I get the following error message:
Code:
"Reading error
Playback failed because the media is not supported by this client."
and in the log file I have the following error:
Code:
[2024-10-31 08:18:43.909 +00:00] [ERR] [8] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/New 07-2024/Kpop/TWS 2nd Mini Album 'SUMMER BEAT!'/YOU+ME=7942.flac'". URL "GET" "/Audio/910dbc060ba72f569e9035bb8c347da7/universal".
[2024-10-31 08:18:44.087 +00:00] [INF] [8] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.0" playing "YOU+ME=7942". Stopped at "0" ms
Do you have any idea of the origin of this error?
Could it be a problem with the access rights of the Jellybin user?
Thank you in advance for your advice