You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #77
Because of that leaving-soon dir created by Janitorr (although it can't symlink any file) & added to Jellyfin's library, my Jellyfin logs are full of errors, mainly Reading the file size of the symlink at [...]. It's not great for error monitoring and such..
I can't find a clean workaround, so it would really be convenient if we could disable leaving-soon, specifically for Shows or Movies (it would just delete files when expired)
Regarding the config structure, I don't know what would make more sense. Maybe just setting clients > jellyfin > leaving-soon-tv / leaving-soon-movies to false(or empty string) could be fine?
The text was updated successfully, but these errors were encountered:
Currently, just leaving out the leaving-soon-dir key should prevent them from being created.
I don't think I'm willing to disable it in more specific ways atm.
Currently, just leaving out the leaving-soon-dir key should prevent them from being created.
You mean the global leaving-soon-dir, right? I'd like to be able to disable it for Shows only though :/
There's already the option of disabling Jellyfin.
Well I still want the leaving-soon for Movies 😅
Another approach would be to not create the main dir (tv or movies) in Leaving Soon, and its sub-directories etc, when symlinks aren't available, but I doubt it'd be easier to implement
Related to #77
Because of that leaving-soon dir created by Janitorr (although it can't symlink any file) & added to Jellyfin's library, my Jellyfin logs are full of errors, mainly
Reading the file size of the symlink at [...]
. It's not great for error monitoring and such..I can't find a clean workaround, so it would really be convenient if we could disable
leaving-soon
, specifically for Shows or Movies (it would just delete files when expired)Regarding the config structure, I don't know what would make more sense. Maybe just setting
clients
>jellyfin
>leaving-soon-tv
/leaving-soon-movies
tofalse
(or empty string) could be fine?The text was updated successfully, but these errors were encountered: