Skip to content

BramFr/plex_update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

plex_update

Update your plex automatic. With this script.

Create a crontab entry to run this file.
Example:

# vim /etc/crontab
18 1     * * * root python3 /path/to/script/plex_update.py

First you have to change the IP. Dont use localhost or 127.0.0.1.

plex = Plex(server_ip="192.168.1.5")

If you have a lifetime pass then define token like this. You can find your token here:

plex = Plex(server_ip="192.168.1.X", token='Sd123kdj29sj')

if you don't have any just leave at its.

Run this script like:

# python3 /path/to/script/plex_update.py

Troubleshooting

For any troubles you can define DEBUG mode to find your issue. You can find your logs file within the current dir.

plex = Plex(server_ip="192.168.1.X", logging_level='DEBUG')

About

Update your plex automatic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages