1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/source/net/filebot/media
2019-04-02 01:04:58 +07:00
..
AutoDetection.java Avoid false positives 2019-03-15 15:17:15 +07:00
FFProbe.java Fix sysinfo output 2019-03-17 16:28:02 +07:00
HighPerformanceMatcher.java Refactor HighPerformanceMatcher into separate class files 2016-09-08 16:40:08 +08:00
ImageMetadata.java Use -Dcloud.google.geocode=apikey for custom Google Cloud API key 2019-02-26 12:18:53 +07:00
IndexEntry.java Refactor HighPerformanceMatcher into separate class files 2016-09-08 16:40:08 +08:00
LocalDatasource.java Read and cache EXIF metadata only once while preserving File-mode backwards-compatibility 2018-08-04 22:40:13 +07:00
MediaCharacteristics.java Add MediaCharacteristics.getSubtitleLanguage() 2019-03-17 12:39:14 +07:00
MediaCharacteristicsParser.java Fix backwards compatibility 2019-02-01 16:42:07 +07:00
MediaDetection.java Refactor EpisodeMetrics / SubtitleMetrics to make sure nothing is static so that GC can do it's job (i.e. fix memory leaks) 2019-02-05 14:45:57 +07:00
MediaDurationFilter.java Refactor MediaCharacteristics so we can switch between implementations easily 2019-01-28 21:08:24 +07:00
MetaAttributes.java Fix NPE 2017-05-25 11:08:40 +08:00
NamingStandard.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
PlainFileMatcher.java Refactor local datasources (exif, xattr, file) 2018-08-03 19:22:42 +07:00
ReleaseInfo.java Fix regex look-ahead / look-behind issues (esp. to fix 01v2 numeric matching issues) 2019-01-31 20:46:02 +07:00
ReleaseInfo.properties REVERT @see https://www.filebot.net/forums/viewtopic.php?p=43064#p43064 2019-04-02 01:04:58 +07:00
SmartSeasonEpisodeMatcher.java Make sure that '-1080' is on the exclude list 2016-03-12 18:09:28 +00:00
VideoFormat.java Make sure that 748x574 resolution resolves to 576p 2017-08-03 12:01:36 +08:00
VideoFormat.properties Additional step for 1080p for oddly wide 1080p content 2018-06-16 23:40:40 +07:00
VideoQuality.java Factor in video resolution as well as bitrate 2019-03-15 13:35:14 +07:00
XattrChecksum.java Use Caffeine for in-memory caching 2019-02-07 13:27:04 +07:00
XattrMetaInfo.java Use Caffeine for in-memory caching 2019-02-07 13:27:04 +07:00