title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Folder Naming Problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • datman
    • May 2007
    • 10

    Folder Naming Problems

    After reading on the subject, I think it is not possible to have db create a separate folder for each CD, name the folder with the name of the cd and the artist and then store the new folder as a subfolder under the artist name. I find this difficult to believe, EAC has no problem doing this (it has many other problems) and this function is critical if I am to finish ripping my 2000 CD collection. I relly do not want to return to EAC. Its lack of stability requires a re-boot every time a disk has problems with the TOC.

    HELP! I need the correct code string to accomplish this.
  • LtData
    dBpoweramp Guru
    • May 2004
    • 8288

    #2
    Re: Folder Naming Problems

    Changing from the default naming string, excluding the IFCOMP part:
    Code:
    [IF!COMP][artist]\[album][IFMULTI] Disc [disc][] - [artist]\[track] - [title][]
    That basically gives you artist\album - artist\track # - track title.

    Is this what you want?

    Comment

    • datman
      • May 2007
      • 10

      #3
      Re: Folder Naming Problems

      I want to create a folder for each CD. The folder name should have the artist and disk name. Inside the folder, each track should be numbered and named.

      Comment

      • LtData
        dBpoweramp Guru
        • May 2004
        • 8288

        #4
        Re: Folder Naming Problems

        So, what about this:
        Code:
        [IF!COMP][artist] - [album][IFMULTI] Disc [disc][]\[track] - [title][]
        Which gives artist - album\track # - title.

        Comment

        Working...

        ]]>