Update Details Below. Note that if the dialog shows an older version you may need to recreate your bookmarklet.
Also note that this will probably only work in English, though you may be able to temporally change your language on Netflix to get the sync to work.
There used to be a nice Chrome plugin to synchronize by Netflix history with Trakt.tv but it had been unreliable and doesn't seam to be working now. I wrote this code to solve my own need but it does the same thing and I am posting it here for others to use.
Note that this is not 100% perfect as some show names aren't exactly the same and some Netflix show's don't use episode names at all. This code it not using any Netflix API calls but rather just scraping your Viewing Activity page and then making API calls to your Trakt.tv account to post the item's it finds.
This is my personal blog and mainly contains technical solutions, open source code, and other projects I have worked on. Much of the technical solutions are very niche so your milage may vary.
Friday, July 21, 2017
Monday, June 19, 2017
Restricting Access at in Varnish Server Wide to Admin Areas
There are lots of ways to implement access controls and additional security on your hosting. I recently implemented a very restrictive but easy to manage implementation for our FreeBSD server that runs everything through Varnish. I could have placed this restriction in Apache via .HTACCESS files or global rules but placing them in Varnish they execute earlier and have less server overhead and ensure there are no caching related flaws.
Read XML Sitemap to a CSV File
You may need to process a sitemap for redirects or get a list of all your pages for some testing or monitoring process. Here is a simple script you can run to convert your sitemap to a CSV file. It even supports multi-file sitemaps.
Monday, February 6, 2017
Configure SSL Termination with Varnish Caching and HTTP/2
To create the fastest web pages possible in a LAMP stack can be a bit tricky. This document covers configureing blazing fast HTTPS sites on Freebsd with Apache,
Varnish, Nginx, PHP, Mysql and letsencrypt.sh. Of course you can swap out the PHP/Mysql parts as needed, or even use your own certificates instead of lets encrypt.sh as you need.
Monday, January 30, 2017
Easily post leads in Wordpress Fast Secure Contact Form Plugin to iContact
When using the Fast Secure Contact Form plugin for wordpress is is very very simply to seamlessly forward leads from any forms you wish to the iContact platform with very little configuration.
Subscribe to:
Posts (Atom)
Project Licenses
These works by Jeremy Pyne are licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License