mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-06 07:29:42 +00:00
- 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.
15 lines
291 B
JSON
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"
|
|
]
|
|
}
|