From 6b4fbe02f82bcbf90fb6da3790217af736e6cc86 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Mon, 16 Jan 2023 19:04:43 -0800 Subject: [PATCH] Update 'Home' --- Home.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Home.md b/Home.md index 295826d..ce70d93 100644 --- a/Home.md +++ b/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.