INTERACT FORUM

Please login or register.

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

Author Topic: Autotag images album name to folder in stead of date  (Read 1523 times)

connersw

  • Citizen of the Universe
  • *****
  • Posts: 661
Autotag images album name to folder in stead of date
« on: September 10, 2013, 12:53:01 pm »

I found this old question dating back to MC 16, but it was never answered.  Is it possible?

Quote
Anyone know of some trick to autotag images album name equal of folder name upon import, in stead of using the date as it is by default? Kinda annoying to rename all the time... :-)

I suppose an alternative is to use an expression to display current folder in stead of album, but would just like to check if anyone knew.

Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Autotag images album name to folder in stead of date
« Reply #1 on: September 10, 2013, 12:58:14 pm »

Set an auto-import rule for Name to:

   ifelse(isequal([Media Type], Image), FileFolder(,0))

Or maybe you want Album.  I can't tell from your post, but either way, I'm sure you get the idea.
Logged
The opinions I express represent my own folly.

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353
Re: Autotag images album name to folder in stead of date
« Reply #2 on: September 10, 2013, 03:25:51 pm »

FileFolder(,0)
Well that beats my removecharacters(removeleft([Filename (path)],17),\,2)

;D
Logged

connersw

  • Citizen of the Universe
  • *****
  • Posts: 661
Re: Autotag images album name to folder in stead of date
« Reply #3 on: September 13, 2013, 04:15:35 pm »

Yes, Album, not Name.  I just quoted the question from the original post, but I probably should have worded it better.

Regardless, I got what you meant, and it worked perfectly.  Thank you for the help.
Logged

javidan

  • Junior Woodchuck
  • **
  • Posts: 76
Re: Autotag images album name to folder in stead of date
« Reply #4 on: September 17, 2013, 12:33:04 am »

Well that beats my removecharacters(removeleft([Filename (path)],17),\,2)

;D

You're not alone.
LOL Yeah Mr C keeps making me realise just how horrific looking my scripts are but I'm hesitant to changing my bloated ones now in case I break something else.

I should start refactoring soon.
Logged
Pages: [1]   Go Up