-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to parse series name from filename #4
Comments
Hi, AutoTag is designed to parse all the required information from just the filename, not the file path, so it's not able to find the series name in your file structure. The I'll look into adding an option to manually specify the file/directory structure to parse the episode info, or failing that an option to manually specify the series name to be searched for. |
This should now be addressed in v3.0.2. If you run AutoTag with |
That's great! Thanks for your help!
…On Sun, Jan 17, 2021, 9:27 AM James Tattersall ***@***.***> wrote:
This should now be addressed in v3.0.2.
If you run AutoTag with --pattern ".*/(?<SeriesName>.+)/Season
(?<Season>\d+)/S\d+E(?<Episode>\d+)" that *should* be able to parse
episodes in your file structure.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLMCWIO57BWGJVLODWONFDS2LXWTANCNFSM4WFS27JA>
.
|
Hmm, I'm still unable to get
|
Looks like there was a bug when used with relative paths, I've uploaded v3.0.3, that should hopefully work this time. |
Thanks - also this is slightly unrelated, but if an episode contains a "?"
in the title, renaming fails. Maybe some invalid characters should be
omitted or replaced?
…On Tue, Jan 19, 2021, 4:56 PM James Tattersall ***@***.***> wrote:
Looks like there was a bug when used with relative paths, I've uploaded
v3.0.3, that should hopefully work this time.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLMCWPHJ7CCVUDHPLNPWEDS2X5YHANCNFSM4WFS27JA>
.
|
That's odd, any invalid characters should definitely be removed, maybe I assume this is on Windows? I'm Linux-based so I don't have any issues with question marks in file names. If you wouldn't mind creating a separate issue, I'll investigate it further when I get chance. |
Sure thing. I'm on Linux Mint 20.1 using zsh but I'll make a new issue.
…On Tue, Jan 19, 2021 at 5:18 PM James Tattersall ***@***.***> wrote:
That's odd, any invalid characters should definitely be removed, maybe
Path.GetInvalidFileNameChars() doesn't return *all* invalid characters?
I assume this is on Windows? I'm Linux-based so I don't have any issues
with question marks in file names.
If you wouldn't mind creating a separate issue, I'll investigate it
further when I get chance.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLMCWKOSKTAT6YXS4HF5QDS2YAKPANCNFSM4WFS27JA>
.
|
Hi! I am running this in a folder structure with files as follows:
Series/Season 1/S01E01 Title.mp4
using
autotag -t --no-rename -v .
Running with
--manual "Series"
doesn't make a difference, and it's not clearly documented how that feature should be used. Either way, it finds all episodes, then outputs the above error. Any help is appreciated - thanks!The text was updated successfully, but these errors were encountered: