itunes

JTable iTunes' like selection

Hi All, Is there a way yo get the same iTunes's selection mode behavior in a JTable: To drag a single row, the user just clicks that row, and multiple selection by dragging the mouse is NOT allowed (single selection mode) To drag a group of rows, the user has to hold down the control key (or shift). Thanks a lot ...

[js] link to itunes (itms://...) without opening a new window

how do i call a link to itunes (itms://...) without opening a new window. with window.open there comes a new window (as the function says :)) $.get('itms://...'); doesn't work. Any other possibilitys :)? would be thankful for help! ...

accessing enums in a COM object [jscript]

How do I access an enum that is defined within a COM interface? Specifically, I've created a new instance of an iTunes.Application: var iTunesApp = WScript.CreateObject("iTunes.Application"); ... and I want to be able to use certain enums defined within the COM iTunesTrackCOM.idl File Reference [...] Enumerations [...] ...

The mechanics of the iTunes store

Not specifically a programming question, but might be something a bunch of programmers run into. I wrote a really trivial application for the iPhone and submitted it for approvals. After a few back and forth (e.g. denied, then resubmit) of fixing various UI guidelines issues, I got an email today stating that: Your application is ...

Applescript to launch iTunes with a specific library

I would like to write an AppleScript that would allow me to launch iTunes with a given Library instead of having to hold down the Option key and browsing for one. I'm already aware of Doug's Library manager, which is not quite what I want. The AppleScript would be for a specific library. ...

Best implementation for iTunes-like playlist structure?

I'm creating an app that has a master-detail interface, similar to iTunes. It has the same data hierarchy as iTunes' playlists (except that I'm not allowing groups of "playlists" to keep things simple). In other words, there are normal playlists where their only items are added manually by the user. There are smart playlists, which sh...

Get UUID without iTunes

Hi, I am looking for a way to extract my iPhone (OS v3.0) UUID without using iTunes. I tried "UUID Revealer" from Cydia Store but that is not working on my system. I could SSH with WinSCP and I have a Terminal Program Installed. Any chances using one of those tools (or another one) to bring to light my UUID? Thanks ...

iPhone/iPod Touch sync notifications

I know that it's possible to add an observer for notifications with the com.apple.iTunes.playerInfo identifier, but this only seems to include events for music related events. I also know I can find out when iTunes closes by adding an observer for NSWorkspaceDidTerminateApplicationNotification. But is there an NSNotification for the st...

iPhone appstore account name programmatically

Is there a way in the iphone sdk to retrieve the name of the account which bought the application programmatically? With account name I mean the name you use to login into iTunes. Edit To make it more clear, I mean the account name you can find under your iPhone settings under 'Store'. Edit Might it be accessible trough NSUserDefault...

iTunes Plugin Programming: Intercept Events

Are there any good solutions for capturing events from within iTunes? I'd like to build a plugin that sits inside of iTunes and respondes to rating changes for particular songs. For Windows they have an SDK that I haven't delved into yet, but I'd like to find something for Mac too. Any suggestions? ...

how my cocoa application can track streaming-audio activity

I have to develop a application to log online streaming information like opened player(iTunes,Quicktime),running track, total running time of particular track. ...

Get list of podcast subscriptions and downloaded AppStore applications from iTunes.

So, I'm trying to implement a solution to a problem that I posted on superuser. What I'm trying to do I want to write a (Windows) application to synchronize podcast subscriptions in iTunes (and possibly iPhone/iPod touch apps, though I'll ignore them for now) between multiple computers that are using the same iTunes account. How I'm p...

Textmessage containing an appstore link

Hi, how do I build a link, which opens the appstore and shows an app (something like itms://myapplication?action=show). I want to send that link via a text message (over the web). All I've found was the ITMS link generator. Best regards, Stefan ...

How does the Apple iTunes web site launch the iTunes application on my computer when I click the blue "Launch iTunes" button?

This is new to me as a desktop developer. If I could figure out how this is accomplished, it may be relevant to some research I'm doing, specifically how to migrate thick desktop apps to a web implementation. The more forms-oriented and lightweight graphics I can figure out, but heavyweight 3D graphics still requires some form of non-b...

What is "mt=8" in iTunes links for the appstore?

Anyone know the significance of the mt parameter? It seems that any value will work, like mt=0, mt=999 etc... Sample link: http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=337319445&mt=8 ...

How can I use Appstore API to get top100 list? What is the common architecture to build a appstore application website?

I've found a PDF file of Appstore search API, that I can use some parameters to fetch an application's detail information.(sorry I forgot the download url, but I found it in stackoverflow) But there are so many sites that show you a Top100 list(like appshopper.com), and such as Mobclix.com also provide you the rank information.How can t...

is it reasonable to protect drm'd content client side

Update: this question is specifically about protecting (encipher / obfuscate) the content client side vs. doing it before transmission from the server. What are the pros / cons on going in an approach like itune's one - in which the files aren't ciphered / obfuscated before transmission. As I added in my note in the original question, t...

Options for Syncing iPhone App with Desktop Application

What are the options for syncing an iPhone App's data with that of a Desktop application on either Mac OS X or Windows. So far I have come up with: iTunes plugin (Windows and Mac OS X) iSync (Mac OS X only) The "Cloud" ...

Signer not valid error

I've created an ad hoc build of my app and would like another person to install it. I have their device ID (two actually) in the provisioning profile. My certificate is the same for ad hoc and app store provisioning. The certificate is valid in keychain. I've selected the ad hoc profile in Xcode for this build, which is linked to the...

It there a way to count unique users that download podcast from itunes?

I created a podcast, and set it up in itunes. I am able to track the number of downloads for the media files, and I would like to know how many different users are downloading the files. I tried using cookies / sessions, but that doesn't seem to work. Itunes ignores cookies, and thus a new session id is created every download. Is t...