Re: [SlimDevices: SqueezeCenter] LMS Interface keeps switching from Classic to Default

2017-08-13 Thread paul-

Easier solution.   Close the port on your router.



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

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


Re: [SlimDevices: SqueezeCenter] Random switch-ons and Asian characters in web UI

2017-07-13 Thread paul-

http://forums.slimdevices.com/showthread.php?107165-IMPORTANT-Stop-forwarding-your-LMS-ports-to-the-internet!



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

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


Re: [SlimDevices: SqueezeCenter] How to disable MySqueezebox.com connection in LMS 7.9.1

2017-07-16 Thread paul-

Add --nomysqueezebox to th command line when you start slimserver



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

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


Re: [SlimDevices: SqueezeCenter] Has LMS new bug with german "Umlaute" at top folder from library?

2017-07-26 Thread paul-

File systems and charactersets ..oh boy.   Being in the US, I
struggle to find files to download with the special characters..as I
cannot really type them from my keyboard.   It makes it hard for me to
troubleshoot.

piCorePlayer does not come with OS support for UTF-8. The OS is really
stripped, it uses ISO8859-1 by default.This was never an issue until
LMS is installed on it.That being said, I think FAT32 based devices
were the ones that had problems with special characters.   If you
install the extra filesystem support(found on the LMS tab on the web
page)  This will add UTF-8 support to FAT32 formatted USB devices. 
(Must be running pCP3.21)
EXT4 and NTFS drives should have been fine.   CIFS shares should have
been fine too.



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

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


Re: [SlimDevices: SqueezeCenter] Logitech Media Server 7.9.0 is out!

2017-06-29 Thread paul-

teeitup wrote: 
> I'm not having any luck with 7.9 on a new install.
> 
> Installed a fresh Debian Stable system (9, stretch) Same hardware i was
> using before.
> Perl 5 v24
> open jdk 1.8.0_131
> Downloaded logitechmediaserver_7.9.0_i386.deb today. (also tried
> logitechmediaserver_7.9.0_all.deb)
> 

There no perl 5.24 binary support for i386 ( there is currently only
x86_64 and arm support).   You will need to build
https://github.com/Logitech/slimserver-vendor


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

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


Re: [SlimDevices: SqueezeCenter] LMS v7.9.1 nightly update and piCorePlayer

2017-06-29 Thread paul-

KeBul wrote: 
> Just playing around with this myself, had a brand new pCP image just
> booted with LMS 7.9.0 installed so thought I'd test the update to 7.9.1
> and it worked fine.
> 
> What procedure are you using to update? I followed pCP's help
> instructions here:
> 
> http://picoreplayer.sourceforge.net/how_to_upgrade_lms.shtml
> 
> Kev

The upgrade from 7.9.0 to 7.9.1 works differently.  The updates from
github were skipped in this case.   If you were doing a normal same
version update, you would have seen the problem.


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

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


Re: [SlimDevices: SqueezeCenter] LMS v7.9.1 nightly update and piCorePlayer

2017-06-29 Thread paul-

The fix is is merged.  

Since your install is messed up right now.  Open an ssh session and run


Code:


  tc@piTouch:~$ sudo rm /usr/local/slimserver/revision.txt
  tc@piTouch:~$ echo 1 | sudo tee /usr/local/slimserver/revision.txt
  1
  tc@piTouch:~$ sudo lms-update.sh -u -r -m
  



That will run the update script and force updating.



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

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


Re: [SlimDevices: SqueezeCenter] wget - automatic download of nightly builds ?

2017-04-21 Thread paul-

soundcheck wrote: 
> I do intend to control the entire process myself.
> 
> The only thing I'd like to know is if there's a way to download the most
> current nightly .deb by script.
> 
> 
> Thx.

Here is the manual updater check I use with piCorePlayer.   Note that
you will need to use the path where LMS is installed.  Of course you can
hard code your version too.  And instead of pulling the nocpan version,
you probably want deb.

The first section of the code checks to see if there is a newer version,
then returns the link to the newer version.  If there is a valid link
returned, then you can download the file.  Please note these are script
snipets..you will need to fill in the gaps with your specific
information.


Code:


  VERSION=$(fgrep "our \$VERSION" /usr/local/slimserver/slimserver.pl | cut 
-d"'" -f2)
  REVISION=$(head -n 1 /usr/local/slimserver/revision.txt)
  echo "${YELLOW}Performing manual check for update link, Current Version is: 
$VERSION r${REVISION}.${NORMAL}"
  tmp=`mktemp`
  wget 
"http://www.mysqueezebox.com/update/?version=${VERSION}=${REVISION}=1=nocpan;
 -O $tmp
  if [ "$?" != "0" ]; then echo "${RED}Unable to Contact Download 
Server!${NORMAL}"; rm $tmp; exit 1; fi
  read LINK < $tmp
  rm -f $tmp
  
  if [ "$LINK" = "0" ]; then
  #   No Update needed
  else
echo
echo "${GREEN}Downloading update from ${LINK}"
  fi
  
  rm -f $DL_DIR/*.tgz
  wget -P $DL_DIR $LINK
  if [ "$?" != "0" ]; then
echo "${RED}Download FAILED.. exiting!${NORMAL}"
[ -n "$DEBUG" ] || rm -f $DL_DIR/'*.tgz'
exit 1
  fi
  
----


reference: http://wiki.slimdevices.com/index.php/Nightly_Builds



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

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


Re: [SlimDevices: SqueezeCenter] LMS, pCP. Raspbery, & Spotty... playlists help needed!

2017-08-07 Thread paul-

Permissions on a cifs mount is mapped, you cannot change it with
chmod.even with root permission.

Add.  uid=1001,gid=50  To the mount options.



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

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


Re: [SlimDevices: SqueezeCenter] Perl 5.26 support?

2017-10-14 Thread paul-

Might be easier to use perlbrew.   That way upgrades in the future wont
break lms.  


Code:


  $~/sudo apt-get install perlbrew 
  $~/perlbrew init(This will give you a 
line to put in your bashrc file)
  $~/perlbrew install -j 4 perl-5.24.1 --multi --thread(the -j 4 is 
parallel builds, change the 4 to how many processor cores you have)
  $~/perlbrew switch perl-5.24.1
  



run perl -V to make sure it is using the new perl that you installed.
You will probably need to add IO::Socket::SSL


Code:


  $~/sudo apt-get install libssl-dev
  $~/cpan install IO::Socket::SSL
  



This will setup perl 5.24.1 for your shell environment, the only thing
remains is to make sure this perl version is used when launching LMS. 
That will depend on how you start LMS.



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

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


Re: [SlimDevices: SqueezeCenter] Perl 5.26 support?

2017-10-14 Thread paul-

The end result is the same, just in a different directory.   In either
case you still have extra modifications to get LMS to use a different
than system perl.



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

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


Re: [SlimDevices: SqueezeCenter] Perl 5.26 support?

2017-10-14 Thread paul-

You I’ll have to make those edits whenever you upgrade LMS.



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

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


Re: [SlimDevices: SqueezeCenter] Houston we have a problem...with LMS!

2017-08-30 Thread paul-

Where are you guys saveing the LMS cache?  LMS is the only addition that
writes data.otherwise, I pull the power on my boxes all the time
without issue.



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

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


Re: [SlimDevices: SqueezeCenter] Dissapearing apps from My Apps

2017-09-25 Thread paul-

Well then I'm not sure, take a look at the server logs and see if there
is any clues



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

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


Re: [SlimDevices: SqueezeCenter] Dissapearing apps from My Apps

2017-09-25 Thread paul-

Pretty sure this is the same problem ma y others had...Upgrade to
7.9.1



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

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


Re: [SlimDevices: SqueezeCenter] Raspberry Pi 3B+ Woes

2018-05-18 Thread paul-

SimonW wrote: 
> Thanks for the reply. It says "libio-socket-ssl-perl has no installation
> candidate". Doesn't work.

That's odd...well then.  

Shameless plug.  use piCorePlayer.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109062

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


Re: [SlimDevices: SqueezeCenter] Raspberry Pi 3B+ Woes

2018-05-19 Thread paul-

I’ve never even looked at Berryboot, there is not much interest either.

Changing cards is easier.   You can even boot from a usb stick.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109062

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


Re: [SlimDevices: SqueezeCenter] Raspberry Pi 3B+ Woes

2018-05-18 Thread paul-

Install the package it is telling you.

sudo apt install libio-socket-ssl-perl



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109062

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


Re: [SlimDevices: SqueezeCenter] LMS pausing when streaming Spotty and LastFM

2018-06-23 Thread paul-


How many players do you have (even counting ones that are turned off) 
Are you sure you don't have another player sync'd.

Also in the case of wifi, it is not just your activity, but a neighbor
could be operating on the same wifi frequency..in which case you are
sharing bandwidth.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109182

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


Re: [SlimDevices: SqueezeCenter] LMS pausing when streaming Spotty and LastFM

2018-06-24 Thread paul-


Synchronizing is not a perfect science.

If the hardware is not identical, problems are worse..even if they
are the same, clock rates of the two devices are never identical.  This
causes them to get out of sync.

Take a look at the synchronize settings on the players tab in the LMS
settings.  Adjusting these can help.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109182

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


Re: [SlimDevices: SqueezeCenter] Perl 5.26 support?

2017-10-20 Thread paul-

Also, for the record, the slimserver-Vendor packages compile fine under
perl 5.26

the buildme.sh script just needed patched for 5.26.



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

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


Re: [SlimDevices: SqueezeCenter] Raspberry Pi 3 LMS?

2018-07-03 Thread paul-


If you plan to use rsync to transfer new music, I would use a Linux
formatted drive, the support is built into the kernel.ntfs modules
need extra rambut ntfs should still work ok.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=108995

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


Re: [SlimDevices: SqueezeCenter] Slimserver (LMS for picorePlayer) author - ask for contact

2018-02-24 Thread paul-

baxoza wrote: 
> Hello everyone.
> I am looking for email (or other contact) of slimserver (picoreplayer
> LMS) author. I have technical question for Him. 
> Thanks a lot.
> /Baxoza
> 
> Ps.
> I didn't find it in any licence/info files in picorePleyer distribution.

Licensing for packages is included in the info file.
http://picoreplayer.sourceforge.net/tcz_repo/8.x/armv7/tcz/slimserver.tcz.info

The license is also distributed in the tcz.  
/usr/local/slimserver/License.txt

I create the package directly from the git source at
https://github.com/Logitech/slimserver


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

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


Re: [SlimDevices: SqueezeCenter] Logitech Media Server repositories not working?

2018-01-01 Thread paul-

Mine did this too.  See

http://forums.slimdevices.com/showthread.php?105083-Custom-Clock-for-Jivelite-with-800x480-Screen=902960=1#post902960



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

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


Re: [SlimDevices: SqueezeCenter] Squeezebox Classic hanging consistently when trying to access Plugin

2018-06-21 Thread paul-


The power button on the LMS web page should mimic the power state of the
player.   Is your windows machine going to sleep?



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109177

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


Re: [SlimDevices: SqueezeCenter] Squeezebox Classic hanging consistently when trying to access Plugin

2018-06-21 Thread paul-


So the power button on the web interface accurately reflects the state
of the squeezebox, and it does turn off when you power down from the web
interface.  Then I'm not sure.

Have you tried a different player.or even just a software player
like Squeezelite-X



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109177

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


Re: [SlimDevices: SqueezeCenter] Squeezebox Classic hanging consistently when trying to access Plugin

2018-06-21 Thread paul-


I was trying to rule out networking issues causing a hang (network
packets not reaching the desination).   

Have you tried any other player, other than the SB that you have?



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109177

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


Re: [SlimDevices: SqueezeCenter] Convert FLACs to MP3s?

2018-08-13 Thread paul-


Why would you convert them, just leave them as flac.Most players can
handle flac natively, and if not LMS has the converters to do it on the
fly.



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=U7JHY5WYHCNRU=GB_code=USD=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=109346

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


Re: [SlimDevices: SqueezeCenter] Ultralight LMS skin v0.3.2 released

2018-08-20 Thread paul-


For server duties, I really would not recommend using the audio version,
but if it's working for you, great.   The 4.0.0 beta might be a bit more
stable too.

Anyway, this is pretty straightforward.   For pCP, we have defined a
special plugin directory for manual plugins.Make sure LMS is setup
and running.

Open an SSH session to your device.and do the following.  Note the
the Cache folder is a symlink to persistent storage, so your directory
will look a little different.


Code:


  tc@piTouch:~$ cd /usr/local/slimserver/Cache
  tc@piTouch:/mnt/sdb2/tce/slimserver/Cache$ mkdir Plugins
  tc@piTouch:/mnt/sdb2/tce/slimserver/Cache$ cd Plugins/
  tc@piTouch:/mnt/sdb2/tce/slimserver/Cache/Plugins$ wget 
https://github.com/millerdev/lms-ultralight/releases/download/v0.3.2/UltralightSkin-v0.3.2.zip
  Connecting to github.com (192.30.253.113:443)
  Connecting to github-production-release-asset-2e65be.s3.amazonaws.com 
(52.216.129.99:443)
  UltralightSkin-v0.3. 100% 
|*|  2296k  0:00:00 
ETA
  tc@piTouch:/mnt/sdb2/tce/slimserver/Cache/Plugins$ unzip 
UltralightSkin-v0.3.2.zip
  Archive:  UltralightSkin-v0.3.2.zip
  creating: UltralightSkin/
  creating: UltralightSkin/HTML/
  creating: UltralightSkin/HTML/ultralight/
  inflating: UltralightSkin/install.xml
  inflating: UltralightSkin/Plugin.pm
  inflating: UltralightSkin/custom-types.conf
  inflating: UltralightSkin/strings.txt
  inflating: UltralightSkin/HTML/ultralight/README.md
  creating: UltralightSkin/HTML/ultralight/css/
  creating: UltralightSkin/HTML/ultralight/js/
  inflating: UltralightSkin/HTML/ultralight/9c74e172f87984c48ddf5c8108cabe67.png
  inflating: UltralightSkin/HTML/ultralight/index.html
  inflating: UltralightSkin/HTML/ultralight/manifest.json
  inflating: UltralightSkin/HTML/ultralight/vendor.c5f6f057af40697eb261.js.map
  inflating: 
UltralightSkin/HTML/ultralight/css/app-f03b3c94841fdc6006910d0fbb86e59f.css
  inflating: 
UltralightSkin/HTML/ultralight/css/app-f03b3c94841fdc6006910d0fbb86e59f.css.map
  inflating: UltralightSkin/HTML/ultralight/js/app-c5f6f057af40697eb261.js.map
  inflating: 
UltralightSkin/HTML/ultralight/fee66e712a8a08eef5805a46892932ad.woff
  inflating: 
UltralightSkin/HTML/ultralight/af7ae505a9eed503f8b8e6982036873e.woff2
  inflating: UltralightSkin/HTML/ultralight/674f50d287a8c48dc19ba404d20fe713.eot
  inflating: UltralightSkin/HTML/ultralight/b06871f281fee6b241d60582ae9369b9.ttf
  inflating: UltralightSkin/HTML/ultralight/912ec66d7572ff821749319396470bde.svg
  inflating: UltralightSkin/HTML/ultralight/js/app-c5f6f057af40697eb261.js
  inflating: UltralightSkin/HTML/ultralight/vendor.c5f6f057af40697eb261.js
  tc@piTouch:/mnt/sdb2/tce/slimserver/Cache/Plugins$ rm 
UltralightSkin-v0.3.2.zip
  



Then go back to the pCP web interface and restart LMS.   Should be all
set.



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=U7JHY5WYHCNRU=GB_code=USD=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=109190

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


Re: [SlimDevices: SqueezeCenter] Did Pandora stop working for anyone else?

2018-07-23 Thread paul-


I played yesterday without problem, but I dont think I ever saw the
problem to begin with.  Perhaps it was regional.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=108502

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


Re: [SlimDevices: SqueezeCenter] Port mapping between LMS and piCorePlayer

2018-07-21 Thread paul-


piCoreplayer has a web server running on 80, and sshd running on 22

pCP will access LMS CLI at port 9090



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109260

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


Re: [SlimDevices: SqueezeCenter] Prevent different versions of sox, flac etc being overwritten on update

2018-08-30 Thread paul-


Those patches are no longer needed.  Verified with the sample files that
were attached to the bug reports.

This is what is being tested now.  (mostly Michael and Ralphy at this
point.

https://github.com/Logitech/slimserver-vendor/pull/58



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=U7JHY5WYHCNRU=GB_code=USD=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=109396

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


Re: [SlimDevices: SqueezeCenter] Prevent different versions of sox, flac etc being overwritten on update

2018-09-04 Thread paul-


@PasTim,

The updated binaries went in yesterday, should be in the latest 7.9.2
nightly.   Check them out.



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=U7JHY5WYHCNRU=GB_code=USD=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=109396

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


Re: [SlimDevices: SqueezeCenter] DSD support in SOX

2018-09-05 Thread paul-


That is the source we are using.  likely because we are using the
"released" 14.4.2 version of sox from his site.



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=U7JHY5WYHCNRU=GB_code=USD=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=109418

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


Re: [SlimDevices: SqueezeCenter] Prevent different versions of sox, flac etc being overwritten on update

2018-08-30 Thread paul-

Those folders are owned by the installation, so no.  You could run your
installation from git, then you can pick what to update.

Ive update these for PCP, the old LMS patches aren’t needed anymore, but
there is a couple new patches needed for the lates versions.  Michael
has been working on doing an update, but it’s proving to be difficult to
make sure the binaries run on all platforms.



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=U7JHY5WYHCNRU=GB_code=USD=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=109396

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


Re: [SlimDevices: SqueezeCenter] LMS troubles

2018-07-12 Thread paul-


There are no voltage warnings in dmesg, so I don't think it is a power
supply problem.   There is only one USB disk being detected by pCP.  Did
you remove the second hard disk from when you ran dmesg?


What it looks like is going on..

slimserver.pl process has a status of DW, D=uninterruptible sleep,
likely cause is waiting for DiskIO.  This is why LMS is totally not
responding.

The pCP web interface contacts the LMS server on each page load.that
is how it displays the list of players on tabs at the top of the page. 
Since the LMS interface is waiting/sleeping, it doesn't respond to the
pCP requests, which inturn causes the pCP web interface to hang.


So why the DiskIO hang.  I would investigate the disk errors that were
seen in the dmesg you posted.   Where is the WesternDigital Passport 820
plugged in?  That disk needs to be fixed.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109239

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


Re: [SlimDevices: SqueezeCenter] LMS troubles

2018-07-12 Thread paul-


That disk needs help.

ssh in and dp this.


Code:


  sudo umount /dev/sdc5
  sudo fsck /dev/sdc5
  sudo mount /dev/sdc5 /mnt/Passport
  



If the fsck command does not fix the errors, post the output of that
command.  If it does fix them, then you can remount the disk.  Depending
on the errors, it might be best to just reformat the disk, and then
recopy your music to it.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109239

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


Re: [SlimDevices: SqueezeCenter] LMS troubles

2018-07-12 Thread paul-


The drives mounted physically to the pi look okay, but the drive
connected to your router which is network mounted to your pi might have
errors.  Not sure if your router has disk diagnostics or not.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109239

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


Re: [SlimDevices: SqueezeCenter] LMS troubles

2018-07-12 Thread paul-

Tex wrote: 
> and run WD Diagnostics if you think it would be worth it? What type of
> errors should I look for?

Depends on how it’s formatted, but it’s worth a shot.

PS, what router do you have.  Did LMS ever work reliably with the disk
connected to your router?



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109239

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


Re: [SlimDevices: SqueezeCenter] LMS troubles

2018-07-12 Thread paul-


I would suspect some hardware problem.power or network.  Do what
Michael suggests, also run dmesg, see if  are power or odd errors being
logged



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109239

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


Re: [SlimDevices: SqueezeCenter] LMS troubles

2018-07-12 Thread paul-


There are two hard disks attached to the pi in the dmesg logs that you
sent, both have errors on them.It's a bit odd that one disk is only
has a partition #1 and #5 recognized.  How did you format the drives?

Can you ssh in and run "df"

Also, can you take a screen shot of your lms setup on the pCP web
interface?  Interested in the Cache location, and all of the mount
setup.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109239

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


Re: [SlimDevices: SqueezeCenter] Standalone reliable LMS config recommendations?

2018-07-04 Thread paul-


Can you elaborate on crap out?   Almost any device serving LMS should be
able to handle 4 devices.

I'm assuming that you don't use the internet connection to stream music,
and just trying to play from a local library.  

Have you tried launching LMS with the --nomysqueezebox command line
option.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=109222

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


Re: [SlimDevices: SqueezeCenter] LMS Keeps turning itself off

2018-03-30 Thread paul-

http://forums.slimdevices.com/showthread.php?107165-IMPORTANT-Stop-forwarding-your-LMS-ports-to-the-internet!



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=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=108825

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


Re: [SlimDevices: SqueezeCenter] Error installing LMS on piCorePlayer

2018-10-18 Thread paul-


I might need to update the base LMS installation.   If the Audio Scan
1.02 binary is present,  will that break older versions of LMS?



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=U7JHY5WYHCNRU=GB_code=USD=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=109613

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


Re: [SlimDevices: SqueezeCenter] Error installing LMS on piCorePlayer

2018-10-18 Thread paul-


mherger wrote: 
> > I might need to update the base LMS installation.   If the Audio Scan
> > 1.02 binary is present,  will that break older versions of LMS?
> 
> Unfortunately yes. I think that's what's happening right now.
> 
> But then I'm not a 100% sure how your setup works: if you included the 
> Perl part of the plugin, too, they should be fine.
> 
> -- 
> 
> Michael

I pushed new extensions from the latest nightly slimserver to the repo,
so new installations should be fine now.   But I did confirm that I
included the 1.02 version of the file with our binaries package.

/CPAN/arch/5.24/arm-linux-gnueabihf-thread-multi-64int/Audio/Scan.pm
/CPAN/arch/5.24/arm-linux-gnueabihf-thread-multi-64int/auto/Audio/Scan/Scan.so



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=U7JHY5WYHCNRU=GB_code=USD=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=109613

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


Re: [SlimDevices: SqueezeCenter] How to add another Picoreplayer to LMS?

2018-11-13 Thread paul-


That part is automatic, provided they are both on the same network.  
You might need to describe you setup a bit.



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=U7JHY5WYHCNRU=GB_code=USD=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=109747

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


Re: [SlimDevices: SqueezeCenter] Latest LMS nightly (10-19-18) not working - port 9000 error

2018-11-07 Thread paul-


Debian lists perl 5.28 only released in the "Testing" branch.

https://tracker.debian.org/pkg/perl



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=U7JHY5WYHCNRU=GB_code=USD=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=109632

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


Re: [SlimDevices: SqueezeCenter] Latest LMS nightly (10-19-18) not working - port 9000 error

2018-11-07 Thread paul-


haha, ok, unstable is worse than testing.   Could that be why your
system is unstable.

You can try the latest LMS nightly, but may still have a problem still,
since Debian has not adapted glibc2.28



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=U7JHY5WYHCNRU=GB_code=USD=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=109632

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


Re: [SlimDevices: SqueezeCenter] LMS on pCP nightly updates failing

2018-12-13 Thread paul-


DavidBulluss wrote: 
> For all of this week the nightly update 7.9.2 - 53860 is available but
> when I try the 'nightly update' in pCP first message is 
> 
> -LMS Update Found:
> http://downloads.slimdevices.com/nightly/7.9/sc/d3dc8958120af6999b1f4985159438b245a43694/logitechmediaserver-7.9.2-1544453860-noCPAN.tgz
> Download and update LMS- 
> 
> When I use 'update' the message below appears
> 
> -/usr/local/bin/lms-update.sh: line 36: /usr/bin/getopt: not found-
> 
> Any thoughts? 
> 
> Cheers, David

Reported several times and fix is noted in the pCP thread. 
https://forums.slimdevices.com/showthread.php?109404-ANNOUNCE-piCorePlayer-4-0-0=926928=1#post926928



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=U7JHY5WYHCNRU=GB_code=USD=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=109886

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


Re: [SlimDevices: SqueezeCenter] Audio Scan version 1.02

2018-12-17 Thread paul-


Michael,

I never sent you a PR for the perl 5.24 armhf libraries with Audio::Scan
1.02, I only updated the binary package for pCP.

I can do that if you wish.

Paul



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=U7JHY5WYHCNRU=GB_code=USD=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=109894

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


Re: [SlimDevices: SqueezeCenter] Case Sensitive Player MAC with wget but Not HTTP?

2018-11-23 Thread paul-


sodface wrote: 
> 
> I hate it when I get wrapped around the axle on something like this.  I
> need to just use lower case query strings and move on!

Lol. Know the feeling.



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=U7JHY5WYHCNRU=GB_code=USD=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=109772

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


Re: [SlimDevices: SqueezeCenter] LMS becomes unresponive when using podcastplugin

2019-01-26 Thread paul-


While far from snappy, things reacted in 10-20 seconds, and plays just
fine.  I'm in the US.

I'm using a ZeroW.   The only thing I could think is that you might have
more on your server, lowering the memory.   Can you check available
memory?  If it's running low, you might try removing the noswap
bootcode.   This will enable a swap..not sure if it will help.



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=U7JHY5WYHCNRU=GB_code=USD=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=110003

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


Re: [SlimDevices: SqueezeCenter] LMS becomes unresponive when using podcastplugin

2019-01-26 Thread paul-


Glad it's workinghard to keep track of things sometime.



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=U7JHY5WYHCNRU=GB_code=USD=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=110003

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


Re: [SlimDevices: SqueezeCenter] Can't mount network drive (cifs).

2019-01-28 Thread paul-


Then try 1.0 or 3.0

I use 3.0 on synology



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=U7JHY5WYHCNRU=GB_code=USD=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=110103

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


Re: [SlimDevices: SqueezeCenter] Can't mount network drive (cifs).

2019-02-01 Thread paul-


LMS does not like it when the music library disappears.



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=U7JHY5WYHCNRU=GB_code=USD=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=110103

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


Re: [SlimDevices: SqueezeCenter] LMS nightly on Mojave

2019-04-29 Thread paul-


Not necessarily weirdit was just fixed..

https://github.com/Logitech/slimserver/commit/2da0a8511d1fc6fda148d0eb89ff42b8ffa34727



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=U7JHY5WYHCNRU=GB_code=USD=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=110528

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


Re: [SlimDevices: SqueezeCenter] LMS on Raspberry Pi4

2019-08-17 Thread paul-


Just click on one of the other pictures,  theyare different products,
pi4 with without fans, etc



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=U7JHY5WYHCNRU=GB_code=USD=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=110838

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-15 Thread paul-


To play DSD, you need to install DSDPlayer plugin to your LMS server
running on your windows machine.

Then on your player, go to the pCP web pages, and then on the bottom of
the squeezelite page, you need to select the DSD binary for
squeezelite.

There are many DSD threads here on the forum which you can search.  

Here is a blog posting that has a bunch of detail.  
https://soundcheck-audio.blogspot.com/2018/01/raspberry-pi-audio-engine-part-6-dsd.html



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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] PiCorePlayer (LMS) Cache File Location

2019-08-19 Thread paul-


Windows standard tools is not going to be easy to make an ext4 file
system, but you can used a gparted live cd.   Or we can do it in a few
minutes via putty ssh session.   I can do a screen capture when I get
home tonight.


Once you get your drives all configured you can copy your prefs,
although I'm sure there will be a few things needed.   The prefs
location is

/usr/local/slimserver/prefs

This will symlink to wherever you have your cache/prefs saved, as
configured on the pCP lms 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=U7JHY5WYHCNRU=GB_code=USD=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=110884

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


Re: [SlimDevices: SqueezeCenter] PiCorePlayer (LMS) Cache File Location

2019-08-19 Thread paul-


What I would do.

1) resize your second partition on your pCP installation to 500mb.
2) Then add a third partition to the card.  Format it to ext4
3) Point LMS to put the cache on that drive.

This way if something happens to the partition table, it shouldn't
affect the booting of the player.   If you need help with doing item #2,
let us know.



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=U7JHY5WYHCNRU=GB_code=USD=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=110884

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


Re: [SlimDevices: SqueezeCenter] PiCorePlayer (LMS) Cache File Location

2019-08-19 Thread paul-


Primary is the best choice as long as you only have maximum 4
partitions.  Although I know I created extended partitions before doing
testing with somewhere around 8 partitions.

How big is that partition?



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=U7JHY5WYHCNRU=GB_code=USD=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=110884

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


Re: [SlimDevices: SqueezeCenter] Plugins updating unexpectedly

2019-08-14 Thread paul-


Like he said, unpredictable things happen when you start mixing
installation methods...  just don't do it.

The plugin manager will automatically download the extension if it
thinks there is a problem in the installed plugin folder.and since
it only knows about the latest release via the repo.xml file, that's
what gets installed.



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=U7JHY5WYHCNRU=GB_code=USD=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=110857

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


Re: [SlimDevices: SqueezeCenter] LMS on Raspberry Pi4

2019-08-16 Thread paul-


Depends on what your USB device is  If it's a USB3 SSD, then
perhaps.



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=U7JHY5WYHCNRU=GB_code=USD=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=110838

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread paul-


Its a LMS issue.   You need to look at your server/scanner logs on your
windows PC.

Try asking in a thread with a proper subject.  This subject is pCP, and
quite a few wont even look at 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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] Playing cue files with LMS

2019-08-17 Thread paul-


27963


+---+
|Filename: 2019-08-17_23-25.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=27963|
+---+


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=U7JHY5WYHCNRU=GB_code=USD=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=110871

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


Re: [SlimDevices: SqueezeCenter] Playing cue files with LMS

2019-08-20 Thread paul-


bpa wrote: 
> For many years LMS had a patched version of flac, then it was reconciled
> and was using standard flac, but a patch for flac for LMS was added in
> Jul 2018 so now it should not be hard to add another patch as part of
> LMS build to make flac time handling work properly.  
> 
> https://github.com/Logitech/slimserver-vendor/blob/public/7.9/flac/01-flac.patch

AFAIK that was the patch that was inplace for along time, we just
updated to the latest flac source, and the patch needed rebased against
the newer versions of flac.   But it seems to make sense to me to patch
flac for this issue.

I've been sort of following this thread, is there definitive pass/fail
test for this?  I'd like to know if other OS's are affected.  For pCP,
we don't typically run the OS with locale support loaded.. LANG=C



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=U7JHY5WYHCNRU=GB_code=USD=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=110871

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


Re: [SlimDevices: SqueezeCenter] PiCorePlayer (LMS) Cache File Location

2019-08-20 Thread paul-


acanning wrote: 
> I may have overdone itdoes it matter how large the partitions are?
> 
> It's a 16gb card and I had previously resized one of the partitions
> within PCP to 2000meg. The additional Primary partition is 4000meg. I
> know it's overkill but I thought I might as well use the space.
> 
> I'm away today and tomorrow so will have another look when I'm home.
> 
> Cheers

It depends on how big your library is.I've seen some around here
fill up a 2GB partition with just the cache.   The main partition that
holds pCP and added extensions really doesn't need to be bigger than
2-300MB.  Leaving the rest for your 3rd data partition.



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=U7JHY5WYHCNRU=GB_code=USD=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=110884

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


Re: [SlimDevices: SqueezeCenter] Help! New router isuues

2019-09-01 Thread paul-

HeadBanger wrote: 
> I found that they didn’t like Asus’s Smart Connect (smartly (?) switches
> clients between 2.4 and 5 GHz WiFi). Switching that off allowed them to
> connect again. 30 mins uptime so looks promising!

These features are very new.  Only the newest wifi devices are going to
work with this.  It's always best just to configure different SSID's for
the 2.4 and 5G channels, and then select.



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=U7JHY5WYHCNRU=GB_code=USD=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=110922

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


Re: [SlimDevices: SqueezeCenter] Help! New router isuues

2019-09-01 Thread paul-


Which router is it?  This sounds like a gateway/ip issue.

Are you sure you sure the new router is set to use the same subnet?

192.168.1.x, vs 192.168.0.x



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=U7JHY5WYHCNRU=GB_code=USD=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=110922

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


Re: [SlimDevices: SqueezeCenter] Playing cue files with LMS

2019-08-22 Thread paul-


Testing my memory, but there was a reason we picked that specific commit
listed in the source included in the slimserver-vendor git.  Im
pretty sure there were issues with later commits, which might be fixed
or further broken by now.

To avoid any potential regressions due to source changes,  a patch that
applies with the current lms flac source might be best.



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=U7JHY5WYHCNRU=GB_code=USD=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=110871

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


Re: [SlimDevices: SqueezeCenter] LMS on pCP sound card setup problems

2019-08-01 Thread paul-


Jive lite is a separate controller, you can control any player from
jivelite.Does you RPi show up as a player?



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=U7JHY5WYHCNRU=GB_code=USD=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=110812

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-06 Thread paul-


That would normally be part of a kernel panic.  What version pCP and
what rpi device.



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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-08 Thread paul-


You are vastly confused as to what pCP is.   Those are not screen shots
of anything pCP generates.

That is either a jivelite or some software player screen.



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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] How do I play fom USB stick with LMS and pCP

2019-08-08 Thread paul-

Linux doesn’t have drive letters like witndows  (i.e. C:\, D:\, etc)

Linux system you connect drives to path names off of the root
filesystem.  They can be anywhere on the system, but for simplicity on
pCP we put them in /mnt/xx



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=U7JHY5WYHCNRU=GB_code=USD=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=110836

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


Re: [SlimDevices: SqueezeCenter] LMS on Raspberry Pi4

2019-08-08 Thread paul-


I run a small 5v fan at 3.3 volts. plenty of cooling



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=U7JHY5WYHCNRU=GB_code=USD=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=110838

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-08 Thread paul-

I don’t see where he has ever got sound, but if what you say is the
case, it could just be alsamixer muted or low.  Usb devices are very
difficult to manage writhing pcp, as volume controls are not
standardized between usb dacs.


But, I’m not sure his server on his windows pc is configured
properly..



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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-09 Thread paul-


If you expand the more> tags on each line there is description of every
setting.   And in the case of the output, it shows you every possible
setting for your system.



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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-09 Thread paul-


carlmart wrote: 
> And how do you know which is the optimal one to select?

That is hard to tell, I would suggest you just try them out.   You can
change the output setting, and squeezelite will restart, you do not need
to reboot.



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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-09 Thread paul-


You are not going to be able to play DSD without upgrading your LMS
server... which is on your windows PC.Cue file support also has
nothing to do with pCP, you need to be looking at your server.



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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-09 Thread paul-

Last I saw you were using an old version of lms.  7.9.2 is fine.   Did
you install the DSDplay plugin?

Pcp will play whatever is streamed,  it’s the server task to read the
file and create the stream.



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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] How can I copy pCP image to another cf card

2019-09-20 Thread paul-


Any card be copied with dd from command line,  but you do need to be
sure you use the correct devices, or you can wipe out your main OS drive
in a few seconds.

It does have the nickname disk destroyer.Normally you are going to
use a usb based SD card reader, which when plugged in will get the
device name

just google "use dd to clone disk", and a ton of hits will come back.



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=U7JHY5WYHCNRU=GB_code=USD=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=110989

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


Re: [SlimDevices: SqueezeCenter] Is there a way to discover via network LMS Server CLI Port ID

2019-09-24 Thread paul-


Not that I'm aware of.What are you doing that you can't do via the
jsonrpc interface?



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=U7JHY5WYHCNRU=GB_code=USD=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=111009

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-01 Thread paul-


https://forums.slimdevices.com/showthread.php?110727-BETA-piCorePlayer6-0-0-PI4-support



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=U7JHY5WYHCNRU=GB_code=USD=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=01

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-02 Thread paul-


That is not an rtl8188eu based chipset.  It is rtl8188fu   (Dammit
realtek, use a common driver base)

Source code appears to be here. 
https://github.com/ulli-kroll/rtl8188fu

That is the only chipset supported by that driver.



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=U7JHY5WYHCNRU=GB_code=USD=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=01

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-02 Thread paul-


That RALink should work.  I have lots laying around depending on what
you want to connect.

2.4G or 5G???



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=U7JHY5WYHCNRU=GB_code=USD=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=01

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


Re: [SlimDevices: SqueezeCenter] Root user on pi. Need to edit convert.conf file

2019-11-10 Thread paul-


Even if its scanning, you should be able to reach the interface.  Make
sure you restart the server after removing, I just noticed it doesn't
restart automatically.



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=U7JHY5WYHCNRU=GB_code=USD=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=90

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


Re: [SlimDevices: SqueezeCenter] Root user on pi. Need to edit convert.conf file

2019-11-11 Thread paul-


sox is there, but would definitely be a different version than in 7.9.1.
Normally the best way to test would be to try to run from a ssh
session.

Take a test file, then see if you can process it from file to file.



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=U7JHY5WYHCNRU=GB_code=USD=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=90

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


Re: [SlimDevices: SqueezeCenter] My new Picoreplayer not found

2019-11-09 Thread paul-


Anything in the server log..



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=U7JHY5WYHCNRU=GB_code=USD=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=82

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


Re: [SlimDevices: SqueezeCenter] I need a very small linux to run LMS on PC

2019-11-07 Thread paul-


There is a tad bit of learning curve with tinycore.   pCP uses the
Raspberry pi port of Tinycore. (piCore)

If the base OS works for you.The best way to test LMS would be to
clone the LMS git repo to your device, and run from Git.  If you are
still happy, then I can give you pointers how to build an extension.



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=U7JHY5WYHCNRU=GB_code=USD=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=71

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


Re: [SlimDevices: SqueezeCenter] update

2019-10-30 Thread paul-

The RPi 3B+ or a 4 make a rather nice lms server.

If you go the route of the 4, you will need to use the 6.0.0 beta.  The
beta is pretty stable, I’m just making changes more often as Rpi does
lots of kernel/firmware changes on the 4.



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=U7JHY5WYHCNRU=GB_code=USD=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=40

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


Re: [SlimDevices: SqueezeCenter] update

2019-10-30 Thread paul-


yes, it is 7.9.2.  You might want to update it to the latest nightly.



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=U7JHY5WYHCNRU=GB_code=USD=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=40

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


Re: [SlimDevices: SqueezeCenter] update

2019-10-30 Thread paul-


nervoteso wrote: 
> perfect! just placed and order of pi4 (4 gb)! look forward to install
> it! i hope to have finally a good lms server

Since you got the 4GB version, read how to enable the 64bit kernel.  Its
really needed for proper memory addressing.  The discussion is in the
6.0.0 beta thread.



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=U7JHY5WYHCNRU=GB_code=USD=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=40

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-10-30 Thread paul-


I removed the in-tree version of the rtl8188eu driver, and used the 3rd
party driver.  Can you try the latest 6.0.0 b6 image?



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=U7JHY5WYHCNRU=GB_code=USD=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=01

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


Re: [SlimDevices: SqueezeCenter] Root user on pi. Need to edit convert.conf file

2019-11-13 Thread paul-


What are you playing to.  pCP/squeezelite devices support mp3 natively.



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=U7JHY5WYHCNRU=GB_code=USD=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=90

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


Re: [SlimDevices: SqueezeCenter] Root user on pi. Need to edit convert.conf file

2019-11-14 Thread paul-


Lame is for converting other formats to MP3 format. MP3 should play
straight away.  What is in the server logs when you try to play?   What
happens if you remove the custom convert?



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=U7JHY5WYHCNRU=GB_code=USD=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=90

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


Re: [SlimDevices: SqueezeCenter] Radio Paradise hickups still ongoing, solution?

2019-11-12 Thread paul-


Ron F. wrote: 
> Question: is LMS using the system's installed version of openssl, or is
> it using a copy that it brings with it?

LMS uses perl IO::Socket::SSL, which then uses the system openssl for
connections (I wonder if the perl module version makes a difference),
however LMS is only used if you are using proxied streaming.   If the
player supports SSL, then the players SSL is what matters.   If the
player does not support SSL, then LMS will automatically proxy. 
However, I'm not sure how SSL plays into this.  I was doing a test over
the weekend, and the connections to RP were _not_ secured.  The music
was streaming over plain HTTP.  (Both in the interactive and continuous
stream)

When playing the continuous stream, data is fed to the player at a nice
controlled pace from the server.  When the interactive stream is played,
the server tries to send the whole file all at once, so the file fills
the player and network receive buffers. I wonder what happens if you
increase your player buffer to hold more data.



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=U7JHY5WYHCNRU=GB_code=USD=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=31

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


Re: [SlimDevices: SqueezeCenter] Root user on pi. Need to edit convert.conf file

2019-11-12 Thread paul-

I would bet track stat is causing this hang .  I’ve seen other reports
of it.   Maybe turn up the logging for that plugin, and see what it
says.



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=U7JHY5WYHCNRU=GB_code=USD=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=90

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


Re: [SlimDevices: SqueezeCenter] Root user on pi. Need to edit convert.conf file

2019-11-14 Thread paul-


Odd, that would be a question in the server forum, as to why that
happens.   Custom convert should only add or override rules.



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=U7JHY5WYHCNRU=GB_code=USD=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=90

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


Re: [SlimDevices: SqueezeCenter] I need a very small linux to run LMS on PC

2019-11-08 Thread paul-


1) Install perl
2) Install git.
3) Then clone this repo   https://github.com/Logitech/slimserver.git  
to a persistent drive.

Likely you will need to build a few crypto modules
4) install compile tools   compiletc.tcz
5) Use cpan to install needed perl modules.
When you first run cpan, it will configure itself, set it up to
install to your local user library.
6) Build modules.the one I know you need is IO::Socket:SSL, but you
may need Crypt::OpenSSL::RSA
To build/install just type cpan install IO::Socket::SSLetc.
7) Should be able to run slimserver now.

8) Make sure you back things up when you are done.



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=U7JHY5WYHCNRU=GB_code=USD=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=71

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


Re: [SlimDevices: SqueezeCenter] Root user on pi. Need to edit convert.conf file

2019-11-10 Thread paul-


That file(an most files) is on a read only file system. Create a custom
convert, and then upload it from the pCP lms  web 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=U7JHY5WYHCNRU=GB_code=USD=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=90

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


  1   2   3   4   5   6   7   8   9   10   >