Closed navicore closed 1 year ago
That is indeed an annoying track name! Feel free to make this a PR, if you could name it --ignore
and add it to the README I'd merge it into the next release.
Is exception is being thrown by mkdir
? If so I may catch that and log an error instead.
Thanks for the issue.
You happy to close this now the PR is merged?
see merged PR for solution
In my collection I have an artist/album that can't download to mac. This causes the
bandcampsync
process to halt.Bandcamp does not support deleting catalog entries.
The entry is Waveform Magazine issue 3 creates a crazy file resulting is:
I got past it adding support for a --bypass arg so I could "--bypass waveform" https://github.com/navicore/bandcampsync/blob/48ea82f1d0b8125cf4c4414b53bcd0df53a4c1d2/bandcampsync/__init__.py#L16
I held off on a PR because maybe this shouldn't be a fatal error... just log and continue? I could take a crack at that for a PR if desired.