l3uddz / plex_trash_fixer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plex Trash Fixer

made-with-python License: GPL v3


Fixes the issue in Plex Media Server when emptying trash does not get rid of the trash icons.

Dependencies

Debian based distros:

sudo apt-get install python3

Install

  1. Clone project:

    git clone https://github.com/l3uddz/plex_trash_fixer /opt/plex_trash_fixer
    
  2. Set permissions:

    chmod a+x /opt/plex_trash_fixer/plex_trash_fixer.py
    
  3. Update DATABASE_PATH= in plex_trash_fixer.py to match your Plex Media Server DB's location.

Usage

  • Plex Media Server: Empty trash and optimize library. Then shut down Plex Media Server.

  • Run script: python3 /opt/plex_trash_fixer/plex_trash_fixer.py

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%