mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 15:09:44 +00:00
Prepare for migration
This commit is contained in:
parent
dedfdba39b
commit
d442b46d7e
11 changed files with 451 additions and 0 deletions
9
scripts/dump_library_folders.sh
Executable file
9
scripts/dump_library_folders.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
# Dump libraryFolders table for human consumption
|
||||
|
||||
DB_PATH="/mnt/docker/work/books/audiobookshelf/config/absdatabase.sqlite"
|
||||
|
||||
echo "=== libraryFolders ==="
|
||||
echo "ID | PATH | LIBRARY_ID"
|
||||
echo "---|------|-----------"
|
||||
sqlite3 -header -column "$DB_PATH" "SELECT id, path, libraryId FROM libraryFolders;"
|
||||
Loading…
Add table
Add a link
Reference in a new issue