Skip to content

Commit

Permalink
Update description.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar authored Sep 30, 2023
1 parent e354a9e commit 40e5b85
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions servapps/LSDVR/description.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,7 @@
{
"name": "LSDVR",
"description": "Automatic VOD recording",
"longDescription": [
"<p>- Automatic VOD recording around when the stream goes live, instead of checking it every minute like many other scripts do.</p>",
"<p>- Because of notification delays, the stream usually starts capturing after ~2 minutes after the stream goes live.</p>",
"<p>- Cyclic recording, as in when a specified amount or storage per streamer is reached, the oldest stream gets deleted.</p>",
"<p>- Tons of metadata, maybe too much. Stores info about games played, stream titles, duration, if the stream got muted from copyrighted music, etc.</p>",
"<p>- Viewer count logging with graphs.</p>",
"<p>- Chapters (titles and games) are written to the final video file.</p>",
"<p>- <a href='https://github.com/MrBrax/twitch-vod-chat'>Video player</a> with chat playback.</p>",
"<p>- Video cutter with chapter display for easy exporting, also cuts the downloaded chat for synced rendering.</p>",
"<p>- Notifications with optional speech when the website is open, get stream live notifications far earlier than the mobile app does.</p>",
"<p>- Writes a <a href='https://github.com/mifi/lossless-cut/'>losslesscut</a> compatible csv file for the full VOD, so you don't have to find all the games.</p>",
"<p>- Uses `ts` instead of `mp4` so if the stream or program crashes, the file won't be corrupted.</p>",
"<p>- Audio only support.</p>",
"<p>- Optionally either dumps chat while capturing or downloads the chat file after it's done.</p>",
"<p>- Basic tools for downloading any VOD, chat, or clip.</p>",
"<p>- Can be set to automatically download the whole stream chat to a JSON file, to be used in my <a href='https://github.com/MrBrax/twitch-vod-chat'>twitch-vod-chat</a> webapp or automatically burned in with <a href='https://github.com/lay295/TwitchDownloader'>TwitchDownloader</a>.</p>",
"<p>- Basic webhook support for external scripting.</p>",
"<p>- Notifications over the browser, telegram, pushover, and discord.</p>",
"<p>- Mobile friendly site with PWA.</p>",
"<p>- Exporting of videos to external file, SFTP, and YouTube.</p>",
"<p>- Can be enabled for all finished captures</p>",
"<p>- Can be run for an entire channel at once</p>"
],
"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. <a href='https://github.com/MrBrax/twitch-vod-chat'>Video player</a> 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 <a href='https://github.com/mifi/lossless-cut/'>losslesscut</a> 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 <a href='https://github.com/MrBrax/twitch-vod-chat'>twitch-vod-chat</a> webapp or automatically burned in with <a href='https://github.com/lay295/TwitchDownloader'>TwitchDownloader</a>. 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</p>",
"tags": ["twitch", "youtube", "download", "videos", "vod", "media"],
"repository": "https://github.com/alexta69/metube",
"image": "https://github.com/alexta69/metube/pkgs/container/metube",
Expand Down

0 comments on commit 40e5b85

Please sign in to comment.