@stevenleeg, I reworked this to use the new login feature Simon added to the gmusicapi lib. It works for me, but I wanted to have you review it and see if we wanted to have feature flags or completely deprecate the old login since there were so many issues with it.
I updated the code and the README to re-illustrate how, using this new feature, you don't need to supply any credentials but the hashed device id. This is more secure and a more straight forward way than using the app password imho.
@stevenleeg, I reworked this to use the new login feature Simon added to the gmusicapi lib. It works for me, but I wanted to have you review it and see if we wanted to have feature flags or completely deprecate the old login since there were so many issues with it.
I updated the code and the README to re-illustrate how, using this new feature, you don't need to supply any credentials but the hashed device id. This is more secure and a more straight forward way than using the app password imho.
Lemme know if you have any questions.