INTERACT FORUM

Please login or register.

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

Author Topic: tagging question in an old topic  (Read 1161 times)

The Big Labinski

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 436
  • Wake up and slow down
tagging question in an old topic
« on: July 15, 2017, 03:30:48 pm »

Logged
Wake up and slow down 😴

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: tagging question in an old topic
« Reply #1 on: July 16, 2017, 08:27:35 am »

Quoting from the other thread:
Quote
Is it possible to accumulate twice the same field- like this?

This is the source "M:\Musik\Buckethead\01 - Worms For The Garden (Buckethead Pikes #26).flac"
The final result should be in the Album tag: Pikes #26 - Worms For The Garden

When I use Fill Properties from Filename - in filename:

ead [Album])
I get: Pikes #26

When I use: -[Album](
I get: Worms for the Garden

Both are fine and correct for me, but how to combine both phrases in one time to get: Pikes #26 - Worms For The Garden.

That's rather unusual since you have several fields mixed together.  Is this pattern repeated for many albums that you have?  If so, you can develop an expression that will pull out what you want.  I would do this outside of the Fill Properties From Filename tool.  I'd just do it in the Tagging Window.

Because I'm me, I'd use a regex expression to do it.  Something like:

=regex([filename (name)], /#-\s*(.+)\(Buckethead (.+)\)#/,-1,0)[R2] - [R1]

That expression is TOTALLY untested and probably won't work.  It's just an illustration.

I guess it depends on how many of these you have and how regular the pattern is in the filename as to whether or not it's worth the time to develop the regex (or other techniques) to pull this information out of the file name.

Good luck.

Brian.
Logged

The Big Labinski

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 436
  • Wake up and slow down
Re: tagging question in an old topic
« Reply #2 on: July 17, 2017, 03:56:52 am »

Dear blgentry, many thanks for your help. I understand that this is not a typical problem to be solved by MC.

Honestly for me such cryptically phrases are fully not understandable. I thought this could go much more easily.

I was using now a total different way. I found a very good freeware to change the file names. This is easy to use – also for me LOL. So I change the filenames in that way that MC is filling the fields / tags in the correct way during the Import.

TAKE CARE
Stefan
Logged
Wake up and slow down 😴
Pages: [1]   Go Up