commit f31fc3891a2be5e90c6856ba547c82eb494dbff0 parent 10816040c75c742445264292a34ae70e31767ed0 Author: gearsix <gearsix@tuta.io> Date: Sat, 31 Jul 2021 19:28:44 +0100 added BUGS Diffstat:
A | BUGS.txt | | | 22 | ++++++++++++++++++++++ |
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/BUGS.txt b/BUGS.txt @@ -0,0 +1,22 @@ +# BUGS + +## Legend + +[ ] = Not started +[x] = Won't do +[~] = Doing +[*] = Done +- ... = Note about the above item + +## List + +**2021-07-31** [ ] don't apply file numbering when song names include file number already + #regex-improvement + +**2021-06-22** [ ] handle multiple timestamp regex matches + When there are multiple matches for the timestamp regex in a line, the last match is used as the timestamp. + + Discovered that the following line causes an issue because 2019 is counted as a timestamp + `58:18 C4C - Melted w_ Hazy Year (Chillhop Winter Essentials 2019).` + + #regex-improvemnet