summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-07-05 15:06:56 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-07-05 15:06:56 +0000
commit82423fdfad252220cf78e6ebb0dee02d9a146391 (patch)
treecd8872971dccd4a68c47c30e7a5b841ceed7890d /README
parent4c31687b74723efd036cd503dfc178600e84a2e6 (diff)
downloadlibgpod-82423fdfad252220cf78e6ebb0dee02d9a146391.tar.gz
libgpod-82423fdfad252220cf78e6ebb0dee02d9a146391.tar.xz
libgpod-82423fdfad252220cf78e6ebb0dee02d9a146391.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