1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
Commit Graph

1929 Commits

Author SHA1 Message Date
Reinhard Pointner
b8bd51174a * update docs 2014-12-21 16:41:33 +00:00
Reinhard Pointner
3bf5af8412 * actually, 4.5.* should be fine since it's mainly implementation changes rather than interface changes 2014-12-20 19:05:49 +00:00
Reinhard Pointner
64bd11b6b0 * bump new major revision due to metadata (i.e. seriesInfo field) and format changes (i.e. how {info} works) 2014-12-20 18:50:16 +00:00
Reinhard Pointner
eaa0b9a5bb * support {genres} for AniDB seriesInfo 2014-12-20 18:46:54 +00:00
Reinhard Pointner
c1b7f92af1 * more logging for the noobs 2014-12-17 02:32:06 +00:00
Reinhard Pointner
400e5f5dcb * allow TSV and CSV formats 2014-12-17 02:19:29 +00:00
Reinhard Pointner
98577cff6b * do not continue with bootstrap if ehcache location could not be created and locked 2014-12-12 18:24:38 +00:00
Reinhard Pointner
2d4ef1602c * added support for processing *.ac3 and *.dts audio stream files along with the video files
@see https://www.filebot.net/forums/viewtopic.php?f=8&t=2257
2014-12-12 05:34:45 +00:00
Reinhard Pointner
e0491a2cbc * suggest folder-to-unlock after each drop 2014-12-11 19:38:08 +00:00
Reinhard Pointner
a28ddede8b * fine-tune DropToUnlock behaviour to better deal with app sandboxing 2014-12-11 18:53:28 +00:00
Reinhard Pointner
573f9ea89b * use only exact "by ID" lookups for {omdb} binding 2014-12-10 20:19:38 +00:00
Reinhard Pointner
4022251746 + major rewrite of episode metadata / SeriesInfo 2014-12-10 18:53:58 +00:00
Reinhard Pointner
9a275b8f99 * rewrite extended metadata lookup logic 2014-12-09 09:58:33 +00:00
Reinhard Pointner
69854e02b4 * fix potential NPE (for movies with missing release_data info) 2014-12-05 09:57:50 +00:00
Reinhard Pointner
3fa3128f65 * update stable scripts only once per month (for stability and security reasons) 2014-12-03 12:09:47 +00:00
Reinhard Pointner
63e0c21561 * allow more kinds of language codes 2014-12-03 08:45:33 +00:00
Reinhard Pointner
3b3d4a40fd * allow more than 4 alias titles (e.g. in all languages) and see what happens 2014-11-28 19:26:57 +00:00
Reinhard Pointner
6bde5bdac1 * improved help 2014-11-23 16:30:38 +00:00
Reinhard Pointner
5c1f56d685 * simplify FormatDialog warning messages 2014-11-18 17:14:18 +00:00
Reinhard Pointner
229ad65aab * show version number in window title for non-installed / portable profiles 2014-11-17 08:54:40 +00:00
Reinhard Pointner
f1685b50e3 * use positive code to avoid issues with launch4j launcher 2014-11-15 20:18:08 +00:00
Reinhard Pointner
54da732674 * allow cancellation of all background tasks via clicking [X] on the window 2014-11-14 14:30:38 +00:00
Reinhard Pointner
90762fe30f + push 4.5.3 B1 2014-11-14 05:51:23 +00:00
Reinhard Pointner
8ba347f4f7 * ignore failed xattr read 2014-11-12 17:39:57 +00:00
Reinhard Pointner
dc9f6f5d12 * more info 2014-11-12 10:51:35 +00:00
Reinhard Pointner
797e6dbee6 * more info in anidb error log 2014-11-12 10:03:16 +00:00
Reinhard Pointner
35d2f44153 * try CRC32 xattr (as stored by verify script) 2014-11-12 09:56:26 +00:00
Reinhard Pointner
6ec18f757c * consider ".en.forced.srt" style subtitle naming 2014-11-11 18:26:17 +00:00
Reinhard Pointner
cc034003cb * don't use opensubtitles language detection to reduce server load / abuse 2014-11-11 17:35:53 +00:00
Reinhard Pointner
25bf8e1092 * force file order 2014-11-11 08:51:20 +00:00
Reinhard Pointner
3a06c4f7ef * optimize subtitle lookup 2014-11-11 07:51:56 +00:00
Reinhard Pointner
3ddbc28500 * optimize subtitle lookup 2014-11-11 06:34:29 +00:00
Reinhard Pointner
6842d4c1c3 * optimize subtitle lookup 2014-11-11 05:37:23 +00:00
Reinhard Pointner
0ebf4b0a45 * optimize subtitle lookup 2014-11-11 04:55:22 +00:00
Reinhard Pointner
a8b28ac8cd * fine-tune file chooser behaviour 2014-11-10 20:39:27 +00:00
Reinhard Pointner
1c6fdc1a16 * set swing.crossplatformlaf property to Nimbus laf for all platforms 2014-11-10 20:29:45 +00:00
Reinhard Pointner
580b976f6d + remove analytics 2014-11-10 08:18:32 +00:00
Reinhard Pointner
f955b8fd1c * make sure OpenSubtitles language detection is cached 2014-11-09 18:09:34 +00:00
Reinhard Pointner
3afc7a7ff5 * more strict AniDB flood limits (2 requests per 5 second window) 2014-11-09 15:30:00 +00:00
Reinhard Pointner
2cbb8e15ad * fine-tune query-blacklist 2014-11-09 07:41:18 +00:00
Reinhard Pointner
e5b2591da1 // allow override via Java System properties 2014-11-09 07:40:01 +00:00
Reinhard Pointner
3e790b1cc2 * display OpenSubtitles download quota on login 2014-11-08 11:17:00 +00:00
Reinhard Pointner
77915ca7af [mas] do not load files if user clicks "Cancel" (NSOpenDialog) 2014-11-08 09:48:16 +00:00
Reinhard Pointner
f1ddcb3e7e * fix FileChooser issues
@see https://www.filebot.net/forums/viewtopic.php?f=6&t=2165&p=12432#p12432
2014-11-07 16:43:19 +00:00
Reinhard Pointner
2676762686 * fix FileChooser issues
@see https://www.filebot.net/forums/viewtopic.php?f=6&t=2165&p=12432#p12432
2014-11-07 16:05:56 +00:00
Reinhard Pointner
8f5bf9f49f * directly use NSOpenPanel for via Objective-C bridge for FILES_AND_DIRECTORIES mode 2014-11-07 13:27:22 +00:00
Reinhard Pointner
98e3df40a1 * directly use NSOpenPanel for via Objective-C bridge for FILES_AND_DIRECTORIES mode 2014-11-07 13:26:54 +00:00
Reinhard Pointner
4a590cc1b0 * remove Java 6 compatibility hacks 2014-11-07 04:54:21 +00:00
Reinhard Pointner
9b32de1e09 * layout fixes 2014-11-06 15:22:44 +00:00
Reinhard Pointner
80e76ed541 * optimize executors 2014-11-06 13:52:16 +00:00