Skip to content

Commit

Permalink
docs: update settings example
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT committed Jul 28, 2024
1 parent ce697aa commit 5c9e316
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:

Plex Rewind is available in the Community Apps store for Unraid. Search for "Plex Rewind" and install it from grtgbln's repository.

As noted in the installation instructions, you will need to download a copy of "settings.json" into the associated settings path **before** running the application. To download the file, you can open a terminal, enter the directory and run `curl -o settings.json https://raw.githubusercontent.com/RaunoT/plex-rewind/main/config/settings.json.sample`.
As noted in the installation instructions, you will need to download a copy of "settings.json" into the associated settings path **before** running the application. To download the file, you can open a terminal, enter the directory and run `curl -o settings.json https://raw.githubusercontent.com/RaunoT/plex-rewind/main/config/settings.example.json`.

## Updating

Expand Down
5 changes: 4 additions & 1 deletion config/settings.json.sample → config/settings.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@
"isDashboardActive": true,
"isUsersPageActive": true,
"activeLibraries": [],
"activeDashboardStatistics": [
"activeDashboardItemStatistics": [
"year",
"rating",
"duration",
"plays",
"users",
"requests"
],
"activeDashboardTotalStatistics": ["size", "duration", "count", "requests"],
"dashboardDefaultPeriod": "custom",
"dashboardCustomPeriod": "30",
"googleAnalyticsId": ""
},
"test": false
Expand Down

0 comments on commit 5c9e316

Please sign in to comment.