Archive for the 'iTunes/iPod' Category

Starbucks iTunes Store from your computer

Tuesday, January 15th, 2008

Quoth the Kbase:

When you enter a participating Starbucks with an iPod touch, an iPhone, or a computer running the latest version of iTunes, you can access the iTunes Store and the Starbucks Now Playing content.

Emphasis added.

I don't remember that being part of the announcement in the keynote.

The iPhone flashlight

Thursday, December 13th, 2007

If you should have an urgent need for a flashlight, but have only an iPhone or an iPod touch with you, fear not. Now you have an iPhone flashlight.

Cool new feature in iPod Touch Software 1.1.2

Thursday, November 15th, 2007

Your iPod touch's row in iTunes' source list now has an icon that indicates your battery status and whether the battery is charging.

Apple Easter eggs are not dead

Sunday, September 30th, 2007

From QA1420:

A screenshot of an open menu, with the items “Mini”, “Nano”, and “Piqueño”.

(In case you don't get it, here's the reference.)

I am now an Amazon customer

Saturday, September 29th, 2007

They finally started selling something that I want to buy.

Almost since the iTunes Music Store first opened, I've been a customer of the iTunes Store. 99¢ a song is fine by me, and I love paying by the song. There are few albums so consistently good that I'll buy the whole thing.

Then iTunes Plus started, and I immediately switched over. Sure, it's 30¢ extra, but I pay that 30¢ as a statement against DRM.

Then came the Amazon MP3 Store.

Amazon sells plain old MP3s, at roughly 256 kbps VBR (in order that nobody can complain about the encoding quality). Since they're plain old MP3s, there's no DRM.

Even better, Amazon beats iTunes' prices: 89–99¢ per song. iTunes charges $1.29 (remember, no DRM, so the proper comparison is to iTunes Plus rather than to non-Plus).

So, in short:

  • The encoding is almost as good as or better than iTunes.
  • The price is the same as or less than iTunes.
  • Amazon's MP3s are never DRMed, whereas iTunes' MPEG-4s are usually DRMed.

