INTERACT FORUM

Please login or register.

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

Author Topic: I need your help with an expression...  (Read 1166 times)

bytestar

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1266
  • Alpha/Betatester
I need your help with an expression...
« on: November 19, 2017, 03:44:02 pm »

I need your help with an expression.
Explanation: In the target folder, a folder should be created with the contents of the Source field (this works) but if this field empty, a folder "No Source" should be created (this does not work) it always create a Folder Named "Unknown Source" Why ?

This Expression are a combination from other Expression from here.

Code: [Select]
if(isempty([Source]),Unknown,[Source])\[Album Artist (auto)]\regex([Album], /#^(\.*)(.*?)(\.*)$#/, -1)replace([R1],.,_)[R2]replace([R3],.,_)\
Logged
Official Microsoft © product tester.
Download the latest language file https://1drv.ms/u/s!AnQ3L_bTnnzv4otXL9-G4rUj9wX6Tw?e=TLGgjb (is constantly updated)

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8947
Re: I need your help with an expression...
« Reply #1 on: November 19, 2017, 04:22:14 pm »

bytestar

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1266
  • Alpha/Betatester
Re: I need your help with an expression...
« Reply #2 on: November 19, 2017, 04:55:24 pm »

Logged
Official Microsoft © product tester.
Download the latest language file https://1drv.ms/u/s!AnQ3L_bTnnzv4otXL9-G4rUj9wX6Tw?e=TLGgjb (is constantly updated)
Pages: [1]   Go Up