summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-07-05 15:06:56 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-07-05 15:06:56 +0000
commitc1bffbf8d9add4d4846dcf5723dc155e5c278115 (patch)
treecd8872971dccd4a68c47c30e7a5b841ceed7890d /README
parent3ad720567b3f1f3355ba7495fd2a860e38be69e9 (diff)
downloadlibgpod-c1bffbf8d9add4d4846dcf5723dc155e5c278115.tar.gz
libgpod-c1bffbf8d9add4d4846dcf5723dc155e5c278115.tar.xz
libgpod-c1bffbf8d9add4d4846dcf5723dc155e5c278115.zip
fix a few typos
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1624 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index cfe05f8..b79428b 100644
--- a/README
+++ b/README
@@ -16,8 +16,8 @@ answer).
Quick HOWTO use libgpod for audio
-itdb_parse(): read the iTunesDB and ArtbookDB
-itdb_write(): write the iTunesDB and ArtbookDB
+itdb_parse(): read the iTunesDB and ArtworkDB
+itdb_write(): write the iTunesDB and ArtworkDB
itdb_parse() will return a Itdb_iTunesDB structure with GLists
containing all tracks (each track is represented by a Itdb_Track
@@ -58,13 +58,13 @@ Please note that iTunes additionally stores the artwork as tags in the
original music file. That's also from where the data is read when
artwork is displayed in iTunes, and there can be more than one piece
of artwork. libgpod does not store the artwork as tags in the original
-music file. As a consequence, if you iTunes attempts to access the
+music file. As a consequence, if iTunes attempts to access the
artwork, it will find none, and remove libgpod's artwork. Luckily,
iTunes will only attempt to access the artwork if you select a track
-in Tunes. (To work around this, gtkpod keeps a list of the original
+in iTunes. (To work around this, gtkpod keeps a list of the original
filename of all artwork and silently adds the thumbnails if they were
'lost'. Your application might want to do something similar, or you
-can supply patches for optionally! adding tags to the original music
+can supply patches for (optionally!) adding tags to the original music
files.)
The Itdb_iTunesDB, Itdb_Playlist and Itdb_Track structures each have a