aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.1
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-11-24 19:26:13 +0000
committerWeblate <noreply@weblate.org>2017-11-24 19:26:13 +0000
commit56890dfdacb3272808dfaedee7f4d9208f6d5acc (patch)
tree2da40ddecdc429da1e495b3136d0c9dc61ef56c3 /src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.1
parentTranslated using Weblate (Hungarian) (diff)
parentMerge pull request #512 from schnitzeltony/master (diff)
downloadlumina-56890dfdacb3272808dfaedee7f4d9208f6d5acc.tar.gz
lumina-56890dfdacb3272808dfaedee7f4d9208f6d5acc.tar.bz2
lumina-56890dfdacb3272808dfaedee7f4d9208f6d5acc.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.1')
-rw-r--r--src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.157
1 files changed, 57 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.1 b/src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.1
new file mode 100644
index 00000000..b2180e3d
--- /dev/null
+++ b/src-qt5/desktop-utils/lumina-mediaplayer/lumina-mediaplayer.1
@@ -0,0 +1,57 @@
+.Dd November 2, 2017
+.Dt LUMINA-MEDIAPLAYER 1
+.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