Exclude mp3 files if cue sheet is present?
#1
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:
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
Reply
#2
found it. if someone is interested:

void cguiwindowmusicbase::additemtoplaylist(const cfileitem* pitem) in guiwindowmusicbase.cpp

chers
Reply

Logout Mark Read Team Forum Stats Members Help
Exclude mp3 files if cue sheet is present?0