Reinhard Pointner
|
40b68ba6c9
|
* fixed "Can't move across drives on Windows" bug
@see http://www.filebot.net/forums/viewtopic.php?f=6&t=1326
|
2014-02-17 11:48:23 +00:00 |
Reinhard Pointner
|
3ed58bda08
|
* [Windows] allow renaming of files where just the upper/lower case is different
|
2014-01-17 14:07:38 +00:00 |
Reinhard Pointner
|
0b4730f070
|
* make sure there's no double spaces left behind after stripping illegal characters
|
2014-01-10 19:24:25 +00:00 |
Reinhard Pointner
|
1e9d0899b0
|
+ shortcut to grabbing just episode list or movie info without the files directly from rename panel (if files is empty)
|
2014-01-10 10:55:57 +00:00 |
Reinhard Pointner
|
53ad37930d
|
* update search-auto-completion
|
2014-01-10 07:31:50 +00:00 |
Reinhard Pointner
|
f466546788
|
* AutoCompleteSupport now works with the full movie/series/anime index in the back
* update movie/series/anime index files and exclude bad entries
|
2014-01-09 18:26:25 +00:00 |
Reinhard Pointner
|
9ed32437cd
|
* just in case fixy
|
2014-01-08 20:03:22 +00:00 |
Reinhard Pointner
|
4354dc2fd6
|
+ copy files with attributes
* xattr will only be set on destination files, not source files
|
2014-01-08 17:23:04 +00:00 |
Reinhard Pointner
|
68c89ef01a
|
* better account for large history files
|
2013-11-17 19:07:02 +00:00 |
Reinhard Pointner
|
5fc9a342a1
|
* make sure long/int overflow issues are resolved
|
2013-11-12 12:51:03 +00:00 |
Reinhard Pointner
|
e6ce4b63f4
|
* make sure we don't clean up relative paths ../ or ./ by mistake
|
2013-09-21 21:18:20 +00:00 |
Reinhard Pointner
|
2fa1ca6dc2
|
+ Subtitle Upload Support !!!
|
2013-09-21 07:29:57 +00:00 |
Reinhard Pointner
|
fae437f780
|
* SxE matching: take folder name into consideration as much as file name but put priority on file name
@see http://www.filebot.net/forums/viewtopic.php?f=6&t=954
|
2013-09-21 05:10:27 +00:00 |
Reinhard Pointner
|
92a9eadf1c
|
* support probing .ISO files for video disk hints to check if an .ISO file is a video disk or not
|
2013-09-17 17:32:38 +00:00 |
Reinhard Pointner
|
c227ec4bd9
|
+ support n-alias data files
|
2013-09-07 15:48:24 +00:00 |
Reinhard Pointner
|
be22317f41
|
* symlink using relative link targets if possible but default to absolute paths for cross-volume absolute symlinks if necessary
|
2013-08-15 10:51:39 +00:00 |
Reinhard Pointner
|
6d46fbf314
|
* get rid of invalid trailing spaces as well when forcing valid filenames
|
2013-05-30 20:30:38 +00:00 |
Reinhard Pointner
|
dbabcdcb7d
|
* trailing "..." in filenames are not allowed on windows so ake sure we sanitize that as well
|
2013-05-24 05:05:35 +00:00 |
Reinhard Pointner
|
b21a5d46e8
|
* improved handling of disk folders in scripting
|
2013-04-10 10:55:44 +00:00 |
Reinhard Pointner
|
da56397ce9
|
* use ALT+DELETE keybinding to only delete items from one of the stacks, rather then a line from both
|
2013-04-06 14:43:48 +00:00 |
Reinhard Pointner
|
c54c0895c3
|
* simplistic output redirection for logging purposes
|
2013-03-26 15:04:53 +00:00 |
Reinhard Pointner
|
b160272e68
|
* don't copy attributes as to avoid possible permissions issues
|
2013-03-20 02:14:39 +00:00 |
Reinhard Pointner
|
6451c5f478
|
* support raw multi-part archives (as far passing it through to 7z anyway, native lib my not work though)
|
2013-03-09 14:12:13 +00:00 |
Reinhard Pointner
|
2dd24e53a7
|
* make it look better (e.g. window shadows) by forcing heavy-weight windows
|
2013-03-02 10:36:01 +00:00 |
Reinhard Pointner
|
24f9b8d92a
|
* fine-tune generic numberic sequence matching (e.g. Bones Staffel 1 Folge 5)
|
2013-02-15 09:50:23 +00:00 |
Reinhard Pointner
|
bbf01f4799
|
* fix UnsupportedOperationException: Unsupported copy option Java 7 Files.move() issue
|
2013-02-12 08:08:48 +00:00 |
Reinhard Pointner
|
8a26af9e6a
|
* enable file override if forced by user
|
2013-02-11 04:17:56 +00:00 |
Reinhard Pointner
|
04cbcb62c2
|
* special handling for \\server UNC paths
|
2013-01-30 10:33:10 +00:00 |
Reinhard Pointner
|
f73a07a06b
|
* account for weird data
|
2012-12-06 17:47:39 +00:00 |
Reinhard Pointner
|
d3347d19d9
|
* scrape info from main movie page rather than releaseinfo
* spoof googlebot http headers to trick imdb geo-localisation
* fix imdb url encoding issues
|
2012-12-02 09:36:59 +00:00 |
Reinhard Pointner
|
022e8f660a
|
* disable annoying logging
|
2012-11-19 07:01:23 +00:00 |
Reinhard Pointner
|
1372944851
|
* try to fix Mac keyEvent issues
|
2012-10-28 03:36:36 +00:00 |
Reinhard Pointner
|
bf6cccfbbb
|
* hard-code highlight colors
|
2012-10-08 12:42:23 +00:00 |
Reinhard Pointner
|
ae6a2cb0ae
|
* make sure each filebot instance gets it's own locked ehcache dir
|
2012-07-28 10:04:52 +00:00 |
Reinhard Pointner
|
441063f257
|
* support renaming folders via scripting rename(...) call
* improved nfo/imdb lookup for disk folders
|
2012-07-26 05:50:47 +00:00 |
Reinhard Pointner
|
921554f126
|
* make sure validated filenames are trimmed just in case
|
2012-07-24 17:29:38 +00:00 |
Reinhard Pointner
|
6963eb41eb
|
* added -DuseNativeShell to jnlp
* don't create auto-create folders when not necessary
* manually set java/jna.library.path to make sure it's in the install folder
|
2012-07-20 03:38:47 +00:00 |
Reinhard Pointner
|
45594c4179
|
* use JDK7 Files.copy() if possible
|
2012-07-16 19:04:45 +00:00 |
Reinhard Pointner
|
5abb1f7abe
|
* can't test drives that don't exist for being a folder or not
|
2012-07-16 11:24:34 +00:00 |
Reinhard Pointner
|
3b3de961cd
|
* rainbow highlighting of folder structure
|
2012-07-14 19:51:46 +00:00 |
Reinhard Pointner
|
6631740d98
|
+ support all rename actions (move, copy, hardlink, ...) in GUI as well
+ include/exclude extension mode evolved to Relative Name / Absolute Path modes
|
2012-07-12 11:23:23 +00:00 |
Reinhard Pointner
|
c67b0d0d47
|
* improved handling of clutter files like samples/trailers/etc
* improved movie detection
|
2012-06-15 10:45:35 +00:00 |
Reinhard Pointner
|
36a7eb5e5a
|
* allow direct mapping of nfos to movies in the same folder as well as subfolders
|
2012-04-29 05:59:12 +00:00 |
Reinhard Pointner
|
8ed996bcd4
|
+ added support for rename --action move|copy|symlink|hardlink|test
|
2012-03-07 14:26:47 +00:00 |
Reinhard Pointner
|
0af0a2307a
|
+ added extraction tool to Analyze panel
|
2012-02-26 16:57:00 +00:00 |
Reinhard Pointner
|
12aa612bd4
|
* various little fixes / improvements
|
2012-02-24 13:39:32 +00:00 |
Reinhard Pointner
|
6ac012ad5d
|
* added copyTo() to scripting api
|
2012-02-23 05:01:06 +00:00 |
Reinhard Pointner
|
e89b7fbe5c
|
* auto-match to nfo information if nfo/movie file names match
|
2012-02-15 12:40:18 +00:00 |
Reinhard Pointner
|
38ea14d86f
|
* match Movie object for nfo files directly via nfo content
* enable caching for TMDb
|
2012-02-14 14:16:13 +00:00 |
Reinhard Pointner
|
49271e2eee
|
* more lenient derived-file detection
|
2012-02-13 02:11:01 +00:00 |