summaryrefslogtreecommitdiffstats
path: root/src/itdb_itunesdb.c
Commit message (Expand)AuthorAgeFilesLines
* * itdb.h:Jorg Schuler2006-11-071-15/+13
* * src/itdb_device.c: changed number of directories for 6G 8GB iPodJorg Schuler2006-09-211-5/+5
* * src/itdb_itunesdb.c (itdb_write): don't crash if error ==Jorg Schuler2006-07-081-6/+7
* * src/itdb_itunesdb.c (itdb_init_ipod): only write iTunesSDJorg Schuler2006-07-021-10/+18
* * src/itdb_itunesdb.c (wcontents_write): added g_strerror in errorJorg Schuler2006-06-281-5/+5
* * src/itdb_itunesdb.cJorg Schuler2006-06-241-8/+46
* * src/itdb.hJorg Schuler2006-06-071-19/+24
* * src/itdb_itunesdb.c (itdb_create_directories): add space afterJorg Schuler2006-06-051-2/+2
* 2006-06-05 Jorg Schuler <jcsjcs at users.sourceforge.net>Jorg Schuler2006-06-041-12/+29
* * src/itdb.h:Jorg Schuler2006-06-011-31/+56
* * src/db-artwork-writer.c (write_mhni): fix segfault caused byJorg Schuler2006-06-011-4/+2
* ***** merged photo-support branch back to MAIN. branch is taggedJorg Schuler2006-05-301-23/+442
* * src/itdb_itunesdb.c: avoid segfault if album field of podcastsJorg Schuler2006-05-051-3/+10
* * src/itdb_itunesdb.c: smart playlists: avoid assertionJorg Schuler2006-05-021-5/+9
* * docs/Makefile.am:Christophe Fergeau2006-04-101-145/+342
* 2006-04-03 Jorg Schuler <jcsjcs at users.sourceforge.net>Jorg Schuler2006-04-051-5/+10
* * itunesdb.c: set filetype identifier when transfering track toJorg Schuler2006-03-291-5/+19
* Alpha version of reversed-endian Artwork writing. Status: iTunesDBJorg Schuler2006-03-231-5/+14
* * itdb_itunesdb.c (itdb_write_file): move endianess autodetectionJorg Schuler2006-03-181-4/+5
* Removed leftover debuggin printfsJorg Schuler2006-03-171-5/+1
* * itdb_itunesdb.c (mk_mhod): fixed bug when writing podcast urls.Jorg Schuler2006-03-171-3/+8
* * simplified some code by using itdb_get_path() instead ofJorg Schuler2006-03-171-2/+2
* * itdb_device.[ch]: rewrote ipod-device.c, removed all hal-code,Jorg Schuler2006-03-161-95/+203
* * itdb.h, itdb_itunesdb.c: added functions for autodetection ofJorg Schuler2006-03-141-54/+149
* * itdb.h: added movie_flag and lyrics_flag to Itdb_TrackJorg Schuler2006-03-121-181/+636
* Undoing the last CVS checkin -- I was in the wrong directory. Sorry for that.Jorg Schuler2006-03-091-262/+62
* * ipod-device.c: added entries for iPod Nano 1 GB black and whiteJorg Schuler2006-03-091-62/+262
* * src/ipod-device.c: (ipod_device_set_property): fixed bug thatJorg Schuler2006-02-141-1/+1
* * src/itdb_itunesdb.c: (itunesstats_read) Fixed error when readingJorg Schuler2006-02-041-2/+2
* * src/itdb_itunesdb.c, src/itdb_playlist.c, src/ithumb-writer.c:Jorg Schuler2006-02-031-66/+70
* * src/itdb_artwork.c: (itdb_thumb_get_gdk_pixbuf) allow to getJorg Schuler2005-12-111-2/+7
* * src/itdb_itunesdb.c: change g_assert to g_return_if_fail (don'tJorg Schuler2005-12-061-4/+4
* * src/itdb_track.c: take care of artwork_size/_count a littleJorg Schuler2005-12-041-1/+1
* * src/db-artwork-writer.c, src/itdb_itunesdb.c,Jorg Schuler2005-12-041-21/+1
* 2005-11-28 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-281-0/+3
* New API for thumbnail support: see src/itdb.h for details.Jorg Schuler2005-11-281-4/+25
* * overall changes to support itdb_image_get_gdk_pixbuf(). RunJorg Schuler2005-11-241-1/+1
* * itdb_itunesdb.c: (itdb_rename_files) also remove "iTunesShuffle"Jorg Schuler2005-11-191-1/+22
* 2005-11-15 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-151-1/+5
* * src/itdb_itunesdb.c:Jorg Schuler2005-11-131-3/+9
* * src/itdb_itunesdb.c: when new rating is set on the iPod,Jorg Schuler2005-11-131-3/+9
* * src/itdb_itunesdb.c: (itdb_set_mountpoint) do not callJorg Schuler2005-11-121-18/+14
* 2005-11-04 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-041-5/+10
* * itdb_itunesdb.c: used GUINTxx_TO/FROM_xE() instead of "#ifJorg Schuler2005-11-011-40/+14
* * itdb_itunesdb.c (get16lint): fixed bug affecting big endianJorg Schuler2005-10-311-4/+4
* * itdb_itunesdb.c (get_mhip): fixed handling for iTunesDBJorg Schuler2005-10-251-5/+17
* * itdb_itunesdb.c (itdb_parse): added comment, check for itdbJorg Schuler2005-10-251-14/+24
* * (itdb_write): remove mountpoint as parameter as not used.Jorg Schuler2005-10-231-19/+8
* 2005-10-17 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-10-171-1/+1
* fixed 64 bit isssues (forgot one G_UINT_TO_POINTER)Jorg Schuler2005-10-151-15/+19