feat(movie): Finish movie parser
Finish movie parser, not yet implemented actual moving. Also not yet implemented series.
This commit is contained in:
parent
0ecd7378ce
commit
18882983a2
6 changed files with 459 additions and 1226 deletions
|
@ -8,12 +8,13 @@ edition = "2021"
|
|||
[dependencies]
|
||||
clap = { version = "4.4.7", features = ["derive"] }
|
||||
infer = "0.15.0"
|
||||
inline_colorization = "0.1.6"
|
||||
inquire = "0.6.2"
|
||||
log = "0.4.20"
|
||||
reqwest = { version = "0.11.22", features = ["json", "blocking"] }
|
||||
sanitise-file-name = "1.0.0"
|
||||
serde = { version = "1.0.190", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
stderrlog = "0.5.4"
|
||||
tmdb_client = "1.6.0"
|
||||
urlencoding = "2.1.3"
|
||||
walkdir = "2.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue