Rename multiple torrents with the hash name to the title.
c48344299a520b2b269ca956f5403dab9c4bc998.torrent
[3.97 GiB] ubuntu-20.04.6-live-server-amd64.iso.torrent
git clone https://github.com/AlfredoFilho/Rename-Torrents-Batch.git
pip3 install requirements.txt
python3 rename-torrents-batch.py
- The folder with the files with hash names.
- In the project folder a folder will be created (
OutputTorrents/
) with the new renamed files.
[<total size torrent>] <torrent title>.torrent
- In the project folder, a CSV will be generated (
data.csv
) with the key and value of the old names for the new ones.
oldNames | newNames |
---|---|
c48344299a520b2b269ca956f5403dab9c4bc998.torrent | [3.97 GiB] ubuntu-20.04.6-live-server-amd64.iso.torrent |