chme
1ff0b36c76
[web-src] Update warning text for top menu setting
2020-10-18 09:44:59 +02:00
chme
d4a5286268
[web-src] Keep the search text when switching to/from Spotify search
2020-10-18 09:44:59 +02:00
chme
758ae1f31a
[web-src] Update web interface version to 0.8.1
2020-10-17 12:11:13 +02:00
chme
432c27042b
[web-src] Fix javascript exception in music browse page
2020-10-17 12:09:01 +02:00
chme
99437b3ceb
[web-src] Add option to artist albums list to sort by release date
2020-10-17 12:07:27 +02:00
chme
f9c184cc75
[web-src] Reduce size of empty search result message
2020-10-17 11:42:50 +02:00
Christian Meffert
4331153966
Merge pull request #1082 from chme/web_next
...
Player web interface v0.8.0
2020-10-17 08:01:16 +02:00
chme
a15f382302
[htdocs] Rebuild player web interface
2020-10-17 07:51:42 +02:00
chme
2fe5cc722d
[web-src] Fix "Update" dropdown not closing on click-outside
2020-10-17 07:50:37 +02:00
chme
5c3c0be348
[web-src] Rename "About" to "Update Library"
2020-10-17 07:43:40 +02:00
chme
be66b0082c
[web-src] Fix wording for albums filter
2020-10-17 07:43:40 +02:00
chme
2cb1a1754b
[web-src] Add threshold to observe visibility
...
Hopefully fixes the "show options button" in list views to always be correctly working after page load.
2020-10-17 07:43:40 +02:00
chme
048b245155
[web-src] Only show Spotify filter if Spotify is enabled
2020-10-11 09:02:54 +02:00
chme
7dccee9407
[web-src] Fix index link for unavailable release year
2020-10-11 08:48:23 +02:00
chme
6fcdab08ee
[web-src] Add metadata to artist details
2020-10-11 07:53:52 +02:00
chme
efb647d013
[web-src] Artists/albums list sort + filter
2020-10-11 07:53:52 +02:00
chme
a6061f2a66
[web-src] Add dependency bulma-switch
2020-10-11 07:53:52 +02:00
chme
8bc3fcd109
[web-src] Refine hide/show index lists
2020-10-11 07:53:52 +02:00
chme
8eee018d15
[web-src] Add dependencies for vue-scrollto and vue-observe-visibility
2020-10-11 07:53:52 +02:00
chme
1384aef891
[web-src] Move option "up" button out from IndexButtonList component
2020-10-11 07:53:51 +02:00
chme
ee4ec0c9eb
[web-src] Refactor track and playlis listings
2020-10-11 07:53:51 +02:00
chme
43899d198f
[web-src] Update dependencies and set version to 0.8.0
2020-09-27 19:24:39 +02:00
chme
886754e6ad
[web-src] Audiobooks index list
2020-09-27 19:24:39 +02:00
chme
f4f80f3508
[web-src] Only filter albums/artists if "hide singles" is enabled
2020-09-27 19:13:07 +02:00
chme
d29f56f3eb
[httpd] Add "max-age=0" to Cache-Control header to force browsers to
...
always revalidate cached content
2020-09-27 19:13:07 +02:00
chme
91ec155ecd
[web-src] Refactor albums lists to use new ListAlbums component
2020-09-27 19:13:07 +02:00
chme
83af581785
[web-src] Allign display of audiobook album with music album
2020-09-27 19:13:07 +02:00
chme
3b8b28c125
[web-src] Rename audiobook pages for consistency
2020-09-27 19:13:07 +02:00
chme
dbcd391331
[web-src] Refactor album+artist lists and add audiobooks artist page
2020-09-27 19:13:07 +02:00
chme
bfa2497dd5
[web-src] Add metadata fields to album dialog
2020-09-27 19:13:07 +02:00
chme
c26606ed37
[web-src] Further improvements of audiobooks authors page
2020-09-27 19:13:07 +02:00
chme
e44d21f6d6
[web-src] Add search for audiobooks and podcasts
2020-09-27 19:13:07 +02:00
whatdoineed2do/Ray
ee49d48fbc
[web-src] Apply patch from whatdoineed2do for playlist dialog
2020-09-27 19:13:07 +02:00
chme
111d3675bf
[web-src] Only use track uris if playlist has a random track list
2020-09-27 19:13:07 +02:00
whatdoineed2do/Ray
1d80a0fa06
[web] playlist page 'play' uses tracks alreaady retreived instead of playlist_id
2020-09-27 19:13:07 +02:00
chme
20a2c96b2a
[jsonapi] Add boolean field "random" to playlist
...
The new field "random" is true for smart playlists with an order by
clause "random", otherwise it is false. This allows clients to handle
randomly generated playlists differently from static playlists.
2020-09-27 19:13:07 +02:00
chme
dd811e6c70
[jsonapi] Prevent browsers to cache playlist tracks
...
The tracks of a smart playlist might change between library rescans.
Allowing them to be cached based on the last rescan timestamp
("Last-Modified" header in the response) leads to potentially showing
incorrect track listing if a cached version is used. Thus the response
for playlist tracks should never be cached by the browser (this is
achieved with setting "Cache-Control" header to "no-store").
2020-09-27 19:13:07 +02:00
Tucker Kern
39b14ff8d4
Use relative paths in web interface to ease reolcation or proxying
2020-09-27 19:13:07 +02:00
chme
f8257a1f55
[web-src] Hide cover artwork in lists if disabled in settings
2020-09-27 19:13:07 +02:00
chme
6f4970545f
[web-src] Turn "radio" into top level item and allow customization of
...
visible menue items
2020-09-27 19:13:07 +02:00
chme
023436c959
[settings] Add support for (optional) default values and remove default
...
value functions for artwork
2020-09-27 19:13:07 +02:00
chme
e86aa95d89
[settings] Add new setting for "webinterface"
...
- add settings to show/hide menu items in the top nav bar
- add setting to show/hide cover artwork in album lists
2020-09-27 19:13:07 +02:00
chme
4e353d4c36
[web-src] Lazy creation of generated cover artwork
...
This should improve the performance in large album listings by only creating the generated image for covers that are displayed.
2020-09-27 19:13:07 +02:00
chme
d0e4153859
[web-src] Show cover artwork in Spotify album listings
2020-09-27 19:13:07 +02:00
chme
48e766e1ae
[web-src] Show cover artwork in album listings
2020-09-27 19:13:07 +02:00
chme
9c4c25f507
[web-src] Start implementing audiobooks authors page
2020-09-27 19:13:07 +02:00
Christian Meffert
1258427afc
Merge pull request #1090 from chme/spotify-release-date
...
Map release date for Spotify tracks + fix release data being off by one day
2020-09-24 06:44:23 +02:00
ejurgensen
81c776fc4a
[player] Fixup commit 1f45967
2020-09-21 17:18:09 +02:00
ejurgensen
1f45967481
[player] Fix autoselect so it also applies when there are no selected devices (second attempt)
...
Second attempt at fixing regression in version 27.2. First attempt was commit 2345885
.
Closes #1091 .
2020-09-21 17:12:18 +02:00
chme
a28c6ba1d6
[spotify] Scan album info during saved playlists scan (if available)
2020-09-19 08:00:26 +02:00