Search found 5 matches

by sagenth
21 Oct 2022, 04:48
Forum: Feature Requests and Bug Reports
Topic: [Anime] How do I process files with absolute numbers on the command-line?
Replies: 10
Views: 2883

Re: Series Episode Number

Okay, so I went back today to renaming these files. I had been trying to use mazetv (I think was the db name) as it was what I had to use in kodi to detect the show properly so I figured it was a data thing.. (maybe using --q helped avoid issues) but anyways long story short I just went and used the...
by sagenth
13 Oct 2022, 17:12
Forum: Feature Requests and Bug Reports
Topic: [Anime] How do I process files with absolute numbers on the command-line?
Replies: 10
Views: 2883

Re: Series Episode Number

Ah ok, they are self-consistent with that convention then. GNU conventions would be nice, but I think I at least understand things enough now. I wonder if it could be worth the effort to calculate absolute numbers when seasonal information is available, without the need for mapping. I missed the tes...
by sagenth
12 Oct 2022, 17:25
Forum: Feature Requests and Bug Reports
Topic: [Anime] How do I process files with absolute numbers on the command-line?
Replies: 10
Views: 2883

Re: Series Episode Number

A couple problems. The first one is more of a grip single dashes are for shorthand and double dashes are for full word options so: -h --help But the real annoying part is the CLI options aren't self-consistent. The second is there doesn't appear to be a --dry-run option on command line, so I'm hesit...
by sagenth
12 Oct 2022, 08:15
Forum: Feature Requests and Bug Reports
Topic: [Anime] How do I process files with absolute numbers on the command-line?
Replies: 10
Views: 2883

Re: Series Episode Number

I eventually `perl-rename`d the files to something that worked though not on aniDB or TheTVDB. I'll take another crack at things tomorrow with all this information you've shared; I'm hoping there is a tidbit in here that'll help me use filebot to get what I currently have `{n} [{E}] - {s}x{e.pad(2)}...
by sagenth
12 Oct 2022, 00:14
Forum: Feature Requests and Bug Reports
Topic: [Anime] How do I process files with absolute numbers on the command-line?
Replies: 10
Views: 2883

[Anime] How do I process files with absolute numbers on the command-line?

I'm trying to rename some files, and they came with the episode number in the series. It seems to be messing up the matches. The format is: `E.000.S00.e00_title` example: `E.091.S05.e15_...` I'll probably just do a `find . -exec rename ... \;` to remove it, but it'd be nice if this really robust sof...