1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/source/net/filebot/web
2019-01-31 18:32:56 +07:00
..
AbstractEpisodeListProvider.java Refactor 2017-02-24 16:44:30 +08:00
AcoustIDClient.java Refactor Datasource.getName() / Datasource.getIdentifier() 2017-02-12 01:54:40 +08:00
AnidbClient.java Remove unnecessary memoize() calls 2017-03-14 18:20:50 +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 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 Add episode id to base episode record (i.e. a unique id per database) 2016-10-31 05:09:13 +08:00
EpisodeFormat.java Support Kodi Naming Standard (i.e. same as Plex, but with SxE and non-range based multi-episode formatting) via {kodi} binding 2018-11-18 00:50:34 +07:00
EpisodeInfo.java Unify Crew/People into new interface with default methods 2016-11-01 21:22:36 +08:00
EpisodeListProvider.java * refactoring 2015-07-25 22:47:02 +00:00
EpisodeUtilities.java Refactor common reload-episode-data tasks 2016-11-23 04:34:56 +08: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
Movie.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
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 Support Kodi Naming Standard (i.e. same as Plex, but with SxE and non-range based multi-episode formatting) via {kodi} binding 2018-11-18 00:50:34 +07:00
MusicIdentificationService.java * refactoring 2015-07-25 22:47:02 +00:00
OMDbClient.java Refactor date/year parsing 2018-07-21 21:44:41 +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 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-10 05:15:47 +08: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
TheTVDBClient.java Fix NPE caused by series name being null 2019-01-29 02:27:51 +07:00
TheTVDBClientV1.java Refactor 2017-02-24 16:44:30 +08:00
TheTVDBSeriesInfo.java Support TheTVDB slug 2018-07-21 14:01:46 +07:00
TMDbClient.java Add {ci} collection index binding 2018-12-03 20:00:27 +07:00
TMDbTVClient.java Fix Java 9 @Deprecated warnings 2017-10-16 21:09:25 +02:00
Trailer.java Support for Trailer.getKey() 2017-07-19 15:16:12 +08:00
TVMazeClient.java Fix Java 9 @Deprecated warnings 2017-10-16 21:09:25 +02:00
VideoHashSubtitleService.java Refactor Language 2017-01-14 04:32:42 +08:00
WebRequest.java Declutter detailed log output 2019-01-31 18:32:56 +07:00