filebot/source/net/filebot/web
Reinhard Pointner a020c3ff1f Fix XEM mapping selection issues 2019-06-11 06:38:16 +07:00
..
AbstractEpisodeListProvider.java Default Anime processing to TheTVDB with Absolute Order instead of AniDB (and improve logging to make sure users see what's going on) 2019-05-22 19:38:26 +07:00
AcoustIDClient.java Fix sysinfo output 2019-03-17 16:28:02 +07:00
AnidbClient.java Refactor AnimeList client 2019-06-11 01:49:38 +07:00
AnimeLists.java Refactor AnimeList client 2019-06-11 02:13:02 +07: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 Make ID3 genre value available via {genre} binding (works only if ID3 Lookup is used) 2017-12-21 10:17:13 +01:00
AudioTrackFormat.java Add database property to AudioTrack object 2016-04-05 18:05:47 +00:00
Crew.java Unify Crew/People into new interface with default methods 2016-11-01 21:22:36 +08:00
Datasource.java Refactor Datasource.getName() / Datasource.getIdentifier() 2017-02-12 01:54:40 +08:00
Episode.java Improved mapping behaviour 2019-06-10 15:30:01 +07:00
EpisodeFormat.java Improved mapping behaviour 2019-06-10 15:30:01 +07:00
EpisodeInfo.java Unify Crew/People into new interface with default methods 2016-11-01 21:22:36 +08:00
EpisodeListProvider.java Default Anime processing to TheTVDB with Absolute Order instead of AniDB (and improve logging to make sure users see what's going on) 2019-05-22 19:38:26 +07:00
EpisodeUtilities.java Refactor AnimeList client 2019-06-11 01:49:38 +07:00
FanartTVClient.java Coerce episode number [1.1] to [1] 2018-07-02 14:30:03 +07:00
FloodLimit.java Fix compiler issues 2016-04-21 01:22:35 +08:00
ID3Lookup.java Make ID3 genre value available via {genre} binding (works only if ID3 Lookup is used) 2017-12-21 10:17:13 +01:00
LocalSearch.java Refactor string similarity code 2019-01-30 23:30:59 +07:00
Manami.java Add anime-lists parser 2019-06-08 06:10:50 +07:00
MappedEpisode.java Simplify by not using Optional 2019-06-10 17:07:37 +07:00
Movie.java Group by Movie (rather than MoviePart) 2019-04-23 19:50:58 +07:00
MovieFormat.java Refactor Movie (use 0 as undefined ID) 2016-10-09 16:19:39 +08: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
MovieInfo.java Fix Java 9 @Deprecated warnings 2017-10-16 21:09:25 +02:00
MoviePart.java com.cedarsoftware.util.io.JsonReader requires a public constructor with no arguments (otherwise it'll try to find another constructor and call it with default values, e.g. null may change to 0) 2016-10-09 17:39:04 +08:00
MultiEpisode.java Refactor Episode / MultiEpisode / EpisodeUtilities 2019-06-09 19:42:56 +07:00
MusicIdentificationService.java * refactoring 2015-07-25 22:47:02 +00:00
OMDbClient.java Support for 8-digit Movie IDs 2019-05-03 19:39:32 +07:00
OpenSubtitlesClient.java Refactor MediaCharacteristics so we can switch between implementations easily 2019-01-28 21:08:24 +07:00
OpenSubtitlesHasher.java * remove Java 6 compatibility hacks 2014-11-07 04:54:21 +00:00
OpenSubtitlesSubtitleDescriptor.java Improved error messages 2017-02-04 23:21:55 +08:00
OpenSubtitlesXmlRpc.java Fix "At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored" warnings 2017-10-16 21:41:17 +02:00
Person.java Unify Crew/People into new interface with default methods 2016-11-01 21:22:36 +08:00
SearchResult.java Refactor 2017-02-24 16:44:30 +08:00
SeasonOutOfBoundsException.java * Format Source 2015-07-25 22:47:19 +00:00
SeriesInfo.java Add type property to SeriesInfo model which can be either "Anime" or "TV Series" to greatly simplify processing later on based on a standardized model and fields 2019-06-09 15:15:56 +07:00
ShooterSubtitles.java Refactor Datasource.getName() / Datasource.getIdentifier() 2017-02-12 01:54:40 +08:00
SimpleDate.java Use Objects.hash() 2016-10-31 05:03:39 +08:00
SortOrder.java Refactor Enum.forName error messages 2017-02-17 22:02:20 +08:00
SubtitleDescriptor.java * Format Source 2015-07-25 22:47:19 +00:00
SubtitleProvider.java Refactor Language 2017-01-14 04:32:42 +08:00
SubtitleSearchResult.java Refactor Enum.forName error messages 2017-02-17 22:02:20 +08:00
TMDbClient.java Add net.filebot.TheMovieDB.url and net.filebot.TheMovieDB.adult system properties for advanced customization of TheMovieDB API access 2019-03-07 18:07:34 +07:00
TMDbTVClient.java Add type property to SeriesInfo model which can be either "Anime" or "TV Series" to greatly simplify processing later on based on a standardized model and fields 2019-06-09 15:15:56 +07:00
TVMazeClient.java Add type property to SeriesInfo model which can be either "Anime" or "TV Series" to greatly simplify processing later on based on a standardized model and fields 2019-06-09 15:15:56 +07:00
TheTVDBClient.java Update default banner mirror 2019-05-02 03:03:15 +07:00
TheTVDBClientV1.java Refactor 2017-02-24 16:44:30 +08:00
TheTVDBSearchResult.java Collect more data from TheTVDB search queries (to maybe present better options to the user, including years and banners) 2019-04-28 17:44:46 +07:00
TheTVDBSeriesInfo.java Add type property to SeriesInfo model which can be either "Anime" or "TV Series" to greatly simplify processing later on based on a standardized model and fields 2019-06-09 15:15:56 +07:00
ThumbnailProvider.java Stick to 1nd pass with Manami 2019-05-19 20:28:03 +07:00
Trailer.java Support for Trailer.getKey() 2017-07-19 15:16:12 +08:00
VideoHashSubtitleService.java Refactor Language 2017-01-14 04:32:42 +08:00
WebRequest.java Implement XEM API 2019-05-06 17:28:30 +07:00
XEM.java Fix XEM mapping selection issues 2019-06-11 06:38:16 +07:00