![]() |
Trickplays plays tricks on my storage - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Trickplays plays tricks on my storage (/t-trickplays-plays-tricks-on-my-storage) |
Trickplays plays tricks on my storage - Squid - 2025-03-03 Ok- so i use this LXC script to install a jellyfin LXC container. so far so good. How every yesterday, i learned the hard way that filling container space corrupts system.xml and i did a reinstall today. I selected for library to create trickplay "next to media" and let it run for a while. How ever i see / grow. I have a seperate folder mounted to /media/ and library of movies and series are in a subfolder of this path, but if i go look around fold a folder called trickplay, i cannot find one. Quote:Filesystem Size Used Avail Use% Mounted on Im trying to get the large extra stuff into /media somewhere, and not fill the container subvolume up. If i go generate trickplay (schedule) it seems to grow the subvol and not /meta But on the subvol i cannot find any folder called trickplay Code: find . -name trickplay -type d In the LXC, jellyfin does not run in docker. EDIT: Now an hour later or something, still growing on the wrong place Quote:Filesystem Size Used Avail Use% Mounted on RE: Trickplays plays tricks on my storage - Efficient_Good_5784 - 2025-03-03 I would check to see if the Jellyfin service user has write access to the media location. RE: Trickplays plays tricks on my storage - Squid - 2025-03-03 (2025-03-03, 05:29 PM)Efficient_Good_5784 Wrote: I would check to see if the Jellyfin service user has write access to the media location. It does: drwxrws--T 9 jellyfin jellyfin 9 Mar 3 12:06 media drwxrws--T 9 jellyfin jellyfin 9 Mar 3 12:06 . drwxr-x--- 6 jellyfin jellyfin 9 Feb 28 16:27 .. drwxr-sr-x 4 jellyfin jellyfin 5 Mar 3 12:11 laptop drwxrwsr-x 5 jellyfin jellyfin 5 Mar 3 00:14 media drwxr-sr-x 3 jellyfin jellyfin 5 Mar 2 21:54 metube drwx--S--- 4 jellyfin jellyfin 4 Mar 2 22:17 .recycle drwxr-sr-x 29 jellyfin jellyfin 29 Mar 2 22:17 spooty drwxrws--T 5 jellyfin jellyfin 6 Mar 1 20:16 torrents drwxrws--T 4 jellyfin jellyfin 4 Feb 28 16:34 usenet RE: Trickplays plays tricks on my storage - Efficient_Good_5784 - 2025-03-03 I would also redo the mount point for "VM/subvol-101-disk-0". I don't have much experience with LXC, so I'm not sure or aware of a reason to use "/" as a mount point. It being "/" while media mount is "/media" is probably causing this issue. Try giving it a different mount point name. RE: Trickplays plays tricks on my storage - TheDreadPirate - 2025-03-04 Can you share your full jellyfin log via privatebin.net? To confirm what trickplay is doing. IIRC, it will write to the log that it doesn't have permission to write to your media directory before falling back to writing to the Jellyfin appdir. |