summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 06:10:38 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 06:10:38 +0000
commita7000d04f4310238af81dba4734807ac55015e81 (patch)
tree6be080427ced1ecddfd8dbf541cda543e49eb26f
parentfa74997b828edf90e7917e1daa7af7ad103666ea (diff)
downloadlibgpod-a7000d04f4310238af81dba4734807ac55015e81.tar.gz
libgpod-a7000d04f4310238af81dba4734807ac55015e81.tar.xz
libgpod-a7000d04f4310238af81dba4734807ac55015e81.zip
* src/itdb_playlist.c: (itdb_splr_validate)
Guilherme Salgado <salgado@freeshell.org> 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
-rw-r--r--ChangeLog7
-rw-r--r--README21
-rw-r--r--src/itdb_playlist.c3
3 files changed, 23 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index dda81f1..ccbd69a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-11 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * src/itdb_playlist.c: (itdb_splr_validate)
+ Guilherme Salgado <salgado@freeshell.org> patch to make
+ 'inthelast' SPL work.
+ * README: added some notes.
+
2005-09-10 Christophe Fergeau <teuf@gnome.org>
* configure.ac:
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).
+
diff --git a/src/itdb_playlist.c b/src/itdb_playlist.c
index 6d18097..6add6f1 100644
--- a/src/itdb_playlist.c
+++ b/src/itdb_playlist.c
@@ -1,4 +1,4 @@
-/* Time-stamp: <2005-08-27 21:51:32 jcs>
+/* Time-stamp: <2005-09-11 14:58:01 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -832,6 +832,7 @@ void itdb_splr_validate (SPLRule *splr)
case splat_inthelast:
splr->fromvalue = SPLDATE_IDENTIFIER;
splr->tovalue = SPLDATE_IDENTIFIER;
+ splr->tounits = 1;
break;
case splat_none:
case splat_string: