Update README.md
This commit is contained in:
22
README.md
22
README.md
@@ -1,12 +1,30 @@
|
|||||||
# torrents_dir.py
|
# torrents_dir.py
|
||||||
|
|
||||||
Skrypt do grupowania poprawionych torrentów wg katalogu docelowego pobierania.
|
## Opis
|
||||||
|
Skrypt grupuje poprawione torrenty wg katalogu pobierania z qBittorrenta.
|
||||||
|
|
||||||
## Wymagania
|
## Wymagania
|
||||||
- Python 3.9+
|
- Python 3.9+
|
||||||
- pip install bencodepy
|
- pip install bencodepy
|
||||||
|
|
||||||
|
## Struktura
|
||||||
|
BT_backup/ (fastresume)
|
||||||
|
qbit1/ (torrenty z qbit-export)
|
||||||
|
|
||||||
## Użycie
|
## Użycie
|
||||||
python torrents_dir.py
|
python torrents_dir.py
|
||||||
|
|
||||||
Opis pełny: patrz rozmowa ChatGPT.
|
## Jak działa
|
||||||
|
- czyta fastresume
|
||||||
|
- liczy infohash torrentów
|
||||||
|
- dopasowuje po hash
|
||||||
|
- tworzy katalogi wg save_path
|
||||||
|
- kopiuje torrenty
|
||||||
|
|
||||||
|
## Wynik
|
||||||
|
grouped_torrents/ + mapping.csv
|
||||||
|
|
||||||
|
## Statusy
|
||||||
|
- ok
|
||||||
|
- missing_fixed_torrent
|
||||||
|
- broken_fastresume
|
||||||
|
|||||||
Reference in New Issue
Block a user