Update PictureSign wiki

This commit is contained in:
Martin Prokoph
2024-06-28 15:18:43 +02:00
parent 75715104b1
commit 0d2d49a7da
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -25,3 +25,4 @@ yarn-error.log*
# package lock # package lock
#package-lock.json #package-lock.json
.astro/settings.json

View File

@@ -61,9 +61,9 @@ An example JSON would look like this:
```json ```json
{ {
"url": "https://youtu.be/dQw4w9WgXcQ", "url": "https://youtu.be/dQw4w9WgXcQ",
"volume": "100", "volume": "200", // 100 is the default, higher values increase the range, lower values decrease volume
"start_at": "0:18", "start_at": "0:0:18:000", // Format Hours:Minutes:Seconds:Milliseconds
"end_at": "1:00" "end_at": "0:1:00:000"
} }
``` ```