A very small userscript written for Xandecs that makes parsing through the requests for new shows manageable on Bierdopje.
The script is only active in the missing shows in bd / available in tvdb thread.
There it will:
- Look for comments with a TvDbId
- Check Using the Bierdopje API whether or not the show is really missing on Bierdopje.
- Show it's findings in a nice table.
To install you'll need a browser extension:
- Chrome => Tampermonkey
- Firefox => GreaseMonkey
Afterwards you can install the script BdMissingShowsHelper.user.js
This project utilizes:
The code is still a mess. I hope to improve it in the near future.
I'd also like to replace the horrible jQuery+Handlebars code with Vue.js