Commit graph

56 commits

Author SHA1 Message Date
Luke Pulverenti 78e96917e1 move drawing code 2015-04-08 08:37:07 -04:00
Luke Pulverenti 7773862fac fix subtitle syncing 2015-03-27 00:17:04 -04:00
Luke Pulverenti 7e312e75bb update stream sorting 2015-03-26 16:31:57 -04:00
Luke Pulverenti e068e84ab6 incorporate file length into image cache tag 2015-03-20 16:06:04 -04:00
Luke Pulverenti 44d0e30e9d perform webp test at startup 2015-03-17 12:47:56 -04:00
Luke Pulverenti 2caf01f43b embed fonts 2015-03-08 23:56:42 -04:00
Luke Pulverenti 23a062103a move image magick files 2015-03-06 12:50:14 -05:00
Luke Pulverenti 3788033dcd don't allow image processing after disposing 2015-03-06 01:42:59 -05:00
Luke Pulverenti 0d8636d859 update image magick sharp 2015-03-02 00:16:29 -05:00
Luke Pulverenti 2bf2d5fd76 cloud sync updates 2015-02-28 08:42:47 -05:00
Luke Pulverenti a0c6c259e6 dispose image magick environment on shutdown 2015-02-22 00:45:29 -05:00
Luke Pulverenti 5e10e0ff19 replace System.Drawing with ImageMagick 2015-02-19 20:57:10 -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 4548e6598d support dvd without video_ts folder 2014-12-08 23:57:18 -05:00
Luke Pulverenti dc8fb33a1f updated nuget 2014-12-01 07:43:34 -05:00
Luke Pulverenti 999ad78a0d rework configurations 2014-11-29 14:51:30 -05:00
Luke Pulverenti 40897bac14 fixes #941 - Rework password recovery and remove IsLocal checks 2014-11-08 22:18:14 -05:00
Luke Pulverenti 7a4d5b7951 3.0.5416.0 2014-10-31 00:57:24 -04:00
Luke Pulverenti 3ccb6bddef connect updates 2014-10-26 23:06:01 -04:00
Luke Pulverenti 6f45ea0823 fixes #912 - Add special views for Dlna 2014-09-01 16:10:54 -04:00
Luke Pulverenti d2494148f7 Support webp image output 2014-08-28 00:32:45 -04:00
Luke Pulverenti 3fa2a001c7 add error handling to dlna channel support 2014-07-31 20:37:06 -04:00
Luke Pulverenti 06118307dd disable chunked encoding for images 2014-07-17 18:21:35 -04:00
Luke Pulverenti f98b619b64 fix language selections 2014-06-18 11:12:20 -04:00
Luke Pulverenti f02c326027 Removed guids from the model project 2014-05-08 16:09:53 -04:00
Luke Pulverenti ec49a65752 correct dlna param positions 2014-03-28 00:24:11 -04:00
Luke Pulverenti 1664de62c0 added image encoder methods 2014-03-27 23:32:43 -04:00
Luke Pulverenti 76658f0797 create images list object 2014-02-07 15:30:41 -05:00
Luke Pulverenti ad82c9f5e9 New provider system. Only for people right now 2014-01-28 13:37:01 -05:00
Luke Pulverenti 6ed380ed1b only call set resolution if we have positive x and y values 2014-01-05 16:53:22 -05:00
Luke Pulverenti a9f243e8c4 reduced size of image indicators 2014-01-02 16:21:21 -05:00
Luke Pulverenti b9d17c9bc7 add more methods to file system interface 2014-01-01 13:26:31 -05:00
Luke Pulverenti 25db52003c added more metadata control 2013-12-26 01:17:19 -05:00
abeloin 68cf16416b Linux fixes:
-Copy PropertyChanged.Fody.dll to Tools/Fody in MediaBrowser.Model.csproj
-Check if root for WebSocketServer.FlashAccessPolicyEnabled (port < 1024)
-Check resolution value !=0 before SetResolution
-Catch _userManager.RefreshUsersMetadata exception when running MB3 for the first time
-Fix _appHost.Init() missing argument
-FFmpeg: set default and execute permission(766) to ffmpeg and ffprobe
-FFmpeg: Detect the OS type and download the correct version 
-Rename MediaBrowser.WebDashboard/dashboard-ui/scripts/Itemdetailpage.js to itemdetailpage.js
2013-12-25 14:26:49 -05:00
Luke Pulverenti cd859ac2e6 added IHasImages and IHasUserData 2013-12-19 16:51:32 -05:00
Luke Pulverenti 01e65c93ee updated live tv + nuget 2013-12-14 20:17:57 -05:00
Luke Pulverenti 1f162e39b1 expose Tmdb collection id in editor. 2013-12-07 20:42:15 -05:00
Luke Pulverenti 016477d88d fix image caching being too aggressive 2013-11-15 11:00:39 -05:00
Luke Pulverenti b07193e1bc added image processor error handling 2013-11-12 10:36:25 -05:00
Luke Pulverenti 04f165283b try to avoid album year of zero 2013-11-08 16:22:02 -05:00
Luke Pulverenti 2fc662c9e9 optimize image processor when gdi can be skipped 2013-11-07 10:57:12 -05:00
Luke Pulverenti a2cd03610f Serve original image file when possible 2013-11-06 16:32:26 -05:00
Luke Pulverenti 9ba615e649 fixes #606 - Add manual image selection for Seasons 2013-11-04 14:04:23 -05:00
Luke Pulverenti 6c8d919298 replace file system calls with IFileSystem when needed 2013-10-31 10:03:23 -04:00
Luke Pulverenti d18f000e88 process all images using Format32bppPArgb 2013-10-21 10:32:58 -04:00
Luke Pulverenti 3c06fc4d1a set CompositingMode to sourcecopy when possible 2013-10-21 00:12:51 -04:00
Luke Pulverenti 7dae0069d6 added new image params & GameSystem constants 2013-10-02 11:32:11 -04:00
Luke Pulverenti 3d40c5ba36 fixed xml providers running over and over 2013-10-01 14:24:27 -04:00
Luke Pulverenti cbd767ddce improve image serving performance slightly 2013-09-23 20:04:02 -04:00