Commit Graph

199 Commits

Author SHA1 Message Date
T. Adams
aacfb6adf6 Add poster image to video player 2015-03-26 00:13:35 -07:00
Luke Pulverenti
8830ee7c30 update stream closing 2015-03-23 13:19:21 -04:00
Luke Pulverenti
ad2a1b493d use stream id's to close streams 2015-03-19 12:16:33 -04:00
T. Adams
7ab25fd11c Reuse existing audio track controls on desktop
Use new top trakc controls on mobile
Modify media queries to account for width of two extra buttons in mediaControls
Remove playlist index information to avoid cluttering UI
2015-03-13 23:24:42 -07:00
T. Adams
c97609181a Add playlist forward and back controls to video player 2015-03-13 01:58:50 -07:00
Luke Pulverenti
aa333d4a60 fix audio playback 2015-03-04 15:37:35 -05:00
Luke Pulverenti
f7bb1a627d update javascript connection manager to latest feature set 2015-02-15 19:33:06 -05:00
Luke Pulverenti
002139addb added SupportsExternalStream to MediaStream 2015-02-07 16:03:09 -05:00
Luke Pulverenti
622daeb572 fixes #1001 - Support downloading 2015-02-06 00:39:07 -05:00
Luke Pulverenti
51d5633ccf update translations 2015-02-02 11:49:33 -05:00
Luke Pulverenti
aa576157fc don't save metadata when video content type is unset 2015-01-04 00:55:34 -05:00
Luke Pulverenti
b06fdda96d revise endpoint attributes 2014-11-14 21:31:03 -05:00
Luke Pulverenti
c6064c9e96 fixes #944 - Add card views 2014-11-10 22:41:19 -05:00
Luke Pulverenti
f2358f0a65 added new cabac value 2014-10-23 00:26:01 -04:00
Luke Pulverenti
8ff293076b fix case sensitive file names 2014-10-09 18:22:04 -04:00
Luke Pulverenti
12f4de7741 resolve moviedb issues 2014-10-07 21:37:45 -04:00
Luke Pulverenti
19f2c8bdfb update ConnectionManager 2014-10-03 21:42:38 -04:00
Luke Pulverenti
b89eafa799 Add user cinema mode setting 2014-10-01 20:28:16 -04:00
Luke Pulverenti
698fe57e53 switch to new CC url 2014-09-18 00:50:21 -04:00
Luke Pulverenti
6a1701ff3c add bitrate setting to preferences 2014-09-16 21:38:50 -04:00
Luke Pulverenti
6350971623 remember display mirroring 2014-08-25 22:30:52 -04:00
Luke Pulverenti
668f8ba11f update translations 2014-08-14 09:24:30 -04:00
Luke Pulverenti
69682bd717 add activity log feature 2014-08-10 18:13:17 -04:00
Luke Pulverenti
cd1e583fa7 improve poster sizing 2014-08-01 22:34:45 -04:00
Luke Pulverenti
68e7007105 added cloud sync model objects 2014-07-21 21:29:06 -04:00
Luke Pulverenti
640fc18b21 update translations 2014-07-20 00:46:29 -04:00
Luke Pulverenti
b23a0a14c1 disable chunked encoding for images 2014-07-17 18:21:35 -04:00
Luke Pulverenti
433cee5164 added new device profiles 2014-07-16 23:17:14 -04:00
Luke Pulverenti
c5a40e9616 create localStorage abstraction 2014-07-15 15:16:16 -04:00
Luke Pulverenti
eeafc46d94 add one year tolerance to movie lookups 2014-07-04 15:17:22 -04:00
Luke Pulverenti
41825781d2 fixes #762 - Marking unwatched doesn't update display 2014-07-03 22:22:57 -04:00
Luke Pulverenti
5bec78f61f update to jquery mobile 1.4.3 2014-07-02 14:34:08 -04:00
Luke Pulverenti
683e6f472c #514 - Support HLS seeking 2014-07-01 17:13:32 -04:00
Luke Pulverenti
0a3876a9b1 add tagline to editing interface 2014-06-28 22:30:20 -04:00
Luke Pulverenti
eab5e1812e update video player layout 2014-06-28 15:35:30 -04:00
Luke Pulverenti
d01c2a0ba9 add short overview 2014-06-25 11:12:39 -04:00
Luke Pulverenti
b9aac88766 dlna fixes 2014-06-22 01:52:31 -04:00
Luke Pulverenti
d39aecd4a5 fix vtt with chrome 2014-06-18 12:08:54 -04:00
Luke Pulverenti
dd1f6487b0 re-enable chromecast, not functional yet 2014-06-18 01:15:51 -04:00
Luke Pulverenti
4beb349afe fixes #839 - Support getting latest channel items 2014-06-15 19:30:04 -04:00
Luke Pulverenti
77b267a916 seek with vtt subs 2014-06-14 22:58:00 -04:00
Luke Pulverenti
e91b7de7b5 subtitle fixes 2014-06-14 22:37:12 -04:00
Luke Pulverenti
6b1c289d0c replace all images when using identify function 2014-06-14 22:24:04 -04:00
Luke Pulverenti
462766c0db chapter downloading fixes 2014-06-11 22:38:40 -04:00
Luke Pulverenti
f977419f95 added IsTextSubtitleStream 2014-06-11 16:57:18 -04:00
Luke Pulverenti
741ba6a543 Support subtitle offset 2014-06-11 15:31:33 -04:00
Luke Pulverenti
c4cedff7b4 add channel downloading settings 2014-06-02 15:32:41 -04:00
Luke Pulverenti
06d87cc76f Display more content on home page 2014-05-29 15:34:20 -04:00
Tim Hobbs
9d62fb3c7f Video player full browser window 2014-05-28 13:05:35 -07:00
Luke Pulverenti
5677ce1011 factor device pixel ratio into downloaded image size 2014-05-23 19:58:28 -04:00
Luke Pulverenti
8cadabcbe5 rename channel category to channel folder 2014-05-23 10:09:58 -04:00
Tim Hobbs
a52e4c4158 Fix for IE autoplay/controls
IE is non-standard regarding the autoplay property. IE uses
autoplay="autoplay"
http://msdn.microsoft.com/en-us/library/ie/ff974744(v=vs.85).aspx
2014-05-14 18:46:16 -07:00
Luke Pulverenti
dc6dbcf469 add new subtitle preferences 2014-05-12 18:30:32 -04:00
Luke Pulverenti
20836ec2f6 Add remote control chapter menu 2014-05-12 14:04:25 -04:00
Luke Pulverenti
a05a6dbd46 Do better to make sure hls files are cleaned up 2014-05-09 00:38:12 -04:00
Luke Pulverenti
b39a9e4797 fixed subtitle downloading 2014-05-08 01:04:39 -04:00
Luke Pulverenti
aa5f5fd65a add basic dlna server browsing 2014-04-18 01:03:01 -04:00
Luke Pulverenti
b7235c797f support theme songs in the web client 2014-04-14 23:54:52 -04:00
Luke Pulverenti
b8c3e8c777 fixes for chrome 35 2014-04-13 14:25:22 -04:00
Luke Pulverenti
85a08beb3e audio/video player fixes 2014-04-11 23:48:57 -04:00
Luke Pulverenti
bd697d36fc extract nowplayingbar into standalone widget to work with any player 2014-04-11 11:36:25 -04:00
Luke
b7c828e294 Merge pull request #777 from timhobbs/master
Cast updates and lazy loading
2014-04-10 11:17:36 -04:00
Luke Pulverenti
d14503c09a beginning dlna server 2014-04-10 11:06:54 -04:00
Tim Hobbs
ab0941be90 Merge remote-tracking branch 'upstream/master' 2014-04-09 16:58:14 -07:00
Luke Pulverenti
9ee76d4555 update translations 2014-04-08 22:12:17 -04:00
Tim Hobbs
32c1badcd9 Video fixes
Variable collision caused some issues - sorted
2014-04-08 16:12:09 -07:00
Luke Pulverenti
1a1efc1646 fixes #317 - Pausing for too long stops media & hitting play goes back to the previous restore point 2014-04-06 22:06:09 -04:00
Tim Hobbs
424718b05a Video stops if paused 5 minutes
Per trello card
2014-04-06 12:38:31 -07:00
Luke Pulverenti
e72026f55c chromecast updates 2014-04-06 13:53:23 -04:00
Luke Pulverenti
55bfb651b6 add latest translations 2014-04-02 17:55:19 -04:00
Tim Hobbs
e21c8d2194 Fixed typo 2014-03-31 14:43:49 -07:00
Tim Hobbs
47d87ccfe8 Video player updates
* All buttons shown all the time
* Added time feedback when dragging position slider
2014-03-31 14:39:12 -07:00
Luke Pulverenti
355c3dcb42 stub out web client media controller 2014-03-29 11:40:32 -04:00
Luke Pulverenti
14fa584289 create separate media encoding project 2014-03-27 15:30:21 -04:00
Tim Hobbs
8216e6d956 Video player "menu" button added
Toggles display of all appropriate video controls for video player sizes
< 100%
2014-03-25 12:48:54 -07:00
Tim Hobbs
d1c477a76f Fullscreen fix
So weird, because I was changing this to try and get rid of the vertical
scrollbar, but... Whatever.
2014-03-24 20:26:54 -07:00
Luke Pulverenti
7058b9e879 rename MediaVersions to MediaSources 2014-03-22 12:16:43 -04:00
Luke Pulverenti
7a9d65a367 rework media versions to be based on original item id 2014-03-21 23:35:03 -04:00
Tim Hobbs
fd0c1ec8ae Merge remote-tracking branch 'upstream/master' 2014-03-21 11:40:54 -07:00
Luke Pulverenti
0f37c36d24 support choosing optimal video version 2014-03-21 00:52:46 -04:00
Tim Hobbs
474422a286 Merge remote-tracking branch 'upstream/master' 2014-03-20 21:44:00 -07:00
Luke Pulverenti
02a810cf1e fixes #712 - multi-version grouping 2014-03-20 23:31:40 -04:00
Tim Hobbs
10e282094e Enable remote "fullscreen" command
This is really only pseudo-fullscreen, as the js fullscreen API doesn't
allow fullscreen without user interaction.
2014-03-20 12:12:10 -07:00
Tim Hobbs
c806ef8d65 Media player updates
* Separate code for video player
* Audio player code reverted to pre-video player updates
2014-03-20 01:34:54 -07:00
Tim Hobbs
d388e3ae4b Video player updates
* Removed js to add class name for 4:3 aspect ratio
* Added min/max width for video to try and eliminate layout issues
2014-03-18 17:55:46 -07:00
Tim Hobbs
2131f0f895 Media player fixes
* Fix for hidden audio player
* Fullscreen hover fix
2014-03-18 12:57:32 -07:00
Tim Hobbs
b5b21349f9 Fix for stacking notifications
Video player just plays over the top
Max-height set on footer to display 3 stacked messages
2014-03-17 20:41:42 -07:00
Luke Pulverenti
fdda8549ba restore footer fluidity 2014-03-17 21:45:28 -04:00
Tim Hobbs
d48854dda8 Allow notification display when video playing
Users can interact with notifications in windowed mode
2014-03-17 16:59:25 -07:00
Tim Hobbs
37fb510a2d Merge remote-tracking branch 'upstream/master' 2014-03-17 15:47:22 -07:00
Tim Hobbs
96e64c4f1f Video player fixes
Mobile playback fixed - video no longer hidden by default and unhidden
on playing
Footer notifications fixed
2014-03-17 15:37:05 -07:00
Luke Pulverenti
7dcf71e256 expand device identification 2014-03-17 10:48:16 -04:00
Tim Hobbs
941824a5fb Footer hide fix
Had to hide() before the append()
2014-03-14 14:37:33 -07:00
Tim Hobbs
20b21fd1f4 Footer hide 2014-03-14 14:29:17 -07:00
Tim Hobbs
d02fcffade Merge branch 'master' of https://github.com/timhobbs/MediaBrowser 2014-03-14 14:16:07 -07:00
Tim Hobbs
de64ab5394 Video player fixes
Fix for proper cleanup after playback stopped/fullscreen stop
Fix for fullscreen after navigation
2014-03-14 14:16:01 -07:00
Tim Hobbs
43dd77b685 4:3 aspect fix
Forgot to commit this. That is what I get for working in 2 environments
:)
2014-03-14 21:11:58 +00:00
Tim Hobbs
a2336fb26c Fix for video playback error cleanup
Also added a little logging - trying to determine why certain videos
just won't work in IE
2014-03-11 00:54:10 +00:00
Tim Hobbs
97e9b8ceea Major video player overhaul
Updates, enhancements and some bug fixes too.
2014-03-08 00:09:45 -08:00