NAME
App::MP4Meta::Command::film - Apply metadata to a film. Parses the filename in order to get the films title and (optionally) year.
VERSION
version 1.153340
SYNOPSIS
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 OMDB. 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.
AUTHOR
Andrew Jones <andrew@arjones.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 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.