"Fossies" - the Fresh Open Source Software Archive

Member "xombrero-1.6.4/playflash.sh" (17 Feb 2015, 557 Bytes) of package /linux/www/old/xombrero-1.6.4.tgz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Bash source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #!/bin/sh
    2 # This is an example script for playing flash videos. It requires the
    3 # get_flash_video package to be installed on the system. You can copy this
    4 # file to ~/.xombrero/, and set
    5 #   default_script = ~/.xombrero/playflash.sh
    6 # in ~/.xombrero.conf. Remember to make this file executable.
    7 #
    8 # You may wish to add the following line to ~/.get_flash_videosrc
    9 # to avoid accumulating files:
   10 #   player = mplayer -loop 0 %s 2>/dev/null; rm -f %s
   11 
   12 cd /var/tmp && get_flash_videos --player="/usr/local/bin/mplayer -really-quiet %s 2> /dev/null" -q -p -y $1