aboutsummaryrefslogtreecommitdiffstats
path: root/scan.py
blob: c611920b166ddda305f262ba167839014471809b (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python3

import uuid
import Path from pathlib

START_DIR = "/storage/animes"


for root, dirs, files in os.walk(START_DIR):
    s