You are not logged in.

#1 2010-07-12 06:53:54

dmz
Member
From: Sweden
Registered: 2008-08-27
Posts: 881
Website

Remote Controlled Mplayer Daemon

http://trapd00r.se/all/code/2010/07/12/ … er-daemon/

http://github.com/trapd00r/rmcd

NAME
      rmcd - Remotely control a daemonized Mplayer process

SYNOPSIS
      rmcd [OPTION]... [FILE/URI]

DESCRIPTION
    rmcd is a mplayer daemon/client - it daemonizes itself, playing
    music/movies/radio stations and waiting for input through the named
    pipe.

    You can send commands, load and play new content whenever you like.

    You can run rmcd on one computer and remotely control it on another,
    fully transparent. It only cares for the presence of the named pipe.

    You can also setup mplayer to stream the content to you, creating a
    solution similar to MPD and their builti-in httpd streaming (except MPD
    does not support video streaming).

    rmcd features a built-in, user configureable, webradio management
    system, functionality for copying the current track to your portable mp3
    player or wherever you prefer, favorizing of tracks and loading of the
    same, now playing information for both local files and streams, along
    other nifty stuff.

OPTIONS
        -l,   --load       play FILE(s)/URI or radio station (see -list)
        -ch,  --chanlist   list available radio channels
        -cm,  --cmd        send COMMAND to a running process (see shortcuts)
        -cl,  --clist      show a list of commands that are supported
        -cp,  --copy       copy TRACK to DESTDIR
        -i,   --info       show now playing information
        -si   --shinfo     show now playing information on single line
        -k,   --kill       kill the running process
        -h,   --help       show the help
        -m,   --man        show the manpage

  Shortcuts for often used commands
        -n    --next       next in playlist
        -p    --prev       previous in playlist
        -t,   --toggle     toggle playback
        -s,   --stop       stop playback
        -f    --fullscreen toggle fullscreen

ENVIRONMENT
    The configuration file should be placed in
    $XDG_CONFIG_HOME/rmcd/rmcd.conf

AUTHOR
    Written by Magnus Woldrich.

REPORTING BUGS
    Report bugs to trapd00r@trapd00r.se

    rmcd home page: <http://github.com/trapd00r/rmcd/>

COPYRIGHT
    Copyright 2010 Magnus Woldrich. License GPLv2: GNU GPL version 2 or
    later

    This is free software: you are free to change and redistribute it. There
    is NO WARRANTY, to the extent permitted by law.

SEE ALSO
    Radio Playing Daemon <http://github.com/trapd00r/RPD/>

    Mplayer::NowPlaying <http://github.com/trapd00r/Mplayer-NowPlaying/>

Offline

#2 2011-03-23 16:48:26

whacath
Member
Registered: 2009-05-26
Posts: 283

Re: Remote Controlled Mplayer Daemon

Nice work there dmz! But it sure would be nice to have this in aur! smile

Offline

Board footer

Powered by FluxBB