Commit graph

8923 commits

Author SHA1 Message Date
softworkz
66a80ac6b9 EpisodeFileOrganizer: Improve error handling (alternate approach)
Previously some methods were just returning null or empty values in case
of encountered errors; as a consequence, the actual reason for failure
was never written to the auto-organize log.
Instead, only a generic message like "Unable to sort xxx because target
path could not be determined." was displayed.

After this change, the actual reason for failure will be saved to the
auto-organize log or displayed in the UI (when completing the organize
dialog).

This information is very important for the user. Examples are "No
permission", "Target folder not available", "Disk full", etc..
2016-08-18 22:05:54 +02:00
Luke Pulverenti
325a3cc844 cache ids in UserRootFolder 2016-08-14 12:39:23 -04:00
Luke Pulverenti
fb779d89d2 update translations 2016-08-14 02:41:53 -04:00
Luke Pulverenti
89dd4f0be1 save library options on dialog close 2016-08-13 23:12:26 -04:00
Luke Pulverenti
7dbeeadea6 fix lastmodified header 2016-08-13 20:52:32 -04:00
Luke Pulverenti
6e9828ddad add remuxing permission 2016-08-13 18:27:14 -04:00
Luke Pulverenti
8508e07bb9 improve genre displays 2016-08-13 16:54:29 -04:00
Luke Pulverenti
4f658db3f1 Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2016-08-13 15:53:36 -04:00
Luke Pulverenti
037c4e8740 improve boxset & playlist performance 2016-08-13 15:53:20 -04:00
Luke Pulverenti
6164049919 update direct stream url for improved caching 2016-08-13 15:52:58 -04:00
Luke
5b92b44f1a Merge pull request #2040 from softworkz/IsFileLockedFix
FileRefresher.IsFileLocked: Don't log Exceptions in case of no write permission
2016-08-13 02:47:45 -04:00
Luke Pulverenti
c18b8ec608 add options to library setup 2016-08-13 02:33:31 -04:00
Luke Pulverenti
5989065517 Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2016-08-13 01:51:02 -04:00
Luke Pulverenti
68d1b60964 stub out objects for per library settings 2016-08-13 01:49:00 -04:00
Luke
8a4faa37ae Merge pull request #2050 from softworkz/ETagHeader
Fix: ETag-Values MUST be quoted according to W3C spec
2016-08-13 01:20:56 -04:00
Luke
5d919a12ef Merge pull request #2049 from softworkz/ContentLength
Fix incorrect calculation of content length
2016-08-13 01:19:36 -04:00
Softworkz
319dcda4be Fix: ETag-Values MUST be quoted according to W3C spec 2016-08-13 07:16:19 +02:00
Softworkz
93346830eb Fix incorrect calculation of content length 2016-08-13 07:13:22 +02:00
Luke Pulverenti
e0e6c98e43 limit series pooling to common libraries 2016-08-12 15:30:04 -04:00
Luke Pulverenti
d9ee4f81fd rework storage of PresentationUniqueKey 2016-08-12 15:11:45 -04:00
Luke Pulverenti
7551317075 update sync menus 2016-08-12 11:54:37 -04:00
Luke Pulverenti
b399ce8dbc rework series timer page 2016-08-11 18:41:25 -04:00
Luke Pulverenti
071f455d58 update card layouts 2016-08-11 16:28:49 -04:00
Luke Pulverenti
c929fb187e add endpoint to get file list 2016-08-11 01:38:53 -04:00
Luke Pulverenti
72f9a4e478 update app manifest 2016-08-11 01:38:40 -04:00
Luke Pulverenti
cb0d6cc8c7 moved icons 2016-08-11 01:38:17 -04:00
Luke Pulverenti
de0f97159b check item path for null/empty 2016-08-10 23:56:14 -04:00
Luke Pulverenti
6f20a8ca05 don't restart timer if disposed 2016-08-10 23:56:01 -04:00
Luke Pulverenti
00307b9a44 updated inherited parental rating value 2016-08-10 15:16:09 -04:00
Luke Pulverenti
438507b53d don't throttle when using hardware encoding 2016-08-10 15:15:57 -04:00
Luke Pulverenti
9349cc5beb update thread count on image extraction 2016-08-10 15:15:41 -04:00
Luke Pulverenti
94a4f11464 update components 2016-08-09 13:31:31 -04:00
Luke Pulverenti
e52759786f fix layout quirks 2016-08-09 01:10:17 -04:00
Luke Pulverenti
112d5d6348 try to detect 3d type 2016-08-09 01:08:36 -04:00
Luke Pulverenti
cbb6a9495d exclude people from dynamic images 2016-08-09 01:08:21 -04:00
Luke Pulverenti
bb0618f608 fixes #2041 - Error when altering and saving user settings 2016-08-08 18:15:37 -04:00
softworkz
b309e06cb8 FileRefresher.IsFileLocked: Don't log Exceptions in case of no write permission 2016-08-08 20:51:07 +02:00
Luke Pulverenti
d71a468388 fix played filter for series 2016-08-08 14:14:05 -04:00
Luke Pulverenti
ce26f24ec7 remove X-Powered-By header 2016-08-08 00:35:21 -04:00
Luke Pulverenti
2481838b4a fix people refresh progress display 2016-08-07 17:57:46 -04:00
Luke Pulverenti
7daf34f048 quote ffmpeg params 2016-08-07 16:13:30 -04:00
Luke Pulverenti
792da5967e remove unused strings 2016-08-07 14:46:11 -04:00
Luke Pulverenti
e9bd472281 update SocketHttpListener 2016-08-07 02:36:48 -04:00
Luke Pulverenti
0b13c335be update dialogs 2016-08-07 02:15:03 -04:00
Luke Pulverenti
ec79879aeb Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2016-08-06 22:11:53 -04:00
Luke
8ac4434d7a Merge pull request #2031 from softworkz/FixUriException
Avoid frequent Exception
2016-08-06 20:39:10 -04:00
softworkz
05b53d1f30 Avoid frequent Exception 2016-08-07 02:22:05 +02:00
Luke Pulverenti
894d87fabb add file cache 2016-08-06 17:10:18 -04:00
Luke Pulverenti
7835d3d629 fix artist case sensitivity searches 2016-08-06 16:59:31 -04:00
Luke Pulverenti
7b00ad316c update SocketHttpListener 2016-08-06 15:56:35 -04:00