Closed issadarkthing closed 3 years ago
probably because in my local copy, the getTaglength is modified like in my PR.
I think it should sort by mtime as mtime is the time at which the file’s contents were last written to disk. This makes more sense since renaming an audio file should not be sorted first.
mtime
changes if tag is changed but does not change if renamed
ctime
changes if audio file is renamed but does not change if tag is changed
There is no exact way to inspect the file creation time except for particular filesystem like ext4
.
It's working, but I have 2 issues,
Haven't looking into the code so probably not so accurate. Thanks.