[mythtv-users] New/Bugfix Version: Bulk Updater forVideometa(imdb) data
Anthony Giggins
seven at seven.dorksville.net
Mon Oct 1 04:06:52 UTC 2007
>Just make sure you hadn't extracted to a different directory or something,
>or permissions failed to overwrite on extraction?
>
>
>Seems odd that you'd show 3 and it says 2. which makes me think it's an
>older version which may have had other bug still.
>
>head -28 /home/mythtv/imdbupdater/imdb-bulk-updater.pl
Yep sure am running 1.6
head -28 /home/mythtv/imdbupdater/imdb-bulk-update.pl
#!/usr/bin/perl
############################################################################
####
# Wrapper for imdb.pl tool for bulk movie metadata updates for mythdora
#
#
#
# 08/28/2007
#
# Ryan Pisani <mythdora at thepisanis.com>
#
############################################################################
####
#Parts of this were adopted from imdbbatchupdater.pl which in turn uses much
#
#of the original imdb.pl. This is a simpler wrapper to maintain and it
utilizes#
#the standard imdb.pl shipped with mythvideo.
#
############################################################################
####
#version: 1.0 : Initial roll-out works with imdb.pl 1.3
#
#version: 1.1 : Added some further error checking
#
#version: 1.2 : Added -Manual flag for manual entering of IMDBIDs
#
#version: 1.3 : Added -fileup metadata update for newly added/removed movies
#
#version: 1.4 : Duplicate menu will default to first entry in the returned
#
# list.
#
# Added -Exclude flag to mark any items with non-imdb match
with #
# a bogus imdb number to be skipped in later searches.
#
# Added -help for extended examples in usage
#
#version: 1.5 : Added -Folder flag to overide videopath for new video search
#
# Fixed hash sort of new files so that entries with more than
1 #
# entry in the DB will not be "true" in new check.
#
# Fixed a bug in the newvideo find where multiples were added
#
# Fixed a bug in the newvideo find where multiples were added
#
#version:1.5.1: Added showlevel fix in -Fileup to fix incorrect default
showlvl#
#version: 1.6 : Found bug in -Title lookups where title was updated blank
#
############################################################################
####
More information about the mythtv-users
mailing list