Search results

GO TO ADMIN PANEL > ADD-ONS AND INSTALL VERTIFORO SIDEBAR TO SEE FORUMS AND SIDEBAR
  1. D

    Reviews of MacAlly iVoice III?

    I'm looking into buying a MacAlly iVoice III recorder, but I can't find any reviews of it. Anyone have one or seen a review of one?
  2. D

    Podcast bookmarking

    My wife bought a 3G iPod and was annoyed that they don't bookmark podcasts. Does the Mini pick up podcasts where they left off? She has an iBook running OS 10.4.2 & iTunes 5.
  3. D

    Script code for selecting multiple items

    Yes, this is a total newbie question. I wrote this script for when I accidentally leave my iPod running in the car:tell application "iTunes" set played date of selection to date "Wednesday, June 16, 1993 12:00:00 AM" set played count of selection to (played count of selection) - 1 end tell...
  4. D

    Delete "Last Played"

    Please choose the appropriate forum for this topic. Thank you. When I download songs from Amazon, they automatically start playing in iTunes. Since I'm on dial-up, that's usually in the middle of the night, so I'd like to go back and remove the played info. tell application "iTunes" set played...
  5. D

    Scripting EQ and Artwork

    set EQ preset of selection to "Spoken Word" doesn't work. How do I set an EQ preset with AppleScript? Also, if I want to set the artwork of a file to a given graphic from my HD, how do I set it, e.g., to file "issues, etc.gif" of folder "CD Covers" of folder "Desktop" of folder "dalecritchley"...
  6. D

    Applescript to strip silent space from end of songs

    A number of the songs I've ripped have a few seconds of blank space at the end. I know I can manually set the start/end points for the songs, and there's a script to read those points and create a new mp3 based on those points, but I want one that examines the file, and if it has blank space...
Top