文件名称:ncspot:跨平台ncurses受Rust编写的用Rust编写的Spotify客户端等
文件大小:203KB
文件格式:ZIP
更新时间:2024-03-26 01:01:06
Rust
ncspot ncurses使用librespot用Rust编写的Spotify客户端。 它受到ncurses MPD客户端(例如ncmpc)的极大启发。 我的动机是为官方客户端提供一种简单且资源友好的替代方案,并支持当前没有Spotify客户端的平台,例如* BSD。 资源占用量比较 在播放期间使用Linux上的ps_mem测量: 客户 私人记忆 共享内存 全部的 ncspot 22.1 MiB 24.1 MiB 46.2 MiB Spotify 407.3 MiB 592.7 MiB 1000.0 MiB 要求 在macOS上 ncspot可通过Homebrew获得: brew install ncspot 。 在Linux上 锈 Python 3(构建rust-xcb依赖关系所需) libpulse-dev (或portaudio-dev ,如果要使用PortAu
【文件预览】:
ncspot-master
----Cargo.toml(2KB)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----Cargo.lock(108KB)
----src()
--------theme.rs(2KB)
--------spotify_url.rs(3KB)
--------ui()
--------main.rs(10KB)
--------sharing.rs(1KB)
--------playlist.rs(10KB)
--------track.rs(9KB)
--------spotify.rs(32KB)
--------album.rs(7KB)
--------config.rs(7KB)
--------commands.rs(17KB)
--------command.rs(13KB)
--------mpris.rs(22KB)
--------queue.rs(12KB)
--------episode.rs(3KB)
--------events.rs(994B)
--------library.rs(25KB)
--------traits.rs(2KB)
--------show.rs(5KB)
--------authentication.rs(5KB)
--------playable.rs(3KB)
--------artist.rs(6KB)
----LICENSE(1KB)
----README.md(9KB)
----screenshots()
--------screenshot.png(56KB)
--------screenshot-thumb.png(38KB)
----.gitignore(162B)