Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dirtycajunrice/6384522c2fafbdda4bdf4221682e758d to your computer and use it in GitHub Desktop.
Save dirtycajunrice/6384522c2fafbdda4bdf4221682e758d to your computer and use it in GitHub Desktop.
PlexShowSilencer/
├── config.ini
├── LICENSE
├── plexshowsilencer
│   ├── config.py
│   ├── dbcreate.py
│   ├── dbpopulate.py
│   ├── __init__.py
│   ├── plexauth.py
│   ├── __pycache__
│   │   ├── config.cpython-35.pyc
│   │   ├── __init__.cpython-35.pyc
│   │   └── __init__.cpython-36.pyc
│   ├── silencer.py
│   └── usertablecreate.py
├── plexshowsilencer.db
├── plexshowsilencer.py
├── __pycache__
├── README.md
└── requirements.txt
3 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment