NAME
App::MP4Meta::Command::tv - Apply metadata to a TV Series. Parses the filename in order to get the shows title and its season and episode number.
VERSION
version 1.113520
SYNOPSIS
mp4meta tv THE_MIGHTY_BOOSH_S1E1.m4v THE_MIGHTY_BOOSH_S1E2.m4v
mp4meta film --noreplace 24.S01E01.m4v
This command applies metadata to one or more TV Series. It parses the filename in order to get the shows title and its season and episode number.
It gets the TV Series 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.
AUTHOR
Andrew Jones <andrew@arjones.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 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.