KrisCris / auto_bangumi_rs

a simple bangumi renaming & grouping tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto_bangumi_rs

A simple bangumi renamer, for now...

You can run it standalone or probably have it triggered by other applications.

A .season file with a season number inside will override the season field of all the media files in the same folder.

qBittorrent runs the program on completion:

# If you wish the tool to group files based on series and seasons
# They will be grouped by folders, i.e. /Path/To/All/Your/Animes/SeriesName/Season Number/Renamed File Name.suffix
auto_bangumi_cli -i "%F" -o "/Path/To/All/Your/Animes" -g move

# Or, just rename in place:
auto_bangumi_cli -i "%F" -o "%D" move

Standalone:

renamer.mp4

Credit

About

a simple bangumi renaming & grouping tool


Languages

Language:Rust 100.0%