Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.77 KB

File metadata and controls

29 lines (25 loc) · 2.77 KB

Trakt.tv | Enhanced Title Metadata

Adds links of filtered search results to the metadata section (languages, genres, networks, studios, writers, certification, year) on title summary pages, similar to the vip feature. Also adds a country flag and allows for "combined" searches by clicking on the labels.

install standard install minified version lines of code

Info

Based on sergeyhist's Trakt.tv Clickable Info userscript.

General

  • By installing the Trakt.tv | Trakt API Wrapper userscript you can speed up the studios data fetching.
  • By clicking on the label for languages, genres, networks, studios and writers, you can make a search for all their respective values combined, ANDed for genres, languages and writers, ORed for networks and studios. For example if the genres are "Crime" and "Drama", then a label search will return a selection of other titles that also have the genres "Crime" AND "Drama".
  • The writers label search was mostly added as an example of how to search for filmography intersections with trakt's search engine (there's no official tutorial about this, just some vague one liner in the api docs about how + - && || ! ( ) { } [ ] ^ " ~ * ? : / have "special meaning" when used in a query). It's much more interesting with actors e.g. Movies with Will Smith and Alan Tudyk.
  • The title's certification links to the respective /parentalguide imdb page (which contains descriptions of nude scenes, graphic content etc.).
  • The title's year links to the search page for other titles from the same year.
  • The search results default to either the "movies" or "shows" search category depending on the type of the current title.
  • A "+ n more" button is added for networks when needed (some anime have more than a dozen listed).
  • Installing the Trakt.tv | Partial VIP Unlock userscript will allow free users to further modify the applied advanced filters on the linked search pages.
  • This script won't work for vip users.

Screenshots

screenshot