Commit graph

62 commits

Author SHA1 Message Date
softworkz c4aa744605 Fix exception when episode title is null
Sometimes TheTVDb does not have episode. This caused an exception in
EpisodeFileOrganizer
2015-11-01 19:35:36 +01:00
Luke Pulverenti 79a7e907d4 3.0.5768.3 2015-10-19 06:51:20 -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
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
softworkz 4a235bd4bd Auto-Organize: Fix PathTooLongException due to long EpisodeTitle #2 2015-10-02 20:44:30 +02: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 5637142100 #1189 - Auto-Organize: Fix PathTooLongException due to long EpisodeTitle 2015-09-30 01:15:25 -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 f3e9bbed23 update file system methods 2015-09-24 13:50:49 -04:00
Luke Pulverenti 86a084bf5e update build scripts 2015-09-22 12:06:27 -04:00
Luke Pulverenti aff7309a08 update ffmpeg with qsv-compatible version 2015-09-18 13:50:24 -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 795a8ab33b added auto-organize setting 2015-08-22 15:46:55 -04:00
Luke Pulverenti 62db1579c8 auto-organize fix 2015-06-08 17:32:20 -04:00
Luke Pulverenti 32320b329a updated Mono.Nat 2015-04-29 14:48:34 -04:00
Luke Pulverenti f2c3dade77 3.0.5518.5 2015-02-19 12:46:18 -05:00
Luke Pulverenti d451386f5d sync updates 2015-02-18 23:37:44 -05:00
Luke Pulverenti 8051ea9b1b update javascript connection manager to latest feature set 2015-02-15 19:33:06 -05:00
Luke Pulverenti a1a56557ec sync updates 2015-01-25 01:34:50 -05:00
Luke Pulverenti 6755937800 sync updates 2015-01-24 17:33:26 -05:00
Luke Pulverenti 9e809b06c4 separate task buttons script 2015-01-20 16:32:48 -05:00
Luke Pulverenti 449485d3d2 add organize now/sync prepare buttons 2015-01-20 15:19:54 -05:00
Luke Pulverenti d26707708d move string.Replace extension 2015-01-17 15:12:02 -05:00
Luke Pulverenti 7a136349ee update components 2015-01-16 23:38:24 -05:00
Luke Pulverenti d8d5dd4873 make channel access opt-in rather than opt out 2015-01-12 22:46:44 -05:00
Luke Pulverenti 51b5e379d5 add options for media in archives 2015-01-10 00:53:35 -05:00
Luke Pulverenti 36295aa833 use SocketHttpListener project 2015-01-03 14:38:22 -05:00
Luke Pulverenti 42b1416602 begin work on daily episodes 2014-12-22 22:58:14 -05:00
Luke Pulverenti e55ab989d2 add more sync buttons 2014-12-18 23:20:07 -05:00
Luke Pulverenti dc8fb33a1f updated nuget 2014-12-01 07:43:34 -05:00
Luke Pulverenti 049ef9b4ec update naming methods 2014-11-16 17:46:01 -05:00
Luke Pulverenti 5fdd7ec672 add new naming project 2014-11-16 15:44:08 -05:00
Luke Pulverenti c8f24fc93a update ConnectionManager 2014-10-03 21:42:38 -04:00
Luke Pulverenti f6769b73f2 add MediaInfo to improve media analysis for video files 2014-09-20 11:48:23 -04:00
Luke Pulverenti e84ba17b9f add activity log feature 2014-08-10 18:13:17 -04:00
Luke Pulverenti 2714127d2b fixes #791 - Support server-side playlists 2014-08-02 22:16:37 -04:00
Luke Pulverenti a37a11c486 3.0.5324.37963 2014-07-30 22:09:23 -04:00
Luke Pulverenti 37c27a26e9 added sync job database 2014-07-26 13:30:15 -04:00
Luke Pulverenti 24246ba85f support conditions with direct play profiles 2014-03-22 14:25:03 -04:00
Luke Pulverenti c4f587dd94 live tv stream adjustments, add additional dlna params 2014-03-12 15:56:12 -04:00
Tensre 1bf4447dce Auto-Organize Copy/Move Option, Fix for Overwrite Existing File
Addition of the option in Auto-Organize to copy or move files from watch
folder.
Fix to use the Overwrite Existing File option from the config rather
than hardcoded value.
2014-03-05 20:44:29 -08:00
Luke Pulverenti 13563b6047 Add upnp configuration 2014-02-25 23:38:21 -05:00
Luke Pulverenti aef805efb9 fix directory not found error in episode organization 2014-02-25 10:40:16 -05:00
Luke Pulverenti 2d27b10d11 added chromecast boilerplate 2014-02-23 00:52:30 -05:00
Luke Pulverenti 13e4b2a6a7 add search methods to remote metadata providers 2014-02-19 23:53:15 -05:00
Luke Pulverenti 411ce21751 fix resolution in photo provider 2014-02-19 11:24:06 -05:00