lun-4 / awtfdb

the Anime Woman's Tagged File Data Base.
MIT License
37 stars 2 forks source link

add file metadata as separate columns instead of embedding timestamp in file #54

Open lun-4 opened 1 year ago

lun-4 commented 1 year ago

instead, attach more metadata to the files table, instead of just "timestamp and local path", possibly add things like mtime, ctime, maybe inode number, that would let us possibly have more heuristics about the file, while also not having to do the large id migration, which, to be honest, is a lot of code (which has a bug, since i used ctime instead of mtime, so all files had incorrect timestamps when ordered in szurubooru. if anyone wants the fix script I can commit it, it's just not my proudest fix)