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.slimdevices.com/showthread.php?t=112748

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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. We do this because we assume most
> people will make a typo or formatting error. For example, castalla's
> example has the last } missing. :D
> 
> As I know this, my initial wpa_supplicant.conf are just this.
> 
> > 
Code:

  >   > ssid="yourssid"
  > psk="password"
  > 
  > 

> > 
> 
> Once you have Wifi working you can go into the [Wifi] page and type
> your a password again, add the country code, then press [Save]. This
> will create a new wpa_supplicant.conf with the country code added plus
> it will encrypt your password so you don't have your password stored
> as plain text.
> 
> regards
> Greg

Note, it also may change the wireless IP address (well it does on mine
:) ) but you can see the new one on the wifi page after you save :)

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=112765

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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.picoreplayer.org/insitu/piCorePlayer6.1.0/piCorePlayer6.1.0.zip

I used this utility to make the image
http://https://www.raspberrypi.org/blog/raspberry-pi-imager-imaging-utility/

I remounted the card carrier and opened it in "This PC"

I created a new txt file called wpa_supplicant.conf and opened it with
Wordpad

added the following 

> ssid="my router ssid"
> psk=" my password"

Saved, dismounted the SD card, put it in the pi and powered up (I
connected the pi to a monitor to watch the output, but this is not
necessary)

Navigated to the router's DHCP page and found the pi's IP addresss from
the Client List

Opened the IP address in a web browser and completed the wifi set-up as
in Greg's post.

To complete the install:

Save the settings, note the new IP address and reboot.

Select "beta" mode from the bottom of the web gui

Install LMS and then set up the Player on the Squeezelite tab

Install the usb stick, (maybe add additional file systems)  reboot and
configure the stick from the LMS tab on the web gui

Scan the stick from within LMS and add any Plugins you require

I hope this helps:)

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=112764

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=112764

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=112764

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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.



sisiko's Profile: http://forums.slimdevices.com/member.php?userid=70536
View this thread: http://forums.slimdevices.com/showthread.php?t=112760

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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=111972

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=112765

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[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 have tried all
types of file type combinations.

Is anyone else using this codec to stream - I think I might be alone.

I'm up to date on LMS 8.0.0 nightlies on my server and pCp 6.1.0 on my
player.



*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 DAC+
*Streamer/Player* pCp 6.1.0 on Pi 3B/IQ Audio Codec+
*Homeplug/LAN Players: x2: *Squeezelite on Windows 10 PC.
*VPN Mobile & Car Player:* Material/SqueezePlayer on Android Phone

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=112767

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 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 DAC+
*Streamer/Player* pCp 6.1.0 on Pi 3B/IQ Audio Codec+
*Homeplug/LAN Players: x2: *Squeezelite on Windows 10 PC.
*VPN Mobile & Car Player:* Material/SqueezePlayer on Android Phone

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=112767

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112767

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112748

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 DAC+
*Streamer/Player* pCp 6.1.0 on Pi 3B/IQ Audio Codec+
*Homeplug/LAN Players: x2: *Squeezelite on Windows 10 PC.
*VPN Mobile & Car Player:* Material/SqueezePlayer on Android Phone

ian_heys's Profile: http://forums.slimdevices.com/member.php?userid=2629
View this thread: http://forums.slimdevices.com/showthread.php?t=112767

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 case that playback is paused,
since apparently the power state ( variable $1) of the squeezelite
player is set to 0 when playback is paused. @WadDad, are there other
situations in which the screen is turned OFF while you would want to
keep it ON?

paul- wrote: 
> The script is called from Squeezelite based on the power state in LMS.  
> So LMS tracks the state.
Maybe we can bring a second variable into the equation? Do you know if
there is a way to check if a player is in pause state? If so, we could
change the script such that the HDMI output stays turned ON in case that
playback is paused.



| LMS 7.9.3 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
View this thread: http://forums.slimdevices.com/showthread.php?t=112748

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 LMS cli to do that.



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_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112748

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 installed.
# Enter the path to this "Power On/Off Script" on the pCP Squeezelite
Settings page.
# https://github.com/mvp/uhubctl#raspberry-pi-4b
#
# squeezelite -S /home/tc/usb-power-on-off.sh
# 
# squeezelite sets $1 to:
#   0: off
#   1: on
#   2: initialising
#
# Version: 0.1 2020-08-16 SK

case $1 in
0) uhubctl -l 2 -a 0 >/dev/null 2>&1 ;;
1) uhubctl -l 2 -a 1 >/dev/null 2>&1 ;;
2) uhubctl -l 2 -a 1 >/dev/null 2>&1 ;;
esac

also put it in the folder /home/tc and linked it in the pCP Squeezelite
Settings page under "Power On/Off Script".

Here is what it does for me:

"Play" powers up my speakers and plays music.
"Pause" pauses the music and leads to my speakers being shut down.

"Power on/off" the player in LMS does not reliably lead to my speakers
being power on/off.

Using the "uhubctl -l 2 -a 0 >/dev/null 2>&1" "/ uhubctl -l 2 -a 1
>/dev/null 2>&1" command loged in my piCorePlayer via SSH always works
as expected.

  
- I am fine with "Play/Pause" causing my speakers to turn on/off but I
  expected this solution to work with "Power on/off" in LMS.
- 2: initialising: do I really need that line in my script or can I
  leave it out?



sisiko's Profile: http://forums.slimdevices.com/member.php?userid=70536
View this thread: http://forums.slimdevices.com/showthread.php?t=112760

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112760

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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.slimdevices.com/member.php?userid=70536
View this thread: http://forums.slimdevices.com/showthread.php?t=112760

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 issues accessing via port 9000. But PCP takes me to the
LMS setup page.

As I said completely newbie to PCP, LMS and pi so any help gratefully
received! 

cheers

RRB



RRB's Profile: http://forums.slimdevices.com/member.php?userid=70542
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 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 now
works as I want. Thanks a lot for your support!



| LMS 7.9.3 | Squeezebox Boom | RPi0W + pCP 6.1.0 + HiFiBerry DAC |

CJS's Profile: http://forums.slimdevices.com/member.php?userid=68700
View this thread: http://forums.slimdevices.com/showthread.php?t=112748

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 now
> works as I want. Thanks a lot for your support!

The only reason to use the -C option is when using things like
Shairport-sync, or playing from a bluetooth phone to your device.  The
-C option tells squeezelite to release the audio hardware (So other
applications can use it).



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_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112748

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112760

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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 current. issue. They.
don't seem to add to list and then the plugin section hangs. I am a
little confused!!



RRB's Profile: http://forums.slimdevices.com/member.php?userid=70542
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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.slimdevices.com/showthread.php?t=111787

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[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 my free Pandora account credentials. That seemed to bypass the
Activation Code part in the "I'm new to Pandora" section. 

So I deleted the account and did the Activation Code part, and went to
pandora.com/logitech. I followed the instructions and entered the code
and logged in with my credentials. It seemed to have worked (I got a
message "All done. Your squeezebox3_192mp3 is now ready to use
Pandora"), and it filled in my account email and said my Account type is
"free".

I can see the Pandora app in LMS, but when I attempt to use it, I get
the error: "You must be a subscriber to use Pandora from this device."

Are there other things that I need to do to get this working? Should it
work with a free Pandora account (I see that Spotify requires a paid
account).

Thank you for any assistance.

-Alan0



Alan0's Profile: http://forums.slimdevices.com/member.php?userid=70538
View this thread: http://forums.slimdevices.com/showthread.php?t=112772

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=112772

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


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: http://forums.slimdevices.com/showthread.php?t=112748

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix