Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Sonos settings
- ## General settings
- # Connection details for `node-sonos-http-api`
- sonos_http_api_address = "192.168.1.83"
- sonos_http_api_port = "5005"
- # Location of log file to write in addition to printing to screen. Comment out to disable
- log_file = "~/music-screen-api.log"
- # One of ERROR, WARNING, INFO, DEBUG (in order of least to most verbose)
- log_level = "INFO"
- # Crop song names to remove nonsense such as "Remastered" or "live at"
- demaster = True
- # Send track names to http://demaster.hankapi.com for more advanced track name cleanup
- demaster_query_cloud = True
- ## High-res only settings
- # Room name of Sonos speaker(s) to track
- room_name_for_highres = "Lounge"
- # Display track name in addition to album art
- show_details = True
- # Seconds to show detail view on track changes before returning to full-screen album art. Ignored if 'show_details' is False. Comment out to disable feature.
- #show_details_timeout = 10
- # Also display artist and album with track name. Ignored if 'show_details' is False.
- show_artist_and_album = True
- # Display artist and album with track name with a new look. Ignored if 'show_details' is False.
- artist_and_album_newlook = True
- # Turn off display (and backlight) when Sonos is playing from a TV source
- sleep_on_tv = False
- # Turn off display (and backlight) when Sonos is playing from a Line-In source
- sleep_on_linein = False
- ## e-ink only settings
- # Set to True if running on a Pi Zero along with `node-sonos-http-api` to mitigate long startup times and other performance limitations.
- pi_zero = False
Add Comment
Please, Sign In to add comment