Opened 15 years ago

Closed 15 years ago

#6640 closed patch (fixed)

Add TheTVDB and themoviedb lookups to MythWeb detail pages

Reported by: sphery <mtdean@…> 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)

mythweb-6640-add_ttvdb_and_tmdb_lookups.patch.gz (1.0 KB) - added by sphery <mtdean@…> 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by sphery <mtdean@…>

comment:1 Changed 15 years ago by Rob Smith

Resolution: fixed
Status: newclosed

(In [21082]) Fixes #6640, this adds in ttvdb and tmdb as quick lookup links for the recorded program details pages

Note: See TracTickets for help on using tickets.