Like Simone, I shall buy from Amazon first from now on. (I haven't switched away from iTunes; they'll continue to get my business for songs that Amazon doesn't carry. But, unfortunately for Apple, I expect that set to diminish.) Take notice of this, Apple—get the record labels to let you lower your prices, or you will lose serious market share to Amazon.


Just in case you're wondering…

The Amazon MP3 Store works by downloading a file in a special format: .amz. This is a document for the Amazon MP3 Downloader application. (In case you're wondering, the contents are some binary data, which may just be ciphertext of some sort, encoded in base64.)

The reason they do this is so that it can download the MP3s into a subfolder of your Music folder, rather than your usual Downloads folder (normally your Desktop). That's good, but it has two downsides:

  1. You need a Windows or Mac OS X PC to download MP3s from Amazon, even though the MP3s themselves will play anywhere.
  2. If your browser is set not to auto-open files, or doesn't trust the Amazon MP3 Downloader, then you may be sitting there for a moment wondering why the Downloader is not doing anything.

My suggestion to Amazon would be to switch to a custom URL scheme, rather than a custom file format. I don't know about Windows, but this would certainly make it much easier on the Mac, since the custom URL scheme will always work. (It won't help the non-Mac non-Windows users, though, since you still need the Amazon MP3 Downloader to handle the custom URL.)

Commercial Success

Tuesday, September 18th, 2007

Now on iTunes: An endcap with various songs from commercials. They've done this before, but this time, the first four tracks are from recent Apple commercials, including the one from the iPhone commercials.

Gun-jumping Apple Bug Friday! 67

Thursday, August 2nd, 2007

This bug is iTunes viewport pinned to top of selection when selection is at top of viewport. It was filed on 2007-08-02 at 10:31 PDT.

(more...)

iTunes is now available without DRM

Wednesday, May 30th, 2007

They're calling it “iTunes Plus”, and the current Single-of-the-Week is available in it. Took them long enough—yesterday was the last Tuesday in May, and they didn't even get done with it until today.

Ah, well. At least it's finally here. Woo-hoo!

By the way, you need to update to iTunes 7.2 and agree to the iTS terms and conditions again to turn on iTunes Plus. The actual T&C haven't changed, but the Terms of Sale have.

Apple Bug Friday! 56

Saturday, April 21st, 2007

This bug is iTunes does not FNNotify after moving items to the Trash. It was filed on 2007-04-13 at 19:56 PDT.

(more...)

Report-an-Apple-Bug Friday! 54

Friday, April 6th, 2007

This bug is iTunes should use real combo boxes in its Info dialogs. It was filed on 2007-04-06 at 23:48 PDT.

(more...)

Responses to Steve Jobs’ “Thoughts on Music”, in a total of five words

Wednesday, February 7th, 2007

First, the article.

The DRM-opponents' response

Holy shit.

The response from the RIAA and its member organizations

Oh shit.

The response from Microsoft, Creative, et al

Shit.

Free stuff on iTunes: iPod game

Tuesday, January 30th, 2007

5G iPod users, listen up: Apple is offering a demo of its Vortex game.

Why the iPhone is closed to developers

Sunday, January 14th, 2007

In MacBreak episode 56, Merlin Mann talks to (among other people) Dan Moren of MacUser, who I think inadvertently states the reason why Apple has not released an SDK for the iPhone. From 1m25s:

Merlin Mann: And what I wanna know from you is, if you had a software development kit today, and you could walk home and, I don't know, go learn Xcode, and make the application of your choice, what would you put on an iPhone?

Dan Moren: I think that the most compelling thing is to take on Cisco with their iPhone, with the VoIP capabilities? I mean, I'd like to see some Skype on the iPhone. If you got the WiFi in there, you got some, you know, 3G or something, but for those of us who don't wanna switch to Cingular, you know, and you still want some voice capabilities, why not be able to develop a Skype, put in some voice communication application in there, … it'd be great to have some kind of AIM functionality too.

I think that's it. The iPhone is closed because if it wasn't, you'd be able to use the iPhone without continually paying for Cingular phone calls or SMS (by using Skype and $IM_SERVICE instead).

That means that if they do make an SDK, it won't be available until at least two years from June.

iTunes smart playlists: Recent podcasts

Sunday, January 7th, 2007

This is a response to Daniel Jalkut's iTunes Script: Recent Podcasts.

It is possible to do what he does with scripts with smart playlists. The result requires no user action to update, since the playlists will update automatically. You can even use them to sync recent podcasts to your iPod.

We start with a playlist for all podcasts:

The rules in the “Recent podcasts (played or not)” playlist are: Category is not (empty); Kind does not contain “stream”; Date Added is in the last 3 days.

This smart playlist provides the same function as the script with its kIgnoreAlreadyPlayedPodcasts property set to its default value of false. If you like kIgnoreAlreadyPlayedPodcasts set to true:

The rules in the “Recent podcasts (never played)” playlist are: Playlist is “Podcasts (played or not)”; Play Count is 0.

This playlist derives from the first one, and you can replace the Playlist rule with the three rules of the other playlist if you don't want a played-or-not playlist hanging around.

UPDATE 2007-01-08: Daniel Jalkut pointed out that there's a Podcast criterion that I could have used. I completely missed it. This makes the solution much simpler:

The rules in the “Recent podcasts (never played), Daniel Jalkut edition” playlist are: Podcast is true; Play Count is 0.

Free stuff on iTunes: PBS science pilots

Thursday, January 4th, 2007

PBS is looking at three science-show pilots, and can't decide which one to order as a full series. So they've made all three pilots available, for free, and ask your opinions on them (perhaps by iTunes commenting — I haven't watched the videos; there may be instructions within them or something). Each show is a full hour. They are:

  • “Wired Science”, from KCET (channel 28 in Los Angeles — have I mentioned that I'm in the LA TV market?) and Wired Magazine.
  • “Science Investigators”, from WGBH. Possibly related to History Detectives?
  • “22nd Century”, from Towers Productions and Twin Cities Public Television.

John Hodgman’s new book, free on iTunes

Tuesday, December 19th, 2006

The Areas of My Expertise by John Hodgman (aka a PC, aka The Daily Show's resident expert), read by the author. All six hours, 58 minutes of it. Free.

Instant replay in iTunes

Friday, December 1st, 2006

While flipping through Michael McCracken's blog, I found his blog post about his instant replay in QuickTime Player script, and decided that that would be a good thing to have in iTunes (especially when I want to quote some George Carlin to somebody).

So here it is. It's in source-code-only format; you should probably compile it using Script Editor before using it. It uses iTunes' own rewind function, which will jump back four seconds; play with the “delay 0.1” line if you want to jump back farther. I bound it to ctrl-⌘-⇠ using Quicksilver's Triggers feature.

Free stuff on iTunes: The Million Hit Lowdown

Thursday, September 14th, 2006

The iTunes Store has a new feature as of today called the Million Hit Lowdown. They have the season finales of Lost, Desperate Housewives, and Grey's Anatomy, as well as a documentary special relating to each show, available for free. All told, about six hours of video. The catch is, each season finale will only be free until it has been downloaded one million times. So if you want any of these, you should snap 'em up before they go away. (You can always pause the download if you don't want to download it immediately.)

If you want all the episodes in one list, here's an iTunes search for them.

iTunes 7, and the new iTunes Store

Wednesday, September 13th, 2006

The good.

  • Power Search is finally linked from the front page of every iTMS section. This isn't a complete fix to iTunes 6's ruined search field that doesn't let you select a criterion before searching (I haven't tried 7 yet), but it's nice to have anyway. I will definitely make a webloc with the itms: URL for it.

  • The borders and backgrounds on the TV Shows section are nice.

  • Hooray for movies! Pretty small selection, but the TV Shows section started out small too. Hopefully some other studios will get on board with the idea of selling their movies through iTunes.

  • I like the new top-level pane for an iPod.

  • They finally added a downloads viewer! Woo-hoo!

    iTunes 7 downloads viewer.

  • Speaking of which, iTunes now downloads up to three of your pending downloads (e.g. season pass episodes) at once. This also applies to shopping-cart downloads. There's no obvious pref to change the maximum number of concurrent downloads.

    Cropped screenshot of iTunes 7's downloads viewer, showing two downloads at the same time.

  • You can pause a download and resume it later. IMO, this is a necessary feature, especially with the huge new 640×480 downloads. As an example, this Lost episode is only 920.4 MB, according to iTunes' downloads viewer.

  • You can now get album art from iTMS for songs that don't have any (because you ripped them from CDs, downloaded them from eMusic, recorded them from TV or radio, etc.).

  • I'm going to say this in font-size: 120% because it's just so huge. THEY FIXED VIDEO FRAME-RATES IN iTUNES! I can now play MacBreak (which is HD) at half-size with an acceptable frame-rate and The Daily Show (in the old 320×240 size) at double-size with a smooth frame-rate!

The bad.

  • SHOUTING IS BAD!

  • Helvetica is ugly. What was wrong with Lucida Grande? Can we now expect a return to Helvetica in Leopard? (Strangely, this only applies to iTMS. iTunes itself still uses Lucida Grande.)

  • They got rid of the “Free Downloads” sections on the Music and TV Shows pages. Why? I liked knowing at a glance what I could get for free. There isn't even any indication on the iTMS front page that there's still a Discovery Download (and there is, as you'll find if you search for it).

    UPDATE 2006-09-19: Simone found that if you turn off “Just for You”, a “Free Downloads” section appears on the front page of iTMS. If you then click “See All” in that section, it takes you to this page. Unfortunately, the list there is incomplete; it, too, is missing the Discovery Download.

  • Some of the heading borders look like a rather plain web page — just a basic border around some text (consider this example). The old headings looked much better.

  • Another new version of QuickTime? What exactly is wrong with the one I have?

  • Some pages have hyperlinks, but they aren't underlined. When I see a hyperlink like this one, my first thought is “how?”.

    Screenshot of iTunes Store page for Solitary, season 1. Includes a run of text (“Visit the official Solitary site.”) that is linked, but not underlined unless moused over, thereby giving no indication that it is a link unless you are lucky.

  • $5 a game? Do cell-phone people pay these prices?

  • Could they have made the new UI any uglier and more non-standard?

    • It does not respect Appearance preferences. I already chose a selection color and turned on double-arrows-at-both-ends. iTunes uses neither of these. (UPDATE 2006-09-20: Simone has filed both of these as bugs.) And its scroll thumbs (which look almost, but not quite, like Dashboard's) are some funky cross between Aqua and Graphite. Pick one!

    • The outline view, scroll bars, column video headers, buttons, checkboxes, radio buttons, and iPod tabs look nothing like any other app. (Only in the main window, though; not the preferences.)

  • iTunes is paranoid about showing dialog boxes for perfectly harmless and easily reversible actions.

    Screenshot of iTunes dialog box to confirm hiding the “Movies” item in the source list.

    Yes! Of course I do! That's why I unchecked the checkbox! And if I didn't, I could simply check it again!

  • STILL with the UI preemption! Please, Apple, let us do two things at once! (I'm referring now to the “Updating library…” dialog, as well as to the old “Buffering stream…” dialog that appears when you listen to a preview or when a stream lags. These operations cannot be canceled or postponed or backgrounded, except that you can switch out of iTunes and use some other app while it churns.) UPDATE 2006-09-20: Also filed as a bug by Simone.

  • The new “Cover Browser” (which I think is what used to be called CoverFlow) is nice. But it only works in the Library, not on iPods. Why?

  • No more Browse view. I miss this because it was a much faster way to navigate the TV shows.

    UPDATE 2006-09-14 23:47 PDT: Not so! m2e points out in a comment that the Browse view is still around; simply press ⌘B. You can also choose “Show Browser” from the View menu. Thanks!

    UPDATE 2006-09-20 00:31 PDT: Also, klarno points out in a comment that you can invoke it by clicking the eye button at the bottom-right of the window. That's how I used to invoke it: by clicking the eye button. But in 6, that button was in the top-right, and was colored, and had the word “Browse” under it. I thought that the new one invoked the Visualizer (which would have been welcome; an eye makes much more sense to me as a symbol for “Visualize” than for “Browse”).

  • iTunes takes 20% CPU (40% if the downloads viewer is visible) to download something. This is worse even than Safari or OmniWeb.

The indifferent.

  • The icon's beamed eighth note (♫) is blue again.

    iTunes 2.0's icon: A CD with a blue musical note in front of it.
    iTunes 7.0's icon: A CD with a shiny blue musical note in front of it.
  • The new rewind/playpause/fast-forward buttons are nice.

  • The chasing arrows are back!

    Screenshot of chasing arrows on an iPod having its gapless-playback information updated.

  • The iTunes Music Store is now the iTunes Store.

  • You now only get the jump-to-iTunes-Store buttons for the selected item in a list of songs, not all of them. Slightly distracting to see buttons appear and disappear as the selection changes. But I don't think they were clickable for non-selected items anyway, so it doesn't matter much.

I don't like the new interface, but I can tolerate it in exchange for the greatly improved video performance, the higher resolution, and the concurrent and resumable downloads. On the whole, I like the new iTunes.

Oh, and the new iPods look awesome. The new shuffle redefines the nano's old slogan, “impossibly small”, and the new nano brings back the great (and non-scratch-prone) aesthetics of the iPod mini. Good work, Apple iPod division!

Why iTunes videos are not widescreen

Tuesday, May 9th, 2006

One of the most frequent complaints about the iTunes Video Store is the resolution. All videos are 320×240.

The reason why lies on Apple's iPod specifications page:

Display

  • 2.5 inch (diagonal) QVGA transflective, over 65,000-color liquid crystal display with white LED backlight
  • 320 x 240 pixel resolution, .156-mm dot pitch

Let's say that iTVS sold shows in their native resolution. Joe User buys a show that comes in 720p HD (a 16:9 resolution). He transfers this to his iPod, and watches it on the train. What does he say as soon as the title screen comes on?

"Wow, this sucks. They cut off the top and bottom of the video. I won't be buying any more TV shows from iTunes again."

What happened?

Well, remember that the iPod's screen has a 4:3 aspect ratio. If you show all of a 16:9 video frame on it, you have empty vertical space — usually manifest as black matte above and below the frame, called "letterboxing" (because it's like looking through a mail slot). Joe User has a screen of a certain height, and the video is not filling that height, so he assumes that the video has been cut.

The other solution is to cut off part of the frame, so that the height is filled, at the expense of the left and/or right end(s) of the frame (called "pan and scan" because the crop must be moved back and forth to keep the important part in-frame). This, in fact, is what Apple does: the videos you buy from Apple have been pre-cut to fit the iPod's screen. Joe User is happy, even though he is in fact seeing fewer pixels than before.

Aspect ratio isn't the only issue; there's also the sheer number of pixels to put on the screen. You can't fit all of a 720-line-high frame onto a 240-line-high screen, unless you scale it. That takes CPU power, which in turn uses up battery life and may reduce the framerate. Apple does that heavy lifting in advance, so that your iPod doesn't have to.

There's a third solution: Make the iPod's LCD widescreen. This means doing one of two things to it:

  1. Cut off 60 vertical pixels, changing the iPod's resolution to 320×180.
  2. Add 106+⅔ horizontal pixels, further reducing the size of each pixel. One advantage would be that it would further help hide compression artifacts.

The problem with both solutions is that they make it harder to browse music. Vertical space counts here (for scrolling menus); horizontal space is not as important. And the iPod is still a music player first.

I think that Steve Jobs looked at all of this and decided that the iPod Video as implemented is the best way he could come up with. And if so, I agree.

Technorati tags: , , , , , .