.. |
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
|
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 |
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
|
Add episode id to base episode record (i.e. a unique id per database)
|
2016-10-31 05:09:13 +08: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
|
Refactor Datasource.getName() / Datasource.getIdentifier()
|
2017-02-12 01:54:40 +08:00 |
FloodLimit.java
|
Fix compiler issues
|
2016-04-21 01:22:35 +08:00 |
ID3Lookup.java
|
Refactor Datasource.getName() / Datasource.getIdentifier()
|
2017-02-12 01:54:40 +08:00 |
LocalSearch.java
|
Refactor LocalSearch and AutoDetection worker threads
|
2016-04-08 22:59:27 +00: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
|
Easy access for TheMovieDB {info.adult} property
|
2017-07-04 10:26:10 +08: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 dynamic SortOrder binding {order}
|
2016-11-23 00:55:11 +08:00 |
MusicIdentificationService.java
|
* refactoring
|
2015-07-25 22:47:02 +00:00 |
OMDbClient.java
|
Use NON_DIGIT.matcher()
|
2017-05-23 11:36:55 +08:00 |
OpenSubtitlesClient.java
|
Fix for Brazilian Portuguese language preferences when using OpenSubtitles
|
2017-04-23 10:03:11 +08: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
|
Refactor Language
|
2017-01-14 04:32:42 +08: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
|
2017-05-22 23:10:33 +08:00 |
TheTVDBClientV1.java
|
Refactor
|
2017-02-24 16:44:30 +08:00 |
TheTVDBSeriesInfo.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 |
TMDbClient.java
|
groupingBy() does NOT preserve order by default (but we used to assume that it does)
|
2017-02-12 20:08:54 +08:00 |
TMDbTVClient.java
|
Refactor Datasource.getName() / Datasource.getIdentifier()
|
2017-02-12 01:54:40 +08:00 |
Trailer.java
|
Refactor MovieInfo
|
2017-02-08 23:17:05 +08:00 |
TVMazeClient.java
|
Refactor Datasource.getName() / Datasource.getIdentifier()
|
2017-02-12 01:54:40 +08:00 |
VideoHashSubtitleService.java
|
Refactor Language
|
2017-01-14 04:32:42 +08:00 |
WebRequest.java
|
Print binary content as Base64
|
2016-08-05 18:05:43 +08:00 |