Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@DECE2183 DECE2183 released this 30 Nov 20:12
· 2 commits to main since this release

Caching and system media controls integration

  • Automatic caching of liked or all listened tracks;
  • Ability to manually cache the currently listening track;
  • Integration with Linux Media Player Remote Interfacing Specification D-Bus interface;
  • Integration with Windows System Media Transport Controls (only for Windows 10/11).

Note

Added new fields in config file. Refer to the READEME.md for a new config template.

All cached tracks stored in the default system cache directory. ~/.cache/yamusic-tui on Linux and ~/AppData/Local/yamusic-tui on Windows.

If you want to use it on elder versions of Windows, or just want to disable the system media controls integration, you may build it using the nomedia build tag:

go build --tags nomedia