mkloubert / vs-media-player

Visual Studio Code extension to control media players like Spotify or VLC directly from the editor.
MIT License
29 stars 5 forks source link

Add option to show album name, artist and customize track name bar length #8

Open pzmarzly opened 6 years ago

pzmarzly commented 6 years ago

VLC exports <info name='album'>NAME</info> and <info name='artist'>NAME</info>. Of course currently there is not enough space for those on the status bar section of the extension (sometimes even song name gets cut off), so an option to widen it would be nice.