Become a member of the iLounge Forums. Register Now!
To start viewing messages, select the forum that you want to visit from the selection below.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
Topic: Guides. Create Bookmarking Files (Mac&PC), Cassette Tape, LP & CD(PC)
|
|
#46
|
|||
Join Date: Oct 2003
Location: Atlanta
Posts: 1,375
|
Reply to pm in italics in quote. Posting in thread for mp3 guide conversions as well so that all the resources of forum can address your problem as it develops.
Regards. Robert Quote:
__________________
Guides-Bookmarking iPod Files From CDs MP3s Cassettes ANY SOUND Played on computer MarkAble shareware CD/MP3 to iPod bookmark file Audiobook FAQ with Screenshots Burn CDs-AM&iTunes My Book Recommends Last edited by robert; 01-02-2006 at 10:29 AM. |
|||
|
|
|
Join the iLounge Community and the ad above will disappear.
|
|
#47
|
||
|
Senior Lounger
Join Date: Sep 2005
Location: Seattle
Posts: 216
|
1. Yes, this actually is a problem, not an anomaly. At least in my experience, since upgrading to iTunes 6 and on a Mac, some files with the .m4b extension still don't show up in Audiobooks. I have posted several times on this (see books in iTunes 6 library- weird behavior). There are different solutions, depending on whether you are Mac of PC.
2. One workaround that works for me is to UNcheck the "skip when shuffling" option in iTunes. If you're using a Mac, you can run the "Set Selected Tracks Shuffle" script on the tracks. The guides are helpful, but I wish there were separate guides for Mac and PC.
__________________
Quick Mac how-to: Audiobook CDs to Bookmarkable AAC |
||
|
|
|
|
|
#48
|
||
Join Date: Oct 2003
Location: Atlanta
Posts: 1,375
|
Since I am pc, this is hearsay: *.m4b doesn't get it for macs. macs require running an applescript to change the tags so that iPod will recognize them as audiobooks. See signature below for link.
the poster was PC and has now used MarkAble successfully he tells me in pm.
__________________
Guides-Bookmarking iPod Files From CDs MP3s Cassettes ANY SOUND Played on computer MarkAble shareware CD/MP3 to iPod bookmark file Audiobook FAQ with Screenshots Burn CDs-AM&iTunes My Book Recommends Last edited by robert; 01-02-2006 at 06:00 PM. |
||
|
|
|
|
|
#49
|
||
|
Freshman Lounger
Join Date: Dec 2005
Posts: 3
|
My way of making single file m4b audiobook files from multiple mp3 files:
Only tested on (Win) PC. 0 - You'll need: Basic PC and Unix skills 1 - cygwin 'cygwin.com' (free) 2 - your source on this format: <Harry Potter 4>\HP4 CD1\*.mp3 \HP4 CD2\*.mp3 | | \HP4 CD20\*.mp3 iTunes6 has a file length limit of 24hours, roughly 20CDs. More than that, devide it. (HP5 I had to devide into 2x13CDs) 3 - From a cygwin bash shell, execute this script, edited to your fit you system: (call the script whatever you like, remember chmod +x, and ./<scriptname> :-) ) #!/bin/bash # echo "Welcome to the ipodifizer" echo if [ $# -ne 1 ]; then echo "Usage: <top dir to concatenate>" exit fi odir=/cygdrive/q/iPod ofile="$1.mp3" if [ ! -d $odir ]; then echo "$odir does not exist" exit fi if [ -f "$odir/$ofile" ]; then rm "$odir/$ofile" fi topdir="$1" echo "Top dir is : $topdir" echo "Output file is: $ofile" declare -a dirs[]=( $(ls -1Q "$1") ) echo "${#dirs[@]} directories found" echo touch "${odir}/${ofile}" cd "$1" for i in $(seq 0 $((${#dirs[@]} - 1))) do echo "${dirs[$i]}" cd "${dirs[$i]}" cat *.mp3 >>"${odir}/${ofile}" cd .. done 4 - import the resulting single huge mp3 file in itunes and convert to AAC (spoken word setting) 5 - When done (could take a few hours for a 24 hours file) remove mp3 file from itunes lib. 6 - rename m4a file to m4b 7 - reconnect to library by trying to play it 8- Get a book picture off internet an assign to file 9 - sync to ipod 10 - enjoy |
||
|
|
|
|
|
#50
|
|||
|
Pro Lounger
Join Date: Oct 2004
Posts: 721
|
Quote:
P.S. I think you can do the merge in a single command; doesn't have to be shell specific or use bash. |
|||
|
|
|
|
|
#51
|
||
|
Pro Lounger
Join Date: Oct 2004
Posts: 721
|
It might be fun to have a timeline of "significant events" for this forum and links to the posts -- like, Podunk's guide to using Audible and the iTMS (that appeared shortly after iTunes for Windows debuted and started carrying audiobooks), Stensvaag's post about making files bookmarkable (Doug Adams' summary can be linked, too), MikeM's suggestion about smart playlists, the original request that led to MarkAble, the introduction of podcastings and mp3 bookmarking -- and subsequent problems with smart playlists and stable playback on newer 4G iPods, creatiion of the podio books threads, etc.
Other things to add here -- time limits (set by QuickTime on single-file audiobooks -- about 13.5 hours for 44.1kHz recording, 27 hours for the 22.050 kHz podcast setting); encoding vs. file-size tables, cross-platform usage issues (iTunes can accept CDs and DVDs written as audio, mp3, or data disks from either Mac or PC systems), backup suggestions (using smart playlists for incremental backups and special-topic backups), what iTunes files store different information (general question, but appropriate here, too). There have been a lot of good peripheral discussions mentioning software products and sources for various functions -- dordale used to have a lot of good suggestions for PC products, and there have also been some (older) threads discussing the pros and cons of various sound capture programs. Perhaps we could summarize/link some of them here. I'm reposting here, since I inadvertantly created a new thread. Edited to fix typo -- it's "kHz" not "MHz" Last edited by moriond; 01-04-2006 at 06:21 PM. |
||
|
|
|
|
|
#52
|
||
|
Freshman Lounger
Join Date: Dec 2005
Posts: 3
|
You are right moriond.
Linux has several ways of acheiving the same thing :-) I found that the cat command bombed if presented with full pathnames, hence the script to cd down to all the CD# folders. Someone are bound to come up with a simpler script too, probably a 1 liner :-) Cheers |
||
|
|
|
|
|
#53
|
||
|
Freshman Lounger
Join Date: Jan 2006
Posts: 5
|
hi,
ive followed all the guidelines, I merged the mp3's together so they were in one file, but when I convert them to aac in itunes, only the first file that i merged appears little help? |
||
|
|
|
|
|
#54
|
|||
Join Date: Oct 2003
Location: Atlanta
Posts: 1,375
|
Quote:
you merged several mp3 files into one file and then converted that file to AAC and had only one file? If that is what you are saying, you should have only one file. The iTunes AAC conversion will create one file for each mp3 file that you convert from mp3 to AAC and only one at the time. MarkAble will manage this for you. Did you place each resulting merged mp3 file (assuming that you created more than one merged mp3 file from merging the originals) into iTunes and then convert each individually to AAC? You have to place each merged file into iTunes and then individually convert to AAC and then rename the extension from m4a to m4b.
__________________
Guides-Bookmarking iPod Files From CDs MP3s Cassettes ANY SOUND Played on computer MarkAble shareware CD/MP3 to iPod bookmark file Audiobook FAQ with Screenshots Burn CDs-AM&iTunes My Book Recommends |
|||
|
|
|
|
|
#55
|
||
|
Freshman Lounger
Join Date: Jan 2006
Posts: 5
|
thanks for replying,
but isn't the point of merging the files to have as one big file in the audiobooks folder? if not is there a way to ad sub-folders to the audiobook folder? |
||
|
|
|
|
|
#56
|
||
Join Date: Oct 2003
Location: Atlanta
Posts: 1,375
|
nope, the point is to have as large a file as will play without problems on iPod. Has been max of 5 hours or so. It is possible that newer iPods and updates will handle larger, but I haven't seen anyone who has recently tested size. In the guide, it is you who controls the resulting merged file size and management of converting all the resulting merged files unless you use MarkAble.
What audiobook folder are you asking about? The main menu iPod audiobook entry carries ALL m4b files, all iTunes audiobook downloads and audible.com files and nothing more. You can "manage" them in that category by naming convention of Book Name 1-3, Book Name 2_3, etc. You can also create smart lists to include only audio books, specific audio books, or specific genre, and playcount = 0.
__________________
Guides-Bookmarking iPod Files From CDs MP3s Cassettes ANY SOUND Played on computer MarkAble shareware CD/MP3 to iPod bookmark file Audiobook FAQ with Screenshots Burn CDs-AM&iTunes My Book Recommends |
||
|
|
|
|
|
#57
|
||
|
Freshman Lounger
Join Date: Jan 2006
Posts: 5
|
So I should be using MarkAble?
|
||
|
|
|
|
|
#58
|
||
Join Date: Oct 2003
Location: Atlanta
Posts: 1,375
|
You can get a free full function trial to check it out and see for yourself. I highly recommend it, using it myself to "automate" the process and reduce operator involvement. I leave it working overnight if doing a full AAC conversion.
http://www.ipodsoft.com/index.php?/downloads/markable Still not sure of your question. No mp3 file will show up in iPod main menu Audiobook category -- only *.m4b AAC/m4b, *.aa audible files, and iTunes audio book downloads. So, if you want to listen at faster speed, skip in main menu shuffle, and to have in main menu audiobook folder, you will have to merge and then convert your mp3's to AAC and rename the resulting m4a file to m4b. Hope I have answered your questions. Robert
__________________
Guides-Bookmarking iPod Files From CDs MP3s Cassettes ANY SOUND Played on computer MarkAble shareware CD/MP3 to iPod bookmark file Audiobook FAQ with Screenshots Burn CDs-AM&iTunes My Book Recommends Last edited by robert; 01-19-2006 at 06:07 PM. |
||
|
|
|
|
|
#59
|
||
|
Freshman Lounger
Join Date: Jan 2006
Posts: 5
|
YES, Thankyou robert
I just didn't understand the merging and converting, MarkAble is working great ThANK YOU |
||
|
|
|
|
|
#60
|
||
|
Freshman Lounger
Join Date: Mar 2006
Posts: 1
|
Robert, you seem to be very knowledgeable about all this stuff and I'm very grateful for it. I have benefited greatly from your know-how. I have a question that I am hoping you can answer. I have followed the long drawn out instructions for converting purchased audiobook cd's into bookmarkable files for the iPod. My question is with regards to '.aa' files though. My husband owns a Garmin GPS which will hold '.aa' files (audiobooks purchased from Audible.com) or 'MP3' files. Do you know of a way to convert an 'MP3' audiobook file to a bookmarkable '.aa' file? Is it even possible.
Thanks, |
||
|
|
|
Topic: Guides. Create Bookmarking Files (Mac&PC), Cassette Tape, LP & CD(PC)
Become a member of the iLounge Forums. Register Now!
To start viewing messages, select the forum that you want to visit from the selection below.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
If this is your first visit, be sure to check out the Forum FAQ and Forum Policy.
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Best Cassette Tape Adapter? | jRzoFclAy | Accessories for iPhone, iPad + iPod | 1 | 07-30-2007 02:48 PM |
| Cassette tape to .mp3? | cynthetic | Music & Audio | 1 | 06-11-2007 04:22 PM |
| Cassette-Tape Transmitter Problem | kohd88 | Accessories for iPhone, iPad + iPod | 1 | 05-18-2007 09:53 PM |
| ipod photo /podcasting - Lets create stories/travel guides for it [audio/pictures] | jozero | Podcasts & Podcasting | 4 | 02-16-2005 02:07 PM |
| Links to Guides to rip CD, Cassette, Vinyl LP, MP3, to bookmarking, or not, iPod file | robert | iPod classic & Legacy iPods | 0 | 01-24-2005 02:23 PM |
View iLounge History. Read our old Forums Archive (2001-2003)
All times are GMT -4. The time now is 01:13 AM.
All times are GMT -4. The time now is 01:13 AM.










Audible files

Linear Mode



