jamerst/AutoTag

Suggestion: Language support

scholt opened this issue · 3 comments

Hello there, first I want to say thank you for this really awesome tool! I appreciate your effort and work you put into this!

One thing I want to suggest, and hope you consider would be worth adding, is language support. A default language in the config file that could be overridden with a parameter like the other parameters. The language setting then affects the language of the metadata which is written to the file, as well as the file naming for show and episode titles.

Cheers

I have added this feature, but it's not ready for release yet unfortunately due to some problems with updating to .NET 7.

The work to fix that should be done and released in the next few days

Released in v3.5.0.

Simply pass a ISO 639-1 language code (e.g. de) as a value for the -l or --language parameter.

Awesome! Thank you very much!