Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: iTunesSpy plugin

    I actually helped contribute to this app in it’s early stages (early). It’s essentially the same thing as iTunesWatcher (except that it’s been compiled and bundled as an application in Xcode). Simple Applescript that watches iTunes for a new song then uploads the new data to the server. You could probably download the source and do whatever you wanted.

    Forum: Plugins
    In reply to: iTunesSpy plugin

    The latest version claims to support the Mac (via AppleScript) however, I have yet to get it working on my laptop at home. There should be an applescript file included in the distro (either in iTunesSpy or iTunesWatcher, I can’t recall off hand).

    Forum: Plugins
    In reply to: iTunesSpy plugin

    I think the Amazon image search is busted. Seems wp_amazon plugin had to be updated to pull images from the XML.

    Also, have you considered using preg_match() for parsing out the info?


    preg_match("/<ImageUrlSmall>(.*)</ImageUrlSmall>/i", $items[$i], $smallURL);
    $artSmall = $smallURL[0];

    Or, better still, using DOM and possibly XPath to grab the info?

    Just curious. Thanks for the great plugin!

Viewing 3 replies - 1 through 3 (of 3 total)