https://github.com/bas-man/file-tvshow-info
Perl module to extract TV Show meta data from filename.
https://github.com/bas-man/file-tvshow-info
information-extraction media media-server meta show tv
Last synced: 24 days ago
JSON representation
Perl module to extract TV Show meta data from filename.
- Host: GitHub
- URL: https://github.com/bas-man/file-tvshow-info
- Owner: Bas-Man
- Created: 2019-03-19T14:51:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T02:44:35.000Z (over 5 years ago)
- Last Synced: 2025-10-22T07:55:29.699Z (10 months ago)
- Topics: information-extraction, media, media-server, meta, show, tv
- Language: Perl
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
File-TVShow-Info
This module is a reworking of Video::Filename. This module will work with TV
Shows only and does not support identifying movies.
It has enhanced support for identifying Episode names and other attributes.
Note: Unlike Video::Filename Season and Episode are stored as strings. If you
need these values as integers, please call the {attr}_to_int functions or
manually cast the output.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc File::TVShow::Info
You can also look for information at:
GitHub
https://github.com/Bas-Man/File-TVShow-Info
https://github.com/Bas-Man/File-TVShow-Info/issues
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=File-TVShow-Info
CPAN Ratings
https://cpanratings.perl.org/d/File-TVShow-Info
Search CPAN
https://metacpan.org/release/File-TVShow-Info
LICENSE AND COPYRIGHT
Copyright (C) 2019-2020 Adam Spann
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.
See L for more information.