Daily Shaarli

All links of one day in a single page.

August 12, 2026

Stream Manager – Record, Organise, Publish (Full Feature Suite)

A Windows desktop app for streamers to organize, review, and process local recording files. A powerhouse desktop app for streamers who want total control over recordings, metadata, thumbnails, automation, and publishing workflows — all in one place.

✨ Highlights
📚 Stream Library – Organise raw recordings, add tags, games, topics, comments, and track episodes.

🔄 YouTube & Twitch Sync – Push/pull titles, descriptions, tags, thumbnails, privacy settings.

🧩 Integrations – YouTube API, Twitch API, Claude AI for title/description/tag generation.

🛰️ Stream Relay – Route OBS → Stream Manager → YouTube with auto go‑live/end.

🎧 Multi‑Track Player – Waveforms, per‑track mute/solo, clipping tools, shape‑aware cropping.

🖼️ Thumbnail Editor – Layers, fonts, filters, merge fields, reusable templates, preview in YouTube layouts.

🎞️ Video Converter – ffmpeg‑powered presets, remuxing, combining, batch archiving.

⚙️ Auto‑Rules – Watch folders, auto‑move, rename, convert, remux incoming files.

🚀 Launcher – One‑click launch groups for OBS, overlays, Discord, games.

☁️ Cloud Sync Awareness – Reads Windows cloud‑file status; fetches offloaded files on demand.

📝 Notes
A genuinely deep tool for creators who want to streamline everything from recording → editing → metadata → publishing. No accounts required except your own API keys.

Email Assistant (Thunderbird / Betterbird Add‑on)

A flexible AI‑powered email analysis framework for Thunderbird. Automatically processes incoming mail, sends content to your chosen LLM, and applies smart tags for advanced inbox organisation.

✨ Features
🤖 AI‑powered tagging — Incoming emails are analysed by an LLM and tagged automatically.

🔌 Multi‑provider support — Works with Ollama (local), OpenAI, Gemini, Claude, Mistral, DeepSeek.

📄 Smart content extraction — Converts HTML → text, reads headers, inspects attachments.

🎨 Custom tag system — Define your own tag names, colours, and prompts.

🗂️ Inbox automation — Use Thunderbird filters to move or sort tagged messages.

⚙️ Fully configurable — Choose provider, API keys, local endpoints, and tag logic.

🔐 Privacy note — Non‑local LLMs receive your email content; understand your provider’s data policy.

📝 Notes

MIT‑licensed, last updated July 2025, however tested and working as of the post date with Betterbird.

Default A.I prompts may need rewriting depending on your tag preferences / conditions.

No user reviews yet, but the feature set is strong for anyone wanting automated classification or AI‑driven inbox workflows without a high level of knowledge.

Highly recommended the addon is used locally (Ollama) to prevent emails being passed to A.I cloud providers.

⚙️Technical note
When installing on Windows you need to get the addon to talk to Ollama.
1) Disable Ollama from running on windows startup.
2) You will need to run Ollama manually by opening a Powershell and entering the commands
$env:OLLAMA_ORIGINS="*"
ollama serve
3) Then in a shell load your model ollama run Qwen2.5:32B (or any other model you have downloaded with Ollama)