WatchVideo
----------
Project page: http://savannah.nongnu.org/projects/watchvideo
Homepage: http://www.nongnu.org/watchvideo/
License: GNU Affero General Public License v3+
Version: 2.0 beta

Requirements
------------
Note: You can use the command 'make check-dependencies' to see which dependencies are missing.

For both GUI and CLI interface:

    * Python 2.5/2.6/2.7 (tested with Python 2.6)
    * lxml (available in Debian-based GNU/Linux distributions as python-lxml)
    * simplejson if using Python 2.5 (python-simplejson)

For GUI only:

    * PyQt4 (python-qt4)
	* MPlayer (Required for built-in player)
	* MediaInfo (Required for built-in player)
    * python-notify (optional) – uses the system’s default mechanism to show notification messages
    * FFmpeg (optional) – needed for all operations related with video conversion or ripping.
    * FFmpeg2theora (optional) – needed to convert videos to Ogg Vorbis or Theora, but not for ripping audio

For installation:
	* setuptools (python-setuptools)

Installation
------------
1) Open terminal in downloaded folder.
2) Type 'sudo make install'

Installation (Advanced)
------------
1) (sudo) python setup.py install --prefix="/path/to/directory"
2) (sudo) ./utils/install-desktop-entry.sh "path/to/directory"

Using
-----
<-If installed->
There should be an entry in your menu under the Audio and Video section.

If not or if you prefer, you can call the app with the command:
	watchvideo_gui

If you want to use the CLI version:
	watchvideo_cli [-d] http://www.website.com/video01

<-If not installed->
You can easily run the "run_watchvideo" script in this folder. It can be used to launch both GUI and CLI.

CLI:
    to download:
    ./run_watchvideo -d http://www.website.com/video01
    
    to play:
    ./run_watchvideo http://www.website.com/video01

GUI:
    ./run_watchvideo


