A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: webamp theme

+9 -4
+2
src/themes/webamp/index.css
··· 1 + @import "../../styles/variables.css"; 2 + 1 3 /*********************************** 2 4 * 🪟 3 5 ***********************************/
+1
src/themes/webamp/index.js
··· 1 + import "@components/engine/scope/element.js"; 1 2 import "@components/input/opensubsonic/element.js"; 2 3 import "@components/input/s3/element.js"; 3 4 import "@components/orchestrator/input/element.js";
+6 -4
src/themes/webamp/index.vto
··· 84 84 sources-orchestrator-selector="do-sources" 85 85 process-tracks-orchestrator-selector="do-process-tracks" 86 86 ></dtw-input-config> 87 - 88 87 </dtw-window> 89 88 90 89 <!-- OUTPUT --> ··· 92 91 <span slot="title-icon"><img src="images/icons/windows_98/computer_user_pencil-0.png" height="14" /></span> 93 92 <span slot="title">Manage user data</span> 94 93 95 - <dtw-output-config></dtw-output-config> 94 + <dtw-output-config 95 + output-selector="#output" 96 + ></dtw-output-config> 96 97 </dtw-window> 97 98 98 99 <!-- BROWSER --> ··· 101 102 <span slot="title">Browse collection</span> 102 103 103 104 <dtw-browser 104 - input-selector="#input" 105 105 output-selector="#output" 106 106 queue-engine-selector="de-queue" 107 - search-processor-selector="dp-search" 107 + scope-engine-selector="de-scope" 108 + tracks-selector="do-scoped-tracks" 108 109 ></dtw-browser> 109 110 </dtw-window> 110 111 </dtw-window-manager> ··· 155 156 156 157 --> 157 158 <de-queue></de-queue> 159 + <de-scope></de-scope> 158 160 159 161 <!-- Processors --> 160 162 <dp-metadata></dp-metadata>