Output currently playing to text file #1364
Replies: 4 comments
-
Are you on Linux or Windows? On Linux MPRIS already exists to broadcast currently playing info to the system. If you write a script that pulls from that then it will work with any player. (Check out the cli app |
Beta Was this translation helpful? Give feedback.
-
I personally am on Linux and am aware of that solution. However Windows users don´t have that option. |
Beta Was this translation helpful? Give feedback.
-
I think you could abuse the Listen Along feature for this. |
Beta Was this translation helpful? Give feedback.
-
There is SMTC on Windows which is the Windows equivalent of MPRIS. Its a little more obtuse to develop for, this post I found goes over it https://stackoverflow.com/questions/65011660/how-can-i-get-the-title-of-the-currently-playing-media-in-windows-10-with-python |
Beta Was this translation helpful? Give feedback.
-
Mostly for streaming purposes, but having the ability to output currently playing info to a text file to then be picked up by OBS or otherwise would really be handy!
Beta Was this translation helpful? Give feedback.
All reactions