2005-01-02, 03:37
hi,
if i add a music folder (containing one mp3 file and the corresponding cue sheet) to my playlist, i want to exclude the mp3 file from the playlist (because the songs are already added by the cue sheet to the list).
i already tried here:
but it doesn't work. can somebody help where to start?
chers timon
if i add a music folder (containing one mp3 file and the corresponding cue sheet) to my playlist, i want to exclude the mp3 file from the playlist (because the songs are already added by the cue sheet to the list).
i already tried here:
Quote:playlist.cpp
void cplaylist::add(const cplaylistitem& item)
{
m_vecitems.push_back(item);
}
but it doesn't work. can somebody help where to start?
chers timon