filebot/source/net/filebot/web
Reinhard Pointner 6e892b9bdb TheTVDB API v1 & v2 compatibility 2016-07-27 13:01:34 +08:00
..
AbstractEpisodeListProvider.java Unify SearchResult classes 2016-03-26 17:40:54 +00:00
AcoustIDClient.java Call fpcalc for each individual file to work around all kinds of issues (Windows arg limits, fpcalc/ffmpeg issues, etc) 2016-06-03 01:30:45 +08:00
AnidbClient.java Translate AniDB::Absolute order to TheTVDB::Airdate order (matching by absolute episode number) only if preferred episode order is `Airdate` or `DVD` 2016-05-22 20:50:32 +08:00
Artwork.java Fix NPE 2016-05-14 03:32:57 +08:00
ArtworkProvider.java Experiment with unifying Artwork interface for all databases 2016-04-17 11:34:22 +00:00
AudioTrack.java Add database property to AudioTrack object 2016-04-05 18:05:47 +00:00
AudioTrackFormat.java Add database property to AudioTrack object 2016-04-05 18:05:47 +00:00
Datasource.java Full support for "TheMovieDB::TV" and "TheMovieDB" datasources 2016-03-26 19:44:44 +00:00
Episode.java Support multi-episode objects where each episode member has the same SxE numbers 2016-02-26 16:35:59 +00:00
EpisodeFormat.java Episode title can be `null`. Make sure to avoid NPE when episode title is used. 2016-05-12 23:54:49 +08:00
EpisodeListProvider.java * refactoring 2015-07-25 22:47:02 +00:00
EpisodeUtilities.java Match by {n} instead of Anime primary title (may be Japanese and not yield results on TheTVDB) 2016-07-25 01:18:28 +08:00
FanartTVClient.java Unify Actors/Cast/Crew API 2016-05-09 22:59:21 +08:00
FloodLimit.java Fix compiler issues 2016-04-21 01:22:35 +08:00
ID3Lookup.java Add database property to AudioTrack object 2016-04-05 18:05:47 +00:00
LocalSearch.java Refactor LocalSearch and AutoDetection worker threads 2016-04-08 22:59:27 +00:00
Movie.java Refactor Movie 2016-05-13 00:10:12 +08:00
MovieFormat.java * Format Source 2015-07-25 22:47:19 +00:00
MovieIdentificationService.java Remove @Depricated "Movie Search By Hash" interface. OpenSubtitles is not used as a Movie datasource anymore, and TMDb doesn't do hashes anymore. 2016-03-27 22:35:19 +00:00
MoviePart.java Refactor SearchResult classes 2016-02-09 09:37:34 +00:00
MultiEpisode.java try to convert absolute numbers to SxE numbers when using {s00e00} binding (as best as possible, SxE numbers may not exactly match TheTVDB, but should in most common cases) 2016-04-23 00:47:43 +08:00
MusicIdentificationService.java * refactoring 2015-07-25 22:47:02 +00:00
OMDbClient.java Refactor Movie 2016-05-13 00:10:12 +08:00
OpenSubtitlesClient.java docs 2016-06-28 18:54:04 +08:00
OpenSubtitlesHasher.java * remove Java 6 compatibility hacks 2014-11-07 04:54:21 +00:00
OpenSubtitlesSubtitleDescriptor.java Avoid potentially misleading error messages 2016-06-16 14:44:49 +08:00
OpenSubtitlesXmlRpc.java Check Download-Quota HTTP header when downloading subtitles and abort if quota has been reached. 2016-04-06 12:01:43 +00:00
Person.java Unify Actors/Cast/Crew API 2016-05-09 22:59:21 +08:00
SearchResult.java Unify SearchResult classes 2016-03-26 17:40:54 +00:00
SeasonOutOfBoundsException.java * Format Source 2015-07-25 22:47:19 +00:00
SeriesInfo.java Actors is no longer part of the base series record :( 2016-05-08 20:44:10 +08:00
ShooterSubtitles.java Improved console output for -get-subtitles commands 2016-04-30 22:59:51 +08:00
SimpleDate.java Adjust differentiation accuracy to about a year 2016-02-22 18:48:23 +00:00
SortOrder.java + add addtional metadata (order, language) to episode and movie objects 2014-07-24 11:31:03 +00:00
SubtitleDescriptor.java * Format Source 2015-07-25 22:47:19 +00:00
SubtitleProvider.java Improved console output for -get-subtitles commands 2016-04-30 22:59:51 +08:00
SubtitleSearchResult.java * include movie alias titles in osdb index 2015-05-24 22:54:59 +00:00
TMDbClient.java TheMovieDB::discoverBestOfYear 2016-07-20 15:30:26 +08:00
TMDbTVClient.java Results should be in order (since we generate absolute episode numbers based on that) 2016-04-18 15:22:34 +00:00
TVMazeClient.java Full support for "TheMovieDB::TV" and "TheMovieDB" datasources 2016-03-26 19:44:44 +00:00
TheTVDBClient.java Request preferred language and/or English (not supported by the API right now, but might in the future) 2016-05-25 23:53:12 +08:00
TheTVDBClientV1.java TheTVDB API v1 & v2 compatibility 2016-07-27 13:01:34 +08:00
TheTVDBSeriesInfo.java Update TheTVDB API v2 to return extended TheTVDBSeriesInfo 2016-05-07 02:41:29 +08:00
VideoHashSubtitleService.java Improved console output for -get-subtitles commands 2016-04-30 22:59:51 +08:00
WebRequest.java Refactor 2016-05-24 21:51:02 +08:00