MPlayer Resume Playback 1.6 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MPlayer Resume Playback 1.6 (Default branch)
# 1  
Old 01-01-2009
MPlayer Resume Playback 1.6 (Default branch)

MPlayer Resume Playback is a wrapper script for mplayer which saves the playback position of a file you are watching, and when you resume playing the file, will seek to where you last left off. It's most useful with remote control devices. License: Public Domain Changes:
Code cleanup. This release captures exit codes from mplayer so it doesn't remove the position if mplayer breaks on playback. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sm - mplayer wrapper with resume and more

This is a wrapper I use to play media files. If I quit I can restart, a big plus. #!/bin/bash # Title......: sm # Description: show media # Author.....: Mitchell Johnston - uid 0 # Contact....: mxj_97@yahoo.com #---------------------------------- # variables... (0 Replies)
Discussion started by: dragon-uid0
0 Replies
Login or Register to Ask a Question
DRADIO(5)							  DRadio Manuals							 DRADIO(5)

NAME
dradio - Danmarks Radio netradio player configuration file SYNOPSIS
~/.config/dradio/menu.xml DESCRIPTION
The dradio(1) configuration is a simple XML file with a list of menu items. This file should be edited, to reorder, to remove, or to add playlist URL's to fit your preferences. See dradio-config(1) for help to regenerate the configuration. CONFIGURATION FILE FORMAT
<menu> The root element. <item label="LABEL" src="SRC" type="[direct | playlist | rss]" /> A menu item. The LABEL attribute value is the display name of the channel/podcast. The SRC attribute value is the channel/podcast URL. The type attribute determines which kind of URL the SRC points to, and how mplayer must be invoked to play it. If the type is 'direct' no extra mplayer options are applied, if the type is 'playlist' the mplayer -playlist option is applied, if the type is 'rss' it is assumed SRC is a RSS 2.0 podcast URL. FILES
~/.config/dradio/menu.xml The menu configuration file. 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(1), dradio-config(1), mplayer(1) DRadio JANUAR 2009 DRADIO(5)