tuijam
tuijam copied to clipboard
A fancy TUI client for Google Play Music
gmusicapi supports this through [get_genres](https://unofficial-google-music-api.readthedocs.io/en/latest/reference/mobileclient.html#gmusicapi.clients.Mobileclient.get_genres). Genres come with a tree-like structure with genres and subgenres. The top level genres should appear in the listing when a user enters an empty...
I’ve installed tuijam on a raspberry pi, and I’m getting an error when I run it. The error seems to come from `urwid` somehow, but tuijam first fails to restore...
I have uploaded tracks in my music library and liked the most of them, hence they should be shown in the 'Liked' playlist. However, tuijam does not even display them...
During long sessions that may involve temporary disconnections from the internet, the api connection can become invalid which will lead to exceptions upon further api calls. Should be a relatively...