Just got the program, have read the faqs (adequately I trust!) but still have the following question.
I'm trying to:
- Drop the first n characters from each in a list of MP3 filenames
- Drop the first n characters from each in a list of MP3 titles
I think I should be able to use a (format) action query as follows:
$right(%title%,$len(%title%)-n)
where, for me, n might be 2 or 4 if I've appended the track number to the filename/title or maybe 25 if the "get info" on the internet has put a mass of album stuff at the front of each title.
But this doesn't work for me
I read the question on truncating comment fields to 32 characters, and thought this was a simple extension. I've also checked that I can get the leftmost 10 characters with:
Field: TITLE
FormatString: $left(%title%,10)
Ditto with rightmost of course.
Great program. For the benefit of other Creative Zen users (after this query gets spidered) I've used this program to:
-
Automatically increment track numbers (the Zen will play track 1 from disc 1 then track 1 from disc 2 then track 2 from disc 1 etc - not so hot with classical albums!)
-
Then add the track number (in the format NN) to the tront of the title. This avoids Zen playing all the tracks in alphabetical order (again a bit of a downer for classical fans)
Thank you for this program! If I get a decent reply on this a PayPal will certinly be on its way.