INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: copying files to device iaw [Artist]  (Read 736 times)

shAf

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 854
copying files to device iaw [Artist]
« on: January 20, 2014, 08:02:11 am »

I want to copy select artists to an external drive for using in my car.  The problem is navigating the artists with the car's audio system--i.e., there's no way to scroll fast or jump, and 1,000 artists therefore poses a problem with finding the artist "Wilco".

I could of course create subdirectories for genre, but even the number of artists in "Folk" or "Rock" poses similar problems.  Is there a way to have MC take the 1st letter of the artist and create subdirectories -A-, -B-, ...?

TIA  :)
Logged
cheerios from the Avalon Peninsula, Newfoundland

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: copying files to device iaw [Artist]
« Reply #1 on: January 20, 2014, 12:24:48 pm »

You can do this with expressions in the Rename dialog in Copy mode.

Use something like:

   left([Artist], 1)\[Artist]

or even:

   fixcase(left([Artist], 1), 3)\[Artist]

for the folder name rule.  Ask if you need more help.
Logged
The opinions I express represent my own folly.

shAf

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 854
Re: copying files to device iaw [Artist]
« Reply #2 on: January 20, 2014, 09:15:46 pm »

Thanks MrC! ... I'll play with those expressions, and if that results in more questions I'll be back :)
Logged
cheerios from the Avalon Peninsula, Newfoundland
Pages: [1]   Go Up