1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-04 16:35:08 -05:00
filebot/source/net/sourceforge/tuned
Reinhard Pointner c217d06eeb * ground up rewrite of the maching algorithm (I lovingly call it n:m multi-pass matching)
* added SeasonEpisodeSimilarityMetric which detects similarity based on known patterns
* moved everything similarity/maching related to net.sourceforge.filebot.similarity

Refactoring:
* refactoring of all the matching-related stuff in rename panel
* remove name2file and file2name maching selection because new maching algorithm works 2-ways from the start and doesn't need that hack
* added console handler to ui logger that will log ui warnings and ui errors to console too
* some refactoring on all SimilarityMetrics
* use Interrupts in analyze tools to abort operation
* refactoring of the rename process, if something goes wrong, we will now revert all already renamed files to their original filenames
* static LINE_SEPARATOR pattern in FileTransferablePolicy
* new maching icon, removed old ones
2009-01-11 21:23:03 +00:00
..
ui * ground up rewrite of the maching algorithm (I lovingly call it n:m multi-pass matching) 2009-01-11 21:23:03 +00:00
ByteBufferInputStream.java * misc refactoring / small improvements / stuff i haven't committed for ages 2008-12-27 11:58:39 +00:00
ByteBufferOutputStream.java * misc refactoring / small improvements / stuff i haven't committed for ages 2008-12-27 11:58:39 +00:00
DefaultThreadFactory.java * add simple Timer 2008-12-30 16:43:37 +00:00
DownloadTask.java * misc refactoring / small improvements / stuff i haven't committed for ages 2008-12-27 11:58:39 +00:00
ExceptionUtil.java * made all singleton classes final 2008-10-10 19:20:37 +00:00
FileUtil.java * visual improvements to FileBotTabComponent 2008-12-31 11:54:44 +00:00
FilterIterator.java * heavy refactoring of the analyze panel 2008-12-27 11:35:53 +00:00
ListChangeSynchronizer.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
MessageBus.java * Each application instance will get its own temp folder now 2008-10-22 22:07:02 +00:00
MessageHandler.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
PreferencesList.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
PreferencesMap.java * refactored and simplified transfer api 2008-07-30 22:37:01 +00:00
TemporaryFolder.java * root temporary folder is always lower-case 2008-10-29 22:54:16 +00:00
Timer.java * visual improvements to FileBotTabComponent 2008-12-31 11:54:44 +00:00
TreeIterator.java * heavy refactoring of the analyze panel 2008-12-27 11:35:53 +00:00
XPathUtil.java Changes: 2009-01-04 18:28:28 +00:00