Reinhard Pointner
2fa1ca6dc2
+ Subtitle Upload Support !!!
2013-09-21 07:29:57 +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
1372944851
* try to fix Mac keyEvent issues
2012-10-28 03:36:36 +00:00
Reinhard Pointner
3b3de961cd
* rainbow highlighting of folder structure
2012-07-14 19:51:46 +00:00
Reinhard Pointner
373b0c2662
* allow manual input if no subtitles have been found via auto-matching
...
* allow multi-value input in input dialog
* make sure background workers get cancelled / terminated as expected
2011-11-28 10:24:46 +00:00
Reinhard Pointner
d125c4dd1a
+ efficient support for mass-renaming of lots of files in lots of folders
2011-11-26 09:50:31 +00:00
Reinhard Pointner
379f0a9cc1
* support manual input of movie/series title (as fallback if auto-detection fails or if forced via SHIFT-clicking the data source)
...
* fixed movie mode issues (osdb title/year parsing problem, nfo file imdbid parser problem)
2011-08-22 03:43:22 +00:00
Reinhard Pointner
d1b111765e
* improved handling of multi-part movies
...
* added OpenSubtitles as movie name source
2010-01-26 19:08:09 +00:00
Reinhard Pointner
b7c1086c4d
* added some slight auto-completion to editor in EpisodeFormatDialog
...
* make all Settings-related members static final
2009-08-03 23:51:31 +00:00
Reinhard Pointner
3b147b325f
* added media info button in EpisodeBindingDialog
...
* improved dialog positioning
* minor bugfixes
* refactoring
2009-08-02 11:48:45 +00:00
Reinhard Pointner
c81cd50fc9
* open series selection dialogs one after another
2009-07-15 09:22:40 +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
115c617a0c
* refactoring
2009-05-17 15:09:09 +00:00
Reinhard Pointner
9aad7deae2
+ added replaceTrailingBraces() to ExpressionFormat context
...
+ added Undo/Redo support in EpisodeListDialog
* refactoring
2009-05-16 11:58:28 +00:00
Reinhard Pointner
7e6f485882
* improved episode format and format creation dialog
...
* differentiate between format errors and format warnings
2009-04-04 19:36:12 +00:00
Reinhard Pointner
64d8c3c2b4
* refactoring
...
* don't use global logger
2009-03-14 10:20:59 +00:00
Reinhard Pointner
53c769321e
* more visual feed back for checksum errors and warnings
2009-02-15 17:58:32 +00:00
Reinhard Pointner
87e8d830ce
* full support for multiple checksum types (SFV, MD5, SHA-1)
...
notes:
* updated to MigLayout 3.6.3
* better exception handling in *TransferablePolicy
* added checksum toggle button and artwork
* poperly cancel computation tasks on reset
* better "Total Progress" visibility behaviour
* improved checksum table model classes, better update/repaint behaviour
2009-02-15 12:20:43 +00:00
Reinhard Pointner
5733cfbcdc
* move SFV transferable policy, export handler and computation service from table class to higher-level panel class
2009-02-11 18:42:29 +00:00
Reinhard Pointner
5674173417
* major refactoring of Checksum* Classes (TableModel, ComputationTask, ComputationService)
...
* SfvTransferablePolicy create one dedicated ComputationTask executor for each drop
* ComputationTask always computes CRC32, MD5 and SHA-1
* changed TextFileExportHandler to use Formatter instead of PrintWriter
* renamed *Util to *Utilities
* update to GlazedLists 1.8
2009-02-09 20:56:20 +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