static regular expressions; if filename contains both episode number and year, favour episode over movie; print out some help text about videos

This commit is contained in:
2022-11-06 23:21:28 +00:00
parent 12ddfd2b8c
commit bb26036d19
3 changed files with 37 additions and 10 deletions

View File

@@ -8,5 +8,6 @@ edition = "2021"
[dependencies]
dirs = "^4.0.0"
fs_extra = "^1.2.0"
lazy_static = "^1.4.0"
mp3-metadata = "^0.3.3"
regex = "^1.6.0"