Update 'Home'
parent
4d181a4ef0
commit
6b4fbe02f8
24
Home.md
24
Home.md
@ -1,12 +1,3 @@
|
||||
# FAQ
|
||||
## Does gospt stream music or do I need to run a Spotify client separately?
|
||||
|
||||
Yes you need to run a Spotify client such as [spotifyd](https://github.com/Spotifyd/spotifyd), [librespot](https://github.com/librespot-org/librespot) or the official Spotify client.
|
||||
|
||||
## Do I need Spotify premium?
|
||||
|
||||
Yes.
|
||||
|
||||
# Installation
|
||||
|
||||
## From AUR
|
||||
@ -47,11 +38,11 @@ fish: ```/usr/share/fish/vendor_completions.d/gospt.fish```
|
||||
bash: ```/usr/share/bash-completions/completions/gospt```
|
||||
|
||||
# Configuration
|
||||
go here https://developer.spotify.com/dashboard/applications to make a spotify application. you will need a client ID and a client secret. Set your redirect uri like this:
|
||||
you will need a spotify developer application. Go here to create one https://developer.spotify.com/dashboard/applications. you will need the client ID and a client secret from your application. Once your application is created set your redirect uri like this:
|
||||
|
||||
```http://localhost:8888/callback```
|
||||
|
||||
add your information to ~/.config/gospt/client.yml like this
|
||||
add your client_id and client_secret to ~/.config/gospt/client.yml like this
|
||||
|
||||
```
|
||||
client_id: "idgoeshere"
|
||||
@ -122,7 +113,16 @@ use "gospt --help" to see this page
|
||||
|
||||
```gospt refillradio``` deletes all played songs from the radio and fills it with new ones
|
||||
|
||||
## Common Problems
|
||||
# FAQ
|
||||
## Does gospt stream music or do I need to run a Spotify client separately?
|
||||
|
||||
Yes you need to run a Spotify client such as [spotifyd](https://github.com/Spotifyd/spotifyd), [librespot](https://github.com/librespot-org/librespot) or the official Spotify client.
|
||||
|
||||
## Do I need Spotify premium?
|
||||
|
||||
Yes.
|
||||
|
||||
# Common Problems
|
||||
### Error trying to play
|
||||
|
||||
Make sure you have a device selected by pressing ```d``` while viewing the TUI or by running ```gospt selectdevice``` and choosing a device.
|
||||
|
Loading…
Reference in New Issue
Block a user