This commit is contained in:
2025-03-23 20:51:29 +00:00
commit 6ffad7f22a
18 changed files with 258 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
systemctl stop plexmediaserver
echo "update metadata_items set title = summary where metadata_type=13 and length(summary)>2;" | /usr/lib/plexmediaserver/Plex\ SQLite "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db"
systemctl start plexmediaserver