From 2f00e28f8072072d062bf7363e63a3d5f8b69441 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 11 Sep 2005 06:10:38 +0000 Subject: * src/itdb_playlist.c: (itdb_splr_validate) Guilherme Salgado patch to make 'inthelast' SPL work. * README: added some notes. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1083 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- README | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 0b3a577..df333ad 100644 --- a/README +++ b/README @@ -1,7 +1,14 @@ -libgpod is a library meant to abstract access to an iPod content. It provides -an easy to use API to retrieve the list of files and playlist stored on an -iPod, to modify them and to save them back to the iPod. -This code was originally part of gtkpod (gtkpod.sf.net), when the iPod content -parsing code was made to be self-contained with gtkpod 0.93, we chose to put -this code in a separate library so that other project can benefit from it -without duplicating code. +libgpod is a library meant to abstract access to an iPod content. It +provides an easy to use API to retrieve the list of files and playlist +stored on an iPod, to modify them and to save them back to the iPod. + +This code was originally part of gtkpod (www.gtkpod.org), when the iPod +content parsing code was made to be self-contained with gtkpod 0.93, +we chose to put this code in a separate library so that other project +can benefit from it without duplicating code. + +If you decide to make improvements, like support for cover art or +photos please contact us so we can work together. Just drop a mail to +Gtkpod-devel@lists.sourceforge.net (you may ask to be CC in the +answer). + -- cgit