Hi,<br><br>I was irritated by pydance not loading some of my favorite songs and after a little debugging and learning of the python way of development I created this little patch.<br><br>The method loading the files now checks if the first line contains a BOM and decodes every line of&nbsp; these files. Other files are handled as before. The only dirty lines of code do the removing of the BOM which is only necessary with utf_8 encoding.
<br><br>Best regards, <br>Steven<br>