drone1

Results 59 comments of drone1

https://supervoidrecords.bandcamp.com/

I appreciate the punk nature of that package but I don't think it's a good fit for my purposes here. Thank you though.

> What kind of information? @drone1 Given a ``labelUrl,`` provide a function ``getLabelInfo()`` that returns the following info: - label name - label bio - label location - website URL...

@89z as I said, these URL's being extracted from the result of a call to getArtistInfo (in the album.url properties).

I guess a better title for this thread might be, _Is getArtistInfo returning bad album URLs?_ Because they don't work.

Oh hm. Look, so this is just one of the URLs that comes back from ``getArtistUrls``: https://borderonerecords.bandcamp.com/?label=3961057738&tab=artists So it's already got the query string on there, and this is presumably...

My code is quite simple and is based on your examples. I'm scraping a given label's releases, by using ``getArtistUrls -> getArtistInfo -> getAlbumInfo`` I get the same pattern of...

I see. Any reason not support AIFF as well? The code above allows the underlying file to instantiate its own `tags` (for AIFF, a `_IFFID3` instance, which works with its...

Hm maybe I will do thorough testing and put up a PR. I’m not a big python master here so before I dig I figure I will ask: how can...

Hm, you sure? ``` > PYTHONHOME=. ./tools/mid3v2 ImportError: No module named site ```