Sponsors



Go Back   Zune Boards > Help Forum > Tutorials

New Member?



 
Register Zunecentive FAQ Members List Calendar Search Today's Posts Mark Forums Read

Tutorials A collection of tutorials to help you with various programs.

Reply
 
LinkBack Thread Tools
Old 11-21-2007, 06:46 PM   #1 (permalink)
Experienced Zuner
 
mincho's Avatar
 
Join Date: Dec 2006
Posts: 128
Reputation: 11
Send a message via AIM to mincho Send a message via MSN to mincho Send a message via Yahoo to mincho
$zB: 39
Donate
Cool Audiobook Bookmarking Solution for Zunes

Would you like your audiobooks to:
Resume where left off (Bookmarking)? No more searching for your place?
Be segregated from your music files so they no longer show up when shuffling music?

Read on for the solution!

The new Zunes (and old ones w/ new firmware) support podcasts. Podcasts automatically bookmark where you leave off and give you a "resume" option when you go back.
Changing the "Genre" tag in the audiobook MP3 file will trick the zune into thinking that it is a podcast.
Before you begin either
a) make sure all of your audiobook files are tagged and numbered correctly, or, better yet:
b) combine all of the audiobook files into one large file (there are numerous free programs for this (google: MP3 joiner)

It's simple and easy:

Step 1:
Using a tag editor, open your audiobook files and batch change the "Genre" field to: Podcast

Step 2:
Open your Zune software and drag and drop the audiobook right into the collection/music album window (where the album art is)

Step 3:
Change view to collection/podcast (the files should be there)

Step 4:
Drag Podcast to Zune to sync

The audiobook will now be in the "Podcast" section on the Zune.

Play and enjoy!



Thanks to: this thread @ Zune.net and this one @ Zunerama

This is From the Anything But Ipod Forums, made by Night Surfer.
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



mincho is offline   Reply With Quote
Remove Advertisements Sponsored Links
Advertisement
 
Old 02-22-2008, 06:53 PM   #2 (permalink)
Jr. Zuner
 
Join Date: Sep 2007
Posts: 32
Reputation: 10
$zB: 29
Donate
Default

Hey wow thanks a lot!



silentbob_151 is offline   Reply With Quote
Old 02-24-2008, 08:42 AM   #3 (permalink)
Member
 
BobtheWalrus's Avatar
 
Join Date: Dec 2007
Location: North Idaho
Posts: 513
Reputation: 19
$zB: 438
Donate
Default

Nice work!

If I had audio books, I would use this genius method
__________________
My Quotes
"Life is like a deck of cards, deal with it"
"The hardest books to read, are the ones we want to finish"

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
- Please leave comments, good or bad

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.




BobtheWalrus is offline   Reply With Quote
Old 05-09-2008, 04:35 AM   #4 (permalink)
Zewbie
 
Join Date: Jan 2008
Posts: 2
Reputation: 10
$zB: 3
Donate
Angry

Why won't this work for me? I have tried several different tag editors and still wont work on my Zune30.



denotsko is offline   Reply With Quote
Old 05-16-2008, 03:12 AM   #5 (permalink)
Experienced Zuner
 
Join Date: Nov 2007
Posts: 119
Reputation: 15
$zB: 61
Donate
Default

i don't think the new Zune Soft allows you to do that anymore. They got rid of recognizing Podcast tags so people don't abuse it and share music uncensored.
__________________

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.

please add Georgexx316 to Zune Social

To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.



georgexx316@hotmail.com is offline   Reply With Quote
Old 05-21-2008, 06:03 PM   #6 (permalink)
Zewbie
 
Join Date: Nov 2007
Posts: 2
Reputation: 10
$zB: 2
Donate
Default

Works for me with new fw; I use Podcasts not Podcast.



nicolasqueen is offline   Reply With Quote
Old 05-23-2008, 02:37 PM   #7 (permalink)
Zewbie
 
Join Date: May 2008
Posts: 9
Reputation: 10
$zB: 8
Donate
Default

Podcast still works for audiobooks, but getting the Zune to correctly sort the files is a nightmare!



murdockr is offline   Reply With Quote
Old 05-30-2008, 03:29 PM   #8 (permalink)
Experienced Zuner
 
Join Date: May 2008
Posts: 121
Reputation: 23
$zB: 53
Donate
Default

Here is the xml code to create your own podcast. It is more work using one of an xml file, but it allows you to set all of the data/info. This does require you to have a location on the web where you can upload this file, note you do not have to upload all of the audio files, but can simply drag them into your podcast after you link to it. You can also upload a picture to the web and point to it in the xml file. This file needs to have the extention of .xml


Length is the size of the audio file. You get this by right clicking on the file and going to properties. length="8908927"


<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:cc="http://web.resource.org/cc/" >

<channel>
<title>Huntsman's Test Podcast</title>
<description>Test This is my description of my personal podcast. This podcast is testing the zune software in order to trick it into accepting local files without having to upload entire songs to the internet</description>
<language>en</language>
<copyright>Huntsman</copyright>
<pubDate>Thu, 29 May 2008 17:23:54 -0500</pubDate>
<lastBuildDate>Thu, 29 May 2008 17:23:54 -0500</lastBuildDate>

<image>
<url>http://www.FakeWebsite.com/Podcast/yourPicture.jpg</url>
<title>Huntsman's Test Podcast</title>
</image>

<item>
<title>Track 3</title>
<author>Person</author>
<link>http://www.FakeWebsite.com/Podcast/Track 03.mp3</link>
<description><![CDATA[TEST This is the third Audio file in this podcast. It is very short.]]></description>
<enclosure url="http://www.FakeWebsite.com/Podcast/Track 03.mp3" length="8908927" type="audio/mpeg" />
<guid isPermaLink="false">65d0afe41df3fcbb7f0177b8297dea 20</guid>
<pubDate>Tue, 028 Mar 2008 13:49:40 -0600</pubDate>
</item>

<item>
<title>Track 2</title>
<author>Person</author>
<link>http://www.FakeWebsite.com/Podcast/Track 02.mp3</link>
<description><![CDATA[TEST This is the sencond Audio file in this podcast. It is very short.]]></description>
<enclosure url="http://www.FakeWebsite.com/Podcast/Track 02.mp3" length="8080323" type="audio/mpeg" />
<guid isPermaLink="false">65d0afe41df3fcbb7f0177b8297dea 20</guid>
<pubDate>Tue, 027 Mar 2008 13:49:40 -0600</pubDate>
</item>




<item>
<title>Track 1</title>
<author>Person</author>
<link>http://www.FakeWebsite.com/Podcast/Track 01.mp3</link>
<description><![CDATA[TEST This is the first Audio file in this podcast. It is very short.]]></description>
<enclosure url="http://www.FakeWebsite.com/Podcast/Track 02.mp3" length="9398985" type="audio/mpeg" />
<guid isPermaLink="false">65d0afe41df3fcbb7f0177b8297dea 20</guid>
<pubDate>Tue, 026 Mar 2008 13:49:40 -0600</pubDate>
</item>

</channel>
</rss>





Huntsman85 is offline   Reply With Quote
Old 06-05-2008, 09:35 AM   #9 (permalink)
Zewbie
 
Join Date: May 2008
Posts: 1
Reputation: 10
$zB: 1
Donate
Default Help with using podcasts for bookmarking feature

Based on the original positing, I was able to add audio books to my zune as podcasts to have the bookmarking feature. It took some trial and error - I am not even sure how I did it but every time I download something new, I change the genre to Podcast immediately (before it is added to my collection), and drag and drop it in. This works.

But, now i am trying to put the same audiobooks/lectures into my regular collection for future listening. A big challenge. Once it is listened to as a podcast, it is automatically deleted. Now, even after changing the Genre back to something else than Podcast, and trying to drop in it, or sync it - zune software still won't recognize the file.

The only solution I came up with is to change the name of the file and then drop it in. This didn't get it back into my collection - at actually appears as a podcast again.

This is a really frustrating stuff!



jgudema is offline   Reply With Quote
Old 06-08-2008, 01:41 AM   #10 (permalink)
Zewbie
 
Join Date: Jun 2008
Posts: 1
Reputation: 10
$zB: 1
Donate
Default excellent work

Audiobooks are extremely important to my handicapped wife and I was so disappointed when the usual drag & drop wouldn't work like her old Archos. It took me a while to get it right but I've got it working now and I am very grateful for your workaround this problem. Microsoft needs to recognize this problem and get a fix up ASAP. Many thanks to you



x7J14IHj is offline   Reply With Quote
Old 06-09-2008, 05:22 AM   #11 (permalink)
Zewbie
 
Hydrogen_Snake's Avatar
 
Join Date: May 2008
Posts: 4
Reputation: 10
$zB: 5
Donate
Default

Quote:
Originally Posted by jgudema View Post
Based on the original positing, I was able to add audio books to my zune as podcasts to have the bookmarking feature. It took some trial and error - I am not even sure how I did it but every time I download something new, I change the genre to Podcast immediately (before it is added to my collection), and drag and drop it in. This works.

But, now i am trying to put the same audiobooks/lectures into my regular collection for future listening. A big challenge. Once it is listened to as a podcast, it is automatically deleted. Now, even after changing the Genre back to something else than Podcast, and trying to drop in it, or sync it - zune software still won't recognize the file.

The only solution I came up with is to change the name of the file and then drop it in. This didn't get it back into my collection - at actually appears as a podcast again.

This is a really frustrating stuff!
RMB on desired file+Properties should work. There are several possible selections for keeping your files if i am not mistaken.



Hydrogen_Snake is offline   Reply With Quote
Old 06-13-2008, 03:42 PM   #12 (permalink)
Zewbie
 
Join Date: Jun 2008
Posts: 1
Reputation: 10
$zB: 1
Donate
Lightbulb Delete the ITUNESPODCAST tag

Quote:
Originally Posted by jgudema View Post
Based on the original positing, I was able to add audio books to my zune as podcasts to have the bookmarking feature. It took some trial and error - I am not even sure how I did it but every time I download something new, I change the genre to Podcast immediately (before it is added to my collection), and drag and drop it in. This works.

But, now i am trying to put the same audiobooks/lectures into my regular collection for future listening. A big challenge. Once it is listened to as a podcast, it is automatically deleted. Now, even after changing the Genre back to something else than Podcast, and trying to drop in it, or sync it - zune software still won't recognize the file.

The only solution I came up with is to change the name of the file and then drop it in. This didn't get it back into my collection - at actually appears as a podcast again.

This is a really frustrating stuff!
I had the exact same problem and stumbled on the solution. The zune application added a tag to the MP3 file, so renaming will do you no good. If you examine the file with "mp3tag" and look at the "Extended Tags", you'll see that the zune software added a tag to the mp3 file called (get this) ITUNESPODCAST which is set to a value of 1. Delete the tag (or set it to 0) and you'll be good to go. I couldn't find a way to see the tag with the Zune software or WMP11.

To keep your zune from deleting the podcast (if you don't really want to put it in your music collection), in the Zune software, set the "series settings" to "keep all episodes" and "Sync all episodes". Hopefully, that will solve your other problem.

Last edited by howewass : 06-13-2008 at 03:51 PM. Reason: added more detail



howewass is offline   Reply With Quote
Old 07-16-2008, 08:25 AM   #13 (permalink)
Zewbie
 
Join Date: Jul 2008
Posts: 4
Reputation: 10
$zB: 4
Donate
Default

There is a product called Mp3tag that will allow you to view the ITUNESPODCAST tag in the Extended Tags section



bluesam is offline   Reply With Quote
Old 07-17-2008, 07:56 AM   #14 (permalink)
Zewbie
 
Join Date: Jul 2008
Posts: 4
Reputation: 10
$zB: 4
Donate
Default BlueSam Blog Spells It Out

Check out the solution from BueSam Blog. It's got lot's of screen shots. The post title is "Hacking The Zune Podcast Feature To Give You Bookmarks For Your Audio Books."

I can't give you the link because I don't have enough posts yet.



bluesam is offline   Reply With Quote
Old 09-29-2008, 03:21 PM   #15 (permalink)
Zewbie
 
Join Date: Jul 2008
Posts: 2
Reputation: 10
$zB: 3
Donate
Default BLuesam Blog

blog.bluesam.com/2008/06/hacking-zune-podcast-feature-to-give.html




zunebunny is offline   Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Register and remove this ad

All times are GMT -8. The time now is 01:29 PM.

 
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 RC8
vB Ad Management by =RedTyger=
(C) ZuneBoards 2006-2007
Copyright © 2006 - 2008 Zune Boards | About Zune Boards | Legal | A member of the Crowdgather Forum Community