Re: [SlimDevices: Unix] [piCorePlayer] Switch off HDMI output when turning off player?

2020-08-16 Thread WadDad
Useful script. But script not recognize if screensaver sets on. On screensaver run screen goes to turn off state. WadDad's Profile: http://forums.slimdevices.com/member.php?userid=64557 View this thread: http://forums.slim

Re: [SlimDevices: Unix] piCorePlayer on RPi Zero W - first time wifi settings

2020-08-16 Thread Man in a van
Greg Erskine wrote: > Hi Alan0, > > When you have "# Maintained by piCorePlayer" in your wpa_supplicant.conf > initially on your boot partition, pCP just reads your SSID and password > and creates a new wpa_supplicant.conf. So as long as you get the ssid= > and psk= lines correct it should work

Re: [SlimDevices: Unix] PiCorePlayer and/or LMS and/or Squeezebox

2020-08-16 Thread Man in a van
@MJBR Using this thread as a guide I have just enabled a wireless instance of piCoreplayer on a rpi4b https://forums.slimdevices.com/showthread.php?112765-piCorePlayer-on-RPi-Zero-W-first-time-wifi-settings On a Windows 10 pro Desktop I downloaded and unzipped pCP v6.1.0 from https://repo.pic

Re: [SlimDevices: Unix] PiCorePlayer and/or LMS and/or Squeezebox

2020-08-16 Thread Man in a van
*@mjbr * Tha above will install LMS v8.0.0 If you want v 7.9.3, immediately after downloading LMS v8.0.0, follow these instructions https://www.picoreplayer.org/how_to_upgrade_lms.shtml Man in a van's Profile: http://for

Re: [SlimDevices: Unix] PiCorePlayer and/or LMS and/or Squeezebox

2020-08-16 Thread Paul Webster
and then disable the WiFi and set as Access Point from the WiFi settings page. However, if no local WiFi then you can follow most of the instructions with connection over your Ethernet. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), k

Re: [SlimDevices: Unix] [piCorePlayer] Turn off USB output when turning off player?

2020-08-16 Thread sisiko
Got it. Thank you for your replies and for giving direction. I will follow the thread https://forums.slimdevices.com/showthread.php?112748-piCorePlayer-Switch-off-HDMI-output-when-turning-off-player&referrerid=70536 and try to adjust it for USB. ---

Re: [SlimDevices: Unix] piCorePlayer 6.x.x - Bluetooth

2020-08-16 Thread eldrik
Thx, figured it out how to use bluetooth.cgi for achieving it :) Regards Eldrik eldrik's Profile: http://forums.slimdevices.com/member.php?userid=67336 View this thread: http://forums.slimdevices.com/showthread.php?t=1119

Re: [SlimDevices: Unix] piCorePlayer on RPi Zero W - first time wifi settings

2020-08-16 Thread Greg Erskine
It doesn't happen on my system. I guess its a function of your DHCP settings. My IP addresses remain fairly consistent until there is a power failure. Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid

[SlimDevices: Unix] IQ Audio Codec+ No Longer Streams Flac

2020-08-16 Thread ian_heys
My IQaudio Codec+ has stopped streaming flac but continues to stream MP3 it's been like this for about a week and I haven't been able to find out the cause. Flac streams appear to start but are silent and usually stop after 16 seconds. I think it might be related to an LMS nightly update but hav

Re: [SlimDevices: Unix] IQ Audio Codec+ No Longer Streams Flac

2020-08-16 Thread ian_heys
Can this codec stream PCM? I've tried P and W at the end of the streaming URL but neither of these work. PCM streaming would be fine for me. *Music Store & VPN Server: *Synology DS215J NAS* Home Server/Study Player:* LMS 8.0.0 on Pi 4 pCp 6.1.0 Server/IQ Audio DAC+ *Refurbished 1962 RCA Stereo

Re: [SlimDevices: Unix] IQ Audio Codec+ No Longer Streams Flac

2020-08-16 Thread paul-
Yes, it’s a LMS 8 nightlyissue. Stream in MP3 for now. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_don

Re: [SlimDevices: Unix] [piCorePlayer] Switch off HDMI output when turning off player?

2020-08-16 Thread paul-
The script is called from Squeezelite based on the power state in LMS. So LMS tracks the state. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB

Re: [SlimDevices: Unix] IQ Audio Codec+ No Longer Streams Flac

2020-08-16 Thread ian_heys
Thanks Paul. *Music Store & VPN Server: *Synology DS215J NAS* Home Server/Study Player:* LMS 8.0.0 on Pi 4 pCp 6.1.0 Server/IQ Audio DAC+ *Refurbished 1962 RCA Stereo Console Server/Player *LMS 8.0.0 on Pi 4B pCp 6.1.0 Server/IQ Audio DAC+ *Headphone Players: x2:* pCp 6.1.0 on Pi 3B /IQ Audio

