Commit graph

2153 commits

Author SHA1 Message Date
Luke Pulverenti c80e1df1ca support null image encoder 2015-10-26 01:29:32 -04:00
Luke Pulverenti 2890c71af9 update translations 2015-10-25 16:10:59 -04:00
Luke Pulverenti 5e8f745963 update tv data fetch 2015-10-25 14:34:31 -04:00
Luke Pulverenti 32babe2b94 update images 2015-10-25 13:13:30 -04:00
Luke Pulverenti 9babddb271 update live tv cache location 2015-10-24 11:33:22 -04:00
Luke Pulverenti 0c7e06648c encapsulate validity in tv providers 2015-10-21 01:09:50 -04:00
Luke Pulverenti adda5f05ce update IsHD 2015-10-20 12:53:51 -04:00
Luke Pulverenti 994cc020f8 restore video grouping feature 2015-10-19 22:06:05 -04:00
Luke Pulverenti 00bb68d2e8 update translations 2015-10-19 11:58:52 -04:00
Luke Pulverenti 8523d0aa2b fix dlna playlist 2015-10-19 11:33:49 -04:00
Luke Pulverenti 79a7e907d4 3.0.5768.3 2015-10-19 06:51:20 -04:00
Luke Pulverenti d74ded0fd6 resolved issue with setting up mixed library 2015-10-18 13:35:36 -04:00
Luke Pulverenti 8f5609df3a support ac3 audio in edge browser 2015-10-17 21:18:29 -04:00
Luke Pulverenti 034c0b95b2 3.0.5768.1 2015-10-17 11:05:12 -04:00
Luke Pulverenti 6fbd75b899 3.0.5768.0 2015-10-16 18:36:01 -04:00
Luke Pulverenti a0b1ddf0a7 add migrations for new release 2015-10-16 14:11:11 -04:00
Luke Pulverenti d577e1c7b0 support image stubbing 2015-10-16 13:06:31 -04:00
Luke Pulverenti 3741eb2426 add image editing to library setup 2015-10-16 01:36:16 -04:00
Luke Pulverenti a8e5aba643 update library setup 2015-10-16 00:46:41 -04:00
Luke Pulverenti 8f1899906b show library folder images 2015-10-15 13:37:27 -04:00
Luke Pulverenti f4ad65196a update playlist drag and drop 2015-10-15 11:51:00 -04:00
Luke Pulverenti 6c3355b26f support drag and drop for playlist items 2015-10-15 01:48:03 -04:00
Luke Pulverenti b830f5f1cf enable back button on sort menus 2015-10-15 00:32:10 -04:00
Luke Pulverenti 04cc4eaf68 add multiselect help text 2015-10-14 22:55:19 -04:00
Luke Pulverenti 1f7e1f5c4a boxset image fixes 2015-10-14 01:02:30 -04:00
Luke Pulverenti e9e9dadc29 update media info db 2015-10-13 22:41:46 -04:00
Luke Pulverenti 21c9f6e75e update chapters 2015-10-13 12:52:27 -04:00
Luke Pulverenti 9ec1376e5f recording fixes 2015-10-11 12:12:53 -04:00
Luke Pulverenti cc213128e2 update schedules direct mapping 2015-10-10 20:39:30 -04:00
Luke Pulverenti bb3e0414c7 update polymer 2015-10-07 21:49:40 -04:00
Luke Pulverenti b1859d41e8 update collection menus 2015-10-07 17:42:29 -04:00
Luke Pulverenti 49d222a6d5 retry image saving to internal location 2015-10-06 10:59:42 -04:00
Luke Pulverenti 6271ca99c8 update polymer 2015-10-05 22:50:20 -04:00
Luke Pulverenti 47b428b36c update commonio 2015-10-05 21:27:49 -04:00
Luke Pulverenti 2fdafcaee6 update library monitor 2015-10-05 21:22:56 -04:00
Luke Pulverenti e5fdf31ec4 update subtitle transcoding 2015-10-05 12:05:08 -04:00
Luke Pulverenti 26487dc455 rework people 2015-10-04 23:24:24 -04:00
Luke Pulverenti 4ad96e4ff5 update logging levels 2015-10-04 18:04:56 -04:00
Luke Pulverenti 9124825c98 update trailer 2015-10-04 15:09:13 -04:00
Luke Pulverenti b1622b0e18 update editor css 2015-10-04 15:03:28 -04:00
Luke Pulverenti 5c613f2dda update channel db 2015-10-04 14:10:50 -04:00
Luke Pulverenti 7f299fea7a rework identify popup 2015-10-04 12:15:08 -04:00
Luke Pulverenti 1aaf09112b remove nuget restores 2015-10-04 02:04:23 -04:00
Luke Pulverenti a08d5e695a remove nuget targets 2015-10-04 01:58:18 -04:00
Luke Pulverenti 21352d5248 Complete rework of IFileSystem 2015-10-04 00:58:07 -04:00
Luke Pulverenti 078277ebc2 continue file system rework 2015-10-04 00:23:11 -04:00
Luke Pulverenti 8ad702060e begin file system rework 2015-10-03 23:38:46 -04:00
Luke 64c1628160 Merge pull request #1210 from softworkz/SourcePathTooLong
Auto-Organize: PathTooLongException on source file should not break auto-organize task
2015-10-03 23:15:35 -04:00
softworkz 8259d14c50 Renamed filter method 2015-10-04 04:02:51 +02:00
softworkz 073f7ac1ab Auto-Organize: PathTooLongException on source file should not break auto-organize task
PathTooLongException can not only occur with long destination paths but
also with too long file names of files contained in a watch folder.
Previously this condition caused the auto-organize task to break.

