This commit is contained in:
abs3nt 2023-01-09 23:39:44 -08:00
parent 754eac63a6
commit d6f8a890d8

View File

@ -9,6 +9,13 @@ Project Discord: [Join Here](https://discord.gg/nWEEK6HrUD)
to install: to install:
```yay -S gospt```
or to build from source
```git clone https://gitea.asdf.cafe/abs3nt/gospt```
```cd gospt```
```make build``` ```make build```
then then
@ -20,7 +27,7 @@ to use add your information to ~/.config/gospt/client.yml like this
--- ---
client_id: ID client_id: ID
client_secret: SECRET client_secret: SECRET
``` ```
then run then run
@ -38,7 +45,6 @@ or hit ctrl+r on any track in the TUI. This will start an extended radio. To rep
This radio uses slightly different logic than the standard spotify radio to give a longer playlist and more recomendation. With a cronjob you can schedule refill to run to have an infinite and morphing radio station. This radio uses slightly different logic than the standard spotify radio to give a longer playlist and more recomendation. With a cronjob you can schedule refill to run to have an infinite and morphing radio station.
To view help: To view help:
```gospt --help``` ```gospt --help```