M4B File Bulk Rename Title from CSV/Clipboard

Ask questions on how to do this and that here.
Post Reply
gabloochacha
Posts: 1
Joined: Fri Oct 08, 2021 11:38 pm

M4B File Bulk Rename Title from CSV/Clipboard

Post by gabloochacha »

I've an audiobook with 56 chapters, I want to bulk rename the chapter titles , how can i achieve so ?

Currently I'm allowed to do this only manually which is very tedious in Metadata tab.

I've a text file ready with one row per chapter like below
Love Is Inside—Go Find It
What you are looking for is inside
Feeling more love
Looking for love
Working to change yourself
admin
Site Admin
Posts: 964
Joined: Wed Nov 17, 2010 12:56 pm

Re: M4B File Bulk Rename Title from CSV/Clipboard

Post by admin »

  • Here's the update to try - https://xrecode.com/test2/setup_xrecode ... _1.114.exe
  • Please create a .txt file with the chapters just as you described, but also add this #XR3 AudioBook Chapters,v1 (it's used to identify the file) as a first row, e.g.

    Code: Select all

    #XR3 AudioBook Chapters,v1
    Love Is Inside—Go Find It
    What you are looking for is inside
    Feeling more love
    Looking for love
    Working to change yourself
    
  • Then add the audio files, go to Metadata tab, select all tracks, right click, select Import https://imgur.com/a/ZSHZ8KC and then open the .txt file you just created.
Post Reply