diff --git a/servapps/LSDVR/description.json b/servapps/LSDVR/description.json index d500dcad..1c100002 100644 --- a/servapps/LSDVR/description.json +++ b/servapps/LSDVR/description.json @@ -1,29 +1,7 @@ { "name": "LSDVR", "description": "Automatic VOD recording", - "longDescription": [ - "

- Automatic VOD recording around when the stream goes live, instead of checking it every minute like many other scripts do.

", - "

- Because of notification delays, the stream usually starts capturing after ~2 minutes after the stream goes live.

", - "

- Cyclic recording, as in when a specified amount or storage per streamer is reached, the oldest stream gets deleted.

", - "

- Tons of metadata, maybe too much. Stores info about games played, stream titles, duration, if the stream got muted from copyrighted music, etc.

", - "

- Viewer count logging with graphs.

", - "

- Chapters (titles and games) are written to the final video file.

", - "

- Video player with chat playback.

", - "

- Video cutter with chapter display for easy exporting, also cuts the downloaded chat for synced rendering.

", - "

- Notifications with optional speech when the website is open, get stream live notifications far earlier than the mobile app does.

", - "

- Writes a losslesscut compatible csv file for the full VOD, so you don't have to find all the games.

", - "

- Uses `ts` instead of `mp4` so if the stream or program crashes, the file won't be corrupted.

", - "

- Audio only support.

", - "

- Optionally either dumps chat while capturing or downloads the chat file after it's done.

", - "

- Basic tools for downloading any VOD, chat, or clip.

", - "

- Can be set to automatically download the whole stream chat to a JSON file, to be used in my twitch-vod-chat webapp or automatically burned in with TwitchDownloader.

", - "

- Basic webhook support for external scripting.

", - "

- Notifications over the browser, telegram, pushover, and discord.

", - "

- Mobile friendly site with PWA.

", - "

- Exporting of videos to external file, SFTP, and YouTube.

", - "

- Can be enabled for all finished captures

", - "

- Can be run for an entire channel at once

" - ], + "longDescription": "Automatic VOD recording around when the stream goes live, instead of checking it every minute like many other scripts do. Because of notification delays, the stream usually starts capturing after ~2 minutes after the stream goes live. Cyclic recording, as in when a specified amount or storage per streamer is reached, the oldest stream gets deleted. Tons of metadata, maybe too much. Stores info about games played, stream titles, duration, if the stream got muted from copyrighted music, etc. Viewer count logging with graphs. Chapters (titles and games) are written to the final video file. Video player with chat playback. Video cutter with chapter display for easy exporting, also cuts the downloaded chat for synced rendering. Notifications with optional speech when the website is open, get stream live notifications far earlier than the mobile app does. Writes a losslesscut compatible csv file for the full VOD, so you don't have to find all the games. Uses `ts` instead of `mp4` so if the stream or program crashes, the file won't be corrupted. Audio only support. Optionally either dumps chat while capturing or downloads the chat file after it's done. Basic tools for downloading any VOD, chat, or clip. Can be set to automatically download the whole stream chat to a JSON file, to be used in my twitch-vod-chat webapp or automatically burned in with TwitchDownloader. Basic webhook support for external scripting. Notifications over the browser, telegram, pushover, and discord. Mobile friendly site with PWA. Exporting of videos to external file, SFTP, and YouTube. Can be enabled for all finished captures Can be run for an entire channel at once

", "tags": ["twitch", "youtube", "download", "videos", "vod", "media"], "repository": "https://github.com/alexta69/metube", "image": "https://github.com/alexta69/metube/pkgs/container/metube",