Re: [Hpr] Next two AudioBookClub books

2014-08-04 Thread rukin
I received the files just fine on my podkicker, the only issue is that some 
chapters came in different order, but its just a minor problem. 
Lostnbronx thanks a lot for providing us with such a master piece!♪
and  also thanks Dave for resolve the rss feed issue.
cheers,
Rukin

 Original message From: lostnbronx 
 Date:2014/08/02  00:57  (GMT+09:00) 
To: x1101  Cc: hpr@hackerpublicradio.org 
Subject: Re: [Hpr] Next two AudioBookClub books 
FWIW, gpodder grabs both feeds just fine.

On 8/1/14, x1101  wrote:
> Well, that's what I get for trying to figure out what's wrong as I go to
> bed.
>
>
> /x1101
>
> On Aug 1, 2014, Dave Morriss  wrote:
>>On 01/08/14 02:30, x1101 wrote:
>>> I can't tell if the issue is on my end or what,  but when I grabbed
>>the
>>> street candles rss feed all my reader showed was 4 episodes. I've
>>> manually inspected the feed and it shows all 40 episodes,  but
>>> pocketcast on Android doesn't see them.  Also, it only reads the mp3
>>feed.
>>>
>>> Thoughts anyone?
>>
>>Looking at the RSS feeds, both contain the relevant number of 
>>tags but the ogg feed contains no enclosures and the mp3 contains only
>>4.
>>
>>The  tag is the bit that shows podcatchers where to download
>>the media - in case I'm not being clear.
>>
>>Don't be confused by the  tags, that's meant to be a permanent
>>unique ID string for each . These are often URLs but don't have
>>to
>>be. They will not be used by podcatchers to download anything.
>>
>>Both feeds seem mis-configured somehow.
>>
>>Dave
>
> --
> Sent with  href="https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2";>K-@
> Mail - the evolution of emailing.

___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org
___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-08-01 Thread x1101
As a test I uploaded the file Dave provided to my site (and change the 
extension to xml) and it works perfectly.

Nicely done Dave!

It's located here for now: http://x1101.net/podcast/stardri.xml

I can take it down in the future if you like.

/x1101

On Aug 1, 2014, Dave Morriss  wrote:
>On 01/08/14 20:48, lostnbronx wrote:
>> A fixed feed would be greatly appreciated!  I confess I don't really
>> understand RSS very well.  It probably shows.
>
>:-)
>
>Whenever I think I understand RSS I discover I don't. For example, I
>got
>confused earlier between the  (a mandatory hyperlink to the item)
>and  (an optional unique identifier for the item).
>
>There's a good tutorial at http://www.w3schools.com/RSS/rss_intro.asp
>if
>you ever want to check out this stuff.
>
>Anyway, I have attached a little Perl script (for reference, and in
>case
>you want to run it), and the result of running it on your mp3 feed. I
>simply took the  URL and made it an enclosure. I also did so when
>there was already an enclosure.
>
>If this isn't good then tell me and I'll hack it some more. I'll do a
>quick and dirty hack for the ogg feed too, but will not clog the list
>with that one.
>
>> I was using archive.org for hosting until about half-way through the
>> production of the audiobook, but then they changed in their uploading
>> interface (after all these years), and I suddenly couldn't get into
>my
>> account anymore.  Getting technical help out of them is like
>wandering
>> in the desert, so I decided to put everything on a shared server
>slice
>> that I can control.  I redid the entire feed at that time, but I
>guess
>> I did it wrong.
>
>I sympathise. I got some great help from them for a while then all went
>quiet. It's a shame because what they are doing in the Internet Archive
>is truly wonderful.
>
>> BTW, I use Listgarden to generate the feeds.  There's probably a way
>> to get the  tag in there.  I'll look into it for the
>> future.
>
>I don't know I'm afraid. Worst case, a quick and dirty Perl script can
>solve many problems, and the XML::RSS module is your friend :-)
>
>Dave

--
Sent with https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2";>K-@
 Mail - the evolution of emailing.___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-08-01 Thread Dave Morriss
On 01/08/14 20:48, lostnbronx wrote:
> A fixed feed would be greatly appreciated!  I confess I don't really
> understand RSS very well.  It probably shows.

:-)

Whenever I think I understand RSS I discover I don't. For example, I got
confused earlier between the  (a mandatory hyperlink to the item)
and  (an optional unique identifier for the item).

There's a good tutorial at http://www.w3schools.com/RSS/rss_intro.asp if
you ever want to check out this stuff.

