MediaElch icon indicating copy to clipboard operation
MediaElch copied to clipboard

[advancedsettings.xml] Report an error if invalid characters are found

Open bugwelle opened this issue 4 years ago • 0 comments

If I have these lines in my advancedsettings.xml, then MediaElch will fail to use any genre after the first &:


	<genres>
		<map from="Aaa" to="Bbb" />
		<map from="Action & Adventure" to="Ação & Aventura" />
		<map from="Animation" to="Animação" />
	</genres>

Reason: & needs to be escaped as &amp;. MediaElch silently ignores all tags after the first &. We don't do any error reporting...

bugwelle avatar Jan 15 '21 14:01 bugwelle