This is the first release of the Silo-managed IntroDB.app marker provider.
It reads public intro, recap, and outro timestamps with no account or API key, maps outro to Silo credits, and is designed to run alongside TheIntroDB. Silo can merge the best marker for each segment and persist it for every user.
Performance is deliberately bounded: one API request returns all segment types, requests time out after three seconds, identical concurrent lookups collapse into one call, complete results cache for 24 hours, incomplete results cache for 15 minutes, and rate-limit or Cloudflare failures trigger cooldowns. Playback never waits for the provider.
Related work:
- Server refresh, persistence, concurrent merge, and read-only provider support: blurbery/silo-server#54
- TheIntroDB reliability and Cloudflare handling: Silo-Server/silo-plugin-markers-theintrodb#5
- Apple/Aether skip prompt reliability: blurbery/silo-apple#9
- Silo catalog entry: Silo-Server/silo-plugins#7