Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dradio(1) [debian man page]

DRADIO(1)							  DRadio Manuals							 DRADIO(1)

NAME
dradio - Danmarks Radio netradio player SYNOPSIS
dradio [--nologo] [--notitle] [MPLAYER_OPTIONS]... dradio --help, -h dradio --version DESCRIPTION
dradio is a Danmarks Radio (DR) netradio, podcast, and TV player. It is a terminal based frontend to mplayer(1) that collects the available channels/podcasts for convenient browsing. OPTIONS
MPLAYER_OPTIONS Options are passed to the mplayer child process, e.g. 'dradio -nocache' will turn off mplayer caching. See mplayer(1) for a descrip- tion of the available options. --help, -h Print help message and exit. --version Print the version number and exit. --nologo Do not show DR logo. --notitle Do not try to update the title/icon text of the terminal with the currently playing menu item name. KEYBOARD CONTROL
k/j or up/down Navigate menu 1 item up/down. ctrl-b/ctrl-f or pgup/pgdown Navigate menu 1 page up/down. / and * Decrease/increase volume. < and > Previous/next podcast. left and right Seek backward/forwards 1 minute in podcasts. shift-left and shift-right Seek backward/forward 10 minutes in podcasts. t Toggle show DR logo. p Toggle pause. q Quit. When playing streaming TV or video podcasts see mplayer(1) for keyboard controls. FILES
~/.config/dradio/menu.xml The menu configuration file. See dradio(5) for further details. ~/.config/dradio/out.log mplayer stdout is redirected here. ~/.config/dradio/err.log mplayer stderr is redirected here. ~/.config/dradio/input.conf The mplayer input.conf configuration file. See mplayer(1) for further details. http://www.dr.dk/netradio/wmp.asp DR netradio direct links page. http://www.dr.dk/Podcast DR podcast direct links page. AUTHOR
Jess Thrysoee <jess@thrysoee.dk> SEE ALSO
dradio(5), dradio-config(1), mplayer(1), ncurses(3NCURSES) DRadio JANUAR 2009 DRADIO(1)

Check Out this Related Man Page

GNOME-MPLAYER(1)					      General Commands Manual						  GNOME-MPLAYER(1)

NAME
gnome-mplayer - a simple GUI for MPlayer SYNOPSIS
gnome-mplayer [options] files... gnome-mplayer [options] cdda:// gnome-mplayer [options] [dvd|dvdnav]:// gnome-mplayer [options] [http|mms|rtsp]:// gnome-mplayer [options] /dev/[sd*|dvd|cdrom] DESCRIPTION
This manual page documents briefly the gnome-mplayer command. gnome-mplayer provides a simple and clean interface to MPlayer. GNOME MPlayer has a rich API that is exposed via DBus. Using DBus you can control a single or multiple instances of GNOME MPlayer from a single command. GNOME MPlayer can be used to play media on websites when used in conjunction with Gecko Mediaplayer. Homepage: http://kdekorte.googlepages.com/gnomemplayer INTERACTIVE CONTROL
Many of the keyboard shortcuts in gnome-mplayer are the same as those found in mplayer. Here is a list of more of the commonly used short- cuts. Keyboard Controls Media Position Right Arrow - Fast Forward Left Arrow - Fast Reverse Page Up - Seek 10min forward Page Down - Seek 10min backward Up Arrow - Seek 1 min forward Down Arrow - Seek 1 min backward Space - Pause p - Pause Video Adjustment 1 - Contrast down 5 2 - Contrast up 5 3 - Brightness down 5 4 - Brightness up 5 5 - Hue down 5 6 - Hue up 5 7 - Saturation down 5 8 - Saturation up 5 Playback Adjustment [ - Play 10% slower ] - Play 10% faster { - Half speed playback } - Double speed playback Volume Adjustement 9 - Volume down 10 0 - Volume up 10 m - Mute Audio and Subtitle Track Adjustment # - Switch Audio Track j - Subtitle select v - Subtitle visibility + - Increase Audio Delay - - Decreate Audio Delay z - Decrease Subtitle Delay x - Increate Subtitle Delay Other Options Ctrl-D - Show/Hide file details Ctrl-P - Show/Hide playlist Ctrl-F/F - Un/Fullscreen q - Quit immediately OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. Help Options: -?, --help Show summary of options --help-all Show all help options --help-gtk Show GTK+ Options Application Options: --window=WID Window to embed in -w, --width=X Width of window to embed in -h, --height=Y Height of window to embed in --controlid=CID Unique DBUS controller id --playlist File Argument is a playlist -v, --verbose Show more output on the console --reallyverbose Show even more output on the console --fullscreen Start in fullscreen mode --softvol Use mplayer software volume control --mixer=MIXER Mixer to use --volume Set initial volume percentage --showcontrols=[0|1] Show the controls in window --showsubtitles=[0|1] Show the subtitles if available, defaults to 1 (yes) --autostart=[0|1] Autostart the media. Default is 1, set to 0 to load but don't play --disablecontextmenu Disable popup menu on right click --disablefullscreen Disable fullscreen options in browser mode --loop Play all files on the playlist forever -q, --quit_on_complete Quit application when last file on playlist is played --random Play items on playlist in random order --cache Set cache size --forcecache Force cache usage on streaming sites --disabledeinterlace Disable the deinterlace filter --disableframedrop Don't skip drawing frames to better keep sync --disableass Use the old subtitle rendering system --disableembeddedfonts Don't use fonts embedded on matroska files --vertical Use Vertical Layout --showplaylist Start with playlist open --showdetails Start with details visible --rpname=NAME Real Player Name --rpconsole=CONSOLE Real Player Console ID --rpcontrols=Control Name,... Real Player Console Controls --subtitle=FILENAME Subtitle file for first media file --tvdevice=DEVICE TV device name --tvdriver=DRIVER TV driver name (v4l|v4l2) --tvinput=INPUT TV input name --tvwidth=WIDTH Width of TV input --tvheight=HEIGHT Height of TV input --tvfps=FPS Frames per second from TV input --single_instance Only allow one instance --replace_and_play Put single instance mode into replace and play mode --large_buttons show interface with bigger icons, useful for touchscreens --always_hide_after_timeout control bar will always slide away, useful for small screens --new_instance Ignore single instance preference for this instance --keep_on_top Keep window on top --disable_cover_art_fetch Don't fetch new cover art images --display=DISPLAY X display to use AUTHOR
gnome-mplayer was written by Kevin DeKorte <kdekorte@gmail.com>. June 06, 2009 GNOME-MPLAYER(1)
Man Page