-
Zipped up and ready to go!
The UK plugin should now do DVD age ratings.
2009-05-26 21:52:24 UTC in Open Media Collectors Database
-
I've done some hacking as I've got about 30 DVDs to add and I've made it work for now.
I'll freely admit that this is a bit brute force!
In functions/OpenDbSnoopy.class.inc I changed
$this->agent = 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4';
to
$this->agent = 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR...
2009-05-24 13:41:21 UTC in Open Media Collectors Database
-
Amazon have changed things...
The format of the HTML you get from viewing the source in IE/Firefox is very different to the source openDB is getting. Even wget gets a different result to IE.
IE: <div class="resultCount">Showing 1 Result</div>
opendb/wget: <td class="resultCount">Showing 1 Result</td>
The rest of the page is very different.
2009-05-23 21:58:17 UTC in Open Media Collectors Database
-
You are correct, just had a look at a live feed from a satellite at home and they set priority to 0 except on the PAT. Everything we deal with at work has it set to 1 for all PIDs. Should have checked a domestic feed before submitting, sorry!
It actually appears the problem is only when using stdin. Take the TS from /dev/dvb/adapterX and its fine, cat /dev/dvb/adapterX/dvr0 to a file...
2007-12-08 12:58:03 UTC in dvbsnoop
-
The current method for syncing to the start of the packet results in a lot of spurious locks and lots of duff packets with the "Wrong SyncByte or packet length mismatch (= no TS)" messages.
Searching for 0x47 on its own isn't quite enough. A better way is to look for 0x47 and then checking the next byte has bit 6 set.
See attached file, ts_SyncRead now uses a two stage found process...
2007-12-07 20:10:34 UTC in dvbsnoop