- labels: --> General
- milestone: --> 312353
- assigned_to: nobody --> stgeorge
Well, my files are sorted like this :
Kind / Artist / Album / songs.[mp3/.ogg]
So it would be /very/ convenient to have some kind of
reverse title parsing format to give this kind of info to
wincue.
For example, if I suppose :
%1 : title
%2 : album
%3 : artiste
%4 : misc
I want to configure the "guess" (which would not be
guess anymore) as :
1) Use ID3 or Other Tags (ogg)
2) Use path as: %4 / %3 / %2 / %1.mp3
3) Use path as: %4 / %3 / %1.mp3
4) Use path+filename as: %3 / %a - %2 - %1.mp3
5) etc...
Well, my lib is about 10.000 mp3 and 15.000 oggs, so it's
crucial for me (and i guess for any orther heavy user) to
be able to use /all/ informations to name an entry.
By the way : congrat for the "search in path" function !!!
WinCue is a really good piece of software !
@++