Updated Custom Scripts for PlexPy (markdown)

JonnyWong16
2017-03-12 14:43:46 -07:00
parent c790c5f42e
commit a803176d18

@@ -7,6 +7,8 @@
### List of User Created Scripts
#### PlexPy Scripts:
| Description | Language | Author |
| --- | --- | --- |
| [Kill a transcode](https://gist.github.com/Hellowlol/ee47b6534410b1880e19) | Python | [Hellowlol](https://gist.github.com/Hellowlol) |
@@ -15,16 +17,29 @@
| [Send an Email notification to specific users when a show is added to Plex](https://gist.github.com/blacktwin/a327055da54d7feb3eef10e64a8b661a) | Python | [blacktwin](https://gist.github.com/blacktwin) |
| [Send an Email notification to users when a new episode to their "favorite" show have been added to Plex](https://gist.github.com/blacktwin/18960ff01c03b67a05594daa6f53660c) | Python | [blacktwin](https://gist.github.com/blacktwin) |
| [Send an IFTTT notification for a specific username](https://gist.github.com/JonnyWong16/6d3314287569f5a83422f6a8e30d61fd) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Get notified when Plex disk usage exceeds a certain threshold](https://gist.github.com/JonnyWong16/f561f06a6266db66dad9) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Delete PlexPy history older than "X" days](https://gist.github.com/JonnyWong16/cb1b53e71b89d2159313) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Send a PlexPy notification when the total number of streams exceeds a threshold](https://gist.github.com/JonnyWong16/1b1b02536e25002daf678946f513b950) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Send a PlexPy notification with the movie directors' IMDB page](https://gist.github.com/JonnyWong16/d508d8d5d1fcb336efc1a3d167eb7b1a) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Send a random Chuck Norris joke when a movie starring Chuck Norris is played](https://gist.github.com/JonnyWong16/6e3b07bbc99eeb15183ba86be5bdf9a7) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Send a PlexPy notification with geolocation data](https://gist.github.com/JonnyWong16/48d6362884b5edbf5e6d78859035183a) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Get notified when Plex disk usage exceeds a certain threshold](https://gist.github.com/JonnyWong16/f561f06a6266db66dad9) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Get notified on Telegram when a user is transcoding](https://gist.github.com/JonnyWong16/3591d1fee289daaafeb8) | Python | [pmow](https://gist.github.com/pmow)/[Hellowlol](https://gist.github.com/Hellowlol) |
| [Get notified on Telegram when a user is transcoding](https://gist.github.com/JonnyWong16/e4919c24b8884026ec6d) | Bash | [pmow](https://gist.github.com/pmow) |
| [Delete PlexPy history older than "X" days](https://gist.github.com/JonnyWong16/cb1b53e71b89d2159313) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Restart Plex](https://gist.github.com/Hellowlol/daaa7aa4c5f8bd54033895df5a5fb2d2) | bat | [Hellowlol](https://gist.github.com/Hellowlol) |
| [PlexPy - Quiet hours and smart batching for Pushbullet notifications](https://gist.github.com/JimboMonkey1234/1c27897c3204c6b72a05fea64f0a9f02) | Python | [JimboMonkey1234](https://gist.github.com/JimboMonkey1234) |
| [Plex Docker Container Restart with Rancher](https://gist.github.com/JigSawFr/70d7f95f16f1f6f27528a18e183ee67c) | Bash | [JigSawFr](https://gist.github.com/JigSawFr) |
| [PlexPy - Quiet hours and smart batching for Pushbullet notifications](https://gist.github.com/JimboMonkey1234/1c27897c3204c6b72a05fea64f0a9f02) | Python | [JimboMonkey1234](https://gist.github.com/JimboMonkey1234) |
| Map geolocation data by [state](https://gist.github.com/blacktwin/a08221826c6f20ac47fe688e575e51ca) or [global](https://gist.github.com/blacktwin/bcee9eae4fcb3e474a338d54961d01a4) | Python | [blacktwin](https://gist.github.com/blacktwin) |
| [Get notified when new IP address accesses Plex](https://gist.github.com/blacktwin/68728e34d37e4abce80355c5456e3fda) | Python | [blacktwin](https://gist.github.com/blacktwin) |
| [Automatically share and unshare libraries for Plex users](https://gist.github.com/JonnyWong16/f8139216e2748cb367558070c1448636) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| Kill transcode stream [on-demand](https://gist.github.com/blacktwin/e86a0b1207d2fc13196cfd1290b4ed1c) or [if paused](https://gist.github.com/blacktwin/163f3e60557c6a3e66ab5d28cc78fd1c) | Python | [blacktwin](https://gist.github.com/blacktwin) |
| [Run a SSH command using Python](https://gist.github.com/JonnyWong16/e140f546b09950829685f000b7cf98bc) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Run a SSH command using Python](https://gist.github.com/JonnyWong16/e140f546b09950829685f000b7cf98bc) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
#### Other Plex Scripts:
| Description | Language | Author |
| --- | --- | --- |
| [Automatically share and unshare libraries for Plex users](https://gist.github.com/JonnyWong16/f8139216e2748cb367558070c1448636) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Execute a command when no Plex sessions are active](https://gist.github.com/JonnyWong16/bc50c882985cc495e629f41c12bc7590) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Create a Plex collection from a text file list of rating keys](https://gist.github.com/JonnyWong16/148b5a5dc39211bd6a871cb8f9df8c48) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |
| [Sync Plex playlists to shared users](https://gist.github.com/JonnyWong16/2607abf0e3431b6f133861bbe1bb694e) | Python | [JonnyWong16](https://gist.github.com/JonnyWong16) |