Anyway, I have attached a little Perl script (for reference, and in case
you want to run it), and the result of running it on your mp3 feed. I
simply took the  URL and made it an enclosure. I also did so when
there was already an enclosure.

If this isn't good then tell me and I'll hack it some more. I'll do a
quick and dirty hack for the ogg feed too, but will not clog the list
with that one.

> I was using archive.org for hosting until about half-way through the
> production of the audiobook, but then they changed in their uploading
> interface (after all these years), and I suddenly couldn't get into my
> account anymore.  Getting technical help out of them is like wandering
> in the desert, so I decided to put everything on a shared server slice
> that I can control.  I redid the entire feed at that time, but I guess
> I did it wrong.

I sympathise. I got some great help from them for a while then all went
quiet. It's a shame because what they are doing in the Internet Archive
is truly wonderful.

> BTW, I use Listgarden to generate the feeds.  There's probably a way
> to get the  tag in there.  I'll look into it for the
> future.

I don't know I'm afraid. Worst case, a quick and dirty Perl script can
solve many problems, and the XML::RSS module is your friend :-)

Dave

#!/usr/bin/perl 
#===
#
# FILE: stardri_fix
#
#USAGE: ./stardri_fix
#
#  DESCRIPTION: Script to read the 'Star Drifter' feed and add the missing
#   enclosures
#
#  OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
#NOTES:
#   AUTHOR: Dave Morriss (djm), dave.morr...@gmail.com
#  VERSION: 0.0.1
#  CREATED: 2014-08-01 16:53:01
# REVISION: 2014-08-01 22:02:54
#
#===

use 5.010;
use strict;
use warnings;

use LWP::Simple 'get';
use XML::RSS;

#
# Star Drifter URL
#
my $url = 'http://www.cavalcadeaudio.com/rss/rss.stardri.mp3.xml';

#
# Make an object
#
my $rss = XML::RSS->new();

#
# Grab and parse the feed
#
my $feed = get($url) or die "Unable to get feed $url\n";
$rss->parse($feed);

#
# Walk the items in the orginal feed
#
foreach my $item ( @{ $rss->{'items'} } ) {

$item->{'enclosure'}->{'url'} = $item->{'link'};
$item->{'enclosure'}->{'type'} = 'audio/mpeg';

}

print $rss->as_string,"\n";

exit;

# vim: syntax=perl:ts=8:sw=4:et:ai:tw=78:fo=tcrqn21:fdm=marker



stardri.rss
Description: application/rss
___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-08-01 Thread lostnbronx
A fixed feed would be greatly appreciated!  I confess I don't really
understand RSS very well.  It probably shows.

I was using archive.org for hosting until about half-way through the
production of the audiobook, but then they changed in their uploading
interface (after all these years), and I suddenly couldn't get into my
account anymore.  Getting technical help out of them is like wandering
in the desert, so I decided to put everything on a shared server slice
that I can control.  I redid the entire feed at that time, but I guess
I did it wrong.

BTW, I use Listgarden to generate the feeds.  There's probably a way
to get the  tag in there.  I'll look into it for the
future.

-Thanks!

On 8/1/14, Dave Morriss  wrote:
> On 01/08/14 16:57, lostnbronx wrote:
>> FWIW, gpodder grabs both feeds just fine.
>
> I stand in awe of gPodder. Someone has presumably written code that goes
> "huh, no enclosure, but there's a link which looks like one, how about I
> see if that can be downloaded?". Not what's supposed to happen according
> to the RSS specification (as I understand it) but it gets the job done.
>
> The links all point to 'downloads.cavalcadeaudio.com', but the
> enclosures that exist point to 'archive.org'. Is that significant?
>
> Dave
>

___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-08-01 Thread Dave Morriss
On 01/08/14 16:57, lostnbronx wrote:
> FWIW, gpodder grabs both feeds just fine.

I stand in awe of gPodder. Someone has presumably written code that goes
"huh, no enclosure, but there's a link which looks like one, how about I
see if that can be downloaded?". Not what's supposed to happen according
to the RSS specification (as I understand it) but it gets the job done.

The links all point to 'downloads.cavalcadeaudio.com', but the
enclosures that exist point to 'archive.org'. Is that significant?

Dave

___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-08-01 Thread lostnbronx
FWIW, gpodder grabs both feeds just fine.

On 8/1/14, x1101  wrote:
> Well, that's what I get for trying to figure out what's wrong as I go to
> bed.
>
>
> /x1101
>
> On Aug 1, 2014, Dave Morriss  wrote:
>>On 01/08/14 02:30, x1101 wrote:
>>> I can't tell if the issue is on my end or what,  but when I grabbed
>>the
>>> street candles rss feed all my reader showed was 4 episodes. I've
>>> manually inspected the feed and it shows all 40 episodes,  but
>>> pocketcast on Android doesn't see them.  Also, it only reads the mp3
>>feed.
>>>
>>> Thoughts anyone?
>>
>>Looking at the RSS feeds, both contain the relevant number of 
>>tags but the ogg feed contains no enclosures and the mp3 contains only
>>4.
>>
>>The  tag is the bit that shows podcatchers where to download
>>the media - in case I'm not being clear.
>>
>>Don't be confused by the  tags, that's meant to be a permanent
>>unique ID string for each . These are often URLs but don't have
>>to
>>be. They will not be used by podcatchers to download anything.
>>
>>Both feeds seem mis-configured somehow.
>>
>>Dave
>
> --
> Sent with  href="https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2";>K-@
> Mail - the evolution of emailing.

___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-08-01 Thread x1101
Well, that's what I get for trying to figure out what's wrong as I go to bed.


/x1101

On Aug 1, 2014, Dave Morriss  wrote:
>On 01/08/14 02:30, x1101 wrote:
>> I can't tell if the issue is on my end or what,  but when I grabbed
>the
>> street candles rss feed all my reader showed was 4 episodes. I've
>> manually inspected the feed and it shows all 40 episodes,  but
>> pocketcast on Android doesn't see them.  Also, it only reads the mp3
>feed.
>>
>> Thoughts anyone?
>
>Looking at the RSS feeds, both contain the relevant number of 
>tags but the ogg feed contains no enclosures and the mp3 contains only
>4.
>
>The  tag is the bit that shows podcatchers where to download
>the media - in case I'm not being clear.
>
>Don't be confused by the  tags, that's meant to be a permanent
>unique ID string for each . These are often URLs but don't have
>to
>be. They will not be used by podcatchers to download anything.
>
>Both feeds seem mis-configured somehow.
>
>Dave

-- 
Sent with https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2";>K-@
 Mail - the evolution of emailing.___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-08-01 Thread Dave Morriss
On 01/08/14 02:30, x1101 wrote:
> I can't tell if the issue is on my end or what,  but when I grabbed the
> street candles rss feed all my reader showed was 4 episodes. I've
> manually inspected the feed and it shows all 40 episodes,  but
> pocketcast on Android doesn't see them.  Also, it only reads the mp3 feed.
> 
> Thoughts anyone? 

Looking at the RSS feeds, both contain the relevant number of 
tags but the ogg feed contains no enclosures and the mp3 contains only 4.

The  tag is the bit that shows podcatchers where to download
the media - in case I'm not being clear.

Don't be confused by the  tags, that's meant to be a permanent
unique ID string for each . These are often URLs but don't have to
be. They will not be used by podcatchers to download anything.

Both feeds seem mis-configured somehow.

Dave


___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-07-31 Thread x1101
I can't tell if the issue is on my end or what,  but when I grabbed the street 
candles rss feed all my reader showed was 4 episodes. I've manually inspected 
the feed and it shows all 40 episodes,  but pocketcast on Android doesn't see 
them.  Also, it only reads the mp3 feed.

Thoughts anyone?

On Jul 22, 2014, lostnbronx  wrote:
>You can grab "Street Candles" at:
>
>http://www.cavalcadeaudio.com/stardrifter.html
>
>RSS options are there on the side.
>
>I'm grabbing "Revolution Radio" today, but I'm not sure about making
>the review.
>
>___
>Hpr mailing list
>Hpr@hackerpublicradio.org
>http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org

--
Sent with https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2";>K-@
 Mail - the evolution of emailing.___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-07-22 Thread lostnbronx
You can grab "Street Candles" at:

http://www.cavalcadeaudio.com/stardrifter.html

RSS options are there on the side.

I'm grabbing "Revolution Radio" today, but I'm not sure about making the review.

___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-07-22 Thread Klaatu
Sadly due to the 16 hour time difference, I won't be able to make the
StreetCandles review. But I still want to hear it.

Whats the link for the dl?

-klaatu

On 07/22/2014 01:29 PM, David Whitman wrote:
> I got it no problem! Thanks! I like your work!
> 
> On Jul 21, 2014 1:26 PM, "lostnbronx"  > wrote:
> 
> I don't even have a tar or zip file for "Street Candles" yet, so
> "Revolution Radio" is one up on me!  The size total for all mp3 files
> in "SC" is something like 1.2 GB.  The ogg files are something like
> 850 MB total.  Grabbing them through the Stardrifter RSS feed is
> probably the easiest way to go.
> 
> ___
> Hpr mailing list
> Hpr@hackerpublicradio.org 
> http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org
> 
> 
> 
> ___
> Hpr mailing list
> Hpr@hackerpublicradio.org
> http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org
> 


