-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Song command broken on windows #1814
Comments
Spotify is not supported on Windows. See Line 2928 in 0ce03cf
I don't know, if possible, how to get the song info from spotify on Windows. |
Is |
https://www.freedesktop.org/wiki/Software/dbus/#Windowsport according to this link, "The Windows port from the windbus and dbus4win projects was merged into the freedesktop dbus development branch several years ago, and is released as part of dbus. Thanks to all the past and current contributors to that port. It is known that the Windows port runs on Windows Vista, 8, 10 and server variants. Supported compilers/SDK are MSVC, mingw-w32/w64(gcc) and cygwin(gcc)." So dbus might be ported to windows, but not sure on how well it would work, since ive never used it. |
You could try to install dbus and change
to
That's the only idea I have. |
You could use Microsoft.Windows.SDK.Contracts and Windows.Media.Control to get it Here's the application if you don't want to build it yourself just put this into your .conf file
Enjoy you could always build yourself too, here's the code for it: Program.cs
yourproject.csproj
|
Description
Song command always shows unknown artist, album and song. Tested with VLC and Spotify.
If theres smth wrong with the report, please let me know and ill try to provide if you need smth
Neofetch version
7.1.0
Screenshot
Config file
Verbose log
https://pastebin.com/ng2eJDyv
The text was updated successfully, but these errors were encountered: