Commit Graph

34 Commits

Author SHA1 Message Date
Reinhard Pointner e95078668e Experiment with new CachedResource framework 2016-03-08 12:59:24 +00:00
Reinhard Pointner f498d5c38e Clean up 2016-02-25 12:16:18 +00:00
Reinhard Pointner 9e87c59b68 Prefer Locale.ENGLISH when it makes sense 2016-02-10 14:31:53 +00:00
Reinhard Pointner b20259e508 Update {s3d} pattern 2016-01-29 16:06:28 +00:00
Reinhard Pointner 6d124bb690 Cache heavily used Pattern/FileFilter objects 2016-01-28 16:18:01 +00:00
Reinhard Pointner 24a1e49e33 * added {s3d} binding for matching filename flags like 3D.SBS 2015-11-30 08:51:42 +00:00
Reinhard Pointner 85421ecbd9 * support name_eng.srt pattern for {lang} binding 2015-08-04 23:40:39 +00:00
Reinhard Pointner aa5d5c901c * String.join works slightly different than our own join() method, so to avoid any hidden issues keep using our own as before 2015-05-25 10:37:42 +00:00
Reinhard Pointner c68c5adb3a * include movie alias titles in osdb index 2015-05-24 22:54:59 +00:00
Reinhard Pointner af8e8c185a * make sure longest OR expressions is captured 2015-05-20 07:35:45 +00:00
Reinhard Pointner e55526c3ac * implement guessMovie feature 2015-05-11 13:57:04 +00:00
Reinhard Pointner 97c9643871 * refactor 2015-05-11 11:42:59 +00:00
Reinhard Pointner 0e978412df + use OpenSubtitles dump for OpenSubtitles local search 2015-05-11 09:13:35 +00:00
Reinhard Pointner 30311def8b * Fix corner-case that leads to mismatch if DB says a movie (in name yyyy format) doesn't exist while at the same time there is an RG of the same name 2015-04-28 15:23:01 +00:00
Reinhard Pointner 2b4204e76f * keyword blacklisting in MediaBindingBean should take care of group mismatches. No need to do that in the group regex (which checks for moviename yyyy pattern). 2015-04-28 15:06:47 +00:00
Reinhard Pointner 63e0c21561 * allow more kinds of language codes 2014-12-03 08:45:33 +00:00
Reinhard Pointner 6ec18f757c * consider ".en.forced.srt" style subtitle naming 2014-11-11 18:26:17 +00:00
Reinhard Pointner e5b2591da1 // allow override via Java System properties 2014-11-09 07:40:01 +00:00
Reinhard Pointner a80c8ac661 * fix NPE 2014-10-21 10:26:42 +00:00
Reinhard Pointner a8568f7bcd * movie index is >1MB so only update that once a month 2014-09-15 17:13:49 +00:00
Reinhard Pointner a9d66da51c * remove debug output 2014-08-13 15:54:22 +00:00
Reinhard Pointner e0bb32cbd0 * refactoring 2014-08-10 14:47:47 +00:00
Reinhard Pointner 5647aa962e * add additional user roots if user.home is not set properly 2014-08-10 10:07:58 +00:00
Reinhard Pointner 773f34d9ea * misc changes 2014-08-08 17:03:18 +00:00
Reinhard Pointner 90951f7989 * avoid potentially NULL-listFiles() calls 2014-07-28 10:00:27 +00:00
Reinhard Pointner 03f55b8fbe * check for index updates more often 2014-07-24 13:48:27 +00:00
Reinhard Pointner 2a4af5a995 * Organize Imports 2014-07-24 11:31:24 +00:00
Reinhard Pointner e0279e8d05 * update video tags 2014-07-14 11:19:41 +00:00
Reinhard Pointner 06a342cdef + new bindings {tags} 2014-06-29 11:04:04 +00:00
Reinhard Pointner b87f8fd1e4 * account for all the ISO 639-2/B language codes 2014-06-11 15:03:58 +00:00
Reinhard Pointner 13ee0baac7 * added missing language code "ger" 2014-05-09 20:27:18 +00:00
Reinhard Pointner 24dbeda555 * replace UNICODE_CASE with UNICODE_CLASS which implies UNICODE_CASE and more 2014-04-28 03:57:35 +00:00
Reinhard Pointner 6fc7141fdb * fix package and import declarations 2014-04-19 06:30:29 +00:00
Reinhard Pointner 165e65c104 * move folder net.sourceforge.filebot to net.filebot 2014-04-19 06:06:45 +00:00