Skip to content

oceanpacificpeace/plex-added-date-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plex Added Date Manager

Streamlit (Python) app that interacts with the Plex API to fetch and manage Added Date values.

screen

Setup Instructions

  1. Clone the repository
  2. Create a virtual environment (optional but recommended):
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required dependencies:
    pip install -r requirements.txt
  4. Configure your Plex credentials: Create a .env file at project root
      PLEX_TOKEN=your_plex_token_here
      PLEX_BASE_URL=http://your-plex-ip:32400

Usage

  1. Run the Streamlit application:

    streamlit run src/app.py
  2. Access the application: Open your web browser and go to http://localhost:8501.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Streamlit (Python) app that interacts with the Plex API to fetch and manage Added Date values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages