03-30-2020, 01:13 PM
(03-29-2020, 11:02 PM)TheOldPresbyope Wrote: From the file doc/upmpdcli-manual.txt in the (recently relocated) upmpdcli repo
Quote:I'm a little lost in the different google authentication/sign-in methods,
but anyway:
- If you are using two way authentication, you will need to
link:https://www.lesbonscomptes.com/upmpdcli/github-issues/upmpdcli-html/issue-87.html[create
and use an app password].
- The interface needs an actual Android Device Id from a registered device
to fetch audio streams (but not to browse). The software will try to get
one from the list of registered devices, but if this does not work, you
may have to set it explicitely in the configuration.
Oddly, that page still exists even though the repo itself is elsewhere now.
Regards.
Kent
It appears it's using the deprecated api.login(), which is most likely why it fails from the GUI. The api.oauth_login() is now necessary, from what reading I've done.
What is strange is I've gone through the setup in Python but get stuck at the device_id part of the oauth_login. It just tells me I have an invalid id, even if I enter one from the list of "valid id's" it returns itself.