Commit Graph

3465 Commits

Author SHA1 Message Date
Reinhard Pointner c78f647b8a Fix NPE 2017-05-22 23:10:33 +08:00
Reinhard Pointner c629fa7c0b Fix test case 2017-05-22 21:33:59 +08:00
Reinhard Pointner 8a0216c6cc Resolve common-case regression issue 2017-05-22 21:03:40 +08:00
Reinhard Pointner 63834d31d7 Add support for OMDb API key 2017-05-22 20:44:50 +08:00
Reinhard Pointner c22d91c4d9 Avoid warnings when just fetching movie entries 2017-05-22 20:43:24 +08:00
Reinhard Pointner 3d8360998f Rollback website to latest stable release 4.7.9 2017-05-22 20:09:19 +08:00
Reinhard Pointner 79d0181a08 REVERT: Disable experimental TheTVDBv2 client for stable release
(fingers crossed)
2017-05-19 03:18:24 +08:00
Reinhard Pointner 00f6cb2e12 Disable experimental TheTVDBv2 client for stable release 2017-05-19 03:14:00 +08:00
Reinhard Pointner b209a58db1 + 4.7.10 2017-05-19 03:11:29 +08:00
Reinhard Pointner e71eeec842 Reduce -exec failures to warning messages 2017-05-18 21:28:05 +08:00
Reinhard Pointner dc91e4e12e Fix {group} binding for cases such as GROUP[SITE] 2017-05-15 05:16:55 +08:00
Reinhard Pointner 4c7da27614 Fix {group} binding for cases such as GROUP[SITE] 2017-05-15 05:12:54 +08:00
Reinhard Pointner de98fab2ed Fix for Brazilian Portuguese language preferences when using OpenSubtitles
@see https://www.filebot.net/forums/viewtopic.php?f=8&t=4992
2017-04-23 10:03:11 +08:00
Reinhard Pointner e312e23680 Make sure that FormatDialog never throws an exception during initialization
* https://www.filebot.net/forums/viewtopic.php?f=10&t=4976
2017-04-22 22:33:38 +08:00
Reinhard Pointner aff5407a1a Fix for Brazilian Portuguese language preferences when using OpenSubtitles
@see https://www.filebot.net/forums/viewtopic.php?f=8&t=4992
2017-04-22 21:55:27 +08:00
Reinhard Pointner 91b0074e70 Extended the horizon from 3 levels to 4 levels 2017-04-21 21:14:16 +08:00
Reinhard Pointner 37b0d02b06 Fix clutter false positive issues with trailer.park.boys 2017-04-21 02:18:27 +08:00
Reinhard Pointner ca5da7989e Fix clutter false positive issues with trailer.park.boys 2017-04-21 02:14:43 +08:00
Reinhard Pointner c42564449f Improve `filebot -help` message 2017-04-21 00:49:04 +08:00
Reinhard Pointner 7490567757 // print media info or execute commands based on media info 2017-04-20 00:31:29 +08:00
Reinhard Pointner 8f4ec6511f Support filebot -mediainfo -exec (similar to find -exec) 2017-04-18 17:15:59 +08:00
Reinhard Pointner aa10510e87 Added `-exec` option that works similar to `find -exec` and the `--def exec` option.
e.g.
```
filebot -rename $OPTS -exec echo {f}
filebot -rename $OPTS -exec echo {f} +
```
2017-04-18 15:25:34 +08:00
Reinhard Pointner 789c472876 Apply old language code fixes to new API 2017-04-17 14:29:46 +08:00
Reinhard Pointner b30e17f442 Improved error messages 2017-04-16 00:43:25 +08:00
Reinhard Pointner 6b4e5bfbe0 equalsFileContent 2017-04-16 00:40:58 +08:00
Reinhard Pointner a442f32ae3 sha256 2017-04-16 00:40:40 +08:00
Reinhard Pointner e649147740 Add {ny} to the binding examples 2017-04-15 10:41:54 +08:00
Reinhard Pointner c580c95c73 [WARNING] {sdhd} is deprecated and will be removed in the next release. Use {hd} instead. 2017-04-12 00:42:23 +08:00
Reinhard Pointner c8d98d2089 Fix Fix 2017-04-11 17:48:02 +08:00
Reinhard Pointner 66ca2d08bf Authorization: Bearer <yourjwttoken>. Currently, the token expires after 24 hours. You can GET the /refresh_token route to extend that expiration date. 2017-04-11 17:40:32 +08:00
Reinhard Pointner 37de6c9a15 Enable TheTVDBv2 by default and implement the necessary workarounds to make it behave the same was as the old XML API (i.e. default to English) 2017-04-11 17:06:41 +08:00
Reinhard Pointner 15ab77d00f // ask for reviews at most every once in a while 2017-04-09 19:20:20 +08:00
Reinhard Pointner d14912fa27 Added {mbps} binding 2017-04-09 19:03:44 +08:00
Reinhard Pointner 8649f506a4 Make sure that BigDecimal.round() works out of the box without having to convert to double first 2017-04-09 16:01:45 +08:00
Reinhard Pointner c357007510 Fix potential crash on startup when loading JNA 2017-04-09 15:39:16 +08:00
Reinhard Pointner b17e71dc38 Make sure that CD1/2 detection always works regardless of media folder structure by relying exclusively on MediaInfo characteristics instead of (guessed) media folder
@see https://www.filebot.net/forums/viewtopic.php?f=4&t=4845
2017-04-09 12:28:00 +08:00
Reinhard Pointner 463d740e49 Hide e00 binding in the examples 2017-04-08 00:39:58 +08:00
Reinhard Pointner 9b31ebfab8 ExecutableRenameAction: relativize destination path (i.e. to make scp/sftp calls easier) 2017-04-07 00:20:57 +08:00
Reinhard Pointner 020f045fc1 ExecutableRenameAction => throw Exception on error 2017-04-06 02:08:13 +08:00
Reinhard Pointner d442a8de8b ProcessRenameAction => ExecutableRenameAction 2017-04-06 01:45:18 +08:00
Reinhard Pointner 42fa6bf0df Added GroovyRenameAction and ProcessRenameAction 2017-04-05 17:05:20 +08:00
Reinhard Pointner 38e57db3ef Added GroovyRenameAction and ProcessRenameAction 2017-04-05 16:57:58 +08:00
Reinhard Pointner 1f47b7db54 From => from 2017-04-05 16:42:37 +08:00
Reinhard Pointner 54cec6f9f8 Added GroovyRenameAction and ProcessRenameAction 2017-04-05 16:15:34 +08:00
Reinhard Pointner 47f7ea45a2 Refactor NamingStandard 2017-04-02 15:56:19 +08:00
Reinhard Pointner f826d42449 [WARNING] {sdhd} is deprecated and will be removed in the next release. Use {hd} instead. 2017-04-02 05:35:26 +08:00
Reinhard Pointner cc4f00d17c Optimize Getting Started dialog for Windows 2017-04-02 03:45:02 +08:00
Reinhard Pointner 2ded72ad68 Optimize Getting Started dialog for Windows 2017-04-02 03:16:17 +08:00
Reinhard Pointner 972c698380 FileSystemException:/path/to/file: Unable to get size of extended attribute 'net.filebot.metadata': No data available 2017-04-02 02:29:15 +08:00
Reinhard Pointner 761a700db0 Simplify logging output 2017-04-02 01:59:30 +08:00