diff --git a/.gitignore b/.gitignore index fa0f6c7..c54f1cb 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ yarn-error.log* # package lock #package-lock.json +.astro/settings.json diff --git a/src/pages/wiki/picturesign.mdx b/src/pages/wiki/picturesign.mdx index 0580b6f..697363f 100644 --- a/src/pages/wiki/picturesign.mdx +++ b/src/pages/wiki/picturesign.mdx @@ -61,9 +61,9 @@ An example JSON would look like this: ```json { "url": "https://youtu.be/dQw4w9WgXcQ", - "volume": "100", - "start_at": "0:18", - "end_at": "1:00" + "volume": "200", // 100 is the default, higher values increase the range, lower values decrease volume + "start_at": "0:0:18:000", // Format – Hours:Minutes:Seconds:Milliseconds + "end_at": "0:1:00:000" } ```