-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Conversation
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] <[email protected]>
…76.0 Bump webpack from 5.73.0 to 5.76.0
Korean Translation
- Thanks @saya6k
- Fixes 904
- 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 Report
@@ 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 |
There was a problem hiding this comment.
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
No description provided.