Commit graph

2080 commits

Author SHA1 Message Date
Luke Pulverenti 3a4b0ea018 limit transcoding to level 41 2016-09-07 22:55:54 -04:00
Luke Pulverenti d68a826833 update dialogs 2016-09-07 13:17:26 -04:00
Luke Pulverenti c3f947f4da add sports and kids recording categories 2016-09-06 13:59:10 -04:00
Luke Pulverenti 67505e24bd fix artist editor 2016-09-06 01:02:05 -04:00
Luke Pulverenti d4324b7e89 add chapter image error handling 2016-09-05 16:07:36 -04:00
Luke Pulverenti cc7b150b90 update recording layout 2016-09-05 01:39:14 -04:00
Luke Pulverenti 22ac006d4e fix missing params 2016-09-04 13:52:43 -04:00
Luke Pulverenti 9c7eef891b add configurable encoding params 2016-09-04 11:01:31 -04:00
Luke Pulverenti f646c0f29d update season cleanup 2016-09-03 14:18:59 -04:00
Luke Pulverenti 2d7c82d0dd add loopback handler 2016-09-03 13:16:36 -04:00
Luke Pulverenti 699bdacebc add setting to hide external content from suggestions 2016-08-31 17:07:02 -04:00
Luke Pulverenti 4cafe5c493 add logging 2016-08-29 15:24:58 -04:00
Luke Pulverenti 92d8e9f564 remove test code 2016-08-27 15:35:19 -04:00
Luke Pulverenti 6377e7365b fix sync container statuses 2016-08-26 13:24:04 -04:00
Luke Pulverenti 93a05271c2 fix notifications query 2016-08-25 12:55:57 -04:00
Luke Pulverenti f5a6a418f5 update scaling with MaxHeight 2016-08-25 00:54:06 -04:00
Luke Pulverenti 90b9b73912 fix because you watched showing unwatched titles 2016-08-24 23:12:25 -04:00
Luke Pulverenti e4851e1b25 reduce rescanning due to IsOffline 2016-08-24 02:13:15 -04:00
Luke Pulverenti 2e65c32ede add vaapi support 2016-08-23 12:31:16 -04:00
Luke Pulverenti 17e1c8c22b update sync settings 2016-08-23 01:08:07 -04:00
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 dea08933f1 update xmltv lib 2016-08-18 23:57:36 -04:00
Luke Pulverenti 23949f83e5 Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2016-08-18 20:13:47 -04:00
Luke Pulverenti eb36b009ca update stream start events 2016-08-18 20:10:10 -04:00
softworkz 9ac5d5417b Add accurate bitrate reporting for ffmpeg jobs 2016-08-18 23:33:40 +02:00
Luke Pulverenti db9c02fffd update notifications 2016-08-18 12:45:36 -04:00
Luke Pulverenti 845c4a0d62 update item by name validators 2016-08-18 11:13:18 -04:00
Luke Pulverenti cc62faa1c2 update season queries 2016-08-18 01:56:10 -04:00
Luke Pulverenti fd6aa72dac add guide optimizations 2016-08-17 15:28:43 -04:00
Luke Pulverenti 8a7b24000d update season queries 2016-08-16 13:08:37 -04:00
Luke Pulverenti f450ce4e14 update sync 2016-08-16 01:34:36 -04:00
Luke Pulverenti c1e8d85bca update local sync 2016-08-16 00:12:12 -04:00
Luke Pulverenti ec111eebd3 fix folder caching 2016-08-15 20:22:59 -04:00
Luke 02a4b90f65 Merge pull request #2025 from softworkz/AsyncStreamInterface
Async stream handling: Use interface instead of Func<Stream,Task>
2016-08-15 17:59:28 -04:00
Luke Pulverenti 51411fff82 add on demand people refresh 2016-08-14 17:45:36 -04:00
Luke Pulverenti 1adcfaadef refresh people on demand, when needed 2016-08-14 17:29:35 -04:00
Luke Pulverenti 89dd4f0be1 save library options on dialog close 2016-08-13 23:12:26 -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 6164049919 update direct stream url for improved caching 2016-08-13 15:52:58 -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
Softworkz 93346830eb Fix incorrect calculation of content length 2016-08-13 07:13:22 +02:00
Luke Pulverenti 438507b53d don't throttle when using hardware encoding 2016-08-10 15:15:57 -04:00
Luke Pulverenti e52759786f fix layout quirks 2016-08-09 01:10:17 -04:00
Luke Pulverenti 7daf34f048 quote ffmpeg params 2016-08-07 16:13:30 -04:00
softworkz 433254c498 Async stream handling: Use interface instead of Func<Stream,Task>
No functional changes
2016-08-07 02:00:36 +02:00
Luke Pulverenti 7835d3d629 fix artist case sensitivity searches 2016-08-06 16:59:31 -04:00
Luke Pulverenti 24003580e7 improve stopping of progressive streams 2016-08-06 10:08:38 -04:00
Luke Pulverenti 0706bd5237 update DirectoryService 2016-08-06 00:48:00 -04:00
Luke Pulverenti d290a54845 Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev 2016-08-06 00:38:48 -04:00
Luke Pulverenti 319a956b38 update validators 2016-08-06 00:38:01 -04:00
Luke fec7c47824 Merge pull request #1932 from softworkz/ReduceWarnings
Reduced compiler warnings. No functional changes.
2016-08-05 20:37:21 -04:00
softworkz 23da61281e Reduced compiler warnings. No functional changes (except MediaEncoder.cs and AutomaticRestartEntryPoint.cs) 2016-08-05 23:15:48 +02:00
Luke Pulverenti 79887b2c34 validate encoder presence 2016-08-05 01:12:25 -04:00
Luke Pulverenti 04d480297d reduce sync db access 2016-08-03 02:38:19 -04:00
Luke Pulverenti 235d341524 force audio stream copy when audio transcoding is not allowed 2016-07-30 15:22:35 -04:00
Sven Van den brande 219cba7506 Removed redundant Collection Initializers
Removed Using directives that are not required
2016-07-29 21:18:03 +02:00
Luke Pulverenti 9b98d8b2e1 update stream management 2016-07-28 02:29:14 -04:00
Luke Pulverenti 4f32b57e58 update buffer sizes 2016-07-27 13:11:25 -04:00
Luke Pulverenti 8328f39834 update behavior with restricted transcoding access 2016-07-25 01:12:38 -04:00
Luke Pulverenti eb321dad3b fix DateModified not refreshing 2016-07-24 12:46:17 -04:00
Luke Pulverenti 7d980fee45 add platform test to directory picker 2016-07-23 16:04:04 -04:00
Luke Pulverenti faa425003f restore grouped card click handler 2016-07-23 16:00:56 -04:00
Luke Pulverenti 61d0795c84 set default directory picker path for qnap 2016-07-23 02:49:46 -04:00
Luke Pulverenti bd4c99b01a update cache file cleanup 2016-07-23 01:03:16 -04:00
Luke Pulverenti 7475722ecf switch to ExcludeArtistIds 2016-07-22 18:10:39 -04:00
Luke Pulverenti df5cfc0c25 update more from/similar 2016-07-22 13:54:43 -04:00
Luke Pulverenti 820c1ba79a display more from artist on album page 2016-07-22 01:38:01 -04:00
Luke Pulverenti b6979fa28a pass along date modified 2016-07-17 12:59:40 -04:00
Luke Pulverenti 80e387341b update Progressive/ProgressiveStreamWriter.cs 2016-07-16 14:13:34 -04:00
Luke Pulverenti e329811d2d update reports 2016-07-15 15:54:34 -04:00
Luke Pulverenti 2e91d69d20 update async stream writing 2016-07-15 13:13:55 -04:00
Luke Pulverenti e44a24d9e5 update hls subtitles 2016-07-13 15:16:51 -04:00
Luke Pulverenti 2254546ea5 add all subtitles to hls manifest 2016-07-13 15:09:31 -04:00
Luke Pulverenti 5bd44644cc update hls subtitle display name 2016-07-13 13:46:04 -04:00
Luke Pulverenti c29e2099cd fix error when transcode fails to start 2016-07-12 01:44:07 -04:00
Luke Pulverenti de635fe22c add faster access to series sort name 2016-07-10 11:44:53 -04:00
Luke Pulverenti efebac4d6b don't use hardware encoding with folder rips 2016-07-10 11:44:11 -04:00
Luke Pulverenti 671a512699 add null checks to get theme media 2016-07-08 14:11:13 -04:00
Luke Pulverenti 8629d509e4 speed up db upgrade 2016-07-06 01:13:26 -04:00
Luke Pulverenti 1fcbd3c6da denormalize seriesid 2016-07-05 02:01:31 -04:00
Luke Pulverenti 2772d59559 denormalize seasonid 2016-07-05 01:40:18 -04:00
Luke Pulverenti 26036837dd denormalize series fields 2016-07-04 16:11:30 -04:00
Luke Pulverenti c8e67f6cb1 removed custom path subfolder setting 2016-07-04 15:30:12 -04:00
phantom 98e3aec676 Changed to a valid preset for h264_nvenc 2016-07-03 17:16:00 -07:00
Luke Pulverenti 22601f0a2e reduce stdout redirection 2016-07-01 22:16:05 -04:00
Luke Pulverenti c100f0818c update startup wizard 2016-07-01 12:14:17 -04:00
Luke Pulverenti 68df03b872 adjust segment length 2016-06-30 17:26:43 -04:00
root ffd3101ac6 Fixes for nvenc support marked as experimental, since more testing should be done on options 2016-06-30 17:04:26 -04:00
Luke Pulverenti b971fa9d5e update tv queries 2016-06-30 15:13:14 -04:00
Luke Pulverenti 1dfe694a77 fix search dipping into restricted channels 2016-06-30 15:01:48 -04:00
Luke Pulverenti 52d8ddb050 support h264_omx 2016-06-30 14:59:18 -04:00
Luke Pulverenti 775fc94020 update path configs 2016-06-29 01:49:31 -04:00
Luke Pulverenti db1130166f fix duplicates in suggestions 2016-06-28 23:17:27 -04:00
Luke Pulverenti 35e83dc73d cleanup content overrides when adding library paths 2016-06-27 16:33:35 -04:00
Luke Pulverenti 17e416a0fd add logging 2016-06-26 16:38:50 -04:00
Luke Pulverenti dc15f93005 fixes #1787 2016-06-26 16:35:03 -04:00
Luke Pulverenti 5c5cc212aa pass all audio codecs to server 2016-06-26 12:21:10 -04:00
Luke Pulverenti cf0d9883c6 fix userdata transactions 2016-06-25 01:16:54 -04:00
Luke Pulverenti 3709e6c12e update sidebar 2016-06-24 20:29:39 -04:00
Luke Pulverenti cb9079e0bd continue jquery removal 2016-06-24 12:51:13 -04:00
Luke Pulverenti 3950bbc013 update sqlite 2016-06-24 11:12:03 -04:00
Luke Pulverenti cffc9417c7 update startup wizard 2016-06-23 13:04:18 -04:00
Luke Pulverenti 82e8085747 fix identify images 2016-06-23 01:26:49 -04:00
Luke Pulverenti c05f0bea04 update live tv queries 2016-06-20 13:07:53 -04:00
Luke Pulverenti a5815452c0 update sync transfer 2016-06-20 13:07:34 -04:00
Luke Pulverenti f58a919488 improve display of active recordings 2016-06-19 13:41:49 -04:00
Luke Pulverenti 7627c6707d update components 2016-06-19 12:53:43 -04:00
Luke Pulverenti 759f5a8560 update task results 2016-06-19 02:18:29 -04:00
Luke Pulverenti f9847be17c update item by name queries 2016-06-17 09:06:13 -04:00
Luke Pulverenti 023b12a798 update recording format 2016-06-15 14:56:37 -04:00
Luke Pulverenti f378a2c789 update item queries 2016-06-12 01:03:52 -04:00
Luke Pulverenti 682edf5abd update channel mapper 2016-06-10 13:34:08 -04:00
Luke Pulverenti 3ba9d3c12f update channel mapping 2016-06-10 12:45:04 -04:00
Luke Pulverenti b0c1ba1e19 stub out channel mapping 2016-06-09 12:13:25 -04:00
Luke Pulverenti 49b96a3613 re-enable qsv decoding 2016-06-07 13:36:45 -04:00
Luke Pulverenti 19ee883ca2 record time base 2016-06-06 17:13:00 -04:00
Luke Pulverenti faefbf36cc adjust bitrate in h264/h265 conversions 2016-06-06 13:33:55 -04:00
Luke Pulverenti 9fc028b3d7 revoke access tokens on password change 2016-06-05 16:39:37 -04:00
Luke Pulverenti aa5262de21 update subtitle urls 2016-06-05 14:54:21 -04:00
Luke Pulverenti a9b0816922 update vtt headers 2016-06-05 14:51:18 -04:00
Luke Pulverenti 020b1d9a64 add library display settings 2016-06-04 01:51:33 -04:00
Luke Pulverenti b320d57409 restore episode pooling 2016-06-04 00:57:46 -04:00
Luke Pulverenti 3aea4f7ffc add tv genre configuration options 2016-06-03 15:32:10 -04:00
Luke Pulverenti 53afb1e1e5 add images table 2016-06-03 12:24:04 -04:00
Luke Pulverenti ae168bc563 update tag saving 2016-06-02 13:43:29 -04:00
Luke Pulverenti 2979185d8e add provider ids to database 2016-06-02 00:41:12 -04:00
Luke Pulverenti e1f562e16f calculate similarity at database level 2016-06-01 01:50:00 -04:00
Luke Pulverenti 05fedd2b61 rework movie suggestion queryies 2016-05-31 14:42:32 -04:00
Luke Pulverenti 977f62336b update storage of genres, studios, tags, & keywords 2016-05-31 14:07:54 -04:00
Luke Pulverenti 640ce66f68 update encoding options 2016-05-31 11:29:20 -04:00
Luke Pulverenti f091e6f55f stub out tv movies in suggestions 2016-05-30 14:16:44 -04:00
Luke Pulverenti 6db7f381dc removed dead code 2016-05-29 02:03:33 -04:00
Luke Pulverenti e5655d32f1 fix timestamps in hls subtitles 2016-05-27 13:17:57 -04:00
Luke Pulverenti dcc0438b2a fix dlna subtitles 2016-05-26 23:46:40 -04:00
Luke Pulverenti 943d5aa04c don't cache country response 2016-05-26 23:46:06 -04:00
Luke Pulverenti e2c4c0f1de hls subtitle fixes 2016-05-24 22:06:11 -04:00
Luke Pulverenti 96d090f908 update episode filters 2016-05-24 15:48:53 -04:00
Luke Pulverenti 4fcdeaffee restore localized guids config switch 2016-05-23 13:52:16 -04:00
Luke Pulverenti e9b0b3d2ae update schema version in startup wizard 2016-05-23 00:11:04 -04:00
Luke Pulverenti a9b1a57a58 update vsync 2016-05-22 23:54:36 -04:00
Luke Pulverenti fb725e90b7 fix suggestions prioritizing trailers over movies 2016-05-21 19:13:35 -04:00
Luke Pulverenti 15f0832a04 deprecate refreshinfo db 2016-05-21 02:12:00 -04:00
Luke Pulverenti 329e047803 update seasons 2016-05-20 17:32:43 -04:00
Luke Pulverenti 432c52f934 update season filters 2016-05-20 17:18:48 -04:00
Luke Pulverenti 06a25a2557 update config values 2016-05-20 16:21:34 -04:00
Luke Pulverenti d1d0487fee update artist queries 2016-05-18 01:34:10 -04:00
Luke Pulverenti 2fffbc2db0 fixes #1356 - [BUG] .mkv that stream copies, cannot be played without transcoding option turned on for user 2016-05-14 23:52:39 -04:00
Luke Pulverenti ff980dc42c add DisplayTitle to media streams 2016-05-14 14:02:06 -04:00