Commit graph

162 commits

Author SHA1 Message Date
Luke Pulverenti daaae69df5 add playback of in-progress recordings 2016-10-09 03:18:43 -04:00
Luke Pulverenti b9cacd8076 update live streams 2016-10-05 03:15:29 -04:00
Luke Pulverenti fdc2826709 add network share config 2016-09-24 02:22:03 -04:00
Luke Pulverenti 8b096ccc0e stub out storage for new path substitution 2016-09-23 02:21:54 -04:00
Luke Pulverenti 699bdacebc add setting to hide external content from suggestions 2016-08-31 17:07:02 -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 89dd4f0be1 save library options on dialog close 2016-08-13 23:12:26 -04:00
Luke Pulverenti 8508e07bb9 improve genre displays 2016-08-13 16:54:29 -04:00
Luke Pulverenti 68d1b60964 stub out objects for per library settings 2016-08-13 01:49:00 -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 671a512699 add null checks to get theme media 2016-07-08 14:11:13 -04:00
Luke Pulverenti 759f5a8560 update task results 2016-06-19 02:18:29 -04:00
Luke Pulverenti 4d66f6dc6c auto-organize fixes 2016-05-14 12:06:01 -04:00
Luke Pulverenti 33c002684e update recording saving 2016-05-04 16:50:47 -04:00
Luke Pulverenti 107d1fc4f1 move media path methods to core 2016-05-04 12:33:22 -04:00
Sven Van den brande 168587b2a0 Remove unused code... 2016-03-27 23:11:27 +02:00
Luke Pulverenti 3c43e85d87 update music queries 2016-03-24 23:53:42 -04:00
Luke Pulverenti 4b7093e923 get recursive items from db 2016-03-20 02:46:51 -04:00
Luke Pulverenti 1d2b6329bf update channels 2016-03-19 11:38:05 -04:00
Luke Pulverenti b84f178467 update plugin pages 2016-03-18 02:36:58 -04:00
softworkz f5aa1250ca Change NewSeriesProviderIds parameter type to Dictionary<string, string> 2016-02-28 03:56:16 +01:00
softworkz b5c41d104c Use JSON deserialization for NewSeriesProviderIds parameter 2016-02-28 03:34:53 +01:00
softworkz 719f675fe5 Rename NewSeriesProviderIdsDictionary to NewSeriesProviderIds 2016-02-27 23:09:14 +01:00
softworkz 35fb164c1d Clean Up Model (EpisodeFileOrganizationRequest) 2016-02-27 04:18:47 +01:00
softworkz 5bc7089990 Create new series backend implementation 2016-02-27 00:59:03 +01:00
Luke Pulverenti d48ba8dbc1 update smart match tab 2016-02-13 01:39:23 -05:00
Luke Pulverenti 2bd49a779b update delete smart match entry 2016-02-13 01:19:28 -05:00
Luke Pulverenti b30bd9a1df update recording deletion process 2016-02-11 23:54:00 -05:00
Luke Pulverenti 2247cd8794 update auto-organize 2016-02-09 12:13:38 -05:00
softworkz 3a868e28b3 Auto-Organize: Added feature to remember/persist series matching in manual organization dialog #2
When a filename cannot be auto-matched to an existing series name, the
organization must be performed manually.
Unfortunately not just once, but again and again for each episode coming
in.
This change proposes a simple but solid method to optionally persist the
matching condition from within the manual organization dialog.
This approach will make Emby "learn" how to organize files in the future
without user interaction.
2016-02-05 05:21:25 +01:00
Luke Pulverenti a2a620a4c4 add delete to multi-select 2016-01-19 14:03:46 -05:00
Luke cff2678bdf Merge pull request #1299 from MediaBrowser/master
fix null checks
2015-12-05 20:45:06 -05:00
Luke Pulverenti 5185cfb0db fix null checks 2015-12-05 20:40:49 -05:00
Luke Pulverenti 9aea46f823 add error handling 2015-12-03 11:45:14 -05:00
Luke Pulverenti 3dd60b6ee0 update search css loading 2015-12-02 15:50:25 -05:00
Luke Pulverenti cc19ce0daf added new parent methods 2015-11-11 09:56:31 -05:00
Luke Pulverenti e1ea92890d update ScheduleDirect 2015-11-10 13:58:05 -05:00
Luke Pulverenti 60067b4c29 fix camera upload folder 2015-11-02 23:34:47 -05:00
Luke Pulverenti c80e1df1ca support null image encoder 2015-10-26 01:29:32 -04:00
Luke Pulverenti 2c5ee7e2cf restore library editor 2015-10-15 23:17:42 -04:00
Luke Pulverenti bd0ad4a5cd update library setup 2015-10-15 22:06:44 -04:00
Luke Pulverenti 078277ebc2 continue file system rework 2015-10-04 00:23:11 -04:00
Luke Pulverenti ebc95ffb9a update access denied exceptions 2015-09-25 22:31:13 -04:00
Luke Pulverenti f3e9bbed23 update file system methods 2015-09-24 13:50:49 -04:00
Luke Pulverenti 8cf45a3e4a add more methods to IFileSystem 2015-09-13 19:07:54 -04:00
Luke 14de062681 update file system methods 2015-09-13 17:32:02 -04:00
Luke Pulverenti 2b01f09471 add movie notification 2015-09-02 11:35:47 -04:00
Luke Pulverenti 067479f2d1 update ffmpeg info 2015-09-02 11:33:20 -04:00
Luke Pulverenti c3b706287c update osd 2015-08-28 15:10:44 -04:00