When I synced my library I had an album preordered which had some of the tracks available. These were downloaded and a bandcamp_item_id.txt file was created in the album folder. This means that now the album has been properly released, it's being skipped so I only have the partial album downloaded.
Now that I realise this happens, I can manually delete the bandcamp_item_id.txt from the folder when a preordered album is released; but it may be preferable to simply skip downloading unreleased preorders altogether, eg. in __init__.py:
When I synced my library I had an album preordered which had some of the tracks available. These were downloaded and a
bandcamp_item_id.txt
file was created in the album folder. This means that now the album has been properly released, it's being skipped so I only have the partial album downloaded.Now that I realise this happens, I can manually delete the
bandcamp_item_id.txt
from the folder when a preordered album is released; but it may be preferable to simply skip downloading unreleased preorders altogether, eg. in__init__.py
: