2024-04-26, 05:44 AM
1
2024-04-28, 12:07 AM
(This post was last modified: 2024-04-28, 12:08 AM by _Mayhem_. Edited 1 time in total.)
I somehow managed to get three collections created that simply will not go away under 10.9.0:2024041505 . The movies I was trying to add never showed up in the collection, and none of the three are shown in Admin > Libraries. I'm running these in Docker.
Neither restarting the server nor the container makes them behave. Nor does recreating the container with a re-pull in Portainer. I see this in the log: [2024-04-27 18:38:43.077 -05:00] [ERR] [35] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find a part of the path '/config/root/default/Collections2'". URL "POST" "/Collections". [2024-04-27 18:39:29.858 -05:00] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.4.115" closed [2024-04-27 18:39:30.446 -05:00] [INF] [37] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.4.115" request [2024-04-27 18:42:22.150 -05:00] [ERR] [34] MediaBrowser.Controller.Entities.BaseItem: Error refreshing owned items for "/config/root/default/Collections" System.IO.DirectoryNotFoundException: Could not find a part of the path '/config/root/default/Collections'. [ INSERT WITTY SIGNATURE HERE ]
2024-04-28, 05:42 AM
@_Mayhem_ this is a known issue that should be fixed before the final release: https://github.com/jellyfin/jellyfin/issues/11258
2024-04-28, 07:11 AM
(This post was last modified: 2024-04-28, 07:13 AM by OddMagnet. Edited 1 time in total.)
(2024-04-22, 10:02 PM)bitmap Wrote:(2024-04-17, 05:23 PM)bitmap Wrote: Having a weird thing with scans. I'll try to grab logs next time it happens, but posting it here in case anybody else has the same experience. Did you already report this bug? I've got a similar problem, not sure if it's the same bug. When sonarr grabs a new episode and then immediately grabs an upgrade for it Jellyfin shows the same episode twice, where one is working and the other is not (since it tries to open the file that sonarr removed in the upgrade) I'm not using NFO files though (at least haven't enabled it in the library settings), so this might be a different bug then?
2024-04-30, 08:05 AM
Are there any news about the Release? Since the weekend of the hopefully final RC is over, I'm wondering when there will be an official announcement for 10.9.
thx for the reply
2024-04-30, 08:11 AM
We will release 10.9 when it's ready. Right now we still have some finishing touches to work on.
2024-05-01, 03:26 PM
(2024-04-28, 07:11 AM)OddMagnet Wrote:(2024-04-22, 10:02 PM)bitmap Wrote:(2024-04-17, 05:23 PM)bitmap Wrote: Having a weird thing with scans. I'll try to grab logs next time it happens, but posting it here in case anybody else has the same experience. I have not reported this as a bug, that was my question. The behavior you've described sounds exactly like what I've experienced, however, most of my recent experience comes from my own encodes managed with Sonarr.
Jellyfin 10.10.0 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage
2024-05-06, 07:33 AM
Posted this in the wrong spot...whoops.
I've been running 10.9 for a hot minute now and had decent luck. One thing that bugged me is that I swapped over to my A380 for transcoding while I was re-casing my machine. Almost everything seemed to work, but I got some errors on AV1 media. I have a LOT of AV1 media and I'm encoding more every day. I thought it was the fact that I enabled Allow AV1 Encoding, so I disabled. No dice, same result. So I double-checked my host setup, revised my docker-compose to not map the device and card differently (129->128, 1->0). Everything is just fine, no issues. So I started thinking that Jellyfin might be using the wrong device despite not actually having another option for QSV. Last step, I set HWA to VA-API and changed the device to renderD129 (matched with my A380 mapped into the container), saved + swapped back to QSV, and voila, everything works. Beautifully, I might add. I didn't have this issue before, however, I was using my iGPU and that meshes with renderD128, which is what VA-API was set to previously. So...does this sound like a bug? Can anybody else reproduce? I will try to reproduce and grab some of the failed ffmpeg logs, as the errors were "Generic error in external library." I've used ffmpeg enough to know how sublimely unhelpful documentation and errors are, but this is next level...
Jellyfin 10.10.0 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage
2024-05-06, 10:40 AM
(This post was last modified: 2024-05-06, 10:42 AM by nyanmisaka. Edited 1 time in total.)
If you don't plan to use iGPU, then don't pass its corresponding renderD128 to docker.
In addition, according to the libdrm code, 129->128 mapping is strongly not recommended, please do 129->129. The cardX is not required. host: /dev/dri/renderD128 # iGPU /dev/dri/renderD129 # dGPU /dev/dri/card0 /dev/dri/card1 docker: /dev/dri/renderD129 # dGPU /dev/dri/card1 # optional, not required BTW the QSV on Linux is based on VA-API.
2024-05-06, 03:42 PM
(2024-05-06, 10:40 AM)nyanmisaka Wrote: If you don't plan to use iGPU, then don't pass its corresponding renderD128 to docker. Thanks for the info! And yeah, I only pass one device at a time. The situation I described is with only passing my dGPU. I'm aware Linux QSV is Intel's implementation of VA-API. I figured my trying to be smart with 129->128 was probably a pitfall, which is why I changed it. No need to complicate things like that.
Jellyfin 10.10.0 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage
|
|
|