Re: [SlimDevices: Unix] [piCorePlayer] Switch off HDMI output when turning off player?

2020-08-16 Thread CJS
WadDad wrote: > Useful script. But script not recognize if screensaver sets on. On > screensaver run screen goes to turn off state. Maybe it will be better > to run script via cron? Good point. The only disadvantage that I see with the existing script is that the HDMI output is switched off in c

Re: [SlimDevices: Unix] [piCorePlayer] Switch off HDMI output when turning off player?

2020-08-16 Thread paul-
Pause alone would not call the script, unless you are using the -C function in squeezelite. Which purposely closes the output when no data is flowing. No we are not going to change squeezelite. If you want to get fancy with if/or conditions, you will need to build your own interface with the

Re: [SlimDevices: Unix] [piCorePlayer] Turn off USB output when turning off player?

2020-08-16 Thread sisiko
Following the cited thread, I implemented the following: #!/bin/sh # # Script for turning RPi4 USB output on/off when Squeezelite player is turned on/off. # This script requires that extension uhubctl.tcz is

Re: [SlimDevices: Unix] [piCorePlayer] Turn off USB output when turning off player?

2020-08-16 Thread paul-
Yes, you can leave out initializing. Make sure you are not using the -C option on the squeezelite page. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCN

Re: [SlimDevices: Unix] [piCorePlayer] Turn off USB output when turning off player?

2020-08-16 Thread sisiko
-C option on the squeezelite page was active. After deactivating it, the script does as expected: "Power on/off" the player in LMS does reliably lead to my speakers being powerd on/off. sisiko's Profile: http://forums.sli

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-08-16 Thread RRB
Hi there. My first attempt at using Pcp and LMS, all started well. I am using Picoreplayer on a Pi4. When I come to add on plugins that section of LMS webportal seems to be there once, when selecting plugins and click apply it hangs with a blank screen where plugins were. I am also having issue

Re: [SlimDevices: Unix] [piCorePlayer] Switch off HDMI output when turning off player?

2020-08-16 Thread CJS
paul- wrote: > Pause alone would not call the script, unless you are using the -C > function in squeezelite. Which purposely closes the output when no > data is flowing. The -C option was indeed active, value was set to 5. I don't remember that I set this value myself, so I think the -C option

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-08-16 Thread Greg Erskine
http://rpi_ip_address:9000/ should give you access to LMS web interface. I would recommend you load the Material plugin to LMS, then access LMS with http://rpi_ip_address:9000/material Greg Erskine's Profile: http://forum

Re: [SlimDevices: Unix] [piCorePlayer] Switch off HDMI output when turning off player?

2020-08-16 Thread paul-
CJS wrote: > The -C option was indeed active, value was set to 5. I don't remember > that I set this value myself, so I think the -C option was active by > default. Anyway after disabling the -C function by entering value 0 the > HDMI output stays active when squeezelite is paused. So the script

Re: [SlimDevices: Unix] [piCorePlayer] Turn off USB output when turning off player?

2020-08-16 Thread paul-
-C explained here. https://forums.slimdevices.com/showthread.php?112748-piCorePlayer-Switch-off-HDMI-output-when-turning-off-player&p=985333&viewfull=1#post985333 piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.pay

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-08-16 Thread RRB
Greg Erskine wrote: > http://rpi_ip_address:9000/ should give you access to LMS web > interface. > > I would recommend you load the Material plugin to LMS, then access LMS > with http://rpi_ip_address:9000/material Appreciate the reply! Loading the material skin and Potty plugin is the curren

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-08-16 Thread Greg Erskine
Are you running out of space? There is a [Resize FS] on the [Main page]. Make it a couple of GB to be sure. Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403 View this thread: http://forums.sli

[SlimDevices: Unix] piCorePlayer LMS Pandora app

2020-08-16 Thread Alan0
Hello, I'm setting up LMS and piCorePlayer for the first time. I've got several radio stations running, so I'm trying some of the Squeezebox apps. When I set up the Pandora app, I installed the app, and configured the app settings. I used the "Already have a Pandora account" login first, using

Re: [SlimDevices: Unix] piCorePlayer LMS Pandora app

2020-08-16 Thread paul-
I’m pretty sure that Free Pandora accounts will only play if you have “Real” squeezebox hardware. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤

Re: [SlimDevices: Unix] [piCorePlayer] Switch off HDMI output when turning off player?

2020-08-16 Thread WadDad
CJS wrote: > @WadDad, are there other situations in which the screen is turned OFF > while you would want to keep it ON? > No. WadDad's Profile: http://forums.slimdevices.com/member.php?userid=64557 View this thread: ht