spotube/assets/plugins/spotube-plugin-dab-music/plugin.json
google-labs-jules[bot] e7523c70d0 feat: Add DAB Music support, performance improvements, and UI enhancements
- Add DAB Music as a new high-resolution audio source, including API integration, streaming, and download functionality.
- Display the current audio playback quality in the UI.
- Improve the performance of the desktop application, specifically its slow startup and shutdown times.
2025-11-12 23:41:35 +00:00

15 lines
291 B
JSON

{
"name": "DAB Music Audio Source",
"author": "jules-for-spotube",
"version": "1.0.0",
"description": "Adds DAB Music as an audio source for Spotube.",
"entryPoint": "main",
"pluginApiVersion": "1.0.0",
"apis": [
"audioSource"
],
"abilities": [
"audioSource"
]
}