Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.68 #918

Merged
merged 15 commits into from
Aug 12, 2023
Merged

3.68 #918

merged 15 commits into from
Aug 12, 2023

Conversation

jaedb
Copy link
Owner

@jaedb jaedb commented Aug 12, 2023

No description provided.

dependabot bot and others added 15 commits March 15, 2023 03:53
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.73.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
- When in index, but tracks are not, our callbackAction is not triggered
- Send and consume our `callbackAction` as per Playlists
- Added support to our `ensureLoaded` handler; This will need some observation and testing to ensure there is no knock-on issues (possibly double-ups?)
- Replacing with GitHub Sponsors
- Fixes #911
- Making it easier to switch current device streaming on/off
- Refactor `Stream` to functional component
@codecov
Copy link

codecov bot commented Aug 12, 2023

Codecov Report

Merging #918 (06c33e3) into master (5ef872a) will increase coverage by 16.48%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #918       +/-   ##
===========================================
+ Coverage   11.89%   28.38%   +16.48%     
===========================================
  Files         169        6      -163     
  Lines        9640      842     -8798     
  Branches       73        0       -73     
===========================================
- Hits         1147      239      -908     
+ Misses       8493      603     -7890     

see 162 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -73,7 +73,8 @@ doc_root = /usr/share/snapserver/snapweb/
# stream URI of the PCM input stream, can be configured multiple times
# Format: TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT]
#stream = pipe:///tmp/snapfifo?name=default
stream = pipe:///tmp/snapfifo?name=Default&sampleformat=48000:16:2&controlscript=meta_mopidy.py
stream = pipe:///tmp/snapfifo?name=Mopidy&sampleformat=48000:16:2&controlscript=meta_mopidy.py
stream = librespot:///librespot?name=Spotify
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Means that out-of-the-box, Snapcast server will accept streams from Spotify Connect. Requires use of snapserver > 1.1.0

@jaedb jaedb merged commit 43f1cd4 into master Aug 12, 2023
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants