Controlling Xine with Perl script


 
Thread Tools Search this Thread
Top Forums Programming Controlling Xine with Perl script
# 1  
Old 07-29-2010
Controlling Xine with Perl script

Hello,

I want to write a Perl script that is able to control the playback of files in xine.
I read about the xine library for perl, Video::xine, but thats not what I want...
I just want a little code that sends , for exemple, a signal to xine to pause playback, continue playback etc.

It would be possible to use little pieces of Shell scripts, but it would be much better if I can make it with Perl...

Thanks in advance Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

PERL:controlling serial ports ?

Is it possible to write a perl program to controll the serial port? e.g. What iam trying to do, for a challenge is create a box with two lights. red and green, connect to a serial port and have a perl program to give me the options to turn on the red light or green light. Is this possilbe, can... (1 Reply)
Discussion started by: perleo
1 Replies
Login or Register to Ask a Question
gogglesmm(1)						      General Commands Manual						      gogglesmm(1)

NAME
gogglesmm - Goggles Music Manager SYNOPSIS
gogglesmm [options] [file] INTRODUCTION
Goggles Music Manager is a music collection manager and player. It supports gapless playback and features easy tag editing. OPTIONS
General Options -h, --help Display list of options -v, --version Display version information Startup Options --tray Start minimized to tray --disable-opengl Disables opengl based features --xine-debug Output xine debug info to standard output Playback Control --play Start playback --pause Pause playback --play-pause Toggle pause / playback. --previous Play previous track --next Play next track --stop Stop playback Misc Options --toggle-shown Show or Hide the main window --raise Try to raise the main window --now-playing Show now playing notification KEYBOARD SHORTCUTS
Ctrl-N Reset default sorting order in current view. Ctrl-R Shuffle track list. Ctrl-B Toggles browse mode on or off. Ctrl-G Toggles Genre list in browse mode. Ctrl-Q Quit Goggles Music Manager. Ctrl-O Import files from given directory. Ctrl-J Jump to playing song in track list. Ctrl-F or / Find Ctrl-S Show source browser Ctrl-P Start / Pause playback. Ctrl- Stop playback. Ctrl-[ Play previous track. Ctrl-] Play next track. Ctrl-T Toggle Repeat A-B. Ctrl-A Select All in lists. Ctrl-W Close Window F11 or Ctrl-M Toggle between mini player and browser. F12 Show Full Screen. F2 Edit selected track, album, artist or genre. Del Delete selected track, album, artist or genre. FILES
~/.goggles/goggles.db Music Database ~/.goggles/xineconf xine settings ~/.foxrc/musicmanager settings $(XDG_CACHE_HOME)/gogglesmm/icontheme.cache Icon theme cache AUTHOR
Sander Jansen <s.jansen@gmail.com> 03 August 2010 gogglesmm(1)