11 Commits

Author SHA1 Message Date
974d9386fb Fix bug computing highest resolution video.
Update Command::PrintDupes.
2019-11-25 08:19:21 -08:00
04585e8d24 Add is_multidisc, move big tests to separate module.
Started work on a method movie() that groups multipart movies together.
2019-11-23 08:30:07 -08:00
d2866bace7 Add a couple verbs and use tabwriter output. 2019-11-18 21:25:23 -08:00
13cc1b6d0d Lint and spelling cleanup. 2019-11-17 19:09:28 -08:00
b77d61bbe6 Print movie length in human friendly time. 2019-11-04 20:23:45 -08:00
8b809060ec Fix sample command.
Add largest_dimension and unitest.
Use const for metadata filenames.
2019-11-03 20:59:31 -08:00
185c3cde2d Add update-compact-metadata verb. 2019-11-03 20:10:17 -08:00
bf9d5b7c11 Use ffprobe to load per-file metadata.
Build single metadata.json for whole library.
Have basic load into struct, a subset of useful fields fromt metadata.json.
2019-11-02 22:09:50 -07:00
86fbf78a73 Move code to lib.rs, update testdata. 2019-10-28 18:03:14 -07:00
956808d14a Turn into a structopt driven CLI. Functioning samples command. 2019-10-27 18:03:37 -07:00
7285436f7e Initial commit.
Walks over all movie directories, pulls some metadata into a hashmap and
then pretty prints it.
2019-10-27 16:51:09 -07:00