Req: Title naming with season/episode numbering #30
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm downloading SAO, and I can't get the naming the way I'd like it.
$ node funi -s 594522 -q 0 -e S002 --sub
gives output named
[Funimation] Sword Art Online - 18.5 [1080p].mkv
The season/episode info is available:
[INFO] Selected Episodes: S002
[INFO] Sword Art Online - S3E18.5 - Recollection
And this is exactly how I'd like my files to be named. As it is, I can only download one season at a time, since it will try to create episode 1 again for the new season.
Any ideas?
use title command for title naming
episode naming supported using ep command
see help command
Is there a chance you could give us an example? I've had this issue in the past.
You mean an example on how to name files?
I think I‘ve made the system easier, so have you taken a look at the help on my fork?
I actually haven't lately, I'll do that.
Do you need a link?
No, looks like in your fork it would be something to the effect of
--fileName "${title} S${season}x${episode}"
?
Yes that seams right
I would assume that this issue has been resolved. If not, reopen it or create a new one, please.