Go to file
Thomas Perl d23a9e8a1f preferences dialog gui updates
git-svn-id: svn://svn.berlios.de/gpodder/trunk@274 b0d088ad-0a06-0410-aad2-9ed5178a7e87
2007-03-17 12:31:37 +00:00
bin make tagging support optional, small fixes 2007-03-17 12:11:13 +00:00
data preferences dialog gui updates 2007-03-17 12:31:37 +00:00
doc console code cleanup 2007-03-07 14:53:05 +00:00
src/gpodder preferences dialog gui updates 2007-03-17 12:31:37 +00:00
AUTHORS bugfix from mike coulson to fix logger error on python<2.4 2007-02-05 16:50:25 +00:00
COPYING initial import 2005-11-21 18:21:25 +00:00
ChangeLog preferences dialog gui updates 2007-03-17 12:31:37 +00:00
INSTALL 0.9.0 release preparation 2006-12-29 15:52:52 +00:00
MANIFEST.in Today is "debian packaging" day - streamlined package generation, fixed various things. Thanks to Peter Hoffman for help on gPodder debian packages! 2006-04-05 15:00:31 +00:00
Makefile console code cleanup 2007-03-07 14:53:05 +00:00
README make tagging support optional, small fixes 2007-03-17 12:11:13 +00:00
TODO make tagging support optional, small fixes 2007-03-17 12:11:13 +00:00
setup.py removed tango artwork, use icon theme 2007-03-07 10:56:46 +00:00

README

                               _
                              | \      |   |
                           _  |_/ _   _|  _|  _   _
                          / \ |  / \ / | / | /_| |
                          \_/ |  \_/ \_| \_| \_  |
                         ._/ http://gpodder.berlios.de/

           - -- == === ================================= === == -- -
              Copyright (c) 2005-2007 Thomas Perl <thp@perli.net>

 ==========================
 License (see COPYING file)
 ==========================

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.

 ============
 Dependencies
 ============

   * python (>= 2.3)
   * python-glade2
   * python-gtk2
   * python-xml
   * wget
 
 Additional dependencies for iPod synchronization support:

   * One of the following metadata libraries:
     - python-pymad (preferred; MAD MP3 decoder Python bindings)
     - python-eyed3 (alternative to pymad; eyeD3 Python bindings)
   * python-gpod (libgpod's Python bindings)
   * python-id3 (OPTIONAL; if you want ID3v2 cover art extraction)
   * mplayer (OPTIONAL; if you want video podcast length detection)

 Additional dependencies for "Update tags after download":
 
   * python-eyed3 (for updating MP3 files)
   * vorbis-tools (for updating OGG files)

 Additional dependencies if you want to install from source:
 
   * help2man
   * python-dev
   * intltool
   * imagemagick

 ============
 Installation
 ============

 Extract the tar archive somewhere into your home directory and cd into 
 the directory where you extracted it, for example:

   tar xzvf gpodder-0.9.0.tar.gz
   cd gpodder-0.9.0/
   make install

 If you have any problems, please visit the gPodder website or mail the 
 gPodder mailing list (see below for more information).

 =========================================
 Feature requests, bug reports and patches
 =========================================

 Feel free to mail me about feature requests, bug reports, patches or nearly
 anything that comes to your mind relating gPodder:

   gPodder homepage:       http://gpodder.berlios.de/
   gPodder mailing list:   gpodder-devel@berlios.de
   Author's eMail:         thp@perli.net

 Have fun with gPodder!