Commit Graph

5868 Commits

Author SHA1 Message Date
dependabot[bot] 56f539a89b
Bump axios from 0.21.0 to 0.21.1 in /web-src
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 03:58:11 +00:00
ejurgensen 506959985b [xcode] Treat Apple Music like iTunes (closes #1152) 2020-12-26 12:57:43 +01:00
ejurgensen 14756c0d59 [outputs] Add nickname option for Airplay/Chromecast speakers (issue #1145) 2020-12-15 21:45:58 +01:00
ejurgensen 76cd982201 [rtsp] Shorten evrtsp timeouts, 45-50 sec is too long 2020-12-11 17:12:31 +01:00
ejurgensen 6aaf10914c
Merge pull request #1146 from timgates42/bugfix_typo_volume
docs: fix simple typo, volumne -> volume
2020-12-10 20:45:14 +01:00
Tim Gates 83605cd172
docs: fix simple typo, volumne -> volume
There is a small typo in README_ALSA.md.

Should read `volume` rather than `volumne`.
2020-12-09 22:06:06 +11:00
ejurgensen 1d5691be2f [artwork] Refactor artwork_get() and fix issue #1139
artwork_get() would return error for non-file images that shouldn't be
rescaled, which was a bit weird. This makes artwork_get() more straight-
forward.

Also fix issue #1139 simply by not calling artwork_get() in cases were
queue_item->artwork_url is an old temp file (in source_item_pipe_get).
2020-11-28 21:27:58 +01:00
ejurgensen d1a1f6c59c [pipe] Log when artwork is written to temp file 2020-11-28 21:27:58 +01:00
whatdoineed2do/Ray 4082f9e215 [library] Add function to delete playlist by id that directly
invalidates the REST API client caches
2020-11-28 08:27:52 +01:00
Christian Meffert 234a4f5b4b
Merge pull request #1136 from johnappletree/patch-1
Update PageBrowseRecentlyAdded.vue
2020-11-28 06:51:49 +01:00
johnappletree 96c9424575
Update PageBrowseRecentlyAdded.vue
Remove the last 8 weeks as this in my case resulted in an empty list. Furthermore, increase limit to get more entries in the list.
2020-11-24 21:46:56 +01:00
ejurgensen b72fda76c8
Merge pull request #1135 from uvjustin/check-utf8-icy-metadata
Check utf-8 in metadata_packet_get
2020-11-24 10:16:35 +01:00
Justin Wong 0f5393633a Check utf-8 in metadata_packet_get 2020-11-23 23:31:00 +08:00
Christian Meffert 9bcbeb1f1a
Merge pull request #1120 from chme/mpd
MPD fixes
2020-11-22 11:41:17 +01:00
chme 59bac6b068 [mpd] Add missing OK response line, if multiple commands are sent
without beeing wrapped in a command list
2020-11-22 11:33:40 +01:00
chme ccaa7967bf [mpd] Fix nextsong/nextsongid in status cmd response 2020-11-22 11:33:40 +01:00
Christian Meffert 17e7df84fb
Merge pull request #1133 from chme/web_next
[web] Fix switching to Spotify search with empty query
2020-11-22 11:19:10 +01:00
Christian Meffert c155a5c533
Merge pull request #1129 from chme/remove-admin-html
Remove (legacy) admin web interface
2020-11-22 11:15:49 +01:00
chme 3fbe16ac1b [library] Directly notify listeners of db changes after adding new items 2020-11-22 11:09:31 +01:00
chme 2d9e0528e1 [docs] Update INSTALL.md - remove reference to admin.html 2020-11-22 10:27:10 +01:00
chme 95b798f44f [htdocs] Delete legacy admin web interface (all functionality is
implemented in the player web interface settings)
2020-11-22 10:27:10 +01:00
chme 13e8103962 [httpd/spotify] Remove redirect to legacy admin.html page 2020-11-22 10:27:10 +01:00
chme 09009f8d77 [htdocs] Rebuild v0.8.3 2020-11-22 10:19:15 +01:00
chme 075d8d1c22 [web-src] Update to v0.8.3 2020-11-22 10:19:00 +01:00
chme b7369afc50 [web-src] Fix switching to Spotify search with empty query 2020-11-22 10:17:37 +01:00
Christian Meffert b8a66a92cf
Merge pull request #1130 from chme/codeql
[gh-actions] Add codeql config file to exclude compiled js, html, css
2020-11-22 09:58:18 +01:00
ejurgensen b6a686866a [xcode] Retry with default probe size if quick probe fails (issue #1126) 2020-11-21 20:40:30 +01:00
ejurgensen 04fa902b01 [xcode] Change open_input() to return ffmpeg error 2020-11-21 20:40:30 +01:00
ejurgensen eea3a3bd27 [xcode] Fix memleak on open input error 2020-11-21 20:40:30 +01:00
ejurgensen a0830727dd
Merge pull request #1131 from whatdoineed2do/rss-playlistitems-deletion-fix
[rss] defer playlistitems purge til ready to update with new rss
2020-11-21 20:31:38 +01:00
whatdoineed2do/Ray 2e69f5dac6 [rss] defer playlistitems purge til ready to update with new rss
Current impl fetches pl, purge pl items, fetch RSS, inserts entries.  If the RSS
fetch fails (remote server is temporary unreachable) the playlistitems for that
RSS are all dropped.

This has a side effect that RSS playlists cannot be determined from tracks (see
issue #1126) and thus cannot be deleted.

Simple fix to defer playlist item purge to the point that the RSS fetch is ok
and before the inserts
2020-11-21 14:01:39 +00:00
chme 5bb3cb1006 [gh-actions] Add codeql config file to exclude compiled js, html, css 2020-11-21 13:04:21 +01:00
Christian Meffert f192b6dd2e
Merge pull request #1128 from chme/web_next
Player web interface v0.8.2
2020-11-21 12:04:22 +01:00
chme ba0aa969b2 [htdocs] Rebuild player web interface v0.8.2 2020-11-21 11:59:29 +01:00
chme 94bdd18648 [web-src] Fix missing cover update for streams 2020-11-21 11:59:28 +01:00
chme 070f5bb8a9 [web-src] Fix Spotify search for single type 2020-11-21 11:08:26 +01:00
chme cbfea854d2 [web-src] Search tab buttons now trigger search 2020-11-21 11:06:18 +01:00
chme ee6419041a [web-src] Update dependencies and set version to v0.8.2 2020-11-21 10:01:38 +01:00
Christian Meffert afb4594602
Merge pull request #1127 from whatdoineed2do/web-podcast-delete-typo
[web-src] typo blocking podcast deletion dialog
2020-11-21 09:51:56 +01:00
whatdoineed2do/Ray c0ba076e2b [web-src] typo blocking podcast deletion dialog 2020-11-20 19:07:46 +00:00
ejurgensen e3308a464b Merge branch 'castfix2' 2020-11-18 23:29:00 +01:00
ejurgensen 695927de2a [artwork] Remove old artwork_get_xxx in favor of new which has a format arg 2020-11-18 23:23:05 +01:00
ejurgensen a9e6497be2 [cast] Increase packet buffer 2020-11-18 23:13:00 +01:00
ejurgensen 572c15a04d [cast] Remove some unused MEDIA_xxx commands 2020-11-18 23:13:00 +01:00
ejurgensen bb8719718a [cast] Rename state enums, don't use MEDIA any more 2020-11-18 23:13:00 +01:00
ejurgensen d5f5e312ab [cast] Add config option for max_volume, like for Airplay 2020-11-18 23:13:00 +01:00
ejurgensen c21266d26f [cast] Use RTCP ACKs/nACKs from device to control how packets are sent
Previously we just sent packets when ready, which especially during startup
meant a largish number of packets got sent rapidly. This seemed to cause audio
glitches. With this change the rate is adapted to follow ACKs from the device,
which is more in line with Chromium's way, though still far from the same.

Also added capability to resend packets when a nACK is received.

Also some wip attempts at sending coverart as VP8 video.
2020-11-18 23:13:00 +01:00
ejurgensen dff64e3dd0 [raop] Remove endian includes, now included via rtp_common.h 2020-11-18 23:13:00 +01:00
ejurgensen 06d1d7273d [player] Add a basic RTCP parser for Chromecast packets
Also put the endian includes in the header, both raop.c and cast.c will need
them.
2020-11-18 23:13:00 +01:00
ejurgensen cd9fa019dd [misc] Add NTOSTR() macro
Get the string value of a number definition
2020-11-18 23:13:00 +01:00