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

Ampersand not allowed in MediaDirectory #45

Open
PlayfulGuy opened this issue Jun 13, 2023 · 0 comments
Open

Ampersand not allowed in MediaDirectory #45

PlayfulGuy opened this issue Jun 13, 2023 · 0 comments

Comments

@PlayfulGuy
Copy link

Ran across this issue in teases downloaded with the Milovana downloader.
If the tease name includes an ampersand the filename and media folder get created properly, and the mediadirectory XML element gets created with an xml escaped ampersand like
Snakes & Ladders
The ampersand is actually a valid filename character (on windows at least) but must be escaped in XML.
Guideme tries to use this name directly, instead of recognizing the xml escaped character, so no media files can be found.
The same is true for a few other characters commonly used in tease titles, like the pipe symbol for instance.
I've coded the downloader to work around that for now but I think this should be allowed since it is valid.

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