test
This commit is contained in:
parent
62e497e6fe
commit
327233b32e
@ -15,6 +15,8 @@ query="SELECT Library, Items \
|
|||||||
FROM media_items m \
|
FROM media_items m \
|
||||||
LEFT JOIN library_sections l ON l.id = m.library_section_id \
|
LEFT JOIN library_sections l ON l.id = m.library_section_id \
|
||||||
WHERE library_section_id > 0 GROUP BY name );"
|
WHERE library_section_id > 0 GROUP BY name );"
|
||||||
|
echo ""$PLEX_SQLITE"
|
||||||
|
exit
|
||||||
$PLEX_SQLITE -header -line "$db" "$query" | tee -a $logfile
|
$PLEX_SQLITE -header -line "$db" "$query" | tee -a $logfile
|
||||||
echo " " | tee -a
|
echo " " | tee -a
|
||||||
echo "Time to watch" | tee -a $logfile
|
echo "Time to watch" | tee -a $logfile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user