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
8 years ago
Luke Pulverenti
f5ad9186ec
update boxset resolver
8 years ago
Luke Pulverenti
719ad3971e
update genre validator
8 years ago
Luke Pulverenti
845c4a0d62
update item by name validators
8 years ago
Luke Pulverenti
cc62faa1c2
update season queries
8 years ago
Luke Pulverenti
d6dc6ffe7e
update season methods
8 years ago
Luke Pulverenti
43c94884e7
update logging
8 years ago
Luke Pulverenti
fd6aa72dac
add guide optimizations
8 years ago
Luke Pulverenti
a69f8ecb3d
update logging
8 years ago
Luke Pulverenti
8a7b24000d
update season queries
8 years ago
Luke Pulverenti
184d447023
update series queries
8 years ago
Luke Pulverenti
ea62399fe8
use shared headroom
8 years ago
Luke Pulverenti
ec111eebd3
fix folder caching
8 years ago
Luke
02a4b90f65
Merge pull request #2025 from softworkz/AsyncStreamInterface
...
Async stream handling: Use interface instead of Func<Stream,Task>
8 years ago
Luke Pulverenti
1adcfaadef
refresh people on demand, when needed
8 years ago
Luke Pulverenti
325a3cc844
cache ids in UserRootFolder
8 years ago
Luke Pulverenti
89dd4f0be1
save library options on dialog close
8 years ago
Luke Pulverenti
8508e07bb9
improve genre displays
8 years ago
Luke Pulverenti
037c4e8740
improve boxset & playlist performance
8 years ago
Luke Pulverenti
6164049919
update direct stream url for improved caching
8 years ago
Luke Pulverenti
c18b8ec608
add options to library setup
8 years ago
Luke Pulverenti
68d1b60964
stub out objects for per library settings
8 years ago
Luke Pulverenti
e0e6c98e43
limit series pooling to common libraries
8 years ago
Luke Pulverenti
d9ee4f81fd
rework storage of PresentationUniqueKey
8 years ago
Luke Pulverenti
d71a468388
fix played filter for series
8 years ago
softworkz
433254c498
Async stream handling: Use interface instead of Func<Stream,Task>
...
No functional changes
8 years ago
Luke Pulverenti
894d87fabb
add file cache
8 years ago
Luke Pulverenti
c3d8115bc8
update directory service
8 years ago
Luke Pulverenti
0706bd5237
update DirectoryService
8 years ago
Luke Pulverenti
319a956b38
update validators
8 years ago
Luke Pulverenti
79887b2c34
validate encoder presence
8 years ago
Luke Pulverenti
39245133f8
remove people refresh retry
8 years ago
Luke Pulverenti
3e23d32e62
update naming project
8 years ago
Luke Pulverenti
04d480297d
reduce sync db access
8 years ago
Luke
cb994c3e7a
Merge pull request #1985 from softworkz/MediaFixes
...
Fix audio stream for channel media and some minor corrections
8 years ago
Sven Van den brande
219cba7506
Removed redundant Collection Initializers
...
Removed Using directives that are not required
8 years ago
softworkz
267ada923c
ChannelMediaInfo: Create audio stream even when there is no video
8 years ago
Luke Pulverenti
eb321dad3b
fix DateModified not refreshing
8 years ago
Luke Pulverenti
7475722ecf
switch to ExcludeArtistIds
8 years ago
Luke Pulverenti
df5cfc0c25
update more from/similar
8 years ago
Luke Pulverenti
b6979fa28a
pass along date modified
8 years ago
Luke Pulverenti
2e91d69d20
update async stream writing
8 years ago
Luke Pulverenti
de635fe22c
add faster access to series sort name
8 years ago
Luke Pulverenti
f952ac0f1f
fix season ids
8 years ago
Luke Pulverenti
3c6797678b
store chapter image date modified
8 years ago
Luke Pulverenti
1fcbd3c6da
denormalize seriesid
8 years ago
Luke Pulverenti
2772d59559
denormalize seasonid
8 years ago
Luke Pulverenti
26036837dd
denormalize series fields
8 years ago
Luke Pulverenti
0920c9b3a1
next up upgrade fixes
8 years ago
Luke Pulverenti
00634b62c5
remove standard output redirect on image extractions
8 years ago