Fix formatting in placeholders

This commit is contained in:
Nathan Thomas 2021-09-15 21:50:36 -07:00
parent c4f25e8bd6
commit 4af3912221

View file

@ -41,10 +41,11 @@ body:
you would run `rip url https://example.com -vvv` to get the debug logs. you would run `rip url https://example.com -vvv` to get the debug logs.
Make sure to check the logs for any personal information such as emails and remove them. Make sure to check the logs for any personal information such as emails and remove them.
render: "text" render: "text"
placeholder: | placeholder: "DEBUG:streamrip:Config loaded
DEBUG:streamrip:Config loaded
DEBUG:streamrip:Config saved: /Users/username/Library/Application Support/streamrip/config.toml DEBUG:streamrip:Config saved: /Users/username/Library/Application Support/streamrip/config.toml
...
..."
- type: textarea - type: textarea
validations: validations:
@ -55,13 +56,17 @@ body:
Find the config file using `rip config --open` and paste the contents here. Find the config file using `rip config --open` and paste the contents here.
Make sure you REMOVE YOUR CREDENTIALS! Make sure you REMOVE YOUR CREDENTIALS!
render: toml render: toml
placeholder: | placeholder: '[downloads]
[downloads]
# Folder where tracks are downloaded to # Folder where tracks are downloaded to
folder = "/Users/username/StreamripDownloads" folder = "/Users/username/StreamripDownloads"
# Put Qobuz albums in a 'Qobuz' folder, Tidal albums in 'Tidal' etc.
# Put Qobuz albums in a ''Qobuz'' folder, Tidal albums in ''Tidal'' etc.
source_subdirectories = false source_subdirectories = false
...
...'
- type: input - type: input
validations: validations: