资 源 简 介
This is epris, your small audio player!
Unlike xmms2 or mpd, it uses GStreamer and DBus.
It is written in Vala.
Like screenshots?
```sh
~/$ epr clear
~/$ epr add ~/Desktop/*.ogg
~/$ epr list
.. list your ~/Desktop/*.ogg
~/$ epr play
~/$ epr show
artist: "foobar"
uri: "http:///..."
other-tag: info
state: Playing
position: 0:00:09.793391000 / 0:02:10.833062500
~/$ epr seek 45%
~/$ epr skip
.. go to next track
~/$ epr stop
```
epr is the command line client.
epris is the D-Bus service, you don"t have to run it manually, it
will start and shutdown automatically.
It is based on excellent GStreamer playbin2. And it supports gap-less playback! (or almost)
Build dependency
GStreamer > 0.10
dbus-glib-1 > 0.70
If you want to build the from the va