Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In 20250101 and 20241201 dump The [b]DO NOT USE.[/b] this artist artist has no name element any more and this causes validate code in exporter to fail #150

Open
ijabz opened this issue Jan 23, 2025 · 2 comments

Comments

@ijabz
Copy link
Collaborator

ijabz commented Jan 23, 2025

def validate(self, artist):
        if not artist.name:
            artist.name = '[artist #%d]' % artist.id
        return True


@ijabz
Copy link
Collaborator Author

ijabz commented Jan 23, 2025

Having the validate code always return true seems to have worked but probably not the right solution.

@ijabz
Copy link
Collaborator Author

ijabz commented Jan 24, 2025

and then importer fails because cannot handle the line
66827,,,"[b]DO NOT USE.[/b] This is an incorrect artist name represented by %C2%A0 i.e. the ""non-breaking space"" character - in Unicode: U+00A0, 0xC2A0, aka "" "" in HTML.",Needs Vote

@ijabz ijabz changed the title In 20250101 dump The donotuse this artist artist has no name element any more and this causes validate code in exporter to fail In 20250101 dump The [b]DO NOT USE.[/b] this artist artist has no name element any more and this causes validate code in exporter to fail Jan 24, 2025
@ijabz ijabz changed the title In 20250101 dump The [b]DO NOT USE.[/b] this artist artist has no name element any more and this causes validate code in exporter to fail In 20250101 and 20241201 dump The [b]DO NOT USE.[/b] this artist artist has no name element any more and this causes validate code in exporter to fail Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant