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
1. Enable the Custom HTML homepage object | |
2. Make sure under the homepage items order, you've put this Custom object toward the top or where you'd like it to be. | |
3. In the Code box, copy and paste the above code in and click save. | |
4. Customize to your liking and adjust as needed for your situation. | |
5. Reference https://shields.io for more info on how to fully customize these for your needs and your desired look/feel. |
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
// Intercepts all links to Plex in Organizr and redirects to the Plex app on an | |
// iOS device. Plex for Android apparently does not support such URL schemes, and I | |
// can't find any alternative Android solution, so this script is iOS-only. | |
// Add to Organizr Settings > Customize > Appearance > Custom JavaScript. | |
//////////////////////////////////////////////////////////////////////////////////// | |
// Credit to https://forums.plex.tv/t/deep-links/205583 for finding Plex deep links | |
// Use Bowser to check if we're on iOS | |
var plexiOSCheck = bowser.osname === 'iOS'; |
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
--- | |
networks: | |
internal: | |
driver: bridge | |
driver_opts: | |
com.docker.network.bridge.host_binding_ipv4: 1.2.3.4 | |
services: | |
plex: | |
container_name: plex | |
environment: |
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
''' | |
fetch function from https://gist.github.com/Hellowlol/ee47b6534410b1880e19 | |
PlexPy > Settings > Notification Agents > Scripts > Bell icon: | |
[X] Notify on pause | |
PlexPy > Settings > Notification Agents > Scripts > Gear icon: | |
Playback Pause: create_wait_kill_all.py | |
PlexPy > Settings > Notifications > Script > Script Arguments: | |
{session_key} |