.. |
AbstractEpisodeListProvider.java
|
|
|
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
|
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 |
Datasource.java
|
Full support for "TheMovieDB::TV" and "TheMovieDB" datasources
|
2016-03-26 19:44:44 +00:00 |
Episode.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 |
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
|
|
|
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
|
Read MBID from ID3 Tags if possible
|
2016-10-05 02:27:35 +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 |
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
|
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 |
MusicIdentificationService.java
|
|
|
OMDbClient.java
|
Refactor Movie (use 0 as undefined ID)
|
2016-10-09 16:19:39 +08:00 |
OpenSubtitlesClient.java
|
Refactor Movie (use 0 as undefined ID)
|
2016-10-09 16:19:39 +08:00 |
OpenSubtitlesHasher.java
|
|
|
OpenSubtitlesSubtitleDescriptor.java
|
Avoid potentially misleading error messages
|
2016-06-16 14:44:49 +08:00 |
OpenSubtitlesXmlRpc.java
|
Refactor Movie (use 0 as undefined ID)
|
2016-10-09 16:19:39 +08:00 |
Person.java
|
Organize Imports
|
2016-10-21 01:05:27 +08:00 |
SearchResult.java
|
Refactor Movie (use 0 as undefined ID)
|
2016-10-09 16:19:39 +08:00 |
SeasonOutOfBoundsException.java
|
|
|
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
|
Improved console output for -get-subtitles commands
|
2016-04-30 22:59:51 +08:00 |
SimpleDate.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 |
SortOrder.java
|
|
|
SubtitleDescriptor.java
|
|
|
SubtitleProvider.java
|
Improved console output for -get-subtitles commands
|
2016-04-30 22:59:51 +08:00 |
SubtitleSearchResult.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 |
TheTVDBClient.java
|
Minor optimizations
|
2016-10-09 03:14:09 +08:00 |
TheTVDBClientV1.java
|
Import <Airs_Time> from XML series record
|
2016-09-23 02:30:57 +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
|
Refactor Movie (use 0 as undefined ID)
|
2016-10-09 16:19:39 +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 |
VideoHashSubtitleService.java
|
Improved console output for -get-subtitles commands
|
2016-04-30 22:59:51 +08:00 |
WebRequest.java
|
Print binary content as Base64
|
2016-08-05 18:05:43 +08:00 |