Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

iTunes Lyrics and Artwork Sync

  • 30-05-2009 9:12pm
    #1
    Closed Accounts Posts: 234 ✭✭


    Can anyone give me a reliable plugin that works for MAC? (moreso for lyrics)

    I want to get all the lyrics and artwork in one click as opposed to doing it song by song by song which is what most plugins do methinks.

    Thanks for help.


Comments

  • Registered Users, Registered Users 2 Posts: 11,985 ✭✭✭✭zAbbo


    I use Gimme Some Tune as I couldn't find anything that does it in once click.

    I scripted up something which will cycle through the songs that I've recently added.

    Not ideal, but does the job
    tell application "iTunes"
    	set thePlaylist to "Recently Added" -- name of the target playlist
    	set x to the count of tracks in playlist thePlaylist
    	play playlist thePlaylist
    	repeat x times
    		delay 1.0 -- seconds to delay
    		next track
    	end repeat
    end tell
    


Advertisement