Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > f5e6cbf72b866185e71451cdbb1a27ed > files > 1

epris-0.2-4.fc15.src.rpm

diff -uNr epris-0.2_old/epr.6 epris-0.2/epr.6
--- epris-0.2_old/epr.6	1970-01-01 05:30:00.000000000 +0530
+++ epris-0.2/epr.6	2011-12-11 17:20:30.680392324 +0530
@@ -0,0 +1,56 @@
+.TH "epr" 1
+.SH NAME
+epris \- A dbus service to listen to music
+.SH SYNOPSIS
+.B epris
+[OPTIONS]
+
+.SH DESCRIPTION
+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)
+
+.SH COMMANDS
+.TP
+\fBplay\fR
+Play
+.TP
+\fBstop\fR
+Stop
+.TP
+\fBadd\fR
+Add tracks to tracklist
+.TP
+\fBrm\fR
+Remove tracks from tracklist
+.TP
+\fBseek\fR
+Seek to a given position within track
+.TP
+\fBskip\fR
+Move within the tracklist (alias skip)
+.TP
+\fBlist\fR
+List tracks
+.TP
+\fBhelp\fR
+Display the help
+
+.SH OPTIONS
+.TP
+\fB\-\-help\fR
+Show help options
+.TP
+\fB\-\-version\fR
+Display the version number
+.TP
+\fB\-\-debug\-level=INT\fR
+Debug level (1-5)
+.TP
+\fB\-a, \-\-all=BOOL\fR
+Show extra commands
+
+.SH AUTHORS
+Marc-Andre Lureau <marcandre.lureau@gmail.com>
+
+Man page written by Ratnadeep Debnath <rtnpro@gmail.com>.