{"id":28574110,"url":"https://github.com/felixsfd/f1mv_racecontrolnotifier","last_synced_at":"2026-05-08T14:48:19.034Z","repository":{"id":68534518,"uuid":"548310886","full_name":"FelixSFD/F1MV_RaceControlNotifier","owner":"FelixSFD","description":"Simple tool to let your Mac read race-control-messages from \"MultiViewer for F1\" ( https://multiviewer.app ) aloud using Siri's voice.","archived":false,"fork":false,"pushed_at":"2023-09-01T15:53:47.000Z","size":195,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T01:41:00.935Z","etag":null,"topics":["ios","macos","multiviewer","multiviewer-for-f1","siri","swiftui"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FelixSFD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-09T10:00:36.000Z","updated_at":"2023-06-04T12:38:50.000Z","dependencies_parsed_at":"2025-06-22T01:36:30.116Z","dependency_job_id":"1314cfdc-2a4f-4e89-b86c-daa02b579a72","html_url":"https://github.com/FelixSFD/F1MV_RaceControlNotifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FelixSFD/F1MV_RaceControlNotifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FF1MV_RaceControlNotifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FF1MV_RaceControlNotifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FF1MV_RaceControlNotifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FF1MV_RaceControlNotifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelixSFD","download_url":"https://codeload.github.com/FelixSFD/F1MV_RaceControlNotifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FF1MV_RaceControlNotifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32785396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","macos","multiviewer","multiviewer-for-f1","siri","swiftui"],"created_at":"2025-06-10T21:20:26.107Z","updated_at":"2026-05-08T14:48:19.027Z","avatar_url":"https://github.com/FelixSFD.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RaceControlNotifier for \"MultiViewer for F1\"\nSimple tool to let your Mac or iOS device read race-control-messages from [MultiViewer](https://multiviewer.app) aloud using Siri's voice.\n\nAny message sent by Race Control will be read aloud using an English voice you've selected in the settings. By default, this will be a low quality voice. But you can download Premium or Enhanced voices in macOS/iOS settings.\n\nYou can also apply filters to exclude messages like blue flags and deleted lap-times.\n\n# How it works\n\nEvery 2 seconds, the app will make a HTTP-request to the MultiViewer API `/v2/live-timing/state/RaceControlMessages`.\nNew messages will be filtered and if it is supposed to be read aloud, it will be parsed to help Siri a bit. For example lap-time will be split so make sure they are not detected as hours and minutes.\nDriver's abbreviations like MSC will be replaced with their last name.\n\n## Demo on macOS\n\nhttps://user-images.githubusercontent.com/2721240/199205925-7d253991-c5a4-47cd-a283-a5c829a2a2c5.mov\n\n## Demo on iOS\n\nhttps://github.com/FelixSFD/F1MV_RaceControlNotifier/assets/2721240/5fc70e51-4a99-4180-8dde-fb8687ce997a\n\n\n\n\n# Why do I need this?\n\nYou probably don't.\n\nI started this project to have some fun with SwiftUI and TTS, but it turned out to be a nice gimmick for me, because when watching Formula 1 with [MultiViewer](https://multiviewer.app), I only have one small screen left for the Race Control messages and this application makes it easier to be informed about new messages.\n\n\n# How can I run this?\n\nAs I'm not member of the Apple Developer program, I can't provide the binary of the app. You can clone the repository with Xcode and build it on your own machine.\n\n## System Requirements\n\n* Xcode 14.1+\n* macOS 13.0+\n* iOS 16+\n* [MultiViewer](https://multiviewer.app) with an active subscription for F1TV Pro or Access\n* Recommended: at least one Premium voice like `com.apple.voice.premium.en-GB.Malcolm` installed (Settings -\u003e Accessibility -\u003e Speech -\u003e System voices -\u003e Manage...)\n\nIf the proper voice is not installed, Siri will fall back to a low-quality voice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixsfd%2Ff1mv_racecontrolnotifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixsfd%2Ff1mv_racecontrolnotifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixsfd%2Ff1mv_racecontrolnotifier/lists"}