Commit Graph

22 Commits

Author SHA1 Message Date
Reinhard Pointner 404ea2714a Accept small files (useful for automated image processing) 2019-06-15 15:14:22 +07:00
Reinhard Pointner 1a6994c491 Improved debug logging 2019-02-05 15:31:44 +07:00
Reinhard Pointner 431966cbbd Cache null values properly 2019-02-05 15:10:36 +07:00
Reinhard Pointner d0c77c65fc 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
Reinhard Pointner 241931f28b Don't cache video properties forever 2019-02-05 12:56:37 +07:00
Reinhard Pointner 42d678527b Don't cache video properties forever 2019-02-05 12:44:12 +07:00
Reinhard Pointner 51072a2c40 Refactor MediaCharacteristics so we can switch between implementations easily 2019-01-28 21:08:24 +07:00
Reinhard Pointner c8e6389b77 Refactor common media characteristics (e.g. to use ffprobe instead of libmediainfo internally for various use cases, via -Dnet.filebot.media.parser=ffprobe) 2018-06-05 13:35:39 +07:00
Reinhard Pointner e8ca45789c Refactor common media characteristics (e.g. to use ffprobe instead of libmediainfo internally for various use cases) 2018-06-03 19:45:17 +07:00
Reinhard Pointner 9dd4a82e04 Refactor SubtitleMetrics 2016-08-10 03:42:32 +08:00
Reinhard Pointner 53226d0809 Refactor media info cache synchronization 2016-08-10 03:26:55 +08:00
Reinhard Pointner dc22249794 Cache xattr values so that metadata works as expected at least for the current session even if xattr is not supported by the filesystem and thus metadata can't be persisted 2016-03-27 16:56:54 +00:00
Reinhard Pointner 4d6f4032b8 Refactor 2016-03-20 20:25:59 +00:00
Reinhard Pointner aca56eac9a Refactor MediaInfo.open(File) to throw IOException on error 2016-03-11 08:16:59 +00:00
Reinhard Pointner 78c3b6917d Unify gui/console logging 2016-03-09 20:36:28 +00:00
Reinhard Pointner 8299e849aa * Format Source 2015-07-25 22:47:19 +00:00
Reinhard Pointner bc7cf8cba0 * fine-tune subtitle matching
@see https://www.filebot.net/forums/viewtopic.php?f=8&t=2869
2015-07-25 22:46:28 +00:00
Reinhard Pointner cd2ea07c15 * organize imports 2015-05-25 19:31:26 +00:00
Reinhard Pointner 87ffd27e85 * refactor & simplify 2015-05-25 15:14:00 +00:00
Reinhard Pointner ea26287b92 * take OriginalName (better) into account when matching subtitles to files 2015-05-25 10:16:30 +00:00
Reinhard Pointner fbbb99a5b9 * avoid printStackTrace in favour of logging 2015-05-25 08:37:57 +00:00
Reinhard Pointner 1c928e5592 * fine-tune subtitle auto-selection 2015-05-24 22:54:56 +00:00