|
From: phantomjinx <p.g...@ph...> - 2015-06-16 21:12:51
|
On 16 June 2015 21:33:08 GMT+01:00, nr...@cs... wrote: >I'm trying to write a program to find the most played albums on my >iPod. >I was hoping simply to pull the information from >~/.gtkpod/iTunesDB.ext, >but the information is not there. > >Are play counts accessible through any of the files in ~/.gtkpod, >or could they be made so? Or is it necessary to write C code >against the libgtkpod API? > > >Thanks, > > >Norman > >------------------------------------------------------------------------------ >_______________________________________________ >Gtkpod-questions mailing list >Gtk...@li... >https://lists.sourceforge.net/lists/listinfo/gtkpod-questions Your better off writing code against the libgpod library and API. The libgtkpod library adds the UI functionality. PGR |