Skip to content
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

Files are overwritten without confirmation #286

Open
Forceu opened this issue Dec 21, 2023 · 0 comments
Open

Files are overwritten without confirmation #286

Forceu opened this issue Dec 21, 2023 · 0 comments

Comments

@Forceu
Copy link

Forceu commented Dec 21, 2023

I had the case where a movie was split into to parts, and mnamer identified them both (correctly) as the same movie. I called mnamer with mnamer moviename.* and my config is as followed:

{ "api_key_omdb": null, "api_key_tmdb": null, "api_key_tvdb": null, "api_key_tvmaze": null, "batch": true, "episode_api": "tvmaze", "episode_directory": null, "episode_format": "./{series}/Season {season}/S{season:02}E{episode:02} - {title}.{extension}", "hits": 5, "ignore": [ ".*sample.*", "^RARBG.*" ], "language": null, "lower": false, "mask": [ ".avi", ".m4v", ".mp4", ".mkv", ".ts", ".wmv", ".srt", ".idx", ".sub" ], "movie_api": "tmdb", "movie_directory": null, "movie_format": "./{name} ({year})/{name} ({year}).{extension}", "no_guess": false, "no_overwrite": false, "no_style": false, "recurse": false, "replace_after": { "&": "and", ";": ",", "@": "at" }, "replace_before": {}, "scene": false, "verbose": false }

This resulted in mnamer moving and renaming both files to the same location, therefore overwriting one file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant