Code Monkey home page Code Monkey logo

plex-auto-genres-docker-old's Introduction

Plex Auto Genres

This is a third-party docker container to run the plex-auto-genres script (https://github.com/ShaneIsrael/plex-auto-genres) every day at 1AM UTC. The script has been modified to run without any input and log fetch results to a specific folder (that can be mounted) instead of the working directory.

Link to DockerHub : https://hub.docker.com/r/frank2312/plex-auto-genres

How to Use

  • Create the container. You can use the docker-compose.yml file as a template.
    • There are 2 ways to connect to your server : using your credentials and server name, or using an existing token and your server's URL.
      Variable Authentication method Value
      PLEX_USERNAME Username and password Your Plex Username
      PLEX_PASSWORD Username and password Your Plex Password
      PLEX_SERVER_NAME Username and password Your Plex Server Name
      PLEX_BASE_URL Token Your Plex Server base URL
      PLEX_TOKEN Token Your Plex Token
      PLEX_COLLECTION_PREFIX (Optional) Prefix for the created Plex collections. For example, with a value of "*", a collection named "Adventure", the name would instead be "*Adventure".

      Default value : ""
      TMDB_API_KEY Your the movie database api key (not required for anime library tagging)
  • Volume mount the /config folder that will contain the libraries for which you want the collections generated.
  • (Optional) Volume mount the /logs folder that will contain the log files. The files can still be accessed by connecting to the container if it is not mounted.
    • Titles in the log files will not be re-processed. You must delete the log files to start a fresh run.
  • Run the container once to generate the initial config file.
  • Edit the generated config file (libraries.txt).
    • Supported types :
      • standard-tv
      • standard-movie
      • anime
  • Run manully (see Manual run) to check if it works or wait for the next automatic run.

Manual run

You can start a manual run by connecting to the container's terminal and running the command

/generate-collections.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.