Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 65

Thread: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

  1. #11
    Join Date
    Sep 2007
    Location
    Darmstadt (DE)/ Lund (SWE
    Beans
    23

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    The text file is needed by mp4chaps which writes the chapter markers to the m4b file. Earlier versions deleted the file afterwards but before releasing i forgot to uncomment the regarding line in the code - so its a bug and its safe to delete the txt file.

    Your ploblem seems to be related to gtkpod/libgpod. Maybe because you use an iphone as for iphones the libgpod development is lagging behind sometimes (the devs dont get enough free iphones to work on ). You should go to http://www.gtkpod.org/ and look for bugs or ask the developers via their mailing list. Im afraid i can cant help you with that problem, sorry.

    crabman

  2. #12
    Join Date
    May 2010
    Beans
    10

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    I loaded the iPhone in rhythmbox and copied the m4b file from it to try transferring from a coworkers iTunes. iTunes threatened to wipe my iPhone since it wasn't synced with that PC so I quit, but when I checked the phone, the files had moved to a folder called audible inside the audiobooks section and all the chapters were listed. I'm not sure if it was the brief exposure to iTunes or rhythm box but your program works great for me, thanks for developing it and supporting we who mangle things

  3. #13
    Join Date
    Sep 2007
    Location
    Darmstadt (DE)/ Lund (SWE
    Beans
    23

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    youre welcome!
    The problem is that you use rytmbox for transferring the file you HAVE to youse gtkpod to make it work.
    The ipod cannot read any metadata itself, so gtkpod/rythmbox/itunes has to extract the metadata (title, artist, chapters) and give it to the ipod seperately. As of today (afaik) gtkpod is the only program which can read and handle chapter data. All other programs (rythmbox, banshee, amarok, songbird...) will make the ipod not recognize the chapters.
    Probably connecting the ipod to itunes fixed the problem.

    crabman

  4. #14
    Join Date
    May 2010
    Beans
    10

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    I used gtkpod to transfer, but nothing happened until I loaded it in rythmbox and itunes.

    I haven't found a solution yet, but I reckon it's because of this 'Extended info disabled' error
    Last edited by Asitaka; May 13th, 2010 at 04:01 PM.

  5. #15
    Join Date
    Sep 2007
    Beans
    2

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    When I unzipped m4baker I just got m4baker.py so I tried to set that up but then it said:

    only the filetypes supported by soxi are supported input files. According to your sox install these are:
    .8svx .aif .aifc .aiff .aiffc .al .amb .au .avi .avr .caf .cdda .cdr .cvs .cvsd .cvu .dat .dvms .f32 .f4 .f64 .f8 .fap .ffmpeg .flac .fssd .gsm .hcom .htk .ima .ircam .la .lpc .lpc10 .lu .m4a .mat .mat4 .mat5 .maud .mp2 .mp3 .mp4 .mpg .nist .ogg .paf .prc .pvf .raw .s1 .s16 .s2 .s24 .s3 .s32 .s4 .s8 .sb .sd2 .sds .sf .sl .smp .snd .sndfile .sndr .sndt .sou .sox .sph .sw .txw .u1 .u16 .u2 .u24 .u3 .u32 .u4 .u8 .ub .ul .uw .vms .voc .vorbis .vox .w64 .wav .wavpcm .wmv .wv .wve .xa .xi

    any ideas?

  6. #16
    Join Date
    Feb 2010
    Beans
    5

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    I'm not sure, how do I check?

  7. #17
    Join Date
    Sep 2007
    Location
    Darmstadt (DE)/ Lund (SWE
    Beans
    23

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    @ tomshare: You run m4baker in CLI mode, right? seems there is something wrong with the parsing of the arguments. What was your complete command, incl args and options?

    @ pearlzilla: try "apt-cahe show python-qt4" (not 100% sure because i dont have an ubuntu system around to check)

  8. #18
    Join Date
    Mar 2009
    Beans
    9
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    Hi guys,

    I think I have the same issue as tomhare

    That's what happens

    :~/m4baker$ ls
    baseclasses.py baseclasses.pyc __init__.py m4baker.py ui

    :~/m4baker$ sudo python m4baker.py install --optimize=1
    Usage: m4baker.py [options] input_file1 [input_file2 ...] OR m4baker.py [options] for GUI mode

    m4baker.py: error: no such option: --optimize

    I am running on
    :~/m4baker$ cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=10.04
    DISTRIB_CODENAME=lucid
    DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS"

    Hope you can help. I can not wait to test it. It seems what I've been looking for a long while

  9. #19
    Join Date
    Sep 2007
    Location
    Darmstadt (DE)/ Lund (SWE
    Beans
    23

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    try
    Code:
    sudo python setup.py install --optimize=1
    instead of
    Code:
    sudo python m4baker.py install --optimize=1
    and it will install correctly

    the m4baker.py is the actual program while the setup.py is the installer.

    crabman

  10. #20
    Join Date
    Mar 2009
    Location
    London, UK
    Beans
    128
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Howto: Create iPod-compatible m4b audiobooks with chapters and cover

    Thank you, been looking for something like this for quite some time! A very useful tool indeed. Thank you very much

Page 2 of 7 FirstFirst 1234 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •