#include <itunesdbparser.h>
Public Member Functions | |
ItunesDBParser (ItunesDBListener &listener) | |
void | parse (QFile &file) |
void | parsePlaycount (QFile &file) |
void | parseOTG (QFile &file) |
itunesdb::ItunesDBParser::ItunesDBParser | ( | ItunesDBListener & | listener | ) |
creates a new parser that calls the appropriate methods on the given listener during the parse process
void itunesdb::ItunesDBParser::parse | ( | QFile & | file | ) |
parses the given iTunesDB file
file | the file that should be parsed. |
void itunesdb::ItunesDBParser::parsePlaycount | ( | QFile & | file | ) |
parses the given Playcount File the iPod writes playcounts NOT into the iTunesDB but to a file called "Play Count"
file | the file that should be parsed. |
void itunesdb::ItunesDBParser::parseOTG | ( | QFile & | file | ) |
parses the given On the Go Playlist
file | the file that should be parsed. |