sil*_*sil 6 music software-recommendation media
我已经到了想要编写自己的音乐播放器的地步(这对我们所有人来说都是如此)。但是,我想做的所有事情都是基于 UI 的;重新实现管理库、读取 ID3 标签、创建播放列表等对我来说是愚蠢的。因此,我正在寻找一种音乐播放器,它不显示 UI(或可以隐藏该 UI),以便我可以实现自己的完全自定义的 UI,而无需构建所有基础设施。这个“底层”音乐播放器可能是一个带有远程控制套接字协议的curses接口;它可能是一个带有 Python 绑定的库;它可能是一个 Gtk 应用程序,它可以选择不显示其 GUI 并且可以通过 D-Bus 进行控制......我不知道。
我绝对希望这个“后端”做的事情:
我真的,真的,真的很喜欢但不是绝对必要的事情:
I've looked at a few alternatives and rejected them, but I might be wrong: if I'm wrong about any of these, do please correct me.
So, I'm looking either for explanations of how to do what I want with the above, or suggestions for alternative tools that I could use instead of those!
This command line player is a further development from XMMS. It comes with many features such as:
- play your music.
- manage your music library
- use collections to help you organise your music as you like
- allow you to control it using a variety of clients.
from the XMMS2 Wiki
There also is a lot of information on how to develop a client for XMMS2.
Another source of information on how things could be done in Python is the Exaile project.
| 归档时间: |
|
| 查看次数: |
1059 次 |
| 最近记录: |