This commit is contained in:
deathbybandaid 2024-02-21 10:55:37 -05:00
parent d5dc5b793b
commit 07e30e2f4f

View File

@ -8,6 +8,8 @@ HostConfig
logfile="$DBDIR/plexstats.log"
db="$DBDIR/com.plexapp.plugins.library.db"
echo "$logfile"
exit
echo "$(date "+%d.%m.%Y %T") PLEX LIBRARY STATS" | tee -a "$logfile"
echo "Media items in Libraries" | tee -a "$logfile"
query="SELECT Library, Items \