批量重命名工具
RT,压制动画的文件名中包含很多视频信息,如 。由于这些信息导致了一些 PLEX 库管理上的问题,我做了一个重命名工具,专门用于批量简化动画文件名。代码用 Python3 写的,理论上应该全平台通用,但目前为止我只在 Linux 下运行过这个工具。
重命名效果:
# python3 rename.py "/files/ PERSONA5 the Animation " --apply
| PERSONA5 the Animation .mkv| --> |PERSONA5 the Animation 01.mkv|
...
| PERSONA5 the Animation .mkv| --> |PERSONA5 the Animation 27(Dark Sun...).mkv|
| PERSONA5 the Animation -THE DAY BREAKERS- .mkv|--> |PERSONA5 the Animation -THE DAY BREAKERS- OVA.mkv|
代码:
https://github.com/TheNetAdmin/VCB-Studio-Rename/
{:5_101:} 原文件名加个S#E# - 的前缀就好使
页:
[1]