Page 1 of 1

Adding mp3s to iTunes Podcasts

PostPosted: Wed May 25, 2011 2:05 am
by jamesvdm
Kia Ora

Is it possible for Hazel to add mp3s specifically to the Podcasts area of iTunes?

Thanks

Re: Adding mp3s to iTunes Podcasts

PostPosted: Wed May 25, 2011 2:53 pm
by Mr_Noodle
I could be mistaken, but I seem to recall that the files themselves needed some sort of metadata set on them for them to be categorized as a podcast. Try googling around for that.

Re: Adding mp3s to iTunes Podcasts

PostPosted: Mon Jun 27, 2011 9:21 pm
by RogerDodger69
Hi. This is my first post.

I've tried to automate this in the past.

There is an "Automatically Add to iTunes" folder that Hazel could toss the mp3 in. But the problem is getting iTunes to classify the mp3 as a Podcast instead of music.

I haven't found an answer on how to automate that.

I just let a day's worth build up and manually convert them to podcasts.

Right Click on the file once it's in iTunes. Click on the 4th Tab "options". The second drop down is "Media Kind". Select "podCast". Hit "ok". Done.

I hope someone has an answer to automate it.

Re: Adding mp3s to iTunes Podcasts

PostPosted: Tue Jun 28, 2011 4:07 pm
by Mr_Noodle
From what I can tell, you can't automate it via AppleScript. Looking at the iTunes AppleScript dictionary, it shows that a track has a "podcast" flag but it's read-only so it seems that you can't set it from a script.

Re: Adding mp3s to iTunes Podcasts

PostPosted: Tue Jul 12, 2011 10:19 am
by simeonwest
There's an applescript for this at doug's

http://dougscripts.com/itunes/scripts/s ... daspodcast

However I haven't tried it with hazel, I just use it within iTunes as it's not a common occurrence for me.

Re: Adding mp3s to iTunes Podcasts

PostPosted: Tue Jul 12, 2011 2:51 pm
by Mr_Noodle
As mentioned in the other thread, this is a bit beyond the support I can give though maybe someone else can help you out here. A quick look at the script seems to indicate that it creates a temporary web server on your machine which it then tells iTunes to subscribe to the podcast which it is hosting. A bit convoluted but it may work.

Re: Adding mp3s to iTunes Podcasts

PostPosted: Thu Dec 22, 2016 8:24 am
by neilmcgillivray
If you bought ID3 Editor from pa-software - there is command line utility called id3edcmd

You can run a script from within Hazel to set the podcast flag.

Code: Select all
#!/bin/bash
/usr/local/bin/id3edcmd -pcon "$1"