Skip to content

Commit

Permalink
Add some more info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Feb 19, 2020
1 parent 683f088 commit a7cdbe9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Desktop Spotify client using Qt as a simpler, lighter alternative to the official client. Inspired by spotify-tui.
# spotify-qt
A Spotify client using Qt as a simpler, lighter alternative to the official client. Inspired by [spotify-tui](https://github.com/Rigellute/spotify-tui).

Currently in a very early state and not usable quite yet.
Currently in beta. Most things should work, but don't be surprised when unexpected things happen.

## Known issues:
* Nothing is cached, so album art, playlists, etc. is fetched every time.
* Spotify API is pinged every second for updates.
* Probably very unstable.

## Not implemented yet:
* Library.
* Media controls (d-bus).
* Settings and log out.

0 comments on commit a7cdbe9

Please sign in to comment.