Richienb / audic

Play some audio.
MIT License
68 stars 9 forks source link

Is there a way to get metadata from vlc? #12

Open eriqjaffe opened 2 years ago

eriqjaffe commented 2 years ago

As the title says - I can easily get the source via audic.src, but that just seems to return whatever string I feed to audic.play(). Is there a way of communicating with the vlc instance to pull metadata (artist, title, album, etc.)?

Richienb commented 2 years ago

PR welcome to cache calls to info() when the media starts playing and create a getter for the title and other important metadata.