Luke Pulverenti
b2e32e64ae
update translations
2016-08-25 13:48:16 -04:00
Luke Pulverenti
78e0e0674b
remove unused strings
2016-08-25 13:32:46 -04:00
Luke Pulverenti
c91d483075
reduce use of paper-checkbox
2016-08-25 13:06:30 -04:00
Luke Pulverenti
18966acf72
fix notifications query
2016-08-25 12:55:57 -04:00
Luke Pulverenti
bdefc042ed
update translations
2016-08-25 12:51:48 -04:00
Luke Pulverenti
93a33e428a
reduce use of jqmlistview
2016-08-25 01:41:44 -04:00
Luke Pulverenti
06f03fdbf3
fix yesterday labels
2016-08-25 00:53:12 -04:00
Luke Pulverenti
870c5e2f2d
fix dynamic images for osx
2016-08-24 23:44:59 -04:00
Luke Pulverenti
48029f4dc7
fix folders view
2016-08-24 23:07:31 -04:00
Luke Pulverenti
663564f766
update cards
2016-08-24 22:54:21 -04:00
Luke Pulverenti
1b57622dd0
resolve 128k limit
2016-08-24 17:06:04 -04:00
Luke Pulverenti
9e62e292f6
support realtime monitor per library
2016-08-24 16:46:26 -04:00
Luke Pulverenti
ee908c0726
update vaapi defaults
2016-08-24 16:14:35 -04:00
Luke Pulverenti
cbca3a20ae
reduce rescanning due to IsOffline
2016-08-24 02:13:15 -04:00
Luke Pulverenti
521b20f86a
update sync
2016-08-23 13:33:21 -04:00
Luke Pulverenti
6ab4b313a1
update shared components
2016-08-23 13:07:50 -04:00
Luke Pulverenti
0ad08c389c
update translations
2016-08-23 13:07:25 -04:00
Luke Pulverenti
b353a202fb
add vaapi support
2016-08-23 12:31:16 -04:00
Luke Pulverenti
8f4e896b5d
fixes #1535 - More options for transcoding music
2016-08-23 12:02:14 -04:00
Luke Pulverenti
af66ee9dcb
update sync
2016-08-23 02:48:59 -04:00
Luke Pulverenti
dd0540c6b9
update sync
2016-08-23 02:42:15 -04:00
Luke Pulverenti
0a7858143c
update sync settings
2016-08-23 01:08:07 -04:00
Luke Pulverenti
8ba393c549
update now playing bar
2016-08-22 16:47:16 -04:00
Luke Pulverenti
7dbc6ede62
update translations
2016-08-22 16:08:34 -04:00
Luke Pulverenti
21c4195e57
update translations
2016-08-22 16:08:11 -04:00
Luke Pulverenti
c043164de5
start a dashboard folder
2016-08-22 14:28:24 -04:00
Luke Pulverenti
bcd2bd0f52
update components
2016-08-21 15:20:34 -04:00
Luke Pulverenti
0ffbd3d563
remove paper inputs
2016-08-21 15:18:58 -04:00
Luke Pulverenti
4a296d5125
remove more paper inputs
2016-08-21 14:40:38 -04:00
Luke Pulverenti
7af088def3
remove some paper inputs
2016-08-21 14:33:17 -04:00
Luke Pulverenti
faf5fe7af6
remove paper-progress
2016-08-21 13:58:33 -04:00
Luke Pulverenti
4848adf508
remove paper-textarea
2016-08-21 13:38:10 -04:00
Luke Pulverenti
d8c4154947
use unified theme media player
2016-08-21 02:59:36 -04:00
softworkz
50f9d7d4fe
AutoOrganize: Migrate paper controls to emby controls
2016-08-21 04:25:45 +02:00
softworkz
7896d3df4c
Fix unclosed div and reformat
2016-08-21 04:25:45 +02:00
softworkz
cbc8ff2aed
Remove jquery from autoorganize scripts
2016-08-21 00:00:27 +02:00
Luke Pulverenti
b7eaf270a1
reduce direct dom access
2016-08-20 17:58:28 -04:00
Luke Pulverenti
f53cb1ca8a
reduce use of jqmlistview
2016-08-20 15:58:57 -04:00
Luke Pulverenti
bfc4f255ed
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
2016-08-20 14:38:27 -04:00
Luke
70baecf818
Merge pull request #2076 from softworkz/OrganizeInstantFeedback
...
Auto-Organize: Async operation and instant feedback UI (reworked)
2016-08-20 14:38:18 -04:00
Luke Pulverenti
a1b46992f0
switch to emby components
2016-08-20 14:34:30 -04:00
Luke Pulverenti
5c12589db7
fix localsync define
2016-08-20 03:29:06 -04:00
Luke Pulverenti
6afd529cbc
update translations
2016-08-20 03:13:03 -04:00
Luke Pulverenti
5018f2190b
add remember me option
2016-08-20 02:58:35 -04:00
Luke Pulverenti
18da0bbdcf
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
2016-08-20 02:28:10 -04:00
Luke Pulverenti
965bf947c8
update components
2016-08-20 02:27:48 -04:00
softworkz
86d2a8bca0
Fix bad seeking precision
2016-08-20 07:22:08 +02:00
softworkz
fac9f2d6e8
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
1846f1afcf
remove fingerprintjs
2016-08-19 18:56:32 -04:00
Luke Pulverenti
c546f03906
update new episode creation
2016-08-19 13:43:16 -04:00