Documentation ¶
Overview ¶
Functions for getting TV metadata from TVRage See this page for detail: http://services.tvrage.com/info.php?page=main
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TVRage ¶
type TVRage struct {
// contains filtered or unexported fields
}
func (*TVRage) UsableTVName ¶
CURRENTLY UNUSED This call is for string correction tvdb is really good at detecting tv/movie titles from non-standard filenames. So we make a call to this function (even for movies) to get a title name in standard format that can then be used to query whichever online database we want without worrying about weird filenames. This however creates a problem if tvdb database doesnot have that movie/tvshow or detects it incorrectly. Tvdb always returns some results even if they are false. So it is hard to debug when tvdb errs. Sometimes when tvdb returns wrong titlename, subsequent api returns data for the wrong titlename