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

Device Name in Spotify remains "Librespot" ulbi/spotifyd#1 #1197

Merged
merged 4 commits into from
Mar 28, 2023

Conversation

ulbi
Copy link
Contributor

@ulbi ulbi commented Mar 26, 2023

No description provided.

…r networks" #2

the device_id should not be the name, but something more unique.
Switched back to the session id.
@ulbi ulbi closed this Mar 26, 2023
@ulbi ulbi reopened this Mar 26, 2023
Copy link
Member

@eladyn eladyn left a comment

Choose a reason for hiding this comment

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

Oh, nice catch! Good that you discovered that before the release. 🙈

Now that we're at it, at least from my testing, we can remove this restriction. (and the corresponding comment in the docs)

Apart from that, could you please run cargo fmt on that, otherwise CI will complain.

@eladyn eladyn added this to the v0.3.5 milestone Mar 26, 2023
@ulbi
Copy link
Contributor Author

ulbi commented Mar 26, 2023

Oh, nice catch! Good that you discovered that before the release. 🙈

Now that we're at it, at least from my testing, we can remove this restriction. (and the corresponding comment in the docs)

Apart from that, could you please run cargo fmt on that, otherwise CI will complain.

Thanks for the feedback. Did run cargo fmt and dropped the space limitations as well. Hopefully it will go through now.
BTW: I did add a log entry for the device_id - need this for monitoring and regularly checking whether the spotifyd is still running in it's docker container.

Copy link
Member

@eladyn eladyn left a comment

Choose a reason for hiding this comment

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

Two last comments, after that I think we're good to go.

src/setup.rs Outdated Show resolved Hide resolved
docs/src/config/File.md Show resolved Hide resolved
@eladyn eladyn linked an issue Mar 27, 2023 that may be closed by this pull request
6 tasks
Copy link
Member

@eladyn eladyn left a comment

Choose a reason for hiding this comment

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

Looks good and works. Thank you!

@eladyn eladyn merged commit ec75498 into Spotifyd:master Mar 28, 2023
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.

Spotifyd registers twice in spotify connect
2 participants