Partially implementation of Yandex Music API in Swift.
Thanks MarshalX for his API Yandex Music python library.
SPM Dependency
.package(url: "https://github.com/k-o-d-e-n/YandexMusic.git", from: "<%v%>")
Package also has simple console application to play your playlists and feed playlists.
It will the best for my weak computer on Linux :)
CPU
Memory
Usage
<executable> <CLIENT_ID[:CLIENT_SECRET]> [--options]
For example, MusicYa 1a3b5c7d9e:0z8x6y4w2q --vlc
.
Compile and run
swift build
swift run
Or generate and run Xcode project swift package generate-xcodeproj
.