gospt/README.md

43 lines
1.4 KiB
Markdown
Raw Normal View History

2023-01-08 08:19:26 +00:00
IF YOU ARE ON GITHUB.COM GO HERE INSTEAD: https://gitea.asdf.cafe/abs3nt/gospt
2023-01-08 05:10:00 +00:00
2023-01-08 16:17:14 +00:00
If you open an issue or PR on github I won't see it please use gitea. Register on asdf and open your PRs there
2023-01-08 05:10:00 +00:00
2023-01-10 02:09:16 +00:00
This project is still under heavy development and some things might not work or not work as intended. Don't hesitate to open an issue to let me know.
2023-01-08 05:11:39 +00:00
---
2023-01-07 16:20:37 +00:00
this will eventually be a tui most likely using bubble tea :)
2023-01-07 16:24:33 +00:00
to install:
```make build```
2023-01-08 05:01:07 +00:00
then
2023-01-07 16:24:55 +00:00
2023-01-07 16:24:33 +00:00
```sudo make install```
to use add your information to ~/.config/gospt/client.yml like this
```
---
2023-01-07 16:25:26 +00:00
client_id: ID
client_secret: SECRET
2023-01-07 16:24:33 +00:00
```
then
2023-01-09 07:02:35 +00:00
```gospt```
2023-01-07 16:24:33 +00:00
2023-01-09 07:02:35 +00:00
you will be asked to login, you will only have to do this the first time. After login you will be asked to select your default device, this will also only happen once. To reset your device run ```gospot setdevice```
2023-01-07 16:24:33 +00:00
2023-01-09 07:11:14 +00:00
To use the custom radio feature:
```gospt radio```
or hit ctrl+r on any track in the TUI. This will start an extended radio. To replenish the current radio run ```gospt refillradio``` and all the songs already listened will be removed and that number of new recomendations will be added.
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.
2023-01-09 08:12:40 +00:00
Very open to contributations feel free to open a PR :)