1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/source/net/sourceforge/filebot/web
2014-01-28 09:39:22 +00:00
..
AbstractCachedResource.java * make sure long/int overflow issues are resolved 2013-11-12 12:51:03 +00:00
AbstractEpisodeListProvider.java * make it easier to reference the original database in the format expression 2014-01-04 20:18:47 +00:00
AcoustID.java * make sure to read fpcalc output with UTF-8 in case default charset isn't UTF-8 ... I'm looking at you Windows! 2013-12-31 01:55:07 +00:00
AnidbClient.java * fix anime matching 2014-01-09 20:44:02 +00:00
AnidbSearchResult.java * fine-tune anime matching 2013-12-27 22:49:56 +00:00
AudioTrack.java * added {i} model index and {di} model duplicate index bindings 2013-02-07 12:25:46 +00:00
AudioTrackFormat.java + Integrated Music Mode with UI and cmdline interface 2013-01-10 18:28:46 +00:00
CachedPage.java * increase cache intervals 2013-11-03 16:32:40 +00:00
CachedResource.java * use extensive caching for all TheTVDB data and request resources only if modified 2013-10-15 07:12:42 +00:00
CachedXmlResource.java * separate long-term caches that have different update frequencies 2013-11-29 04:29:56 +00:00
Date.java * Organize Imports 2013-09-11 17:22:00 +00:00
Episode.java * easy to get episode key 2014-01-04 19:31:38 +00:00
EpisodeFormat.java + store series info with each episode object and add new bindings {series} {primaryTitle} and {json} for debugging the info object 2013-07-13 10:01:33 +00:00
EpisodeListProvider.java + Support episode SortOrder 2012-02-13 09:54:57 +00:00
EpisodeUtilities.java * parse specials from anidb episode data 2013-05-06 08:21:20 +00:00
ETagCachedResource.java * separate long-term caches that have different update frequencies 2013-11-29 04:29:56 +00:00
FanartTV.java * separate long-term caches that have different update frequencies 2013-11-29 04:29:56 +00:00
FloodLimit.java * fully support ETag caching mechanism in TheMovieDB client 2013-11-20 02:53:36 +00:00
HyperLink.java * unified caching for all providers 2011-11-26 09:44:49 +00:00
ID3Lookup.java * try to grab more optional ID3 tags if available 2013-12-18 15:42:42 +00:00
IMDbClient.java * support and include TheMovieDB alternative_titles data in search and index 2014-01-23 18:18:25 +00:00
LocalSearch.java * Organize Imports 2013-09-11 17:22:00 +00:00
Movie.java * make local movie/series lookup as blazing fast as possible 2014-01-07 12:26:44 +00:00
MovieFormat.java + updated to TheMovieDB API v3 2012-07-24 17:44:54 +00:00
MovieIdentificationService.java + support Movie disk folders in movie mode 2012-02-10 16:43:09 +00:00
MoviePart.java + updated to TheMovieDB API v3 2012-07-24 17:44:54 +00:00
MultiEpisode.java * forgot about MultiEpisode type Episode objects... 2012-10-15 18:04:38 +00:00
MusicIdentificationService.java * extracted common MusicIdentificationService interface and added a dummy one that is only reading MediaInfo/ID3 2013-01-12 15:21:33 +00:00
OpenSubtitlesClient.java * support OpenSubtitles TAG lookup (i.e. filename) as part of hash lookup if actual hash lookup does not yield any results 2014-01-27 08:36:30 +00:00
OpenSubtitlesHasher.java * improve stability 2012-12-03 18:08:02 +00:00
OpenSubtitlesSubtitleDescriptor.java * fix subtitles-not-found issue caused by the limit of 500. The limit should now be 2000 and effectively not ever be an issue again 2014-01-28 09:39:22 +00:00
OpenSubtitlesXmlRpc.java * fix subtitles-not-found issue caused by the limit of 500. The limit should now be 2000 and effectively not ever be an issue again 2014-01-28 09:39:22 +00:00
SearchResult.java * defensive programming for old json data 2013-10-18 11:42:04 +00:00
SeasonOutOfBoundsException.java * less code duplication, renamed interfaces *Client to *Provider 2009-03-18 20:09:45 +00:00
SerienjunkiesClient.java * replace TheTVDB online search with local search as best as possible to improve search result ranking 2013-10-13 14:50:45 +00:00
SerienjunkiesSearchResult.java + support n-alias data files 2013-09-07 15:48:24 +00:00
SortOrder.java + Support episode SortOrder 2012-02-13 09:54:57 +00:00
SubtitleDescriptor.java + added support for fully automatic SubtitleDescriptor/File subtitle matching to CLI, i.e. match files against subtitle listings 2011-11-24 17:27:39 +00:00
SubtitleProvider.java + added support for subtitle download via video/movie hash 2009-10-21 22:39:02 +00:00
TheTVDBClient.java * less clutter in error reporting 2013-10-21 02:30:11 +00:00
TheTVDBSearchResult.java + experimental support for alias titles 2013-09-06 07:55:13 +00:00
TMDbClient.java * support and include TheMovieDB alternative_titles data in search and index 2014-01-23 18:18:25 +00:00
TVRageClient.java + store series info with each episode object and add new bindings {series} {primaryTitle} and {json} for debugging the info object 2013-07-13 10:01:33 +00:00
TVRageSearchResult.java + store series info with each episode object and add new bindings {series} {primaryTitle} and {json} for debugging the info object 2013-07-13 10:01:33 +00:00
VideoHashSubtitleService.java + Subtitle Upload Support !!! 2013-09-21 07:29:57 +00:00
WebRequest.java * account for TVDB entries being removed sometimes because of duplicates 2013-12-02 18:25:06 +00:00