Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tux0529/naviplayer
A simple Subsonic/Navidrome client.
https://github.com/tux0529/naviplayer
ffmpeg music-player navidrome qt self-hosted subsonic subsonic-client
Last synced: about 1 month ago
JSON representation
A simple Subsonic/Navidrome client.
- Host: GitHub
- URL: https://github.com/tux0529/naviplayer
- Owner: tux0529
- Created: 2024-12-05T01:22:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T02:24:05.000Z (about 2 months ago)
- Last Synced: 2024-12-05T03:22:50.396Z (about 2 months ago)
- Topics: ffmpeg, music-player, navidrome, qt, self-hosted, subsonic, subsonic-client
- Language: Roff
- Homepage:
- Size: 67.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# naviPlayer
naviPlayer是用Qt + FFMpeg写的Subsonic兼容的音乐客户端,现有优秀客户端有[Sonixd](https://github.com/jeffvli/sonixd), [Feishin](https://github.com/jeffvli/feishin), [音流](https://music.aqzscn.cn/),但他们都是基于web构建,占用内存太大,我尝试了音流,启动就占用内存200M,稍点几下就奔300M了,特别是专辑列表没有分页,500张专辑拉到底部内存占用就到600M了,我的丐版macmini真的有点吃不消,所以才用Qt开了这个坑。
我是个业余玩家,边百度边写,希望能坚持下去。# 2024-12-05
有了一个雏形,能播放音乐了,有些功能有待完善。
![预览图](screenshots/home.png)
![预览图](screenshots/album-list.png)
![预览图](screenshots/album-info.png)