Opened 16 years ago
Closed 16 years ago
#6338 closed patch (wontfix)
Update 0.21-fixes to use tmdb.pl grabber
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21.1 |
Component: | MythTV - General | Version: | 0.21-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The attached patch updates 0.21-fixes to use the tmdb.pl grabber.
To avoid requiring users to update their DB's, the patch includes a new (throw-away) function ExecuteExternalCommand::UpdateCommandForTMDB() that checks to see if the setting for the grabber script is the old imdb.pl default. If so, it checks whether tmdb.pl is available and, if so, tmdb.pl is used, instead. This function is not required in trunk, where the DB update removed all imdb.pl-based grabber command lines and the default that replaces them is a tmdb.pl command-line.
Note that the patch does not include the tmdb.pl script. The script will still need to be copied from current trunk (and appropriate executable bits set). The patch also does not remove imdb.pl.
MythWeb patch to follow.
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | mythvideo-6338-use_tmdb_in_fixes.patch added |
---|
comment:1 Changed 16 years ago by
Milestone: | unknown → 0.21.1 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Focusing on 0.22 at the reporter's request.
Patch for MythVideo?