J.A.R.V.I.S-rust/resources
Bossiara13 4d3d664abd feat: Now Playing + World Clock + Daily Quote packs (72 → 75 rust packs)
Three small daily-driver packs mirrored with python (commit 02ab8a4 or similar).

now_playing
  - "что играет" / "что за песня" / "какой трек" / "что слушаю"
  - Reads Windows.Media.Control.GlobalSystemMediaTransportControlsSessionManager
    via PowerShell — works with Spotify/YouTube/Foobar/Winamp/Yandex Music
    (anything that exposes Windows SMTC, Win10 1803+).
  - Speaks "Сейчас играет: <Artist> — <Title>" or just "<Title>" if no artist.

world_clock
  - "сколько времени в Токио" / "время в Лондоне"
  - 21+ pre-mapped Russian/world city names → IANA timezones.
  - Fetches worldtimeapi.org (free, no key, no rate-limit headers exposed).
  - Parses ISO 8601 datetime, speaks "В <city> сейчас HH:MM."

daily_quote
  - "цитата дня" / "вдохнови меня"
  - zenquotes.io (free, no key) → English quote.
  - LLM translates to Russian via active backend (Groq or Ollama).
  - Falls back to LLM-generated quote if zenquotes is unreachable.
  - Speaks "<translated quote> — <author>."

Tests: 6 commands tests pass (no_duplicate_ids / no_empty_phrases /
all_lua_scripts_exist auto-validate the 3 new packs).
Pack count: 72 → 75.
2026-05-16 00:56:10 +03:00
..
commands feat: Now Playing + World Clock + Daily Quote packs (72 → 75 rust packs) 2026-05-16 00:56:10 +03:00
icons feat: 5 new packs + dotenvy + regen icon.ico + shortcuts redo 2026-05-15 12:28:44 +03:00
keywords project restructure with Rust workspaces 2026-01-04 05:19:47 +05:00
models Fix intent classifier init 2026-02-08 07:30:46 +05:00
rustpotter project restructure with Rust workspaces 2026-01-04 05:19:47 +05:00
sound/voices Commands/voices multilanguage support + Ukranian vosk model added 2026-01-13 02:21:59 +05:00
vosk Commands/voices multilanguage support + Ukranian vosk model added 2026-01-13 02:21:59 +05:00