Allow customizing maximum filename length #8070
dotsam
started this conversation in
Ideas & Feature requests
Replies: 1 comment
-
I'd like to see a rename setting that would limit the number of characters in the episode name like %EN(60).. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using certain filesystems, or overlay filesystems, maximum file length can't be the standard 255 characters that is usually supported.
Code in in _format_pattern() currently is hard-coded to 244 characters based on the assumption of 255 characters, and giving ~10 characters headroom for a potential
-thumb.jpg
suffixMedusa/medusa/tv/episode.py
Line 1776 in d9c31da
I'd like to see the ability to customize this length check, if not in the GUI, then at least as an advanced ini file only setting.
Beta Was this translation helpful? Give feedback.
All reactions