Search query: label/Music

Giving Voice to the Smart Home

Giving Voice to the Smart Home

...of language and vocabulary used in various automations. One of the things that really drove me nuts was the music aspect of the system.  When ... Read More

Virtual Machine Discrimination; Shame on you Google!

Virtual Machine Discrimination; Shame on you Google!

...Google Music Manager in a Virtual Machine, in hopes of pouring my music library into their cloud infrastructure, I kept receiving startup failures from the ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

Prevent explicit content with Alexa Parental Controls

Prevent explicit content with Alexa Parental Controls

Have you ever had Alexa play some inappropriate music throughout the house while the family was over? Fear not!  Amazon has released Explicit Filter mode! ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More