Adding mp3s to iTunes Podcasts

Talk, speculate, discuss, pontificate. As long as it pertains to Hazel.

Moderators: Mr_Noodle, Moderators

Adding mp3s to iTunes Podcasts 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
jamesvdm
 
Posts: 1
Joined: Wed May 25, 2011 2:01 am

Re: Adding mp3s to iTunes Podcasts 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.
Mr_Noodle
Site Admin
 
Posts: 11235
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City

Re: Adding mp3s to iTunes Podcasts 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.
RogerDodger69
 
Posts: 2
Joined: Mon Jun 27, 2011 12:32 pm

Re: Adding mp3s to iTunes Podcasts 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.
Mr_Noodle
Site Admin
 
Posts: 11235
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City

Re: Adding mp3s to iTunes Podcasts 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.
simeonwest
 
Posts: 5
Joined: Sun Jul 10, 2011 3:37 pm

Re: Adding mp3s to iTunes Podcasts 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.
Mr_Noodle
Site Admin
 
Posts: 11235
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City

Re: Adding mp3s to iTunes Podcasts 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"
neilmcgillivray
 
Posts: 7
Joined: Tue Aug 16, 2016 8:02 am


Return to Open Discussion

cron