|
|
| |
1. Albumart downloader amazon.com |
|
Reply |
|
|
 Ronnie van Doorn | 2010-04-01 18:59:30 |
does this script let me get album art in my PHP file if i have information about a song or how does this work?
i can't understand the readme.txt it just skips too much steps and jumps from one file to the other.. |
| |
2. Re: Albumart downloader amazon.com |
|
Reply |
|
|
 Nadir Latif | 2010-04-01 20:47:40 - In reply to message 1 from Ronnie van Doorn |
Hi,
did you add your amazon api information to the file?. it needs to be added here:
define("Access_Key_ID", "Access_Key_ID");
define("Associate_tag", "Associate_tag");
define("Amazon_secret_key", "Amazon_secret_key");
what error message did you get?. the script gets album art for music file data in the table mp_id3_tags. so to use the script first you need to get the music meta data of your mp3s using the script: 'Id3 Tag Correction and Downloading'.
Nadir |
| |
3. Re: Albumart downloader amazon.com |
|
Reply |
|
|
 Ronnie van Doorn | 2010-04-06 11:45:59 - In reply to message 2 from Nadir Latif |
Aah, that was the script i was looking for, thank you!
i go figure that one out... if i can't do it for whatever reason i reply again...
Thank you! |
|