tblancher / pymazon

Automatically exported from code.google.com/p/pymazon
Other
0 stars 0 forks source link

Smarter Handling of "Various Artists" Albums #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
On some albums, each track can have a different artist. Pymazon downloads the 
tracks of these albums into a new folder for each artist, because the default 
naming scheme is "${artist}/${album}/${tracknum} - ${title}" or similar.

Rather than making the user (remember to) temporarily change the file naming 
scheme for soundtracks and compilation albums, the program could use an 
"album_artist" field.  I do not know the Amazon AMZ file structure, but when 
you look at, for instance, the Benjamin Button Soundtrack, Amazon displays the 
artist for this album as "Various Artists," so I'm hoping there is a way to 
extract that info.

http://www.amazon.com/Motion-Picture-Curious-Benjamin-Button/dp/B001N7XLKK/ref=s
r_shvl_album_1?ie=UTF8&qid=1293071002&sr=301-1

Original issue reported on code.google.com by guido.sc...@gmail.com on 23 Dec 2010 at 2:40

GoogleCodeExporter commented 8 years ago
This issue has already been fixed in Trunk. You can get trunk (which is 
unstable) by doing a mercurial checkout. Otherwise, this feature will be 
available in the 1.0 release. Cheers!

Original comment by SCColbert@gmail.com on 23 Dec 2010 at 1:52

GoogleCodeExporter commented 8 years ago

Original comment by SCColbert@gmail.com on 23 Dec 2010 at 1:56