ChuckPa / PlexDBRepair

Database repair utility for Plex Media Server databases
Other
881 stars 43 forks source link

Would it be possible to support UnRaid? #130

Closed Unthred closed 9 months ago

Unthred commented 9 months ago

I am running plex using this docker image plexinc/pms-docker on UnRaid server. Would it be possible to add support for this and if so would you need any info from me?

Thanks

Unthred commented 9 months ago

You could add UnRaid to your list of supported hosts. I put the code as suggested adjacent /config exec'd into the container stopped plex with ./plex_service.sh -d then ran you script.

I now realise I probably should have ran it from outside the container but it worked regardless

thanks verrrrry much!

ChuckPa commented 9 months ago

OOOOPs.

Documentation oversight on my part.

  1. If it ran, then there's no need to add support. You can't run it outside the container (it doesn't know where things are) It shows "Docker" in the menu header for Plex,inc containers.

  2. I'll fix the documentation to show Plex,Inc PMS Docker.

  3. I'll also recheck the start-stop control. If it shows in the menu as available then you have it.

ChuckPa commented 9 months ago

Documentation updated as requested.

Plex,inc and LSIO images use the standard "Docker" platform name because they were the first. Both use the same structure internally.

Independent of the host OS (e.g. Unraid), if the container is Plex,Inc or LSIO then it's "Docker" platform.

I opted to keep them this way, as "Docker", and add clarifying documentation. Trying to list every different host which uses Plex or LSIO wouldn't be practical.

Unthred commented 9 months ago

Amazing thanks so much for making a tedious task really easy!