This commit is contained in:
abs3nt 2023-01-09 23:39:44 -08:00
parent 754eac63a6
commit d6f8a890d8
1 changed files with 8 additions and 2 deletions

View File

@ -9,6 +9,13 @@ Project Discord: [Join Here](https://discord.gg/nWEEK6HrUD)
to install:
```yay -S gospt```
or to build from source
```git clone https://gitea.asdf.cafe/abs3nt/gospt```
```cd gospt```
```make build```
then
@ -20,7 +27,7 @@ to use add your information to ~/.config/gospt/client.yml like this
---
client_id: ID
client_secret: SECRET
```
```
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.
To view help:
```gospt --help```