**
NEW VERSION (APPLE MUSIC FESTIVAL 2015 ALSO) & UPDATE HERE -> https://github.com/tdragonite/iTunesFestivalDownloader
**
iTunes Festival Show Downloader - London 2014
- Find the day of the show of the artist you want to download. Look at: http://www.itunesfestival.com
- Give execution permission to the script:
chmod 777 itunes-festival.sh
- Launch the script:
./itunes-festival.sh day artist
<br > Please, remember: NO SPACE IN THE ARTIST NAME!
F.e: Tony Bennett = tonybennett, The Script = thescript. Thanks! <br > Examples:./itunes-festival.sh 06 tonybennett
<br >./itunes-festival.sh 15 thescript
<br > - Have fun!
Additional note:
You can also force a specific artist id (this is useful for special artist combination, like Kate Simko and London Electronic Orchestra or for Placido Domingo, mistaken named plcidodomingo from Apple). <br > Find the artist id trought Google (search for "Kate Simko Itunes Store" and look at the artist id in the URL of the iTunes Store result) <br > Launch the script:./itunes-festival.sh 01 katesimkolondonelectronicorchestra 76055920
<br >
Work also on OS X (remember: it isn't an Apple Script but a shell script: you need to use through Terminal). <br > Tnx to the original creator! <br > Tnx to sylvaingi for resume feature!
@daangijzen because it's a shell script, if you didn't give the execution permission to it, you obvsiouly can't execute. Google is the answer if you don't know how to use terminal... btw:
chmod 777 itunes-festival.sh
and try to re-run the script.
@isaaclcy it's the same problem of Kate Sikmo that i've discussed some comments ago. In this case, Apple have written wrong the artist name in the feed (plcidodomingo instead of placidodomingo)
Fix it forcing the artist id and the feed name used by Apple using the latest version of the script:
./itunes-festival.sh 30 plcidodomingo 375956
It will work.