Commit Graph

1239 Commits

Author SHA1 Message Date
Luke Pulverenti
9b7f81c3c6 updated ffmpeg 2014-01-04 22:50:29 -05:00
Luke Pulverenti
63836a625a fix class name collision 2014-01-04 10:41:35 -05:00
Luke Pulverenti
d994150c28 added cast icon to now playing bar to send current media to another client 2014-01-03 23:53:49 -05:00
Luke Pulverenti
1b1feb66cc display additional users in dashboard 2014-01-03 21:59:20 -05:00
Luke Pulverenti
2957a40d8d support adding additional users to sessions 2014-01-03 21:35:41 -05:00
Luke Pulverenti
e8e1978bb4 use collection terminology 2014-01-03 15:43:44 -05:00
Luke Pulverenti
5057ffec65 add custom collection sort orders to edit page 2014-01-03 15:32:27 -05:00
Luke Pulverenti
708ca5d32f added live channel playback 2014-01-02 23:58:22 -05:00
Luke Pulverenti
7ec31feea3 added music and game genre image downloading 2014-01-02 18:07:37 -05:00
Luke Pulverenti
1bea110fe6 web client touchups 2014-01-02 16:21:06 -05:00
Luke Pulverenti
bcb4b9da33 reduce image indicator sizes 2014-01-01 22:53:27 -05:00
Luke Pulverenti
7743b36bc9 add more methods to file system interface 2014-01-01 13:26:31 -05:00
Luke Pulverenti
2861ff68c9 updated mobile and tablet layouts in web client 2013-12-30 22:43:30 -05:00
Luke Pulverenti
722c5a92f3 support new genre images 2013-12-30 11:32:01 -05:00
Luke Pulverenti
f06105e688 restore progress bar on detail page 2013-12-29 23:35:27 -05:00
Luke Pulverenti
0c23a1a971 update built in studio images 2013-12-29 21:41:22 -05:00
Luke Pulverenti
2137a2436f make live tv channels playable 2013-12-29 13:53:56 -05:00
Luke Pulverenti
18abc62bc9 don't persist lazy loaded paths 2013-12-29 12:07:29 -05:00
Luke Pulverenti
ea97f1efcc be more tolerant of media folder names with invalid url chars 2013-12-29 09:54:11 -05:00
Luke Pulverenti
1e6afbaffa support manual downloading of studio images 2013-12-29 01:36:13 -05:00
Luke Pulverenti
dfec6b307b added new studio image provider 2013-12-29 00:32:03 -05:00
Luke Pulverenti
f9ec680145 graphical display of latest recordings 2013-12-28 18:09:24 -05:00
Luke Pulverenti
f225e4fa92 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-12-28 16:37:08 -05:00
Luke Pulverenti
04a52bcd6d display recording groups 2013-12-28 16:37:01 -05:00
Luke
4503fbe6cb Merge pull request #650 from tikuf/master
Add 480p+ with higher bitrate as default
2013-12-28 09:57:19 -08:00
Luke Pulverenti
6d15c55327 allow custom language per item 2013-12-28 11:58:13 -05:00
Luke Pulverenti
84eb8fc047 now playing bar fixes 2013-12-28 02:09:05 -05:00
Luke Pulverenti
2047f4bd49 change now playing bar to use jqm buttons 2013-12-27 23:42:40 -05:00
Luke Pulverenti
607b3482e1 use jqm listview for series recordings 2013-12-27 21:46:32 -05:00
Luke Pulverenti
1f7bbddb34 remove new indicator 2013-12-27 16:20:27 -05:00
Luke Pulverenti
79a51f6b3a new mobile web client menu 2013-12-27 16:10:06 -05:00
Luke Pulverenti
946f2ff98e change header icons to jqm buttons 2013-12-27 12:12:23 -05:00
Luke Pulverenti
68ab3acc3e updated search hint icons 2013-12-27 11:31:45 -05:00
Luke Pulverenti
e7a3a38b03 moved search into slide out panel 2013-12-27 11:18:42 -05:00
Luke Pulverenti
728e0003b2 minor mobile fixes 2013-12-27 00:13:19 -05:00
Luke Pulverenti
125c24ed56 new mobile dashboard menu 2013-12-27 00:08:37 -05:00
Luke Pulverenti
f4749aa519 fix top padding in mobile dashboard 2013-12-26 21:41:32 -05:00
Luke Pulverenti
92c1a9acb0 fix duplicate day name issue 2013-12-26 21:23:57 -05:00
Luke Pulverenti
b24a74b9eb abstract preferred metadata language per item 2013-12-26 19:23:58 -05:00
Luke Pulverenti
80df2d3d84 support opening remote control menu from dashboard 2013-12-26 14:24:12 -05:00
Luke Pulverenti
6e4a7594fc fix web socket attachment to session object 2013-12-26 13:46:38 -05:00
Luke Pulverenti
d9dac5269d added more options for block unrated 2013-12-26 11:53:23 -05:00
Luke Pulverenti
c27d378e34 split out parental controls into a separate edit page 2013-12-26 10:40:38 -05:00
Luke Pulverenti
c8cd49ffe7 remove book options from metadata page 2013-12-26 09:21:09 -05:00
Luke Pulverenti
47aeda67c5 added more metadata control 2013-12-26 01:17:19 -05:00
Luke
c9b835f44e Merge pull request #652 from abeloin/master
Linux fixes
2013-12-25 20:07:29 -08:00
Luke Pulverenti
f6304a4e6a removed developer tool setting 2013-12-25 22:55:59 -05:00
Luke Pulverenti
86989c71eb fix missing script reference 2013-12-25 22:46:40 -05:00
Luke Pulverenti
c24735332f minor dashboard cleanup 2013-12-25 22:44:26 -05:00
abeloin
113391680b 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