ChuckPa / PlexDBRepair

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

fix: add new path for update hotio image #139

Closed causefx closed 8 months ago

ChuckPa commented 8 months ago

Thanks.

Question: With the pathname changes ever settle down?

causefx commented 8 months ago

one would hope, I only notice the change when the script stops working, then I have to go and find the new path lol

ChuckPa commented 8 months ago

I think someone over there should make up their mind if they want the support.

causefx commented 8 months ago

We could possibly change the line to this:

PLEX_SQLITE=$(find /app /usr /var -type f -iname "Plex SQLite" -print -quit 2>/dev/null)

and hopefully just be done with it.... its not optimized but "should" catch all...