This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# plex_poster_fix.py | |
# | |
# Swaps out posters provided by Gracenote with ones from TMDB. | |
# Adapted from JonnyWong16's [`select_tmdb_poster.py`](https://gist.github.com/JonnyWong16/b0e6b2761f8649d811f51866e682464b). | |
# With large libraries, it may take a few seconds up to a minute for the script to start producing output. | |
# Usage Instructions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
CertSage (support@griffin.software) | |
Copyright 2022 Griffin Software (https://griffin.software) | |
PHP 7.0+ required | |
Permission is granted to distribute this software in its original form. | |
Permission is denied to distribute any works derived from this software. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Full-screen Grab Keyboard | |
// @version 0.1 | |
// @description Lock the keyboard in full-screen mode, granting webapps access to additional key shortcuts | |
// @match https://SITE_URL_HERE/* | |
// @grant none | |
// @noframes | |
// @author xenago | |
// ==/UserScript== |