Hi all,
The problem with adding multiple files is that the tocEdit object return
0 when no modify is allowed:
if (!modifyAllowed())
return 0;
This return code is also "success" when appending the track. This should
be changed, but why modify is not allowed? Should we add a
"addMultipleFiles"? I think no, because the problem is that if you do
this you still can't add another file while reading the first one. Can
we break this into pieces, this is, checking that we are modifying the
piece we are scanning, and if this happens then reread/reorder?
Can Andreas give some explanation on how this works and in what order?
Thanks.
--
Manuel Clos
ll...@ja...
* Si no puedes hacerlo bien, hazlo bonito (Bill Gates)
* If you can't do it well, do it nice (Bill Gates)
|