Reinhard Pointner
6661dc0015
* clean up and update docs
2011-11-25 19:43:24 +00:00
Reinhard Pointner
8571962e61
+ added support for fully automatic SubtitleDescriptor/File subtitle matching to CLI, i.e. match files against subtitle listings
2011-11-24 17:27:39 +00:00
Reinhard Pointner
e7d697df0a
* automatically cancel drops of internally-generated files
2011-11-22 15:21:19 +00:00
Reinhard Pointner
868578cca4
* use 3-letter language code
...
* {lang} binding for running language detection on subtitles
2011-11-21 12:24:51 +00:00
Reinhard Pointner
0f05b47109
* use NIO2 Files.move() on JRE7
2011-11-20 21:32:24 +00:00
Reinhard Pointner
0a12c1ea5a
* minor changes
2011-10-29 20:19:53 +00:00
Reinhard Pointner
4ca962f297
* allow move-rename in CLI
2011-10-10 16:21:54 +00:00
Reinhard Pointner
42940397de
* CLI: option for defining output encoding of downloaded subtitles
2011-09-14 18:13:34 +00:00
Reinhard Pointner
01ec6309cc
* ability to check/compute sfv/md5/sha1 via CLI
...
* ability to auto-detect Series/Movie in rename CLI (force Series or Movie mode by setting episode/movie db)
* CLI -non-strict setting for renameSeries
* ignore hidden files whenever listing files via FileUtilities
* misc. refactoring
2011-09-13 18:16:38 +00:00
Reinhard Pointner
af60f6b6f1
++ Command Line Interface ++ ヾ(@⌒ー⌒@)ノ
2011-09-09 14:50:01 +00:00
Reinhard Pointner
332f371636
* auto-detect encoding when list files are dropped into rename panel
2011-09-04 23:50:54 +00:00
Reinhard Pointner
b59ab7e6ee
* added lookup by filename/foldername to movie mode
...
* search order is now like this: lookup moviehash->lookup imdbid from .nfo->search by filename->search by foldername
2011-07-07 02:08:50 +00:00
Reinhard Pointner
ac774306f4
* fixed messed up file<->episode matching when matching an episode that is represented multiple files in different formats/extensions.
2011-07-04 01:14:54 +00:00
Reinhard Pointner
8364015504
* unfold/flatten folders when dropped in Rename panel and List panel
2010-10-23 03:51:19 +00:00
Reinhard Pointner
d9027b06ad
* improved clean-up of path separators in series name and episode title
2010-02-04 23:22:28 +00:00
Reinhard Pointner
94d1e91b22
* clean up path separators in episode names/titles
2010-02-03 22:51:18 +00:00
Reinhard Pointner
f61b084769
* improved support for move/rename
2009-10-29 01:22:00 +00:00
Reinhard Pointner
916f168d98
+ added support for subtitle download via video/movie hash
...
* added video/subtitle file drop target in SubtitlePanel
* added VideoHashSubtitleDownloadDialog
2009-10-21 22:39:02 +00:00
Reinhard Pointner
39dd413eec
* improved subtitle api and video hash support
2009-10-20 21:16:34 +00:00
Reinhard Pointner
3ff3a85289
+ auto-lookup verification file
...
+ allow absolute paths in verification files
* lots of refactoring
2009-08-10 11:46:24 +00:00
Reinhard Pointner
203eedb24e
* encapsulate similarity metrics used in RenamePanel properly
...
* removed some unused code
* some unit tests
2009-07-26 16:54:24 +00:00
Reinhard Pointner
e8cf2e7029
* refactoring
2009-06-30 12:57:09 +00:00
Reinhard Pointner
98ddfafe43
* subtitle file view in download component
...
* added ByteBufferTransferable and use it as superclass of TextFileTransferable
* added ListView
* lots of refactoring
2009-06-19 22:35:39 +00:00
Reinhard Pointner
18456f6864
+ subtitle list displays found subtitles and download phase
...
+ download and extract selected subtitle packages (not displayed yet though)
* SubtitleDescriptor provides download function (Callable)
* updated sublight webservice
* lazy-initialize SubtitlesAPI2Soap (Sublight) because loading all the jax-ws classes will can take more than 1s (while blocking EDT)
* better sublight subtitle display names
* added archive files to media.types
* added icons for subtitle list
* refactoring
2009-06-13 09:53:48 +00:00
Reinhard Pointner
d5a5b93b3b
* introduction of a single unified Rename- and MatchModel
...
* arbitrary formating using Object (e.g. episode information) and File (e.g. codec information) data
* background formatting (e.g. crc32) and visual indicators in cellrenderer
2009-04-26 13:34:22 +00:00
Reinhard Pointner
2a3f3c7ae8
* added format binding for file extension
2009-04-07 18:33:05 +00:00
Reinhard Pointner
64d8c3c2b4
* refactoring
...
* don't use global logger
2009-03-14 10:20:59 +00:00
Reinhard Pointner
10a7fd5b4c
* added "Edit Format" action to "Fetch Episode List" action popup in rename panel
...
* add support for episode array transferable to episode list panel and rename panel
* renamed ScriptFormat to ExpressionFormat
* misc. changes
2009-03-12 20:08:42 +00:00
Reinhard Pointner
9d7af8bd96
* dnd move: cancel background threads when calling BackgroundFileTransferablePolicy.clear()
...
* added FastFile, which minimizes fs calls by remembering the results
* use File directly (and not the holder FileEntry) in RenamePanel
2009-02-12 22:04:17 +00:00
Reinhard Pointner
7b61757fd7
* improved auto episode list matching
2009-02-03 20:36:57 +00:00
Reinhard Pointner
ac9473ff07
* automatic episode list download and matching in RenamePanel
...
* added SeriesNameMatcher
* added SeasonEpisodeMatcher
* access Preferences via new Settings class
* adapt TVDotComClient to site changes (episodes no longer ordered in reverse)
* added ActionPopup (inspired by the eclipse quickfix popup)
refactoring:
* renamed *Util classes to *Utilities
* renamed HyperlinkLabel to LinkButton as it extends JButton now
* refactored FileBotUtilities and FileUtilities
2009-01-25 00:08:57 +00:00