mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 08:35:58 +03:00
[GH-ISSUE #797] Broken README link #330
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#330
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?
Originally created by @marcospb19 on GitHub (Apr 21, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/797
Hey, thanks for the amazing software!
I think that there is a broken link in the
README, named "these docs" pointing to thespotifydrepo, to a"Logging"section that does not exist anymore.Commit where the
READMElink was added (specific line diff):github.com/Rigellute/spotify-tui@befb369d58 (diff-b335630551)The link itself:
https://github.com/Spotifyd/spotifyd#logging
Diff from
spotifydwhere the"Logging"section was deleted fromREADME:github.com/Spotifyd/spotifyd@cfef0ad92f (diff-b335630551)I do not have further information about how to fix it, because I found this issue after me and my friend having difficulties with no devices showing up in the devices list, so I think that this link being fixed would really help beginners to get it working.
I found the usability of
spotifydto be confusing, as this tool depends on it, a little little guide (or link to it) to help us troubleshoot it would be useful.@marcospb19 commented on GitHub (Apr 21, 2021):
I solved my problem, so it turns out that editing the
spotifydconfiguration file is required, this may sound obvious to those who understand how these pieces of software communicate and work, but to me it was very confusing, considering that the majority of tools I use have a configuration file, but you don't need to edit it.Telling the user "If you want to use it with
spotifyd, check this installation guide, set up your configuration file and then run the daemon", would already solve it imho, but I don't know if this should be a PR to this repository, or tospotifyd's one, and we just add a link here.@marcospb19 commented on GitHub (Apr 21, 2021):
(it is also unclear what are the required fields for
spotifyd's configuration file, I filled half of them and it worked)