chme
24d9dbdc0f
[web-src] Allow pausing all http streams
2019-07-14 07:28:35 +02:00
Christian Meffert
e608b763ef
Merge pull request #752 from whatdoineed2do/db-queue-quality
...
db queue to incl media quality info
2019-07-09 20:19:10 +02:00
chme
f5c94ace76
[web-src] Rename component for consistency
2019-07-07 08:24:34 +02:00
chme
03c50ba81e
[web-src] Fix navbar links not working with burger menu visible
2019-07-06 15:21:29 +02:00
chme
7d9f6738eb
[web-src] Add helper function to append max size to artwork url
2019-07-06 09:21:47 +02:00
chme
02478becf0
[web-src] Small styling changes for the navbar/burger menu
...
- remove arrows from volume and setting dropdown links
- display categories in burger menu with bold text for better visual seperation
2019-07-06 08:31:00 +02:00
chme
eaea9bd4f8
[web-src] Fix missing pause-button for spotify songs
2019-06-15 13:26:18 +02:00
whatdoineed2do/Ray
48568678ea
[web-src] queue/track modal displays codec type/bitrate/samplerate/channels
2019-06-12 16:53:48 +01:00
chme
3650a7573f
[web-src] Restyling of queue save modal dialog
2019-05-30 11:23:22 +02:00
whatdoineed2do/Ray
ed9f05ac30
[web-src] 'save playlist' from PageQueue functionality
2019-05-30 07:24:39 +02:00
chme
509141ebe3
[web-src] change styling of url-modal, default to play the stream and
...
set focus after showing the modal
2019-05-28 22:48:58 +02:00
Christian Meffert
cbd8d8a44d
Merge pull request #740 from whatdoineed2do/library-https-stream
...
[library] accept https:// streams
2019-05-18 07:36:45 +02:00
whatdoineed2do/Ray
20c36cb48f
[web-src] PageQueue: new button to add URL streams outside of library to queue
2019-05-12 11:21:34 +01:00
whatdoineed2do/Ray
fb32eca430
[web-src] url/http streams with known length are pausable
2019-05-12 11:08:59 +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
38611f2a77
[web-src] Fix genre link in queue item dialog
2019-02-20 10:34:15 +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
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
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
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
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
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
2a3bcead37
[web-src] Fix generating id for index nav (name_sort instead of name)
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
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
e874276bdb
[web-src] Refactor spotify modal dialogs into a separate components
2018-12-23 09:31:04 +01:00
chme
6e61c703be
[web-src] Cleanup ListItemQueue and ModalDialogAlbum
2018-12-23 09:31:04 +01:00
chme
8f391ecd6a
[web-src] Make ListItemXXX functional components
2018-12-23 09:31:04 +01:00
chme
219d9df024
[web-src] Add composer to track and queue item dialogs
2018-12-23 09:31:04 +01:00
chme
382036687a
[web-src] Refactor ListItemAlbum to be a functional component
...
This should improve performance of long album lists.
2018-12-23 09:31:04 +01:00
chme
6cd714a4f8
[web-src] Add cover artwork to album dialog
2018-12-23 09:31:04 +01:00
chme
5e85e0b024
[web-src] Refactor details modal dialogs into separate components
...
This will allow to open a dialog outside of the ListItem component. Also
reduces the size of the generated DOM tree by only including one dialog
per page (per object type) and not for each list item.
2018-12-23 09:31:04 +01:00
chme
95b1cfc70b
[web-src] Index based navigation for artists, albums, genres
2018-12-23 09:31:04 +01:00
chme
c97f94fec2
[web-src] Starting playback now explicitely turns shuffle mode on/off
...
Additionally some small refactoring to make starting playback for an uri
easier.
2018-11-23 14:11:02 +01:00
whatdoineed2do/Ray
ef9a275c78
[webui] add genre tab mirroring album/artist functionality
2018-11-23 14:11:02 +01:00
chme
388c8868d5
[web-src] Update spotify-web-api and adapt to simpified playlist
...
endpoints
2018-11-23 14:11:02 +01:00
chme
e72fd88fb9
[web-src] Add "Add next" button to modal dialogs for
...
album/artist/track/playlist details
2018-11-23 14:11:02 +01:00
chme
d5ab294172
Merge forked-daapd-web into forked-daapd
2018-10-01 12:54:15 -07:00