Accessing the database

From Strawberry Music Player Wiki
Revision as of 16:53, 16 August 2022 by Jonas (talk | contribs) (Created page with "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 Mus...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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