Essential Foobar2000 components (summer 2016 update)

To enhance my Foobar2000 music player I use the following components (plugins or extensions if you like).
This is an update for my earlier post Essential Foobar2000 plugins (update)

Disable isatap teredo and 6to4 on Windows 7-8-10

To disable isatap and the teredo tunneling adapter on Windows 7 / 8 / 10, run the dos terminal as administrator (cmd.exe), and run:

netsh int ipv6 isatap set state disabled
netsh int ipv6 6to4 set state disabled
netsh interface teredo set state disable

Ramon.js in TypeScript

After a presentation about TypeScript last week at Code by the Sea, I`ve decided to make Ramon.js from now on in TypeScript.

This means that the main file will be ramon.ts which will render ramon.js (and ramon.min.js)