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

7
Cargo.lock generated
View File

@@ -49,6 +49,7 @@ version = "0.1.0"
dependencies = [
"dirs",
"fs_extra",
"lazy_static",
"mp3-metadata",
"regex",
]
@@ -70,6 +71,12 @@ dependencies = [
"wasi",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.108"