<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" version="2.0" xml:base="https://www.linuxjournal.com/tag/audible">
  <channel>
    <title>Audible</title>
    <link>https://www.linuxjournal.com/tag/audible</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>Building Your Own Audible</title>
  <link>https://www.linuxjournal.com/content/building-your-own-audible</link>
  <description>  &lt;div data-history-node-id="1339611" class="layout layout--onecol"&gt;
    &lt;div class="layout__region layout__region--content"&gt;
      
            &lt;div class="field field--name-field-node-image field--type-image field--label-hidden field--item"&gt;  &lt;img src="https://www.linuxjournal.com/sites/default/files/nodeimage/story/12224bookf1.jpg" width="500" height="466" alt="""" typeof="foaf:Image" class="img-responsive" /&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-author field--type-ds field--label-hidden field--item"&gt;by &lt;a title="View user profile." href="https://www.linuxjournal.com/users/shawn-powers" lang="" about="https://www.linuxjournal.com/users/shawn-powers" typeof="schema:Person" property="schema:name" datatype="" xml:lang=""&gt;Shawn Powers&lt;/a&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"&gt;&lt;p&gt;&lt;em&gt;A quick look at some options for streaming audio books.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;
I have audiobooks from a variety of sources, which I've purchased in a
variety of ways. I have some graphic audio books in MP3 format, a bunch
of Audible books in their DRM'd format and ripped CDs varying from m4b
(Apple format for books) to MP3 and even some OGG. That diversity makes
choosing a listening platform difficult. In order to meet my idea of
perfection, I need:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;
&lt;p&gt;
A system that plays any audio format.
&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;
A way to play books on multiple platforms, iOS Android and web browsers.
&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;
Current location stored and honored across platforms.
&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;
The ability to play audiobooks at different speeds.
&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;
&lt;p&gt;
An easy way to access my entire library remotely.
&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
Several options come close. My favorite Android audiobook app, for
instance, is "Listen", available in the Play Store. But, it falls short on the
multi-platform front and also on accessing books remotely. Audible itself
will do most of what I need, but it doesn't allow importing remote
books. And, traditional music players are out.
&lt;/p&gt;

&lt;p&gt;
Honestly, Plex seems like the perfect platform for audiobooks. And although
some people do use it, they're just kludging things. Plex doesn't natively
support the concepts behind audiobooks, so the process isn't smooth at
all. I'm honestly hoping that changes in the future, because it would
be a perfect addition to an already amazing system. Thankfully, in the
meantime, there's BookSonic.
&lt;/p&gt;

&lt;p&gt;
You've probably heard of SubSonic, which is a music streaming server that
allows you to do pretty much what I'm looking for with audiobooks, but it's strictly for
music. &lt;a href="https://github.com/popeen"&gt;Patrik Johansson&lt;/a&gt;
has forked SubSonic
and created BookSonic, specifically modified to handle audiobooks. It
even handles tagging and book art. Currently, the system isn't perfect,
but it's closer than any other projects come to book nirvana, and if
you use Docker, it's dead simple to get installed. A simple:

&lt;/p&gt;&lt;pre&gt;
&lt;code&gt;
docker -d create \
  --name booksonic \
  -p 8080:8080 \
  -v &lt;path/to/storage/location/on/host&gt;:/audiobooks \
  -v &lt;path/to/configuration/on/host&gt;:/var/booksonic \
  ironicbadger/booksonic
&lt;/code&gt;
&lt;/pre&gt;


&lt;p&gt;
will get BookSonic running on your Docker host. Once it's installed,
just head over to http://docker_host:8080 and log in as admin/admin. You
can start the book scan, and fairly soon, your books will show up for
you to start playing!
&lt;/p&gt;&lt;/div&gt;
      
            &lt;div class="field field--name-node-link field--type-ds field--label-hidden field--item"&gt;  &lt;a href="https://www.linuxjournal.com/content/building-your-own-audible" hreflang="und"&gt;Go to Full Article&lt;/a&gt;
&lt;/div&gt;
      
    &lt;/div&gt;
  &lt;/div&gt;

</description>
  <pubDate>Sat, 20 Jan 2018 14:35:41 +0000</pubDate>
    <dc:creator>Shawn Powers</dc:creator>
    <guid isPermaLink="false">1339611 at https://www.linuxjournal.com</guid>
    </item>

  </channel>
</rss>
