mnamer
mnamer copied to clipboard
media file renaming and organizing tool
Hi, I'm currently running mnamer in batch mode on my server and the detection of subtitle language leaves me with a lot of ignored subtitles files because not all files...
Hi, I would like a config option to choose between copy or move file. Personally would prefer shutil.copy2 so that the metadata and ownership is maintained. What do you think?
I found one show started to not be recognised, doing some debugging and then doing some test with guessit, it seems that guessit now cant handle the full file path,...
Hello, I just tested and found that when renaming episodes, the {year} placeholder does not work. It's always empty. For movies it is ok. Example: `--episode-format='{series[0]}/{series} ({year})/{series} - S{season:02}E{episode:02} -...
According to https://github.com/jkwill87/mnamer/wiki/Formatting there is no way to add a TV Show release year in the ```episode-format``` argument. From what I see on TVDB it is displayed on the search...
Thetvdb offers three different orders: airing - dvd - absolute. It would be useful to be able to define which one mnamer should use - at least when an id...
I don't know how complicated it would be, but I think it would be a nice addition, as support for tvdb or tvmaze animes is pretty limited. [https://anidb.net/](url)
First of all, I wanted to say thanks for the great piece of software. I'm really enjoying it so far. Currently, when using the `--lower` flag or setting `lower: true`...
Added support for genres: - `--movie-format="...{genre}..."` will render the main (first) genre. - `--movie-format="...{genres}..."` will render a comma separated list of genres.
I am not sure about {original} variable name. Maybe {original_filename} better? I just want to keep it one word like you did for [Field Variables](https://github.com/jkwill87/mnamer/wiki/Formatting#template-field-variables)