With this change, we still log the exception, but auto-organize
processing will continue to handle all other files.

Conflicts:
	MediaBrowser.Server.Implementations/FileOrganization/TvFolderOrganizer.cs
2015-10-04 04:02:50 +02:00
Luke Pulverenti 0ee844dd46 hide library monitor from certain operating systems 2015-10-03 14:13:53 -04:00
Luke 0872bbc42b Merge pull request #1207 from softworkz/MultiEpisodePattern
Auto-Organize: Fix PathTooLongException due to long EpisodeTitle
2015-10-02 15:16:01 -04:00
softworkz 4a235bd4bd Auto-Organize: Fix PathTooLongException due to long EpisodeTitle #2 2015-10-02 20:44:30 +02:00
Luke Pulverenti e76e8bb96c update sync progress display 2015-10-02 14:30:27 -04:00
softworkz f7636a6b29 Auto-Organize: Fix PathTooLongException due to long EpisodeTitle
Especially with Multi-Episodes, the EpisodeTitle can become quite long,
since all comprised titles get concatenated into it.
By default, the EpisodeTitle is included in the single and multi-episode
naming patterns and this in turn can quickly lead to a
PathTooLongException.
This fix tries to keep as much as possible from the title string while
keeping the final path within the allowed limit.
2015-10-02 19:58:26 +02:00
Luke Pulverenti 713083b34a update text 2015-10-02 13:55:26 -04:00
Luke Pulverenti 7694f33c82 fix sync status display 2015-10-02 02:14:04 -04:00
Luke Pulverenti 69888991f3 update schedules direct 2015-10-01 12:28:24 -04:00
Luke Pulverenti 5637142100 #1189 - Auto-Organize: Fix PathTooLongException due to long EpisodeTitle 2015-09-30 01:15:25 -04:00
Luke Pulverenti 35fc099114 removed dead db fields 2015-09-29 13:35:23 -04:00
Luke Pulverenti 6e222eaaf4 move tv data 2015-09-29 12:29:06 -04:00
Luke Pulverenti 0d6580baf3 update media sync 2015-09-28 23:35:50 -04:00
softworkz 1ddce23086 Auto-Organize: Perform leftover-file and empty-folder deletion in processed folders only
During Auto-Organize, Emby should maintain a list of folders which were
processed successfully. Only these folders should be used with the
DeleteLeftOverFiles and DeleteEmptyFolders functions.
2015-09-28 22:22:09 +02:00
Luke Pulverenti 3dce39b396 update nuget references 2015-09-28 11:40:14 -04:00
Luke Pulverenti 51afb73dde update recording file names 2015-09-27 17:02:39 -04:00
Luke Pulverenti ebc95ffb9a update access denied exceptions 2015-09-25 22:31:13 -04:00
Luke Pulverenti c31aab2d64 update SocketHttpListener 2015-09-25 12:11:51 -04:00
Luke Pulverenti ab976201c3 update translations 2015-09-24 15:30:25 -04:00
Luke Pulverenti f3e9bbed23 update file system methods 2015-09-24 13:50:49 -04:00
Luke Pulverenti 4e90d73203 update search 2015-09-23 22:31:40 -04:00
Luke Pulverenti 36b65dec4e update translations 2015-09-23 12:16:06 -04:00
Luke Pulverenti 1ae288b0b3 add live tv logging 2015-09-22 21:22:52 -04:00
Eric Reed 253cfcd64b Reroute some calls 2015-09-22 12:41:09 -04:00
Luke Pulverenti 86a084bf5e update build scripts 2015-09-22 12:06:27 -04:00
Luke Pulverenti 71780d401f fix windows restart 2015-09-21 21:05:33 -04:00
Luke Pulverenti 97d051e437 restore changes 2015-09-21 12:26:05 -04:00
Luke Pulverenti 7876ee06d9 fix merge 2015-09-21 12:23:20 -04:00
Luke Pulverenti e90072b75f update offline detection 2015-09-21 11:43:10 -04:00
Luke Pulverenti 959ac9d727 restore changes 2015-09-20 13:56:26 -04:00
Luke Pulverenti d3b8557ab6 update merge 2015-09-20 13:36:09 -04:00
Luke Pulverenti 25c37e40ad update merge 2015-09-20 13:28:32 -04:00
Luke Pulverenti e8010955dc fix merge conflicts 2015-09-20 13:22:34 -04:00
Luke Pulverenti 6d3dcd8266 update client sync 2015-09-20 12:16:06 -04:00
Luke Pulverenti 718545a79b update metadata editor 2015-09-19 22:06:56 -04:00
Luke Pulverenti aff7309a08 update ffmpeg with qsv-compatible version 2015-09-18 13:50:24 -04:00
Luke Pulverenti 2acd1665c9 update series timers 2015-09-17 21:51:22 -04:00
Luke Pulverenti 29923506ca rework subtitle editor 2015-09-16 21:33:46 -04:00
Luke Pulverenti a4a3a54dad update collections 2015-09-16 13:44:34 -04:00
Luke Pulverenti 9ae7625d13 update item list page 2015-09-16 13:16:39 -04:00
Luke Pulverenti a2c371ec60 rework collection editor 2015-09-15 23:55:26 -04:00
Luke Pulverenti a0fa1b5f8f update client sync 2015-09-15 14:09:44 -04:00
Luke Pulverenti 960d45587d update views 2015-09-14 13:28:42 -04:00
Luke Pulverenti f346997992 update translations 2015-09-13 20:43:29 -04:00
Luke Pulverenti 8cf45a3e4a add more methods to IFileSystem 2015-09-13 19:07:54 -04:00
Luke Pulverenti 6cb184fcf8 Merge branch 'dev' of https://github.com/MediaBrowser/MediaBrowser into dev 2015-09-13 17:33:49 -04:00
Luke Pulverenti 21a2160fca update tuner pooling 2015-09-13 17:33:46 -04:00
Luke 14de062681 update file system methods 2015-09-13 17:32:02 -04:00
Luke Pulverenti 0f743205c4 update external subs 2015-09-12 12:39:24 -04:00
Luke Pulverenti dd17096b5d update libs 2015-09-11 22:18:09 -04:00
Luke Pulverenti cd5615c6ce update client sync 2015-09-11 12:26:06 -04:00