Remove missing and broken music in iTunes using this little applescript

February22

missinglink1

Do you ever get annoyed that your music in your iTunes library has an old broken link? Well this little AppleScript will search your iTunes library and delete any of the alias’ that don’t have a music file attached to it.

Nice and simple.

1 – Open Apple Script Editor (start typing AppleScript into spotlight)

2 – Copy and paste the below code into your new window and click Run

3 – Save the script for using again in the future

tell application “iTunes”

set thePlaylist to library playlist 1
set musicFiles to the file tracks of thePlaylist

repeat with mf in musicFiles
--the name of mf as string
set hasLoc to ""
if (the location of mf as string ¬
is equal to "missing value") then
try
set comment of mf to the comment of mf & ""
on error number errNum
delete mf
end try

end if
end repeat
end tell

itunes_script

posted under Apple | No Comments »

iPhone interface design template elements (GUI)

October9

Designers Toolbox has a useful set of iPhone Interface elements for you to design your application with.

Download the PSD now

iphone

Freehand Adobe CS4 Icon for Snow Leopard

September4

Freehand Icon to match your new CS4 range of apps. Download here

freehand icon

posted under Apple | No Comments »

Freehand not installing , working or opening after Snow Leopard

September4

BUG #5
If you’ve freshly installed Apple Snow Leopard (10.6) and Freehand won’t even open – then this will help you. The new OS can’t handle the older Activation/Registration panel Freehand uses on first launch.

Therefore you need to copy over your Registration file from an older Leopard machine.

1) Open Freehand on Leopard (OS 10.5)
2) Goto > Help > Transfer my licence – Agree
3) Open Freehand again > Activate – And Quit
4) Copy your registration file from /Library/Application Support/Macromedia/ into the equivalent Snow Leopard folder. Open Freehand on Snow Leopard.

If the above doesnt work for you – you’ll need a Volume Licence Serial. (This is not the preferred solution but Adobe has left the Freehand user no option if they do not issue maintenance updates to Freehand)

1) Download this ZIP
2) Copy the registration file to /Library/Application Support/Macromedia/ in Snow Leopard. Open Freehand.

posted under Apple | No Comments »

Apple Snow Leopard Bugs after installation

September3

Snow Leopard arrived yesterday. I’ve installed this on my spare MacBook for testing purposes and thankfully not yet on my work MacBook. With some further twitter research, it appears I’m not alone. Adobe is actively working with Apple to fix the below bugs – but if I were you, hold off updating for the moment.

BUG #1
Firefox 3.x crashes when using it’s download manager. specifically Adobe’s Software updates.
Solution – Use Safari until an update from Apple

BUG #2
New Apple font ‘Menlo’ crashes CS4 when you attempt to use it.
Solution – Delete this font

BUG #3
Unable to drag images from Safari directly into another application in the Dock. Be it Photoshop, Word or other.
Solution – Wait for update from Apple

BUG #4
CS4 Photoshop crashes particularly during Open and Save operations. CS3 also crashes if you try opening CS4 created files.
Solution – Wait for Apple update.

posted under Apple | 2 Comments »

Snow Leopard (Mac OS X 10.6) is finished, but the packaging still needs work!

August24

Pre-Order now on the Apple Store. It’s packed with loads of fantastic new features – and at a bargain price of £25, or as low as £8 if you’ve bought a Mac after 6th June.

It’s goes on sale on the 28th August, but this has to be some of the worst software packaging I have ever seen. (ok, perhaps not the worst, but I expect more from Apple). They really had it on the money with Leopard (Mac OS X 10.5). The holographic cover might have been a little overkill but I though it looked great and summed up all the terrific features of the OS. The iconic ‘X’ has now been ditched for a simple stock photo and the new OS packaging looks like something straight out of the 80s or National Geographic software library – just look at that CD label! – it appears that little or no effort has gone into concepts for the OS branding at all.

Now where’s my Apple contact, I want the 10.7 packaging brief…

snowl

posted under Apple | No Comments »

Use your iPhone to surf anywhere

June23

That’s right, tether your iPhone to your Mac/PC by simply installing a config file. Point your iPhone at this site http://help.benm.at

No jailbreaking required, no warranty is voided and no extra costs from O2. Pay monthly customers use the O2 vertigo option. Please use with caution. You can always remove it later “Settings” -> “General” -> “Profiles”.

posted under Apple | No Comments »

Microsoft Sustainability

June14

Microsoft have come up with a lovely vision of the future here.

After playing with Microsoft Surface earlier this year, I can see alot of this wizardry becoming reality in the very near future.

The above demonstrates a lovely video conference, whilst sharing files between users. Haven’t we been waiting for this since ‘3′ brought 3G to us in 2003!  Apple are getting there, but looks like they are holding back on the patented front facing iPhone camera that was rumored on the iPhone 3GS. iChat mobile will be with us next time. Until then, MS Surface it is…

Remove broken music in iTunes using this lovely little applescript

April19

Do you ever get annoyed that your music in your iTunes library has an old broken link? Well this little AppleScript will search your iTunes library and delete any of the alias’ that don’t have a music file attached to it. Simple.

Simply download, unzip, double click to open in AppleScript and click “Run”

After testing this on another Mac, you need to copy and paste the script into a new document and then SAVE.

tell application "iTunes"
set thePlaylist to library playlist 1
set musicFiles to the file tracks of thePlaylist

repeat with mf in musicFiles
--the name of mf as string
set hasLoc to ""
if (the location of mf as string ¬
is equal to "missing value") then
try
set comment of mf to the comment of mf & ""
on error number errNum
delete mf
end try

end if
end repeat
end tell

posted under Apple, Coding | No Comments »

Apple’s new Sonic Ad

June10

Logan iTunes Ad

The new Ad from Logan, the folks who have been working with Apple creating all the latest (and in my opinion, greatest) vibrant iTunes/iPod adverts over the last year. The Ad also features one of my favourite bands Coldplay and a song off their new Viva la Vida album, which is out on Thursday. 

Watch the AD in HD here. I love it!

« Older Entries

Profile

chadsayshello.com is the blog of
Chad Durham - an independent graphic designer (and director of Big Hello Design) living and working in London. Please contact me if you have a design project, a link suggestion or just want to say hello.

Big Hello Design
Big Hello on Twitter
Chad's Work Availability
Chad's Flickr-roll
Our Wedding Site
Chad's sites
Space CAM!
Essential Design Handbooks

Twitterings

Recent Posts

Categories

Archives