Code named Gadzorp, the entire point is to serve as a reference with scripts from every episode as well as all the GIFs that I have created for the show. The biggest issue at this point is that I need to make time to manually go though each script and revise them as needed (as well as add scripts for the deleted scenes). But in the meantime, please check it out and give me some feedback! Tell me how it breaks, try to hack into it, all that stuff.


Looks great. Seems like it’ll be handy for searching quotes (which is hit or miss with most search engines; I mostly start directly with Yarn these days)
How are you doing the transcripts? Just pulling from the extracted
.srtfiles?Almost. My Blu-ray rips are subtitled with PGS/SUP, which apparently uses an image for subtitles instead of simple plain text like SRT. So I found a program called sup2srt which uses an OCR engine to convert the subtitle images to SRT, which I can then load into the database that this site uses. But, there are some issues with that:
I made some quick Python scripts that go through all the script files to fix common mistakes, but I am also slowly going through each script individually to manually revise them.