Opened 16 years ago
Closed 16 years ago
#6640 closed patch (fixed)
Add TheTVDB and themoviedb lookups to MythWeb detail pages
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythWeb | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The attached patch adds new lookups to MythWeb TV detail pages allowing the user to look up shows at TheTVDB.com and themoviedb.org (in addition to the existing lookups for TV.com and IMDb).
The patch does not modify the video module, which still uses IMDb lookup, as we're storing IMDb inetref in MythVideo?, so it makes sense to just let the user look up shows at IMDb when getting multiple results after using the grabber through MythWeb. Once MythVideo?'s use of inetref's is straightened out, this can be fixed to use the open database. Specifically, there are references to imdb.com in classes/Video.php, and in the (duplicated?) function makeImdbWebUrl() in modules/video/handler.php and modules/video/tmpl/default/video.php .
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | mythweb-6640-add_ttvdb_and_tmdb_lookups.patch.gz added |
---|
comment:1 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [21082]) Fixes #6640, this adds in ttvdb and tmdb as quick lookup links for the recorded program details pages