page = toShort(attributes.getValue(ATTR_PAGE));
totalPages = toShort(attributes.getValue(ATTR_TOTAL_PAGES));
} else if (TAG_TRACK.equals(qName)) {
scope = TRACK;
currentTrackPlayCount = new TrackPlayCount();
currentTrackPlayCount.setTrack(new Track());
currentTrackPlayCount.getTrack().setArtist(new Artist());
} else if (TAG_ALBUM.equals(qName)) {
scope = ALBUM;
} else if (TAG_ARTIST.equals(qName)) {
scope = ARTIST;