Commit Graph

210 Commits

Author SHA1 Message Date
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