aboutsummaryrefslogtreecommitdiffstats
path: root/scan.py
diff options
context:
space:
mode:
authorVG <vg@devys.org>2015-07-19 01:01:39 +0200
committerVG <vg@devys.org>2015-07-19 01:01:39 +0200
commit0843cf4d5ef1cf5ea5fccf2f706b1325a347c015 (patch)
tree3649204165c3eaa61e63c9d97d2f2691dbf6d217 /scan.py
downloaduuidxer-0843cf4d5ef1cf5ea5fccf2f706b1325a347c015.tar.gz
uuidxer-0843cf4d5ef1cf5ea5fccf2f706b1325a347c015.tar.bz2
uuidxer-0843cf4d5ef1cf5ea5fccf2f706b1325a347c015.zip
first commit
Diffstat (limited to 'scan.py')
-rw-r--r--scan.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/scan.py b/scan.py
new file mode 100644
index 0000000..c611920
--- /dev/null
+++ b/scan.py
@@ -0,0 +1,10 @@
+#!/usr/bin/python3
+
+import uuid
+import Path from pathlib
+
+START_DIR = "/storage/animes"
+
+
+for root, dirs, files in os.walk(START_DIR):
+ s