Streamlit (Python) app that interacts with the Plex API to fetch and manage Added Date values.
- Clone the repository
- Create a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install the required dependencies:
pip install -r requirements.txt
- Configure your Plex credentials: Create a
.envfile at project rootPLEX_TOKEN=your_plex_token_here PLEX_BASE_URL=http://your-plex-ip:32400
-
Run the Streamlit application:
streamlit run src/app.py
-
Access the application: Open your web browser and go to
http://localhost:8501.
This project is licensed under the MIT License. See the LICENSE file for more details.