App::MP4Meta::Command::film - Apply metadata to a film. Parses the filename in order to get the films title and (optionally) year.
version 1.130020
mp4meta film PULP_FICTION.mp4 "The Truman Show.m4v" mp4meta film --noreplace THE-ITALIAN-JOB-2003.m4v
This command applies metadata to one or more films. It parses the filename in order to get the films title and (optionally) year.
It gets the films metadata by querying the IMDB. It then uses AtomicParsley to apply the metadata to the file.
By default, it will apply the metadata to the existing file. If you want it to write to a temporary file and leave the existing file untouched, provide the --noreplace
option.
Andrew Jones <andrew@arjones.co.uk>
This software is copyright (c) 2013 by Andrew Jones.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.