Hey everyone,
Can anyone tell me if iTunes sends out notifications for events like song changes?
I've created an app which uses AppleScripts and Terminal-Notifier (https://github.com/alloy/terminal-notifier) to display track names as notification centre notifications when the song changes.
I've put it all into a neat little application package for people to easily install and use themselves (see the instructions file inside the ZIP archive).
Here's the link to the ZIP file containing everything you need.
https://www.dropbox.com/s/5h9ebi25ecl45c8/NowPlaying.zip
Give it a go and let me know how it goes!
I've created an app which uses AppleScripts and Terminal-Notifier (https://github.com/alloy/terminal-notifier) to display track names as notification centre notifications when the song changes.
I've put it all into a neat little application package for people to easily install and use themselves (see the instructions file inside the ZIP archive).
Here's the link to the ZIP file containing everything you need.
https://www.dropbox.com/s/5h9ebi25ecl45c8/NowPlaying.zip
Give it a go and let me know how it goes!
Will your app just keep producing a list of songs I needs to remove from the list?
I just Love it! Thank you!
Wow, that was great, thanks a lot! But a reboot is not necessary
I compared it, and Hiss + Bowtie that I recommended took several hundred MB's of RAM, your app only uses 8,4 MB...
It seems that if I press forward or backwards multiple times it only shows an alert for the first song. I'd have to wait for the alert to disappear before pressing forward/backward for the next song to appear.
Hmm, nm. It seems that it has an issue with some song names. Most songs prompt an alert, but some songs won't display an alert.
Activity Monitor is reporting NowPlaying as using between 0.5% and 0.7% of my CPU (Max of 800%).
Does seem right? Just wondering.
Yep, that looks fine to me, same as what I see most of the time
I'm looking into the bracket issue now - thanks so much for picking it up. I will have a revision uploaded in a few hours.
Hi Everyone,
Please click the link below to download the new version of NowPlaying. It is now hosted on MediaFire so that I can monitor downloads and upload new versions easily.
New to v1.1:
- Fixed Square Bracket bug - Thanks to Icy1007 for discovering the bug!
http://www.mediafire.com/?9h01wlo18ptly
I've created an app which uses AppleScripts and Terminal-Notifier (https://github.com/alloy/terminal-notifier) to display track names as notification centre notifications when the song changes.
I've put it all into a neat little application package for people to easily install and use themselves (see the instructions file inside the ZIP archive).
Here's the link to the ZIP file containing everything you need.
http://www.mediafire.com/?9h01wlo18ptly
Give it a go and let me know how it goes!
Hi Everyone,
Please click the link below to download the new version of NowPlaying. It is now hosted on MediaFire so that I can monitor downloads and upload new versions easily.
New to v1.1:
- Fixed Square Bracket bug - Thanks to Icy1007 for discovering the bug!
http://www.mediafire.com/?9h01wlo18ptly
Thanks. I took a look at your script. I like how you fixed the "Bracket Bug".
EDIT: Not sure how adding a space before and/or after the symbol fixes it, but whatever works. lol
Hi Everyone,
Please click the link below to download the new version of NowPlaying. It is now hosted on MediaFire so that I can monitor downloads and upload new versions easily.
New to v1.1:
- Fixed Square Bracket bug - Thanks to Icy1007 for discovering the bug!
http://www.mediafire.com/?9h01wlo18ptly
Haha thanks The issue is actually with the terminal-notifier app I use to send the notifications, so there's no way I can fix it properly
I didn't actually add a space, I had to use a different unicode character which looks just like a square bracket with a space before it... lol it was the only solution which I could find which actually worked..