There are some older installation instructions here: http://kins.net/wordpress/2008/09/27/sa ... s-to-mp3s/
You'll need to install Python for Windows.
Search found 56 matches
- February 17th, 2012, 8:44 am
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
- February 12th, 2012, 10:35 am
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover album art to MP3s, organize files, iTunes im
I don't think Ive updated the windows exe yet.
Does it still run succesfully but only gives you that error?
If it doesnt run I'd suggest running the source code version through Python.
Does it still run succesfully but only gives you that error?
If it doesnt run I'd suggest running the source code version through Python.
- December 29th, 2011, 11:38 am
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover album art to MP3s, organize files, iTunes im
Hi Andy, Thanks for the good review and glad you like it. I guess I'm just too afraid to wipe out a directory that still has any content within. I think it's a great idea. I don't have the time right now, but do you have any interest in contributing to the script to add the functionality for custom ...
- December 20th, 2011, 8:16 am
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover album art to MP3s, organize files, iTunes im
I've updated the script to include the Amazon Associate Tag, download from the first page / original post.
You can use any random string for the tag. Backup your waa_conf.ini file before you overwrite it and compare the two for changes.
You can use any random string for the tag. Backup your waa_conf.ini file before you overwrite it and compare the two for changes.
- December 19th, 2011, 10:49 am
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover / album art images to MP3s - Mac Python scr
Glad it is still working, even with the error you are getting. Amazon AWS error: Your request is missing required parameters. Required parameters include AssociateTag. It looks like they have added another requirement to fetching data: "Associate Tag will be a required and verified input parame...
- December 19th, 2010, 10:17 pm
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover / album art images to MP3s - Mac Python script / Win EXE now avail
You're welcome. Glad to see that it is still working
- December 19th, 2010, 8:54 pm
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover / album art images to MP3s - Mac Python script / Win EXE now avail
Each parameter you add to os.path.join adds a separator which you don't want.
So if you want [MUSIC_ROOT]\[ARTIST - ALBUM] I believe it would be like this:
NEW_MUSIC_PATH = os.path.join(music_root, artist + " - " + album)
So if you want [MUSIC_ROOT]\[ARTIST - ALBUM] I believe it would be like this:
NEW_MUSIC_PATH = os.path.join(music_root, artist + " - " + album)
- December 19th, 2010, 10:08 am
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover / album art images to MP3s - Mac Python script / Win EXE now avail
If I remember correctly I think you'll have to go into the python code and change it.
- November 24th, 2010, 8:21 am
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover / album art images to MP3s - Mac Python script / Win EXE now avail
The script should work except for the iTunes integration.Dipstick wrote:Is there any reason why it wouldn't run on linux?
- October 15th, 2010, 3:46 pm
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover / album art images to MP3s - Mac Python script / Win EXE now avail
Updated to v0.6 - 10/15/2010 I haven't had a chance to keep up with the script, but here is the latest version I created a while back. You're going to need your AMZN AWS Key and also a secondary AWS Secret Key that you can find in your Amazon Web Services Account to run the source. Please see the f...
- May 18th, 2010, 5:11 pm
- Forum: General Discussion
- Topic: Newzbin is no more...
- Replies: 25
- Views: 30857
Re: Newzbin is no more...
I'm not sure of the dev roadmap for v0.6, but hopefully we'll see native support for other sites besides newzbin.
Even better would be a plug-in architecture for quick changes. I feel like we're going to be in for quite a ride with lots of different indexing sites going up / down in our future.
Even better would be a plug-in architecture for quick changes. I feel like we're going to be in for quite a ride with lots of different indexing sites going up / down in our future.
- February 21st, 2010, 5:47 pm
- Forum: Post-Processing Scripts
- Topic: post processing on OS X with python script
- Replies: 7
- Views: 6139
Re: post processing on OS X with python script
great find rAf!
- February 15th, 2010, 6:43 pm
- Forum: Beta Releases
- Topic: [BUG] Python path in post-processing is wrong
- Replies: 2
- Views: 2752
Re: [BUG] Python path in post-processing is wrong
Thanks, I'll give that a try.
- February 15th, 2010, 10:11 am
- Forum: Beta Releases
- Topic: [BUG] Python path in post-processing is wrong
- Replies: 2
- Views: 2752
[BUG] Python path in post-processing is wrong
We've been bouncing this around in the post-processing forum, but don't know if it has been officially reported as a bug. imthenachoman has found a solution, but the solution will need to change for each version of OS X and make writing Python a lot harder across multiple systems (and longer code)....
- February 10th, 2010, 9:30 am
- Forum: Post-Processing Scripts
- Topic: Write cover album art to MP3s, organize files, iTunes import
- Replies: 96
- Views: 104605
Re: Write cover / album art images to MP3s - Mac Python script / Win EXE now avail
I do have an updated version if anyone wants to beta test it. PM me.