Fri 15th Sep 2006
Posted early evening, filed under
Rants and Raves ,
Television.
Everyone probably knows this, as it’s on the iTunes Music Store already, but you can download partial episodes of Thank God You’re Here via podcast. Legally, apparently.
Mind you, the first few lines Anh Do’s performance were okay, but it went downhill from there. Apparently this is the best they could come up with. I thought it were crap. And it still had the advertisements from Hungry Jacks in it…
Unsubscribe
Bright Side of The Road • “The Best Of Van Morrison” • Van Morrison
And, I’ve got to fix my iTunes insert code so it puts the rating as a number of stars… I might use a script rather than the normal ecto button.
Fri 15th Sep 2006
Posted early evening, filed under
Radio and Podcasting ,
Rants and Raves ,
iTunes.
I’ve stopped downloading the Chaser podcasts, since the quality is too poor, and I want to keep those for posterity. However, as a bit of a whinge, it did make something clear to me. Apple thinks podcasts can’t be TV shows, or movies.
If you try a Get Info on a video podcast, and wish to make it into a TV show, so you can organise it properly within your library, you can’t. This option is grayed out in the Video tab.
Pass In Time • “Central Reservation” • Beth Orton
Fri 15th Sep 2006
Posted early evening, filed under
iTunes.
Well, I’ve come across a bug in iTunes 7. I use Party Shuffle, but since I often spend time sorting through my 7626 songs, 784 podcasts, and so on, I like to be able to just add tracks to the Party Shuffle, and not have to use “Play Next in Party Shuffle”. So I have 0 upcoming songs shown. Just so it’s always a surprise what’s going to play next, unless I’ve already decided I want a particular song.
With iTunes 7, however, having 0 tracks shown next means that it stops playing when there are no more tracks. This is bad.
The Continuing Story Of Bungalow Bill • “White Album” • The Beatles
Fri 15th Sep 2006
Posted late afternoon, filed under
AppleScript ,
iTunes.
There are a few new things in AppleScript support for iTunes 7.
artwork:
downloaded (boolean, r/o) : was this artwork downloaded by iTunes?
playlist:
special kind (none/Audiobooks/folder/Movies/Music/Party Shuffle/Podcasts/Purchased Music/TV Shows/Videos, r/o) : special playlist kind
track:
episode ID (Unicode text) : the episode ID of the track
episode number (integer) : the episode number of the track
gapless (boolean) : is this track from a gapless album?
season number (integer) : the season number of the track
skipped count (integer) : number of times this track has been skipped
skipped date (date) : the date and time this track was last skipped
show (Unicode text) : the show name of the track
video kind (none/movie/music video/TV show) : kind of video track
Most of these are expected with the addition of the new features: gapless playback and TV/Movie support. At least now we can programmatically change the tags for TV shows.
There are two there that are quite interesting: skipped count/date. They are available as columns in the list views too, I just hadn’t noticed them yet. Now it will be possible to have smart playlist additions like: skipped count < 2.