Add StartOS 0.4.0 packaging

This commit is contained in:
MacPro
2026-04-09 15:03:31 -05:00
commit 68ec875ee7
2057 changed files with 490924 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
export const short = {
en_US:
'Download, transcribe, and summarize YouTube videos and podcasts with AI.',
}
export const long = {
en_US:
'YouTube Summarizer downloads audio from YouTube videos and podcast RSS feeds, ' +
'transcribes them using Google Gemini, and produces structured topic-by-topic ' +
'summaries with timestamps. Features include channel and podcast subscriptions ' +
'with automatic new episode detection, a background processing queue with ' +
'configurable delays, auto-download per subscription, organized history with ' +
'folders, multiple AI model support, and a responsive web interface. ' +
'Requires a Google Gemini API key (free tier available at aistudio.google.com/apikey).',
}
export const alertInstall = {
en_US:
'After installing, open the web UI and enter your Google Gemini API key in Settings. ' +
'For reliable YouTube downloads, set up OAuth2 authentication in Settings > YouTube Authentication.',
}