You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using it with PyRadio, a curses app, and I have failed 😉
The thing I did was I put mpris.loop() in a separate thread, but then all my debug messages (using logging) are displayed in the terminal, breaking the interface...
It's obvious I don't know what I'm doing here...
Is there anything I can do?
The text was updated successfully, but these errors were encountered:
HI @alexdelorenzo
Is it possible to use it in a TUI application?
I tried using it with PyRadio, a curses app, and I have failed 😉
The thing I did was I put
mpris.loop()
in a separate thread, but then all my debug messages (using logging) are displayed in the terminal, breaking the interface...It's obvious I don't know what I'm doing here...
Is there anything I can do?
The text was updated successfully, but these errors were encountered: