Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/com.genericmale.sonos.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Description": "Control your Sonos Speakers.",
"Name": "Sonos",
"Icon": "sonos",
"URL": "https://github.com/GenericMale/streamdeck-spotify",
"URL": "https://github.com/GenericMale/streamdeck-sonos",
"Version": "1.0.0",
"Category": "Sonos",
"CategoryIcon": "images/plugin_category",
Expand Down
9 changes: 4 additions & 5 deletions src/com.genericmale.sonos.sdPlugin/pi/css/sdpi.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,8 @@ option {
.sdpi-item {
display: flex;
flex-direction: row;
min-height: 32px;
align-items: center;
margin-top: 2px;
margin-top: 4px;
max-width: 344px;
/* -webkit-user-drag: none; */
}
Expand All @@ -279,7 +278,6 @@ option {
}

.sdpi-item > *:not(.sdpi-item-label.empty):not(meter) {
min-height: 26px;
padding: 0px 4px 0px 4px;
}

Expand Down Expand Up @@ -345,7 +343,7 @@ table > caption {
.sdpi-item-label {
text-align: right;
flex: none;
width: 94px;
width: 90px;
padding-right: 4px;
font-weight: 600;
-webkit-user-select: none;
Expand All @@ -356,7 +354,7 @@ table > caption {
font-weight: normal;
}

.sdpi-item-label:after {
.sdpi-item-label:not(.info):after {
content: ": ";
}

Expand Down Expand Up @@ -611,6 +609,7 @@ details.message h1 {

.info {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23999' d='M10,18 C5.581722,18 2,14.418278 2,10 C2,5.581722 5.581722,2 10,2 C14.418278,2 18,5.581722 18,10 C18,14.418278 14.418278,18 10,18 Z M10,8 C9.44771525,8 9,8.42137906 9,8.94117647 L9,14.0588235 C9,14.5786209 9.44771525,15 10,15 C10.5522847,15 11,14.5786209 11,14.0588235 L11,8.94117647 C11,8.42137906 10.5522847,8 10,8 Z M10,5 C9.44771525,5 9,5.44082732 9,5.98461538 L9,6.01538462 C9,6.55917268 9.44771525,7 10,7 C10.5522847,7 11,6.55917268 11,6.01538462 L11,5.98461538 C11,5.44082732 10.5522847,5 10,5 Z'/%3E%3C/svg%3E%0A");
height: 16px;
}

.info2 {
Expand Down
6 changes: 4 additions & 2 deletions src/com.genericmale.sonos.sdPlugin/pi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
</div>

<div class="sdpi-item">
<details class="message info">
<div class="sdpi-item-label info"></div>
<details class="message">
<summary data-localize>Obtaining Speaker IP Address</summary>
<h4 data-localize>Sonos Desktop App</h4>
<i data-localize>Help -> About My Sonos System...</i>
Expand Down Expand Up @@ -148,7 +149,8 @@ <h4 data-localize>Sonos Mobile App</h4>
</div>

<div class="sdpi-item" data-actions="playuri">
<details class="message info">
<div class="sdpi-item-label info"></div>
<details class="message">
<summary>Supported Music Services</summary>
<p title="https://open.spotify.com/playlist/37i9dQZEVXcQ9COmYvdajy">Spotify</p>
<p title="https://tidal.com/browse/playlist/915bb231-f7f6-4e3c-91a7-d7de0921cbc7">Tidal</p>
Expand Down