#
# FLVGET
# version 1.6.1
##################################

Introduction
============

  This is a script for Kommander. It downloads a video from a video website 
  (YouTube, Google Video, ...) and, if is a flash format video, offers
  the option to convert it to manifold formats (MPEG-4, DivX, XviD, MPEG-1, 
  MPEG-2, H.264, Quicktime, iPod and PSP) using FFmpeg as back-end.

  This is a plugin-based script. Every plugin offers support to a website. The
  available plugins by default offers support to:
    * aBum.com
    * blennus
    * blip.tv
    * BoFunk
    * BoredJunk
    * BREAK.com
    * ClipJunkie
    * Cool Clip
    * CrapVille
    * Daily Haha
    * Dailymotion
    * DailySlacker.com
    * Evil Chili
    * Exbyte
    * ExtremeVideos
    * FLURL
    * FunnyHub
    * Google Video
    * Goyk.com
    * iFilm
    * LemonZoo
    * LIVEVIDEO
    * Lol Blog
    * Lulu TV
    * Mass Destraction
    * MediaLunchobox
    * Metacafe
    * MonkeyDoo
    * Myspace.com
    * MyVideo.de
    * NothingToxic
    * Plsthx.com
    * Putfile.com
    * RaceGarden
    * Revver.com
    * SherMix
    * Smog
		* Snotr
    * TacoBomb
    * Terror.To
    * theYNC.com
    * Thor Links.com!
    * TuVideo.Vidiac.com
    * uGoto
    * Vimeo
    * Wrzuta
    * Yikers
    * YourDailyMedia.com
    * YourFileHost
    * YouTube
    * Zappinternet
    * Zioupix.com
    * ZippyVideos

  New plugins can be easily added just placing it into the 'plugins' directory.

Dependences
===========

  * Kommander - http://kommander.kdewebdev.org/
  * Konqueror - http://www.konqueror.org/
  * FFmpeg - http://ffmpeg.sourceforge.net/

Installation
============
  Make sure Kommander, Konqueror and FFmpeg are installed in your system. 

  Single user:
  ------------
    Unpack the tarball and click or double-click (according to your 
    configuration) on the 'flvget.kmdr' file to execute it.

    Note: The whole file must be unpacked to a directory before executing, can
    not execute directly from the tarball file.

  System-wide:
  ------------
    Unpack the tarball, move into 'flvget-<version>' directory and type:

      make install

    To uninstall type:

      make uninstall

    Note: You must to be root in order to install or uninstall.

Using
=====

  Insert the videolink into the URL entry. Set your video preferences and 
  click on 'Start'.

Command Line Parameters
=======================

  FLVGET can be called with command line parameters to define the url and the
  output format using the follow syntax:

  $ kmdr-executor flvget.kmdr URL="<videolink>" FORMAT=<format_id> AUTOCLOSE=1

  being <format_id> an integer value according this list:
   -1 -> Don't recode 
    0 -> MPEG-4
    1 -> DivX
    2 -> XviD
    3 -> MPEG-1
    4 -> MPEG-2
    5 -> H.264
    6 -> Quicktime
    7 -> iPod
    8 -> PSP

  if AUTOCLOSE=1 is present FLVGET will close itself after the process ends.

  Note: If the url is specified by command line, the process will start 
  automatically.

Licence
=======

  This script is released under GPL free licence.

Creating new plugins
====================

  If you're a developer and you want to make a FLVGET plugin you can find
  documentation in the README file placed into the 'plugins' directory.

Translating FLVGET
==================

  If you want to translate FLVGET to your language you've got the base PO
  file 'locales/flvget.po' ready to use with KBabel (http://kbabel.kde.org/).

  Please, send me your translation to add it into the official release.

Caution
=======

  While the script is running, EVERY file with execution permissions into
  'plugins' directory will be executed. Do not place there any executable
  file you do not want to execute.

Author
======

  Pablo Chinea <khertz@gmail.com>

Contributors
============

  Mark Rose <markrose@markrose.ca>
  Kate Draven <borgqueen@arklinux.org>
  Mads Bondo Dydensborg <mads@dydensborg.dk>
  Holger Klemm <dvd-ram@multimedia4linux.de>
	Stanislav Fifik <Standa.Fifik@gmail.com>
	akrep55tr akrep55tr@gmail.com>
