From 0d2d49a7da297f5d7f93f65f4c2e625f45b0af31 Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Fri, 28 Jun 2024 15:18:43 +0200 Subject: [PATCH] Update PictureSign wiki --- .gitignore | 1 + src/pages/wiki/picturesign.mdx | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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" } ```