timvideos / edid.tv

EDID Database Website
GNU General Public License v2.0
26 stars 7 forks source link

Download all EDID #45

Open bp0 opened 5 years ago

bp0 commented 5 years ago

This is a nice collection of sample EDID, but there does not appear to be a way to download all the samples at once, so I had to scrape.

It would be nice if there was a link to download an archive of all the samples. It would be even nicer if filters could be applied, like only those >128, or only those with CEA extension, or only with DisplayID. Anyway, wishlist.

Scrape in bash, at the time there were 251 EDID on the site:

for i in {2..251}; do
    echo "http://edid.tv/edid/$i/download/ ..."
    curl "http://edid.tv/edid/$i/download/" -o "edid/edid.tv-$i"
    # be nice
    sleep 1
done
linuxhw commented 4 years ago

Try:

git clone https://github.com/linuxhw/EDID.git

And then:

grep -nR ANYTHING_YOU_NEED ./EDID