Ticket #6640 (closed patch: fixed)
Opened 3 years ago
Last modified 3 years ago
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
Change History
Changed 3 years ago by sphery <mtdean@…>
- Attachment mythweb-6640-add_ttvdb_and_tmdb_lookups.patch.gz added
