Commit graph

7 commits

Author SHA1 Message Date
softworkz 751febc1de Auto-Organize: Async operation and instant feedback UI (reworked)
This commit includes changes to enable and stabilize asyncronous
operation in the auto-organize area. Here are the key points:

- The auto-organize correction dialog is now closed (almost) instantly.
This means that the user does not have to wait until the file copy/move
operation is completed in order to continue. (even with local HDs the
copy/move process can take several minutes or even much longer with
network destination).
- This commit also implements locking of files to be organized in order
to prevent parallel processing of the same item. In effect, there can be
2 or more manual organization operations active even while the normal
auto-organization task is running without causing any problems
- The items that are currently being processed are indicated as such in
the log with an orange color and a spinner graphic
- The client display is refreshed through websocket messages
- A side effect of this is that other clients showing the auto-organize
log at the same time are always up-to-date as well
2016-08-20 01:03:30 +02:00
Luke Pulverenti bb031f553b fix portable and 3.5 project references 2014-05-08 16:26:20 -04:00
Luke Pulverenti 411ce21751 fix resolution in photo provider 2014-02-19 11:24:06 -05:00
Luke Pulverenti 8e7b97db52 fixes #687 - Enable/disable live tv per user 2014-01-23 16:09:00 -05:00
Luke Pulverenti a29e1eb036 #680 - begin resolution feature 2014-01-21 11:24:12 -05:00
Luke Pulverenti 1235283279 #680 - added auto organize page 2014-01-21 01:10:58 -05:00
Luke Pulverenti c798529cac #680 - Support new episode file sorting 2014-01-20 11:09:53 -05:00
Renamed from MediaBrowser.Model/FileSorting/FileSortingResult.cs (Browse further)