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

4769 Commits

Author SHA1 Message Date
Reinhard Pointner
20f440288a Added ny/home and kbps/khz to website docs 2017-02-09 00:41:38 +08:00
Reinhard Pointner
2d691ab049 Added colon/slash/roman to website docs 2017-02-09 00:02:28 +08:00
Reinhard Pointner
748e42ae98 Auto-generate FileBot API docs 2017-02-08 23:32:45 +08:00
Reinhard Pointner
76c6c2469f Auto-generate FileBot API docs 2017-02-08 23:25:54 +08:00
Reinhard Pointner
1bcca0683a Auto-generate FileBot API docs 2017-02-08 23:18:27 +08:00
Reinhard Pointner
b1557c7788 Refactor MovieInfo 2017-02-08 23:17:05 +08:00
Reinhard Pointner
6b6e9d3f6b check for errors (e.g. <error>Banned</error>) 2017-02-08 13:38:10 +08:00
Reinhard Pointner
400b678160 Remove ipk package and replace with armhf deb package 2017-02-07 22:28:20 +08:00
Reinhard Pointner
acf8a061bd Remove ipk package and replace with armhf deb package 2017-02-07 21:50:37 +08:00
Reinhard Pointner
c0f7dc742e Lock the format editor to movie/episode/music/file mode depending on your selected datasource 2017-02-07 19:23:00 +08:00
Reinhard Pointner
d7a297a759 rsyntaxtextarea 2.6.1 2017-02-07 12:42:03 +08:00
Reinhard Pointner
cb0294790a brew.sh 2017-02-06 14:33:06 +08:00
Reinhard Pointner
c701a20bbf Run powershell -Command instead of cmd /c 2017-02-06 01:09:19 +08:00
Reinhard Pointner
ddf40be144 Improved behavior for -rename --q commands 2017-02-06 00:26:24 +08:00
Reinhard Pointner
2efc3c17fa Run powershell -Command instead of cmd /c 2017-02-05 16:12:31 +08:00
Reinhard Pointner
407a7074e6 Run --def exec commands via powershell -Command instead of cmd /c (in order to support '...' and simple curl calls and gain a small amount of cross-platform compatibility) 2017-02-05 16:04:10 +08:00
Reinhard Pointner
2c26d8df51 Docker images are available on Docker Hub 2017-02-05 02:57:41 +08:00
Reinhard Pointner
a49cc48de6 MEDIAINFO_VERSION="0.7.92.1" 2017-02-05 02:16:07 +08:00
Reinhard Pointner
55e211b3bd Improved behavior for -rename --q commands 2017-02-05 02:07:35 +08:00
Reinhard Pointner
97bdf1c910 Improved error messages 2017-02-04 23:21:55 +08:00
Reinhard Pointner
97174d18bd Fix NPE issues 2017-02-04 22:41:01 +08:00
Reinhard Pointner
b0a8a0bc48 {kbps} binding 2017-02-04 02:56:58 +08:00
Reinhard Pointner
ac67a9b1af plex.derive{...} most not allow / injection into the file path 2017-02-04 02:56:00 +08:00
Reinhard Pointner
cc97f05a9e ~22% chance 2017-02-04 01:55:36 +08:00
Reinhard Pointner
1c66200aa3 // don't ask again for this version regardless of user choice 2017-02-04 01:41:13 +08:00
Reinhard Pointner
d6567cf119 // sometimes lucky if many files have been processed over time 2017-02-04 01:37:30 +08:00
Reinhard Pointner
76d7364cc0 C.UTF-8 2017-02-03 03:38:38 +08:00
Reinhard Pointner
f998fa41d9 Change log levels 2017-02-02 04:44:57 +08:00
Reinhard Pointner
c55aed4c32 There are valid shows with lower-case names: e.g. "heute-show" 2017-02-02 04:28:31 +08:00
Reinhard Pointner
fc1c1226fe Include Linux native libraries for all supported platforms in the portable *.tar.xz package 2017-02-01 23:44:26 +08:00
Reinhard Pointner
f0321ef694 MEDIAINFO_VERSION="0.7.92" 2017-02-01 18:58:30 +08:00
Reinhard Pointner
f414f2519c Refactor warning messages 2017-02-01 16:17:33 +08:00
Reinhard Pointner
343f6de4db Refactor warning messages 2017-02-01 16:10:01 +08:00
Reinhard Pointner
ae8f7e0846 Refactor InvalidResponseException 2017-01-31 19:29:00 +08:00
Reinhard Pointner
df1c2ca7fd Better error message when internal function calls fail 2017-01-31 00:23:17 +08:00
Reinhard Pointner
b44df59d55 Use internal logging for --log-file instead of copying stdio/stderr to file (which doesn't work for native code or sub-process console output anyway) 2017-01-28 19:07:12 +08:00
Reinhard Pointner
3fee8bed74 Improve error logging when renaming fails due to permission issues 2017-01-28 04:27:21 +08:00
Reinhard Pointner
ee96df22f5 Use internal logging for --log-file instead of copying stdio/stderr to file (which doesn't work for native code or sub-process console output anyway) 2017-01-28 01:22:46 +08:00
Reinhard Pointner
892e0d70fb Added File.getTail()
e.g. {plex.tail}
2017-01-27 17:45:17 +08:00
Reinhard Pointner
b8884e432f Fix for less popular international shows (because we really need to know international alias names for these shows) 2017-01-26 03:29:43 +08:00
Reinhard Pointner
ec0b0038e6 Improved errror messages for when TheTVDB is down and sends back invalid xml.
e.g.
```
<?xml version="1.0" encoding="UTF-8" ?>
Could not connect: Too many connections
```
2017-01-25 21:09:51 +08:00
Reinhard Pointner
86ce5e7e8c More general grepTheTvdbId() 2017-01-25 20:14:54 +08:00
Reinhard Pointner
a9cf202540 More general grepTheTvdbId() 2017-01-25 05:22:07 +08:00
Reinhard Pointner
ca7a973cd3 %JAVA_OPTS% 2017-01-25 04:42:47 +08:00
Reinhard Pointner
a7791c653d Include {absolute} episode number in special Episode objects
@see https://www.filebot.net/forums/viewtopic.php?f=5&t=4666
2017-01-23 23:02:09 +08:00
Reinhard Pointner
52bb296ee4 Improved console output when --action test --conflict override is used (i.e. files can't be deleted in test mode which disables override behavior) 2017-01-23 04:39:48 +08:00
Reinhard Pointner
282f48158e Allow String/File/Path/etc objects to be used as file path parameter 2017-01-21 21:08:05 +08:00
Reinhard Pointner
1207e092dc Java 1.8.0_121-b13 2017-01-19 23:21:18 +08:00
rednoah
59f110aea2 Sign all *.exe launchers 2017-01-19 11:16:35 +00:00
Reinhard Pointner
e41540341c Fix Grammar
@see https://www.filebot.net/forums/viewtopic.php?f=6&p=25866#p25866
2017-01-17 22:46:03 +08:00