From 20479d60b68dba8a58b234fb8c820602b8c0d1bc Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 2 Jul 2022 21:24:50 +0200 Subject: [PATCH] Updated Access the database (markdown) --- Access-the-database.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/Access-the-database.md b/Access-the-database.md index 5a8b8ea..da9e4b3 100644 --- a/Access-the-database.md +++ b/Access-the-database.md @@ -1,20 +1 @@ -The database is in a different location based on OS. - -## Linux and other Unix systems except macOS -To access the database open a terminal and type: -``` - sqlite3 ~/.local/share/strawberry/strawberry/strawberry.db -``` - -## macOS -To access the database open a terminal and type: -``` - sqlite3 ~/Library/Application\ Support/Strawberry/Strawberry/strawberry.db -``` - -## Windows -To access the database, open a command prompt, and type: -``` - cd "\%PROGRAMFILES%\Strawberry Music Player\" - sqlite3 %LOCALAPPDATA%\Strawberry\Strawberry\strawberry.db -``` +This page has moved to https://wiki.strawberrymusicplayer.org/wiki/Accessing_the_database \ No newline at end of file