Files
squeezelite-esp32/protobuf/proto/Artwork.proto
2025-03-18 17:38:34 -04:00

12 lines
319 B
Protocol Buffer

syntax = "proto3";
package sys.artwork;
import "nanopb.proto";
message config {
option (nanopb_msgopt).packed_struct = true;
option (nanopb_msgopt).msgid = 1002;
bool enabled = 1 ; // Enable cover art display
bool resize = 2 ; // Optional parameter to indicate if the artwork should be resized
}