2010-01-16, 20:21
Ok, then I've done what I can. I have put in a request to turn the word "and" into "%26" on failed scrapes, as a backup. Reference: http://forum.xbmc.org/showthread.php?tid=67569
Not all file systems handle "&" in the file name, but they all handle "and". %26 is the web friendly version of &, and the only way to put the data into thetvdb.com for recognition. This would be a XBMC issue as a library should be human readable, the computer should turn the human readable stuff into computer stuff. "and" "&" "%26" "#38;" and "&" are different file systems handling of "and"
Not all file systems handle "&" in the file name, but they all handle "and". %26 is the web friendly version of &, and the only way to put the data into thetvdb.com for recognition. This would be a XBMC issue as a library should be human readable, the computer should turn the human readable stuff into computer stuff. "and" "&" "%26" "#38;" and "&" are different file systems handling of "and"