资 源 简 介
Since the MythVideo does not retrieve meta data or cover for the video files, I had to do it myself. This requires a script which will go over the files, and look them up in the Internet (IMDB, THETVDB.COM, TV.COM, etc), and fill the MythVideo database with the data.
I look for a long time for something that will do it, but found nothing. So I wrote a script myself...
The script will go over all the files in your MythVideo folders, and for any file without meta-data it will parse the video files names, and determine whether it is a TV show or a movie (not a TV show...), retrieve the meta-data from www.thetvdb.com or from www.imdb.com, locate subtitles from www.tvsubtitles.net, and last, it will get a cover for the file, either from an internet DB or a snapshot from within the video.
Subtitles service powered by http://www.OpenSubtitles.org
Read about the script at 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
文 件 列 表
tar
FillMythMetadataHttpCaller.pm
FillMythMetadataNfoFileReader.pm
FillMythMetadataParentalRating.pm
FillMythMetadata.pl
FillMythMetadataSql.pm
FillMythMetadataSubtitleDownloader.pm
FillMythMetadataTheTVDB.pm
FillMythMetadataTMDB.pm
FillMythMetadataUtilities.pm
FillMythMetadataVideoFileUtilities.pm
OpenSubtitlesHashCreator.pm
FillMythMetadataFilenameParser.pm