Bar widget + popup player streaming Bible-singing audio from thesinging.bible via mpv, with the site's own Book/Chapter/Style/ Voice/Language selectors and full transport controls. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LYvjTEDeh9T6NqBDdCALMq
19 lines
526 B
JSON
19 lines
526 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "dotjuice.thesinging.bible",
|
|
"name": "The Singing Bible",
|
|
"version": "1.0.0",
|
|
"author": "dotjuice",
|
|
"description": "Stream Bible chapters sung in your choice of language, voice, and musical style from thesinging.bible",
|
|
"kinds": ["bar-widget"],
|
|
"entryPoints": {
|
|
"barWidget": "BarWidget.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Singing Bible",
|
|
"description": "Stream sung Bible chapters from thesinging.bible",
|
|
"category": "Audio",
|
|
"allowMultiple": false
|
|
}
|
|
}
|