Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlie committed Oct 22, 2024
1 parent 8a9af8f commit 335825a
Showing 1 changed file with 11 additions and 30 deletions.
41 changes: 11 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ For automatic recognition, the song files in the selected folder should follow t
"playlist": "default",
"album": "Album 1",
"genre": "Genre 2",
"picture_path": "C:\\Users\\USER\\Music\\FOLDER\\picture.jpg"
"picture_path": "C:\\Users\\USER\\Music\\FOLDER\\picture.jpg",
"picture_link":"link to the picture (for rich presence)"
},
{
"artist": "Artist 2",
Expand All @@ -167,7 +168,8 @@ For automatic recognition, the song files in the selected folder should follow t
"playlist": "default",
"album": "Album 2",
"genre": "Genre 2",
"picture_path": "C:\\Users\\USER\\Music\\FOLDER\\picture.jpg"
"picture_path": "C:\\Users\\USER\\Music\\FOLDER\\picture.jpg",
"picture_link":"link to the picture (for rich presence)"
}
]
}
Expand Down Expand Up @@ -268,35 +270,14 @@ For automatic recognition, the song files in the selected folder should follow t
- If file is not present, application will create it with default values.
```json
{
"discord_comments": {
"1": "Connect to Discord? If set to true, application will try to connect to discord in order to set your presence.",
"2": "Set it to false if you don't want to connect to Discord.",
"3": "The default value is 'true'.",
"4": "Enter your Discord Client ID. You can find it in your Discord Developer Portal.",
"5": {
"1":"Enter your Discord Large Image Key. You can find it in your Discord Developer Portal.",
"2":"You can use links as well.",
"3":"The default value is 'default_image'."
}
},
"connect_to_discord": true,
"connect_to_discord": true, # disable or enable the RPC
"discord_client_id": "1150680286649143356",
"large_image_key": "default_image",
"use_playing_status": false,
"root_playlist_folder_comment": {
"1": "Specify the directory where your playlists are saved. You can change this path if needed.",
"2": "The default value is 'playlists'."
},
"root_playlist_folder": "playlists",
"default_playlist_comment": "Enter the name of the default playlist that will be loaded initially. You can modify this name as required.",
"default_playlist": "default",
"colorization_color_comment": {
"1": "Enter the hex color code of the accent color. You can modify this color as required.",
"2": "If set to 'automatic' the application will use the system's accent color.",
"3": "The default value is 'automatic'."
},
"colorization_color": "automatic"
"large_image_key": "default_image", # image key or image link
"use_playing_status": false, # if false, it will use listening type
"root_playlist_folder": "playlists", # path to the folder
"default_playlist": "default", # name of the default playlist
"colorization_color": "automatic", # hex color or leave it as it is, it will use system accent color
"volume_percantage": 100 # integer value for volume percentage (0-100)
}
```

Expand Down

0 comments on commit 335825a

Please sign in to comment.