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

5380 Commits

Author SHA1 Message Date
Reinhard Pointner
368da08019 Refactor movie local search and optimize "no year" corner case 2018-05-28 14:48:54 +07:00
Reinhard Pointner
6d818f8ffe + Support for --file-filter option (e.g. useful on Windows where find -exec isn't possible) 2018-05-21 16:33:58 +07:00
Reinhard Pointner
b3ee9f3520 Use ADD when pasting Episode data from the clipboard to better support "manual matching" use cases (where multiple files are matched to the same episode) 2018-05-12 22:56:19 +07:00
Reinhard Pointner
0bca308f5a Disable links for Patreon goals that are unlikely to be reached 2018-05-09 02:48:43 +07:00
Reinhard Pointner
a9aa5d8ae1 Add Long.toDate() convenience method 2018-04-24 14:15:59 +07:00
Reinhard Pointner
0761faded4 Bump to 4.8.1 to publish a minor update on the app store 2018-04-21 19:34:10 +07:00
Reinhard Pointner
426730fec6 List files within /Volumes as media root (sandbox seems to give access to folder listings for that) 2018-04-21 12:32:50 +07:00
Reinhard Pointner
63fc7d80b2 List files within /Volumes as media root (sandbox seems to give access to folder listings for that) 2018-04-21 12:09:47 +07:00
Reinhard Pointner
34d779faab List files within /Volumes as media root (sandbox seems to give access to folder listings for that) 2018-04-21 11:42:38 +07:00
Reinhard Pointner
684402fe12 List files within /Volumes as media root (sandbox seems to give access to folder listings for that) 2018-04-21 11:21:50 +07:00
Reinhard Pointner
685482a5f8 Windows First 2018-04-18 11:53:28 +07:00
Reinhard Pointner
12850dd7f0 Looking for a Linux package? Please support FileBot for Linux via Patreon 2018-04-18 11:51:04 +07:00
Reinhard Pointner
853704858f Looking for a Linux package? Please support FileBot for Linux via Patreon 2018-04-18 11:24:22 +07:00
Reinhard Pointner
eb7310f095 Fix MAS review issue:
The user interface of your app is not consistent with the macOS Human Interface Guidelines. Specifically:

We found that menu items are not visible, except by right-clicking (see screenshot). See the "WYSIWYG (What You See Is What You Get)," "Give Users Alternate Ways to Accomplish Tasks," and "Designing Contextual Menus" sections of the Human Interface Guidelines.
2018-04-17 17:32:22 +07:00
Reinhard Pointner
7f09ea696c Make sure DD patterns are not over zealously stripped (e.g. "Odd Squad")
@see https://www.filebot.net/forums/viewtopic.php?f=10&t=5860
2018-04-16 20:18:56 +07:00
Reinhard Pointner
75a5cc55af Avoid directory listing of folders that can't accessible due to the sandbox anyway 2018-04-16 14:18:52 +07:00
Reinhard Pointner
75d0e86e8c Create folders if necessary on startup 2018-04-15 23:00:19 +07:00
Reinhard Pointner
8c56bfca71 --add-opens=java.base/java.time.chrono=ALL-UNNAMED 2018-04-15 22:11:13 +07:00
Reinhard Pointner
0bdffb35a2 MinVersion="10.0.14393.351" 2018-04-13 10:35:53 +07:00
Reinhard Pointner
3416788bb2 Looking for a Linux package? Please support FileBot for Linux via Patreon 2018-04-10 09:40:29 +07:00
Reinhard Pointner
68b940525f --add-opens=java.base/java.net=ALL-UNNAMED 2018-04-08 13:04:46 +08:00
Reinhard Pointner
def34ef2ca -Djna.boot.library.path="$APP_ROOT/lib" 2018-04-05 16:18:46 +08:00
Reinhard Pointner
ff3762b930 --add-opens=java.desktop/java.awt=ALL-UNNAMED 2018-04-05 15:46:47 +08:00
Reinhard Pointner
8e07de675c Unify production ready client code with unit test code 2018-04-03 16:00:59 +08:00
Reinhard Pointner
d7df37666c Test custom build for BreeR 2018-04-03 15:30:40 +08:00
Reinhard Pointner
183453e2e3 Test custom build for BreeR 2018-04-03 14:42:02 +08:00
Reinhard Pointner
da4965ecb7 Test custom build for BreeR 2018-04-03 14:31:46 +08:00
Reinhard Pointner
8788373041 Test custom build for BreeR 2018-04-03 14:10:04 +08:00
Reinhard Pointner
4927eafc72 Test -Djdk.gtk.version=3 2018-04-03 14:05:42 +08:00
Reinhard Pointner
38a3e0f4c5 Remove non-video file associations 2018-03-31 20:09:02 +08:00
Reinhard Pointner
3127e0c926 Add 160x120 final step for {vf} binding 2018-03-23 14:35:07 +08:00
Reinhard Pointner
38538d6515 jre.version: 10 2018-03-21 01:31:38 +07:00
Reinhard Pointner
abdd7c928b MEDIAINFO_VERSION="18.03" 2018-03-21 01:14:54 +07:00
Reinhard Pointner
48c7b5e701 Parse TheMovieDB vote_average field into Artwork object 2018-03-20 09:32:38 +07:00
Reinhard Pointner
ba93efa911 Always use canonical file path for application folder paths 2018-03-18 18:24:29 +07:00
Reinhard Pointner
9dc93cac2b Store user preferences to a XML file just in case system preferences subsystem (e.g. Windows Registry) has issues 2018-03-17 20:42:34 +07:00
Reinhard Pointner
3323ae1aa7 Store user preferences to a XML file just in case system preferences subsystem (e.g. Windows Registry) has issues 2018-03-17 20:40:31 +07:00
Reinhard Pointner
c67ea9e73d Store user preferences to a XML file just in case system preferences subsystem (e.g. Windows Registry) has issues 2018-03-17 20:18:03 +07:00
Reinhard Pointner
cc0c58070c Store user preferences to a XML file just in case system preferences subsystem (e.g. Windows Registry) has issues 2018-03-17 19:43:06 +07:00
Reinhard Pointner
818c2ffcb1 Upgrade to MigLayout 5.1 2018-03-17 17:50:19 +07:00
Reinhard Pointner
5c3ffa1706 Refactor common options into @{java.application.options} build variable 2018-03-16 20:53:13 +07:00
Reinhard Pointner
640db994b3 Throw exception if illegal --mode pattern was passed in 2018-03-15 09:50:54 +07:00
Reinhard Pointner
73ad2c7267 Support for custom build data 2018-03-14 11:56:56 +07:00
Reinhard Pointner
442f573a2a Support for custom build data 2018-03-14 11:56:47 +07:00
Reinhard Pointner
893f438eeb UP major release number to indicate break in backwards compatibility 2018-03-14 11:01:30 +07:00
Reinhard Pointner
1a625d532e UP major release number to indicate break in backwards compatibility 2018-03-14 00:47:39 +07:00
Reinhard Pointner
2e19ccc489 Support for custom build data 2018-03-12 16:56:19 +07:00
Reinhard Pointner
55c3b2c157 Support for custom build data 2018-03-12 16:46:14 +07:00
Reinhard Pointner
e21b673de9 Support for custom build data 2018-03-12 16:32:05 +07:00
Reinhard Pointner
10339686bc Support for custom build data 2018-03-12 16:15:21 +07:00