Commit graph

1468 commits

Author SHA1 Message Date
Luke Pulverenti 64d63c1b4b implement keep up to 2016-09-27 01:13:56 -04:00
Luke Pulverenti adb39f4090 update recording layouts 2016-09-26 14:59:18 -04:00
Luke Pulverenti 8b096ccc0e stub out storage for new path substitution 2016-09-23 02:21:54 -04:00
Luke Pulverenti 6999017bc9 update recording dialogs 2016-09-21 17:09:14 -04:00
Luke Pulverenti 97ea2ff43a update live tv hls 2016-09-20 15:42:53 -04:00
Luke Pulverenti 5cfae1ada1 update startup tasks 2016-09-17 02:09:29 -04:00
Luke Pulverenti 0c95297269 improve resiliency of recording process 2016-09-14 12:21:33 -04:00
Luke Pulverenti 0f760af82c move download images in advance option from global to per library 2016-09-11 13:09:10 -04:00
Luke Pulverenti 62d9eb1ec7 rework upnp discovery 2016-09-11 03:33:53 -04:00
Luke Pulverenti 064ea27994 update default image extraction timeouts 2016-09-09 14:26:05 -04:00
Luke Pulverenti e4357a17f7 update dialogs 2016-09-09 12:58:08 -04:00
Luke Pulverenti 232b5758f0 update dialogs 2016-09-08 16:32:30 -04:00
Luke Pulverenti 323d410484 add option to save recordings as mkv 2016-09-08 02:41:49 -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 cc7b150b90 update recording layout 2016-09-05 01:39:14 -04:00
Luke Pulverenti 9c7eef891b add configurable encoding params 2016-09-04 11:01:31 -04:00
Luke Pulverenti f66d9d773d update subtitles in edge 2016-09-02 11:56:19 -04:00
Luke Pulverenti 699bdacebc add setting to hide external content from suggestions 2016-08-31 17:07:02 -04:00
Luke Pulverenti 3862207a73 move channel view setting to global 2016-08-31 16:46:09 -04:00
Luke Pulverenti 2bdaba633c make chapter images a per-library setting 2016-08-29 17:06:24 -04:00
Luke Pulverenti 06ebf9d3c2 update recording file name 2016-08-29 14:42:53 -04:00
Luke Pulverenti 510fbf139c fix repeated guide refreshes 2016-08-26 15:29:28 -04:00
Luke Pulverenti 93a05271c2 fix notifications query 2016-08-25 12:55:57 -04:00
Luke 01960fa2fa Merge pull request #2090 from softworkz/TvMazePrep
Core server preparation for new "TV Maze Provider Plugin"
2016-08-24 18:48:48 -04:00
Luke Pulverenti 0117ee67d8 resolve 128k limit 2016-08-24 17:06:04 -04:00
Luke Pulverenti c46e38725e support realtime monitor per library 2016-08-24 16:46:26 -04:00
Luke Pulverenti e5d5c67041 update vaapi defaults 2016-08-24 16:14:35 -04:00
Luke Pulverenti e03ead01ae update opus mime type 2016-08-24 11:48:23 -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 ac4023ed47 Core server preparation for new "TV Maze Provider Plugin" 2016-08-23 03:33:22 +02:00
Luke Pulverenti 430b187ef6 start a dashboard folder 2016-08-22 14:28:24 -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 eb36b009ca update stream start events 2016-08-18 20:10:10 -04:00
Luke Pulverenti fd6aa72dac add guide optimizations 2016-08-17 15:28:43 -04:00
Luke Pulverenti ec111eebd3 fix folder caching 2016-08-15 20:22:59 -04:00
Luke Pulverenti caab8299d1 add setting for photo libraries 2016-08-15 00:36:17 -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 68d1b60964 stub out objects for per library settings 2016-08-13 01:49:00 -04:00
Luke Pulverenti 94a4f11464 update components 2016-08-09 13:31:31 -04:00
Luke Pulverenti 04d480297d reduce sync db access 2016-08-03 02:38:19 -04:00
Luke Pulverenti a308ab8912 update components 2016-08-02 01:55:52 -04:00
Luke Pulverenti 62b0c2605f remove nameof 2016-07-30 15:19:46 -04:00
Luke Pulverenti 6af3dc91c5 adjust audio transcoding bitrate 2016-07-30 00:21:26 -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 8328f39834 update behavior with restricted transcoding access 2016-07-25 01:12:38 -04:00