___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-07-21 Thread David Whitman
I got it no problem! Thanks! I like your work!
On Jul 21, 2014 1:26 PM, "lostnbronx"  wrote:

> I don't even have a tar or zip file for "Street Candles" yet, so
> "Revolution Radio" is one up on me!  The size total for all mp3 files
> in "SC" is something like 1.2 GB.  The ogg files are something like
> 850 MB total.  Grabbing them through the Stardrifter RSS feed is
> probably the easiest way to go.
>
> ___
> Hpr mailing list
> Hpr@hackerpublicradio.org
> http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org
>
___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-07-21 Thread lostnbronx
I don't even have a tar or zip file for "Street Candles" yet, so
"Revolution Radio" is one up on me!  The size total for all mp3 files
in "SC" is something like 1.2 GB.  The ogg files are something like
850 MB total.  Grabbing them through the Stardrifter RSS feed is
probably the easiest way to go.

___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-07-21 Thread Klaatu
Well that's annoying. Let me know if you can't get it to work.

-klaatu

On 07/21/2014 01:32 PM, Patrick Dailey wrote:
> I can extract the whole thing (it takes a while), but none of the files
> play on my sansa clip rockbox. I was going to try re-encoding the files
> with audacity. I'll let you know how that goes though.
> 
> On Jul 20, 2014 1:49 PM, "David Whitman"  > wrote:
> 
> I don't seem to get but a few chapters of Revolution Radio when I
> extract the .tar. Anyone else having this problem?
> 
> 
> On Wed, Jul 16, 2014 at 9:20 AM, Patrick Dailey  > wrote:
> 
> We decided to assign the next /two/ AudioBooks at once. This is
> because we pushed the recording of the July show back by a week
> (thus shortening the time we all have to listen to the next
> one), and our desire to review a particularly long AudioBook in
> September. We figured that if we picked a short book for August
> we could also get a head start on September's book. Hopefully
> that's a little clearer than it feels to me.
> 
> We're really excited about these two books, because both are
> authored by HPR community members. August's AudioBook will be
> Revolution Radio by Seth Kenlon, and September's will be Street
> Candles by David Collins-Rivera aka Lostinbronx.
> 
> Revolution Radio: http://aesdiopod.com/books/
> 
> Street Candles: http://www.cavalcadeaudio.com/stardrifter.html
> 
> The next recording (Revolution Radio) will be
> 2014/08/12T23:00:00+00:00
> (https://en.wikipedia.org/wiki/ISO_8601#Times), or August 12th
> 2014 7:00pm Eastern US.
> 
> The one after (Street Candles) will be 2014/09/09T23:00:00+00:00
> (https://en.wikipedia.org/wiki/ISO_8601#Times), or September 9th
> 2014 7:00pm Eastern US.
> 
> The mumble server is ch1.teamspeak.cc 
> port 64747 room HPR.
> 
> I've been using Google Calendar for this, because it's good at
> localizing the time. If you'd like an invite to the "event," or
> if you'd like me to add you to the AudioBookClub mailing list
> just let me know.
> 
> -- 
> Thank You,
> pokey
> 
> 
> 
> 
> -- 
> davidWHITMAN
> 
> 
> 
> ___
> Hpr mailing list
> Hpr@hackerpublicradio.org
> http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org
> 


___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-07-20 Thread Patrick Dailey
I can extract the whole thing (it takes a while), but none of the files
play on my sansa clip rockbox. I was going to try re-encoding the files
with audacity. I'll let you know how that goes though.
On Jul 20, 2014 1:49 PM, "David Whitman" 
wrote:

> I don't seem to get but a few chapters of Revolution Radio when I extract
> the .tar. Anyone else having this problem?
>
>
> On Wed, Jul 16, 2014 at 9:20 AM, Patrick Dailey 
> wrote:
>
>> We decided to assign the next *two* AudioBooks at once. This is because
>> we pushed the recording of the July show back by a week (thus shortening
>> the time we all have to listen to the next one), and our desire to review a
>> particularly long AudioBook in September. We figured that if we picked a
>> short book for August we could also get a head start on September's book.
>> Hopefully that's a little clearer than it feels to me.
>>
>> We're really excited about these two books, because both are authored by
>> HPR community members. August's AudioBook will be Revolution Radio by Seth
>> Kenlon, and September's will be Street Candles by David Collins-Rivera aka
>> Lostinbronx.
>>
>> Revolution Radio: http://aesdiopod.com/books/
>>
>> Street Candles: http://www.cavalcadeaudio.com/stardrifter.html
>>
>> The next recording (Revolution Radio) will be 2014/08/12T23:00:00+00:00 (
>> https://en.wikipedia.org/wiki/ISO_8601#Times), or August 12th 2014
>> 7:00pm Eastern US.
>>
>> The one after (Street Candles) will be 2014/09/09T23:00:00+00:00 (
>> https://en.wikipedia.org/wiki/ISO_8601#Times), or September 9th 2014
>> 7:00pm Eastern US.
>>
>> The mumble server is ch1.teamspeak.cc port 64747 room HPR.
>>
>> I've been using Google Calendar for this, because it's good at localizing
>> the time. If you'd like an invite to the "event," or if you'd like me to
>> add you to the AudioBookClub mailing list just let me know.
>>
>> --
>> Thank You,
>> pokey
>>
>
>
>
> --
> davidWHITMAN
>
___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


Re: [Hpr] Next two AudioBookClub books

2014-07-20 Thread David Whitman
I don't seem to get but a few chapters of Revolution Radio when I extract
the .tar. Anyone else having this problem?


On Wed, Jul 16, 2014 at 9:20 AM, Patrick Dailey  wrote:

> We decided to assign the next *two* AudioBooks at once. This is because
> we pushed the recording of the July show back by a week (thus shortening
> the time we all have to listen to the next one), and our desire to review a
> particularly long AudioBook in September. We figured that if we picked a
> short book for August we could also get a head start on September's book.
> Hopefully that's a little clearer than it feels to me.
>
> We're really excited about these two books, because both are authored by
> HPR community members. August's AudioBook will be Revolution Radio by Seth
> Kenlon, and September's will be Street Candles by David Collins-Rivera aka
> Lostinbronx.
>
> Revolution Radio: http://aesdiopod.com/books/
>
> Street Candles: http://www.cavalcadeaudio.com/stardrifter.html
>
> The next recording (Revolution Radio) will be 2014/08/12T23:00:00+00:00 (
> https://en.wikipedia.org/wiki/ISO_8601#Times), or August 12th 2014 7:00pm
> Eastern US.
>
> The one after (Street Candles) will be 2014/09/09T23:00:00+00:00 (
> https://en.wikipedia.org/wiki/ISO_8601#Times), or September 9th 2014
> 7:00pm Eastern US.
>
> The mumble server is ch1.teamspeak.cc port 64747 room HPR.
>
> I've been using Google Calendar for this, because it's good at localizing
> the time. If you'd like an invite to the "event," or if you'd like me to
> add you to the AudioBookClub mailing list just let me know.
>
> --
> Thank You,
> pokey
>



-- 
davidWHITMAN
___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org


[Hpr] Next two AudioBookClub books

2014-07-16 Thread Patrick Dailey
We decided to assign the next *two* AudioBooks at once. This is because we
pushed the recording of the July show back by a week (thus shortening the
time we all have to listen to the next one), and our desire to review a
particularly long AudioBook in September. We figured that if we picked a
short book for August we could also get a head start on September's book.
Hopefully that's a little clearer than it feels to me.

We're really excited about these two books, because both are authored by
HPR community members. August's AudioBook will be Revolution Radio by Seth
Kenlon, and September's will be Street Candles by David Collins-Rivera aka
Lostinbronx.

Revolution Radio: http://aesdiopod.com/books/

Street Candles: http://www.cavalcadeaudio.com/stardrifter.html

The next recording (Revolution Radio) will be 2014/08/12T23:00:00+00:00 (
https://en.wikipedia.org/wiki/ISO_8601#Times), or August 12th 2014 7:00pm
Eastern US.

The one after (Street Candles) will be 2014/09/09T23:00:00+00:00 (
https://en.wikipedia.org/wiki/ISO_8601#Times), or September 9th 2014 7:00pm
Eastern US.

The mumble server is ch1.teamspeak.cc port 64747 room HPR.

I've been using Google Calendar for this, because it's good at localizing
the time. If you'd like an invite to the "event," or if you'd like me to
add you to the AudioBookClub mailing list just let me know.

-- 
Thank You,
pokey
___
Hpr mailing list
Hpr@hackerpublicradio.org
http://hackerpublicradio.org/mailman/listinfo/hpr_hackerpublicradio.org