thunner
thunner copied to clipboard
A curses Google Play Music client
Whether I use the actual account password or an app password, it just says "Connecting..." for a split-second and exists afterwards.
Sign-in codes are not supported in the configuration.
As mentioned in the Readme, storing passwords in plaintext on the FS isn't exactly secure. Obviously, this issue can help be reduced by using proper permissions on the file. In...
…#20) - Fixed 'KeyError: "track" ' (#20 fix) - Fixed 'get_all_playlist_ids' error (#20 fix) - Fixed 'TypeError: list indices must be integers, not str' by adding empty playlist - Fixed...
``` $ ./thunner Traceback (most recent call last): File "./thunner", line 442, in main() File "./thunner", line 292, in main library = api.get_all_songs() AttributeError: 'Webclient' object has no attribute 'get_all_songs'...
If a user has no playlists, the app will crash with the error `TypeError: list indices must be integers, not str` This can be avoided by changing the line `playlists...
Thunner exists with `/usr/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information,...
Doesn't look like it. I should also point out that I am using an application-specific password. foo@bar:~/code/thunner$ ./thunner Traceback (most recent call last): File "./thunner", line 442, in main() File...
I also had to change the music player to mpv instead of mplayer because mplayer does not support https.
Hey, right at the start, this comes up, but i am pretty sure, it is caused by the fact, that i did not install something right. ./thunner ./thunner: line 5:...