aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.8
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-20 15:00:15 -0500
committerKen Moore <ken@ixsystems.com>2017-11-20 15:00:15 -0500
commit8b2a4a09ac2b635ebadd05658f5f34e14d2601f9 (patch)
treebf0ebcbd0294e0155e403a83847b5b845745067d /src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.8
parentBump the LICENSE year in lumina-info, and disable the old theme engine. (diff)
downloadlumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.tar.gz
lumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.tar.bz2
lumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.zip
Add in the new manpages from Aaron St.John (lumina-docs repo).
Also adjust the "community support" shortcut to point to gitter rather than IRC.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.8')
-rw-r--r--src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.857
1 files changed, 57 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.8 b/src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.8
new file mode 100644
index 00000000..9db08575
--- /dev/null
+++ b/src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.8
@@ -0,0 +1,57 @@
+.Dd November 2, 2017
+.Dt LUMINA-MEDIAPLAYER 8
+.Os 1.3.3
+
+.Sh NAME
+.Nm lumina-mediaplayer
+.Nd a graphical utility to play media files and stream online radio
+services.
+
+.Sh SYNOPSIS
+.Nm
+.Op Fl -pandora
+.Op Ar FILES
+
+
+.Sh DESCRIPTION
+.Nm
+opens the graphical interface for the media player.
+The user can sync a Pandora account and stream music.
+The user can also create and manage a playlist of media files.
+.Pp
+Listing multiple files opens them in a playlist.
+It can open .mp3, .mp4, .flac, .acc, .mpeg2, and mpeg4 files.
+The user can use the command line to add songs by listing media file names.
+.Pp
+.Nm
+has one optional argument:
+.Bl -tag -width indent
+.It Ic --pandora
+Opens the interface on the Pandora account page.
+.El
+
+.Sh EXAMPLES
+.Pp
+.Dl % lumina-mediaplayer Downloads/Testing.mp3
+Opens the interface and adds Testing.mp3 into the playlist.
+.Dl % lumina-mediaplayer Downloads/Testing.mp3 Testing2.mp4
+Opens the interface and adds Testing.mp3 and Testing2.mp4 into the
+playlist.
+
+.Sh OPTIONAL RUNTIME DEPENDENCIES
+Installing other utilities can make more options available.
+These extra utilities are supported:
+.Pp
+.Bl -tag -width indent
+.It Ic pianobar
+This provides streaming from the Pandora online radio service.
+.El
+
+.Sh FILES
+.Bl -tag -width indent
+.It Pa /usr/local/bin/lumina-mediaplayer
+.El
+
+.Sh AUTHORS
+.An Aaron St. John and Tim Moore
+.Aq aaron@ixsystems.com
bgstack15