RSS: hide column header.
[abby.git] / README
blobb62efd36b495cd3d70263dbc66698f0b6a2e5412
3 README for abby
4 ---------------
6 abby is a front-end for cclive and clive which are used to
7 download videos from Youtube and other similar video hosts.
9 abby is written in C++ and depends on the Qt framework.
11     http://abby.googlecode.com/
14 Using abby
15 ----------
17 * abby requires path to either clive(1) or cclive(1) command
19   This is defined in the program preferences (Edit / Preferences).
22 * abby can parse RSS feeds for video links
24   The links can be tranferred to the download list after this.
27 * abby can scan for video links from any web source
29   The scan feature currently supports only Youtube links ("regular"
30   and embedded). It can be used to scan Youtube playlists, for example.
33 Prerequisites
34 -------------
36 - Qt 4.4+
38   Make sure that the Qt development files can be found
39   if you are trying to build abby from the source code.
40   
41 Either:
42 - cclive 0.4.6+
44   http://cclive.googlecode.com/
46 Or:
47 - clive 2.2.3+
49   http://clive.googlecode.com/
52 Building abby
53 -------------
55 Typically:
56   qmake-qt4 && make
58 The executable (`abby') is self-contained, all of the resource
59 files (e.g. icons etc.) are embedded into the executable file.