Share

kpod

File Release Notes and Changelog

Release Name: libqtpod-0.4.1

Notes:
LibQtPod

This library provides access to the various data of an Apple iPod.

Have a look at the html documentation for further information on how to use
this library.

Features:
* Reading/Writing the iTunesDB Music database
* full smart playlist support
* access to hardware specific information like disc space statistics

What next:
* more documentation
* podcast support
* iPod photo support


Bugs/noticable problems:
* please report any problem you encounter with the software to the sourceforge
  project page at http://sourceforge.net/projects/kpod
* Since podcasts are unsupported at the moment you'll lose them when
  synchronizing with the database.


Links:
You can find the project homepage at http://sourceforge.net/projects/kpod


License:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License,
or (at your option) any later version.

This file is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.


You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the
Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.


Changes: Changes for version 0.4.1 * fixed infinite loop when libqtpod tries to find an unused filename for new tracks * fixed writing a new ITunesSD file didn't work when the file didn't exist * fixed writing the wrong MHOD count when the database gets written back to the device * filter out the C Harddrive when searching for iPods (win32) Changes for version 0.4.0 * removed dependencies to classes that got changed in QT thus making it compile with QT3 and QT4 * ported to Win32 * implemented more iTunes7.1 details * API cleanups and more documentation Changes for version 0.3.1 * fixed masterplaylist handling for databases written by iTunes7 * set database version to 0x11 * new method IPod::findUnreferencedMusicFiles()