Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Play count updating...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Play count updating...
Authored by: jermudgeon on May 14, '03 05:01:40PM

This fits the bill, I think: allows you to skip the current track while increasing the playlist.

tell application "iTunes"
	set totalTime to duration of current track
	set player position to (totalTime - 1)
end tell

Stick this line in before "set player position..." to disable the track, too.

	set current track's enabled to false

I keep these scripts (skip forward, skip forward + increase count, skip+increase+disable) assigned to one key, with modifiers. Saves my bacon.



[ Reply to This | # ]