illustrate
Products            Buy            Support Forum            Registrations            Professional            About           
 

Batch convert folder & file name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PepsiCan
    dBpoweramp Enthusiast

    • Apr 2014
    • 106

    Batch convert folder & file name

    Hi everyone

    I'm trying to convert the folder names and file names to a new format. But I can't get it to work. Here is the current folder & filename and what I want to convert them to.

    Code:
    [IF][LOWER][genre][],=,classical,
         [IF][compilation],=,1,1_Classical\[album]\[IFMULTI][disc]-[][track]-[title]_[composer]_[artist]-[disc_total],
                                           [album artist]\[album]\[IFMULTI][disc]-[][track]-[title]_[composer]_[artist]-[disc_total][],
         [IF][compilation],=,1,2_Modern\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total],
                                          [IFVALUE][album artist],[album artist]\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total],
                                                         [artist]\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total][][][]
    What I want to do is create folder names based on Album Artist Sort and Artist Sort (I use FLAC files and these tags have values in them).

    Code:
    [IF][LOWER][genre][],=,classical,
         [IF][compilation],=,1,1_Classical\[album]\[IFMULTI][disc]-[][track]-[title]_[composer]_[artist]-[disc_total],
                                           [[B]album artist sort[/B]]\[album]\[IFMULTI][disc]-[][track]-[title]_[composer]_[artist]-[disc_total][],
         [IF][compilation],=,1,2_Modern\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total],
                                          [IFVALUE][[B]album artist sort[/B]],[[B]album artist sort[/B]]\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total],
                                                         [[B]artist sort[/B]]\[album]\[IFMULTI][disc]-[][track]-[title]_[artist]-[disc_total][][][]
    This is so the folder structure works out correctly and "The Beatles" are under B as "Beatles, The".

    But it comes up as gibberish as if Batch Converter (and disc ripper), don't understand these tags exist. What am I missing? Thank you for your help!
  • Spoon
    Administrator
    • Apr 2002
    • 44643

    #2
    Re: Batch convert folder & file name

    You need:

    [tag]Album Artist Sort[]
    Spoon
    www.dbpoweramp.com

    Comment

    • PepsiCan
      dBpoweramp Enthusiast

      • Apr 2014
      • 106

      #3
      Re: Batch convert folder & file name

      Originally posted by Spoon
      You need:

      [tag]Album Artist Sort[]
      That works if I use it in Batch Converter in a single line. But when I place an IF statement around, I get an incorrect file path and file name. Does Batch Converter not support IF when doing file- and folder renaming? It is not selectable when creating your script.

      Also, there is an issue with using commas in the filename in combination with using IF. I had to replace them with "_" to make it work in CD ripper.

      Comment

      • PepsiCan
        dBpoweramp Enthusiast

        • Apr 2014
        • 106

        #4
        Re: Batch convert folder & file name

        Originally posted by PepsiCan
        That works if I use it in Batch Converter in a single line. But when I place an IF statement around, I get an incorrect file path and file name. Does Batch Converter not support IF when doing file- and folder renaming? It is not selectable when creating your script.

        Also, there is an issue with using commas in the filename in combination with using IF. I had to replace them with "_" to make it work in CD ripper.
        I rewrote the script. It now no longer uses [IF]. It is also a bit shorter now. So, all good.

        Comment

        • Hitarth
          dBpoweramp Enthusiast

          • Sep 2017
          • 195

          #5
          Originally posted by Spoon
          Re: Batch convert folder & file name

          You need:

          [tag]Album Artist Sort[]
          hi Sir,
          i am trying to convert some .WAV files, converted with Exact Audio Copy & Easy Audio Copy, please find screen shot ( in dark mode ) of what was ripped and the result which i got after using Bulk Converter ( settings ) the same is if i try & convert individually too.

          Attached Files

          Comment

          • Dat Ei
            dBpoweramp Guru

            • Feb 2014
            • 1795

            #6
            Have you checked that the tag "Album Artist Sort" is included and filled in the original files?

            Dat Ei

            Comment

            • heena

              • Jan 2025
              • 3

              #7
              If the script isn't working properly, it might help to check if the "Album Artist Sort" tag is filled in correctly for all files. You can use tools like Mp3tag or Picard to update the tags first. After that, renaming in dBpoweramp should work better.

              Comment

              Working...