Reply to thread

I was working on a way to get absolute ordering done over the summer when I had some free time. I find that it partially works. For bleach it has managed to get all the information for episodes up to 202, it does however sometimes put the wrong information in for the files, and displays them as :


Season 0

Season 1

Season 2


which is not ideal. However without a redesign to the way the database / plugin interact with each other I couldn't fix this issue. Essentially when finding the file information it will put the correct "series 1 - episode XXX" into the database table for the file itself. However the table that the plugin references for displaying these will not accept these details correctly - i.e. it will just fail to parse completely and won't display them properly at all.


If someone has good knowledge of C# and its interaction with sqllite databases and is willing to look into the code I don't know if there would be much trouble to it.


Top Bottom