load local data

This commit is contained in:
2025-08-04 16:59:51 +02:00
parent 7f94ab9646
commit bde3e5a48b
4 changed files with 116 additions and 0 deletions

View File

@@ -46,6 +46,26 @@ if [ "${MUSICDIR:-}" ]; then
fi
exit 0
fi
if [ "${1:-}" = "--load-local" ]; then
load_local
exit 0
fi
if [ "${1:-}" = "--list-releases" ]; then
list_releases
exit 0
fi
if [ "${1:-}" = "--list-releasegroups" ]; then
list_releasegroups
exit 0
fi
if [ "${1:-}" = "--list-artists" ]; then
list_artists
exit 0
fi
fi
if [ "${1:-}" = "--internal-preview-artist" ]; then