Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

iTunes 7 - Selection of audiobooks

Hi!

I just downloaded iTunes 7 and wonder about the new section "audiobooks" (or similar, my iTunes is German...):

I got a couple of books, some from Audible, some ripped from CDs. All've got the file type and extension "m4b", the genre "spoken content or audiobook" and work well on my iPod mini (catagorized as audio books, last position saved etc.).

Nevertheless, not all book are located in the new section and I can't figure out why. Does anybody know which criterias have to be met by a file, so it will be shown in iTunes 7 as an audio book?

Any hint appreciated, Matthias

iBook G4, Mac mini, Mac OS X (10.4.7), iWeb site at http://www.arndt-family.com

Posted on Sep 12, 2006 1:57 PM

Reply
34 replies

Sep 14, 2006 10:58 PM in response to Chris CA

Thanks guys. It took a while for this to sink into my thick skull, but now I understand that the secret is in the file TYPE -- not the file EXTENSION.

After using a program like File Buddy or QuickChange to change both (changing the extension manually is not enough), I reimported the files into iTunes, and now they show up as audiobooks as expected. Yes!

Sep 17, 2006 1:18 PM in response to Matthias Arndt

This whole thread is a symptom of a much larger problem. That is that Apple needs to fix iTunes 7. iTunes and the iTunes Store is suffering from function creep. And I think it can be fixed with an easy solution. Please see this web page: http://web.mac.com/amberastar/iWeb/Fix%20iTunes%207/How%20To%20Fix%20iTunes%207. html

iMac G5 Mac OS X (10.4.5)

Nov 23, 2006 10:40 AM in response to Matthias Arndt

You have to change the atom accordingly. Use AtomicParsley.

I have used Doug's script in the past but it is failing me now for some reason, so I went the manual route, using a script.

[quote]#!/bin/bash
###########
# This script always works the same way: it works inside the current folder,
# so first you need to "cd /someplace" so that the script will work only there
# it only works on the files in that folder, not buried in other folders
# You may need to adjust the hardcoded location of the AP binary in AP_bin.
###########
# eliminate the #comment marks preceding each section to activate that portion
###########

#the hardcoded location of the AtomicParsley binary
AP_bin="/Users/$USER/Desktop/AtomicParsley/AtomicParsley"

#which files are allowable to be processed:
include=".mp4\|.m4a\|.m4b\|.m4p\|.m4v\|.3gp\|.3g2"

#this is the main loop, this is always uncommented
ls -1 | grep -i "$include" | while read a_file; do

############ 1
##this will print a tree of each file
echo "$a_file"
ap_output=`$AP_bin "$a_file" -T`
echo "$ap_output"

############ 2
##this will get a tree of each file & search for an atom called 'wide'
# ap_output=`$AP_bin "$a_file" -T | grep wide`
# if [ -n "$ap_output" ]; then
# echo "$a_file"
# echo "$ap_output"
# fi

############ 3
##this set a copyright notice of "©2006" at movie level in english for each file
# echo $a_file
# "$AP_bin" "$a_file" --ISO-copyright movie "©2006" lang=eng

############ 2
##This will set the stik value to 2 (audiobook)'
"$AP_bin" "$a_file" --stik value=2


#this ends the main loop, so this is also always uncommented
done[/quote]

Just use the terminal for this. Make sure the path to the Atomic Parsley lib. is correct, then copy the script (I named it audiobook.sh) into the directory you have the files and execute it.

It will write new files with the correct Atom set, delete the original files out of iTunes then add them again and they should show up in the Audiobooks section.

I suggest you copy the files to a new directory before you do the editing though.

iTunes 7 - Selection of audiobooks

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.