[Feedback]: Handling Illegal Characters and Adding More Filename Template
Opened this issue · 0 comments
Tama47 commented
Type
Both
Suggestion
When ${showTitle}
contains illegal characters like :
(colon) or /
(slash), multi-downloader-nx (or the operating system) replaces them with _
(underscore) in the output file.
Idea: Other downloaders, such as yt-dlp, replace :
with :
(full-width colon) and /
with ⧸
(small slash) to avoid filename conflicts with the file system.
Edit: I another idea I like is how Sonarr handles this.
I would also prefer having an Anime Episode Format similar to Sonarr, where you can use {absolute}
ordering for episode numbers.