Web site to support your Plex Server with Music tasks
  • Python 77.5%
  • Jinja 17.9%
  • Shell 4.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
johnsturgeon 67ddf435f9 Update README.md
Changed from using hacky lines to using proper 'alert' syntax
2026-02-11 16:21:25 +01:00
.github/workflows Added Flake8 and cleaned up errors (#38) 2024-07-15 15:55:06 -07:00
.idea Fixed up the duplicates UI (#147) 2025-03-13 16:53:13 -07:00
app Migrated to using op and creating .env.production and development files so that the run time can import those ENV files (#158) 2026-02-10 20:35:27 -08:00
config Migrated to using op and creating .env.production and development files so that the run time can import those ENV files (#158) 2026-02-10 20:35:27 -08:00
docs User information now gets saved to the database (#87) 2025-02-11 12:10:30 -08:00
helpers Updated deployment scripts 2025-03-20 19:47:37 -07:00
models Added Flake8 and cleaned up errors (#38) 2024-07-15 15:55:06 -07:00
plex_utils Added Flake8 and cleaned up errors (#38) 2024-07-15 15:55:06 -07:00
scripts Migrated to using op and creating .env.production and development files so that the run time can import those ENV files (#158) 2026-02-10 20:35:27 -08:00
.gitignore Migrated to using op and creating .env.production and development files so that the run time can import those ENV files (#158) 2026-02-10 20:35:27 -08:00
.infisical.json Migrated all secrets to a .env file (#68) 2025-02-08 15:42:38 -08:00
.pylintrc 34 move wrapper classes to model package (#36) 2024-07-14 17:04:27 -07:00
CLAUDE.md Migrated to using op and creating .env.production and development files so that the run time can import those ENV files (#158) 2026-02-10 20:35:27 -08:00
deduplex.py Added Flake8 and cleaned up errors (#38) 2024-07-15 15:55:06 -07:00
LICENSE Added Apache 2.0 License 2025-02-14 10:45:38 -08:00
pyproject.toml Updated deployment scripts 2025-03-20 19:47:37 -07:00
README.md Update README.md 2026-02-11 16:21:25 +01:00
test_and_lint.sh Added Flake8 and cleaned up errors (#38) 2024-07-15 15:55:06 -07:00
uv.lock Updated deployment scripts 2025-03-20 19:47:37 -07:00

AutoPlex

GoshDarned Mascot

Note

Work in Progress

This project is being migrated to a Docker container-based deployment. Documentation and architecture are actively changing.

Development Notes

2. Create the CONFIG environment file:

  • Production: config/.env.production
  • Development: config/.env.development

Make sure to import that environment file prior to running, for examply in PyCharm, I add it to the run configuration under Paths to .env files

See the config/op.env for example config

💡How to use 1Password to generate .env file

If you use 1password for your secrets, you can use the op.env file as a template for generating your config file