mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #13] [CLOSED] use dns-sd instead of mdns for discovery #779
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#779
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/librespot-org/librespot/pull/13
Author: @awiouy
Created: 1/28/2018
Status: ❌ Closed
Base:
master← Head:upstream_1📝 Commits (1)
0eec0bduse dns-sd instead of mdns for discovery📊 Changes
4 files changed (+22 additions, -30 deletions)
View changed files
📝
Cargo.lock(+10 -19)📝
Cargo.toml(+1 -1)📝
src/discovery.rs(+10 -9)📝
src/lib.rs(+1 -1)📄 Description
Congratulations for this repository and for the improvements it brings to Librespot.
I maintain the Librespot addon for LibreELEC. Librespot requires some modifications to adapt to LibreELEC. At the moment I use patches to modify Librespot, but patches are tedious to maintain. I would therefore be happy if these patches could be merged upstream. My pacthes are however too brutal to be merged as such. But my control of Rust is not good enough to propose something else.
I therefore need your help to adapt my patches.
Thank you in advance for your help.
This is the first of my three patches: use dns-sd instead of mdns.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.