Draw channel stats (unplayed, downloaded) on channel navigator
[gpodder.git] / README
blobfca2519b876e78b8362afa6acb791746b2795dc7
1                                _
2                               | \      |   |
3                            _  |_/ _   _|  _|  _   _
4                           / \ |  / \ / | / | /_| |
5                           \_/ |  \_/ \_| \_| \_  |
6                          ._/ http://gpodder.berlios.de/
8            - -- == === ================================= === == -- -
9               Copyright (c) 2005-2007 Thomas Perl <thp@perli.net>
11  ==========================
12  License (see COPYING file)
13  ==========================
15  gPodder is free software; you can redistribute it and/or modify
16  it under the terms of the GNU General Public License as published by
17  the Free Software Foundation; either version 3 of the License, or
18  (at your option) any later version.
20  gPodder is distributed in the hope that it will be useful,
21  but WITHOUT ANY WARRANTY; without even the implied warranty of
22  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23  GNU General Public License for more details.
25  You should have received a copy of the GNU General Public License
26  along with this program.  If not, see <http://www.gnu.org/licenses/>.
29  ============
30  Dependencies
31  ============
33    * python (>= 2.4)
34    * python-gtk2 (minimum 2.6, but >= 2.12 recommended)
35    * python-glade2
37  Additional dependencies for iPod synchronization support:
39    * One of the following metadata libraries:
40      - python-pymad (preferred; MAD MP3 decoder Python bindings)
41      - python-eyed3 (alternative to pymad; eyeD3 Python bindings)
42    * python-gpod (libgpod's Python bindings)
43    * mplayer (OPTIONAL; if you want video podcast length detection)
45  Additional dependencies for "Update tags after download":
47    * python-eyed3 (for updating MP3 files)
48    * vorbis-tools (for updating OGG files)
50  Additional dependencies for converting OGGs to MP3s on iPod sync:
52    * oggdec (for decoding OGG files)
53    * lame (for encoding MP3 files)
55  Additional dependencies if you want direct BitTorrent download support:
57    * gnome-btdownload
59  Additional dependencies if you want to install from source:
61    * help2man
62    * python-dev
63    * intltool
64    * imagemagick
66  ============
67  Installation
68  ============
70  Extract the tar archive somewhere into your home directory and cd into 
71  the directory where you extracted it, for example:
73    tar xzvf gpodder-0.10.2.tar.gz
74    cd gpodder-0.10.2/
75    make install
77  If you have any problems, please visit the gPodder website or mail the 
78  gPodder mailing list (see below for more information).
80  =========================================
81  Feature requests, bug reports and patches
82  =========================================
84  Feel free to mail me about feature requests, bug reports, patches or nearly
85  anything that comes to your mind relating gPodder:
87    gPodder homepage:       http://gpodder.berlios.de/
88    gPodder mailing list:   gpodder-devel@berlios.de
89    Author's eMail:         thp@perli.net
91  Have fun with gPodder!