Releases: DECE2183/yamusic-tui
Releases · DECE2183/yamusic-tui
v0.6.0
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
v0.5.0
Playlist control and UI improvements
- Ability to create, delete and rename playlists;
- Ability to add and remove tracks from a playlist;
- Shorter control description with ability to show all keys;
- Search has been expanded to search by albums and playlists (configurable behavior, disabled by default);
- Automatically hides the side panel when the window becomes too narrow;
- Fixed various bugs with jumping and overflowing UI.
Note
Added new fields in config file. Refer to the READEME.md for a new config template.
v0.4.2
Bug fixes and volume control
- Volume control;
- Fixed endless track skip after rewind;
- Fixed broken window resizing on Windows (bubbletea update);
- Fixed empty playlists due to captcha request (thanks to @bulatorr).
Note
Added new fields in config file. Refer to the READEME.md for a new config template.
v0.4.1
v0.4.0
Search and fixes
- Search by tracks and artists;
- Config refactoring;
- Bug fixes.
Note
Some field names in config was changed. Refer to the READEME.md for a new config template.