From 0bbbc0e523b14d5db2766e09125955b5a2493df1 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 2 Nov 2017 20:39:56 -0400 Subject: [PATCH] Created AppData Directory (markdown) --- AppData-Directory.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 AppData-Directory.md diff --git a/AppData-Directory.md b/AppData-Directory.md new file mode 100644 index 0000000..9b6098e --- /dev/null +++ b/AppData-Directory.md @@ -0,0 +1,17 @@ +Lidarr's AppData folder contains the the databases for logs and general app information (artists, albums, tracks, history, and most settings), log files and the config file that contains settings required to start the web server. This path is listed on the System Status page in Lidarr, but if you are unable to access it, here are some common locations for it: + +##### Windows ##### +`C:\ProgramData\Lidarr` + +##### Ubuntu ##### +`/home//.config/Lidarr` (`~/.config/Lidarr`) + +##### OS X ##### +`/Users//.config/Lidarr` (`~/.config/Lidarr`) + +##### Synology ##### +`/usr/local/lidarr/var/.config/Lidarr` + +##### QNAP ##### +`/share/MD0_DATA/homes/admin/.config/Lidarr` +`/share/CACHEDEV1_DATA/LIDARR_CONFIG` \ No newline at end of file