1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

1638 commits

Author SHA1 Message Date
Luke Pulverenti
2189c2e40f fix video stream without extension in url 2014-04-27 14:09:16 -04:00
Luke Pulverenti
b44c10384c added send to user mode 2014-04-27 13:54:43 -04:00
Tim Hobbs
a59b0ce027 Cast updates
Added some changes that were made to the official google demo this is
based on, plus a fix for getting the device name
2014-04-26 21:46:12 -07:00
Tim Hobbs
591484aec6 Minor cast refactor 2014-04-26 21:41:33 -07:00
Luke Pulverenti
57eb18290f add language to startup wizard 2014-04-27 00:35:04 -04:00
Luke Pulverenti
28ea06a627 add new notification features 2014-04-26 23:42:05 -04:00
Luke Pulverenti
b94fa3f72c add more notifications 2014-04-25 22:55:07 -04:00
Luke Pulverenti
7751d4f2a0 add new notification options 2014-04-25 16:47:56 -04:00
Luke Pulverenti
39eb56793a display timestamp info 2014-04-24 22:45:06 -04:00
Luke Pulverenti
30ebe3858b fixes #797 - Determine mpeg2ts timestamp info 2014-04-24 22:00:19 -04:00
Luke Pulverenti
d96a3f1074 fixes #778 - Security issue 2014-04-24 13:30:59 -04:00
Luke Pulverenti
e1e6972a1b updated dlna profiles 2014-04-24 01:08:10 -04:00
Luke Pulverenti
d1d9374ee8 unify didl generation 2014-04-23 12:29:21 -04:00
Luke Pulverenti
87acab5434 add correct media format profiles to res elements 2014-04-22 20:50:47 -04:00
Luke Pulverenti
408fae1db1 Fix CC runtime ticks value 2014-04-22 13:31:06 -04:00
Luke Pulverenti
d875667650 update dlna profiles 2014-04-22 13:25:54 -04:00
Luke Pulverenti
5ae3f86d2e support sending upnp events 2014-04-21 12:02:30 -04:00
Luke Pulverenti
d71c1a121f expose more dlna profile settings in the web interface 2014-04-20 21:36:12 -04:00
Luke Pulverenti
4cee826e91 dlna server fixes 2014-04-20 01:21:08 -04:00
Luke Pulverenti
33ea7f3a39 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2014-04-19 13:43:17 -04:00
Luke Pulverenti
99aed936db dlna fixes 2014-04-19 13:43:12 -04:00
Tim Hobbs
7495ac44b0 Cast updates
* Store runtimeTicks in customData for persistence on reload
* Enabled seeking
* Fix for pause/mute state
* Fix for slider enable/disable
2014-04-18 12:59:06 -07:00
Tim Hobbs
a463914607 Merge remote-tracking branch 'upstream/master' 2014-04-18 11:51:53 -07:00
Luke Pulverenti
ec163807cf support more dlna resource properties 2014-04-18 13:16:25 -04:00
Tim Hobbs
3acd06a3a5 Merge remote-tracking branch 'upstream/master' 2014-04-18 00:56:43 -07:00
Tim Hobbs
23b1c350b3 Volume slider fix 2014-04-18 00:56:38 -07:00
Luke Pulverenti
aa5f5fd65a add basic dlna server browsing 2014-04-18 01:03:01 -04:00
Luke
af093d1752 Merge pull request #786 from timhobbs/master
Chromecast updates
2014-04-16 14:45:39 -04:00
Tim Hobbs
98ad2eb595 Set default state 2014-04-15 21:52:35 -07:00
Tim Hobbs
16f2e53459 Cast updates 2014-04-15 20:49:49 -07:00
Luke Pulverenti
41a068e1b7 add new playback checkin endpoints 2014-04-15 22:17:48 -04:00
Luke Pulverenti
b6526b65d0 updated nuget 2014-04-15 00:23:08 -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
9f83edf9ec add new mirror mode 2014-04-13 13:27:13 -04:00
Luke Pulverenti
2835534c6d control remote players with now playing bar 2014-04-12 13:27:53 -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 Pulverenti
ad3f285ded remove chromecast ui 2014-04-10 11:49:46 -04:00
Luke Pulverenti
305646fa63 move lazy script 2014-04-10 11:33:42 -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
6805109fb4 Cast audio playback enhancements
* Instant mix works, but not sure about managing the mix
* Shuffle _should_ work, but same thing with mgmt

Receiver page has also been enhanced for music playback.
2014-04-10 04:12:48 -07:00
Tim Hobbs
dc2fc2f857 Cast playback time update 2014-04-09 21:26:06 -07:00
Tim Hobbs
e8084be0db More cast and lazy load updates 2014-04-09 21:12:04 -07:00
Tim Hobbs
df87f66b8d "People" fix
People that aren't in a file/show had an empty line that resulted in
staggered layout, so I added a non-breaking space for consistent layout
2014-04-09 20:48:51 -07:00
Tim Hobbs
f893f175cb Lazy loading enabled
All pages with lots of images now have lazy loading enabled. The
"animation" was removed since it made for a bit of an odd experience one
the 2nd visit to a page. On pages with lots of images this has a nice
impact as it only loads the images that the user can see initially. As a
user scrolls it loads the next ones up. It saves a lot of extra requests
initially.
2014-04-09 20:47:57 -07:00
Tim Hobbs
ab0941be90 Merge remote-tracking branch 'upstream/master' 2014-04-09 16:58:14 -07:00
Tim Hobbs
a500f154d8 Cast updates 2014-04-09 16:58:09 -07:00
Luke Pulverenti
d5163c5ded removed test code 2014-04-08 22:27:30 -04:00