Commit graph

767 commits

Author SHA1 Message Date
Luke Pulverenti 60508e1dd8 reverting http result factory change 2014-01-11 22:29:47 -05:00
Luke Pulverenti 2a444a70e5 added sorting for series recordings 2014-01-11 18:07:56 -05:00
Luke Pulverenti 57a2a30989 added automatic restart option 2014-01-11 15:13:18 -05:00
Luke Pulverenti 7f57ef0689 support configurable transcoding temporary path 2014-01-11 13:58:50 -05:00
Luke Pulverenti ef8b02d285 added dvdlib for better dvd runtimes 2014-01-11 00:49:18 -05:00
Luke Pulverenti ec4000404d rework text subtitles 2014-01-10 08:52:01 -05:00
Luke Pulverenti 247a40fa61 add console logging during startup 2014-01-08 23:44:51 -05:00
abeloin 65dcf32da4 Added missing condition for managed System.Data.SQLite.dll 2014-01-08 06:32:42 -05:00
Luke Pulverenti 2e499c60e0 add new tab to series timer page 2014-01-08 00:25:21 -05:00
Luke Pulverenti 650dc0ccac added new search params 2014-01-07 15:12:39 -05:00
Luke Pulverenti 5392ff4da4 added a new encoding settings page under advanced 2014-01-07 13:39:35 -05:00
Luke Pulverenti b4ac51aa10 Added SupportsAutoRunAtStartup 2014-01-05 20:59:21 -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 a01ee815fb added HasUpdateAvailable 2014-01-05 01:50:48 -05:00
Luke Pulverenti d957c0da04 fixes #575 - Enforce playable media types 2014-01-05 00:34:22 -05:00
Luke Pulverenti d365e1df23 fixes #574 - Add ability to report playable media types 2014-01-05 00:34:06 -05:00
Luke Pulverenti f1a4832175 added cast icon to now playing bar to send current media to another client 2014-01-03 23:53:49 -05:00
Luke Pulverenti f93fb4650c display additional users in dashboard 2014-01-03 21:59:20 -05:00
Luke Pulverenti 135168b0e0 support adding additional users to sessions 2014-01-03 21:35:41 -05:00
Luke Pulverenti 6da4231244 fixed sports grouping bug 2014-01-03 15:43:54 -05:00
Luke Pulverenti ecc6fcfbab add custom collection sort orders to edit page 2014-01-03 15:32:27 -05:00
Luke Pulverenti ede84702d1 added live channel playback 2014-01-02 23:58:22 -05:00
Luke Pulverenti a5be2523c5 added music and game genre image downloading 2014-01-02 18:07:37 -05:00
Luke Pulverenti a9f243e8c4 reduced size of image indicators 2014-01-02 16:21:21 -05:00
Luke Pulverenti 1e88b1ef9f web client touchups 2014-01-02 16:21:06 -05:00
Luke Pulverenti e80cbe5b64 reduce image indicator sizes 2014-01-01 22:53:27 -05:00
Luke Pulverenti b9d17c9bc7 add more methods to file system interface 2014-01-01 13:26:31 -05:00
Luke Pulverenti 6f969ab468 add more info to playback events 2013-12-30 12:18:18 -05:00
Luke Pulverenti 9e391bcffc support new genre images 2013-12-30 11:32:01 -05:00
Luke Pulverenti 858be5d788 update built in studio images 2013-12-29 21:41:22 -05:00
Luke Pulverenti 8c34f863fb make live tv channels playable 2013-12-29 13:53:56 -05:00
Luke Pulverenti 3488cfecbd make lazy loaded paths more nimble 2013-12-29 09:12:29 -05:00
Luke Pulverenti feff0c711f added new studio image provider 2013-12-29 00:32:03 -05:00
Luke Pulverenti 052e632a97 graphical display of latest recordings 2013-12-28 18:09:24 -05:00
Luke Pulverenti 73255b6073 display recording groups 2013-12-28 16:37:01 -05:00
Luke Pulverenti 28b0ff1e75 allow custom language per item 2013-12-28 11:58:13 -05:00
Luke Pulverenti 72412038a8 updated sqlite 2013-12-27 10:02:57 -05:00
Luke Pulverenti 2a5d4c9069 minor mobile fixes 2013-12-27 00:13:19 -05:00
Luke Pulverenti 809ed093e8 save thumbs as landscape in compatible mode 2013-12-26 19:24:23 -05:00
Luke Pulverenti 44c0eba39d abstract preferred metadata language per item 2013-12-26 19:23:58 -05:00
Luke Pulverenti 14720063bc fix web socket attachment to session object 2013-12-26 13:46:38 -05:00
Luke Pulverenti 4b4c5635af fixed special episode sorting 2013-12-26 12:14:57 -05:00
Luke Pulverenti e6359469b6 removed lazy loading of users 2013-12-26 09:20:30 -05:00
Luke Pulverenti ce51973a80 fixed overflow exception in alphanum comparer 2013-12-26 09:20:04 -05:00
Luke Pulverenti 25db52003c added more metadata control 2013-12-26 01:17:19 -05:00
Luke 7c8424bf61 Merge pull request #652 from abeloin/master
Linux fixes
2013-12-25 20:07:29 -08:00
Luke Pulverenti 74f0d8bdbe minor dashboard cleanup 2013-12-25 22:44:26 -05:00
abeloin 320495a565 Add Mono conditon in Server.Implementations for Mono System.Data.SQLite version 2013-12-25 20:46:34 -05:00
abeloin 316500dca4 -Replaced Mono.Data.SQLite by System.Data.SQLite(ManagedOnly)
-Added System.Data.SQLite and Sqlite3 into ThirdParty
-Depending of the OS, System.Data.SQLite will look for:
  sqlite3.dll in Windows(Provided with the project)
  libsqlite3.so.0 in Linux(Need to be installed. ie yum install sqlite.i686)
  libsqlite3.dylib in MacOS X(!?)
  (See http://www.mono-project.com/Interop_with_Native_Libraries for more info)
2013-12-25 19:40:53 -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