whatdoineed2do/Ray
fb32eca430
[web-src] url/http streams with known length are pausable
2019-05-12 11:08:59 +01:00
chme
aa0fd5b0cb
[web-src] Update dependencies and increase version to 0.5.1
2019-02-23 11:02:12 +01:00
chme
d1f866bd76
[web-src] Add data/media kind to queue item dialog with links to spotify
2019-02-23 11:02:12 +01:00
chme
df455ce069
[web-src] Make use of extended queue/item/add endpoint
...
Should speed up starting playback from the web ui (reduces number of web
api requests)
2019-02-23 11:02:12 +01:00
chme
d931385886
[web-src] Show track title for streams in bottom navbar
...
If queue item is a radio stream, title contains the radio stream name,
artist contains the artist of the current streaming song and album
contains the title of the current streaming song.
2019-02-23 11:02:12 +01:00
chme
6c546b522c
[web-src] Update dependencies and set internal version to 0.5.0
2019-02-20 10:35:35 +01:00
chme
7a30a50bd7
[web-src] Add info button to artist tracks, genre and spotify pages
2019-02-20 10:34:15 +01:00
chme
3bfc8d49ee
[web-src] Fix audio context creation in Safari
2019-02-20 10:34:15 +01:00
chme
38611f2a77
[web-src] Fix genre link in queue item dialog
2019-02-20 10:34:15 +01:00
chme
d0ee68b8e5
[web-src] Remove console log
2019-02-18 13:27:39 +01:00
chme
427bce765f
[web-src] Fix missing master volume icon
2019-02-18 13:06:09 +01:00
chme
c8f6cdd3d6
[web-src] Add link to mp3 stream in menu
2019-02-18 12:54:43 +01:00
chme
66cd6ca19f
[web-src] Support stream playback in chrome/firefox on android
2019-02-18 12:47:09 +01:00
chme
5c5c3e4a47
[web-src] Add links to Spotify artist/album in track details dialog
2019-02-18 11:18:55 +01:00
chme
99e0cfe6bb
[web-src] Fix error following genre links (add missing url encoding of genre name in url)
2019-02-17 11:33:23 +01:00
chme
d51f9b0722
[web-src] Add info buttons to album/artist/playlist/files pages
...
Adds a button to open the modal details dialog for
album/artist/playlist/directory
2019-02-17 11:24:30 +01:00
chme
dec916a7eb
[web-src] add mute button
2019-02-16 06:48:45 +01:00
chme
3b718ffb16
[web-src] Add option to stream audio from player web interface
...
The audio implementation is based on
https://github.com/rainner/soma-fm-player and makes use of the HTML5
Web Audio Context API.
2019-02-14 12:19:29 +01:00
chme
19c92df825
[web-src] Improve modal for queue items, if item is not part of the
...
library and adjust after renaming to "album_artist_id"
2019-02-14 08:24:03 +01:00
Christian Meffert
90a7c120c3
Merge pull request #689 from chme/web_podcasts
...
Improve podcasts views in player web interface
2019-02-13 15:47:22 +01:00
whatdoineed2do/Ray
b730a22408
[web-src] make consistent with other modals for links for album,album artist,genre
2019-02-12 09:21:39 +00:00
chme
46995197ff
[web-src] Only include media_kind music in music browse page
2019-02-10 08:21:15 +01:00
chme
72792d1e31
[web-src] Show progressbar for podcast track in progress
2019-02-10 08:21:15 +01:00
chme
52d685d6be
[web-src] Add buttons to mark podcast track as new/played
2019-02-10 08:21:15 +01:00
chme
78ca795814
[web-src] Show new (unplayed) episodes in podcasts page
2019-02-10 08:21:15 +01:00
chme
d0e11457ee
[htdocs] Rebuild player web interface v0.4.2
...
- Updated dependencies
- Allow connecting to websocket over wss://
2019-01-23 09:51:13 +01:00
Tyler Ball
0da24a3f90
support serving web interface via https proxy
2019-01-23 09:51:13 +01:00
chme
d45c7961af
[htdocs/web-src] Update dependencies and rebuild player web interface
...
Fixes vulnerability in webpack-dev-server
2019-01-05 08:32:07 +01:00
chme
4ebf77896a
[htdocs] Rebuild player web interface v0.4.0
...
- Only add/play tracks matching the genre in the genre pages
- Add new files page
- Workaround for the issue that forked-daapd cannot pause playback for
stream or a pipe
- Listen for "database" events to properly update the library stats and
display the correct links on the top nav bar
2019-01-05 07:43:08 +01:00
chme
9198dbc8a9
[web-src] Update library stats after "database" event
...
Fixes missing display of audiobooks/podcasts link in top navbar after
adding the first audiobook/podcast (library updated through inotify and
not with a full scan)
2019-01-05 07:43:08 +01:00
chme
f2ea608a49
[web-src] Stop playback if playing a stream or a pipe
...
forked-daapd can not pause playback from a stream or a pipe and returns
an error and aborts playback in that case. This works around this issue
by stopping playback if the now playing item is a stream or a pipe.
2019-01-05 07:43:08 +01:00
chme
c4cfbe024f
[web-src] Files view
2019-01-05 07:43:08 +01:00
whatdoineed2do/Ray
b39e472e2a
[web-src] genre play/add to Q uses genre track lists and not the album tracks (which may incl tracks of other genres)
2019-01-05 07:43:08 +01:00
chme
ef68e00b03
[htdocs] Rebuild player web interface v0.3.0
...
- fix for play shuffle
- index based navigation for artists, albums, genres, genre
albums/tracks
- dedicated genre tracks page
- refactor modal dialogs into separate components
- refactor list item components into functional components
- show queue item modal dialog in now playing page
- add composer to track and queue item modal dialog
- show cover artwork in album modal dialog
- reduce timeout for scroll behavior (should reduce ugly jumps
navigating to different routes)
2018-12-24 06:38:45 +01:00
chme
427772e3c8
[web-src] Add rating to track details
2018-12-24 06:38:45 +01:00
chme
7d4bf8e75e
[web-src] Fix building index list for genre/album tracks (use title_sort instead of title)
2018-12-24 06:38:45 +01:00
chme
67af2cc6a9
[web-src] Refactor showing notification after queue add action
2018-12-23 10:35:34 +01:00
chme
b0bfa6be60
[web-src] Change style for info button in now playing page
2018-12-23 09:31:05 +01:00
chme
2a3bcead37
[web-src] Fix generating id for index nav (name_sort instead of name)
2018-12-23 09:31:05 +01:00
chme
7714558043
[web-src] Update dependencies
2018-12-23 09:31:05 +01:00
chme
c423266b73
[web-src] Add visual indication that for index nav
2018-12-23 09:31:05 +01:00
chme
7b07d9cee7
[web-src] Fix margin/padding top for media item lists in pages with index navigation
2018-12-23 09:31:05 +01:00
chme
11179f7ac5
[web-src] Add index navigation to artist tracks page
2018-12-23 09:31:05 +01:00
chme
8b37039b15
[web-src] Rename PageTracks to PageArtistTracks
2018-12-23 09:31:05 +01:00
chme
bb9bf36de7
[web-src] Reduce size of icon + text for actions in dialog footer
2018-12-23 09:31:05 +01:00
chme
63be54313f
[web-src] Show cover art in spotify album dialog
2018-12-23 09:31:04 +01:00
chme
1d5d6f4858
[web-src] Add index button list to genre album/tracks page and generate index-id-tag in ListItemXXX
2018-12-23 09:31:04 +01:00
chme
1d21b7cc1d
[web-src] Only show index button list if more than one entry is present
2018-12-23 09:31:04 +01:00
chme
f8f23ced86
[web-src] Reduce timeout for scroll behavior to 10 ms
2018-12-23 09:31:04 +01:00
chme
eefacbbf55
[web-src] Play single podcast track and do not add whole podcast as
...
context
2018-12-23 09:31:04 +01:00