.. |
archive
|
Revert to -Dnet.filebot.Archive.7z=/path/to/7z to fix backwards compatibility issues
|
2018-11-19 22:26:19 +07:00 |
cli
|
Add File.getMediaCharacteristics() extension method
|
2019-01-29 00:20:39 +07:00 |
format
|
access episode list and find minimum airdate if necessary
|
2019-01-01 14:05:47 +07:00 |
hash
|
Fix "At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored" warnings
|
2017-10-16 21:41:17 +02:00 |
media
|
Fix various AutoDetection issues
|
2019-01-30 23:05:23 +07:00 |
mediainfo
|
Extended MediaCharacteristics common interface
|
2018-12-06 14:56:26 +07:00 |
platform
|
Improved support for File DnD on Linux if File URIs are not escaped correctly (i.e. contain literal [ or ] in the File URI which is not allowed as per URI spec).
|
2019-01-23 15:36:53 +07:00 |
resources
|
Experiment with user prompts
|
2018-06-15 00:55:46 +07:00 |
similarity
|
Refactor string similarity code
|
2019-01-30 23:30:59 +07:00 |
subtitle
|
Refactor MediaCharacteristics so we can switch between implementations easily
|
2019-01-28 21:08:24 +07:00 |
torrent
|
Fix Java 9 @Deprecated warnings
|
2017-10-16 21:09:25 +02:00 |
ui
|
Improved support for File DnD on Linux if File URIs are not escaped correctly (i.e. contain literal [ or ] in the File URI which is not allowed as per URI spec).
|
2019-01-23 15:36:53 +07:00 |
util
|
Set .xattr folder hidden on Windows
|
2018-12-31 13:09:45 +07:00 |
vfs
|
Refactor Enum.forName error messages
|
2017-02-17 22:02:20 +08:00 |
web
|
Refactor string similarity code
|
2019-01-30 23:30:59 +07:00 |
ApplicationFolder.java
|
Avoid directory listing of folders that can't accessible due to the sandbox anyway
|
2018-04-16 14:18:52 +07:00 |
Cache.java
|
Fix "At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored" warnings
|
2017-10-16 21:41:17 +02:00 |
CachedResource.java
|
Make sure to debug log network errors
|
2017-02-12 21:54:00 +08:00 |
CacheManager.java
|
Compatibility fix
|
2016-11-26 01:37:09 +08:00 |
CacheType.java
|
Make sure that xattr are cached long enough (even for long amc script runs)
|
2016-05-17 00:43:40 +08:00 |
History.java
|
Use Objects.hash()
|
2016-10-31 05:03:39 +08:00 |
HistorySpooler.java
|
Added GroovyRenameAction and ProcessRenameAction
|
2017-04-05 16:15:34 +08:00 |
InvalidResponseException.java
|
Refactor InvalidResponseException
|
2017-01-31 19:29:00 +08:00 |
Language.java
|
Fix misleading exception
|
2017-05-26 11:48:50 +08:00 |
Language.properties
|
Correctly recognize "Brazilian" language name when looking up language suffix for subtitles
|
2017-07-06 22:19:17 +08:00 |
License.java
|
Refactor license key import handling
|
2018-12-05 19:24:18 +07:00 |
license.key
|
Experiment with PGP signed messages
|
2018-06-09 08:04:26 +07:00 |
LicenseError.java
|
Experiment with PGP signed messages
|
2018-06-10 01:15:23 +07:00 |
LicenseModel.java
|
Simplify error messages
|
2018-08-17 11:40:36 +07:00 |
Logging.java
|
Support for adding timestamps to logging output via -Dnet.filebot.logging.time=true
|
2019-01-16 18:51:11 +07:00 |
Main.java
|
MAS does not support or allow command-line applications and may run executables with strange arguments for no apparent reason (e.g. filebot.launcher -psn_0_774333) so we ignore arguments completely in this case
|
2018-12-17 16:43:02 +07:00 |
MediaTypes.java
|
Experiment with PGP signed messages
|
2018-06-14 17:11:00 +07:00 |
MediaTypes.properties
|
Experiment with PGP signed messages
|
2018-06-14 17:11:00 +07:00 |
MetaAttributeView.java
|
Refactor and modularize xattr read/write access
|
2018-12-27 18:51:24 +07:00 |
NativeRenameAction.java
|
Refactor NativeRenameAction
|
2017-11-27 17:16:13 +01:00 |
RenameAction.java
|
--mode interactive -> basic selection and confirmation dialogs for the CLI
|
2016-11-25 07:09:35 +08:00 |
Resource.java
|
Experiment with PGP signed messages
|
2018-06-10 01:43:28 +07:00 |
ResourceManager.java
|
Improve icon scaling for 1.25x / 1.5x / 1.75x scale factors
|
2018-07-11 20:30:40 +07:00 |
Settings.java
|
Refactor license key import handling
|
2018-12-05 19:24:18 +07:00 |
Settings.properties
|
Update platform defaults
|
2018-07-01 23:36:32 +07:00 |
StandardRenameAction.java
|
Support CoW clones on both macOS (with APFS) and Linux (with BTRFS) and enable those actions in the GUI
|
2017-11-27 18:18:37 +01:00 |
UserFiles.java
|
Make sure to avoid java.awt.HeadlessException if Desktop.moveToTrash() is called on headless Linux devices (possible issue breaking -revert on some Linux devices)
|
2018-09-20 20:39:53 +07:00 |
WebServices.java
|
Optimize TMDB local index search
|
2019-01-29 19:04:06 +07:00 |