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 .srt
files?
A community for the fans and critics of the show 30 Rock.
Discussion of the show, pictures from the show and anything else 30 Rock related.
Check out SatyrSack's searchable collection here
Icon and banner created by @SatyrSack@feddit.org
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 .srt
files?
How are you doing the transcripts? Just pulling from the extracted
.srt
files?
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.
Wow! Very impressive. I can't give feedback beyond that yet.
Oh, one thing, loading the Animations page slowed my whole browser down for a minute or two. (Laptop, Zen Browser 1.13.2b, Linux Mint 22.1.)
Did it slow down just while the page was still loading, or for a minute or two after the page had finished loading? The Animations page does download 17MB of thumbnail images, which may be a bit much.
Just while the page was loading.
I think I should make it not download all 17MB of thumbnails when the page is loaded, and instead download each thumbnail individually as it is scrolled into view.
Sounds good.