Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2022-01-23 Thread nervoteso

hello
'ìm running lms (7.9.2)on picoreplayer on raspberry ip 4 (4 gb), music
is stored in my nas qnap ts 253d and it is mounted through picoreplayer,
i'm having a loto of problems of buffering. also it seems raspberry
display touch has having some problems, there is a better way to stream
music with squeezebox players, maybe raspberry pi 4 with 8 gb?



Touchx2,radiox4, Squeezebox Server 7.9 (Raspberrypi 3 and qnap ts-269)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2022-01-22 Thread paul-

It is not useful to post about 8.1 in a 3.1 thread. That’s why search
engines yield useless results.  Monkey audio support has been included
in LMS for a long time.   If it’s not working start a new 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=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2022-01-22 Thread gstalnaker


ralphy - searching for LMS/pCP support of MondeyAudio ape files and this
pops up in a Google search. I note it's 2017 vintage. I've checked the
repository options for pCP 8.1 which I have installed and I don't see
*mac* or *ape* listed anywhere. Searching this forum produces far too
many false positives ('ape format' are mostly about disk formatting,
e.g.). So I'm hoping you won't mind me resurrecting this ancient post
for my question: can I, should I, do this for Monkey Audio ape file
support in pCP v8.1?

ralphy wrote: 
> Here's how to manually install the ape decoder on pcp.  You need to ssh
> into pcp then run these commands.
> 
> > 
Code:

  >   > 
  > cd /mnt/mmcblk0p2/tce
  > wget -O mac.tar.gz 
https://sourceforge.net/projects/lmsclients/files/utility/mac-3.99-u4-b5-armv6hf.tar.gz/download
  > tar -xzf mac.tar.gz mac
  > sudo ln -s /mnt/mmcblk0p2/tce/mac /usr/local/bin/mac
  > 

> > 
> 
> Restart LMS, don't reboot picoreplayer, you'll loose the link we
> created, then try playing some ape files.
> 
> To persist a reboot, add *ln -s /mnt/mmcblk0p2/tce/mac
> /usr/local/bin/mac* to one of user commands lines on the tweaks webgui
> page and save the config.



gstalnaker's Profile: http://forums.slimdevices.com/member.php?userid=63504
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2020-01-31 Thread Man in a van


crrc wrote: 
> I wonder if anyone can help me. I had an Audiophonics isabre dac
> knocking about and thought that I would get it connected and running
> finally. Not done  so before. I got the blue light power button from
> Audiophonics and connected it up. All fine except that the blue light
> flashes continuously. I know this is the way this thing works, and one
> not very good solution is to disconnect the led connections. However
> that means that there is no light at any time, and also that I have to
> switch off the power feed to turn the thing off. 
> 
> I found references to the script which is supposed to sort this and also
> a walk through to download and install it. However the script refers to
> a repository that does not seem to be available any longer at least to
> me. When I access the control panel on the web page interface there are
> two repositories listed for extensions, where the script is supposed to
> be, but it is not on either of them. I found the list on a page by
> internet search on the old sourceforge page but not sure how  to get
> that downloaded and onto my device. 
> 
> Any help would be appreciated. As you can probably tell from the above,
> my knowledge is fairly limited but I can handle the basics (provided
> that they are spelled out in the form of an idiots guide)


Have a look over here

https://forums.slimdevices.com/showthread.php?110727-BETA-piCorePlayer6-0-0-PI4-support=961209=1#post961209

It is well worth upgrading to v5.0.1 the procedure is the same

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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-04 Thread Greg Erskine

hi pettefar,

You pretty much had the solution in one of your earlier posts.


Code:

#!/bin/sh
  . /home/tc/www/cgi-bin/pcp-functions
  . /home/tc/www/cgi-bin/pcp-lms-functions
  
  pcp_lms_request "mixer volume ?"
  



Because we haven't got the specific routine already in
pcp-lms-functions, you just need to use the more generic routine
pcp_lms_request with the LMS CLI command. pcp_lms_request takes care of
the MAC address, port numbers and formatting for you. Michael's link in
a previous post gave you the LMS CLI documentation.

If you decide to get deeper into this, beware I used nc (netcat) against
everyone recommendation, it is generally considered better to use the
JSON method.

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-04 Thread pettefar

Hi Greg,

Having fun with writing homebridge accessories.  To set the volume I
need to know the current volume.  Sorry to irk you.

Nick

Greg Erskine wrote: 
> hi Nick,
> Can I ask what you are trying to achieve? No one has asked for this
> before and I can't see a use for it. :confused:
> regards
> Greg



--
Hobby Electronicist
Unix Fiddler
Biker

pettefar's Profile: http://forums.slimdevices.com/member.php?userid=4500
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-04 Thread Greg Erskine

pettefar wrote: 
> Hi all,
> 
> Is there a way to get the current volume level (0-100) from the
> picoreplayer?
> 
> Nick

hi Nick,

Can I ask what you are trying to achieve? No one has asked for this
before and I can't see a use for it. :confused:

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-04 Thread Michael Herger

Is there a way to get the current volume level (0-100) from the
picoreplayer?


You'd get it from LMS:

http://htmlpreview.github.io/?https://raw.githubusercontent.com/Logitech/slimserver/public/7.9/HTML/EN/html/docs/cli-api.html#mixer%20volume

--

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-04 Thread pettefar

Hi all,

Is there a way to get the current volume level (0-100) from the
picoreplayer?

Nick



--
Hobby Electronicist
Unix Fiddler
Biker

pettefar's Profile: http://forums.slimdevices.com/member.php?userid=4500
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-02 Thread Greg Erskine

hi pettefar,

I have added the "mode" option to pCP CLI so it will be in the next
version of piCorePlayer.

In the mean time, I suggest you use Paul's suggestion.

paul- wrote: 
> mode is not integrated into the pcp command line.  But you can make a
> quick script that does
> 
> #!/bin/sh
> . /home/tc/www/cgi-bin/pcp-functions
> . /home/tc/www/cgi-bin/pcp-lms-functions
> pcp_lms_mode

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-02 Thread pettefar

echo " - pcp mode   : Get current mode (play or stop)"
...

mode)   

pcp_lms_request "mode ?"   
;;


Nick

Greg Erskine wrote: 
> hi Nick,
> 
> The pCP CLI only has a few basic commands mainly for the pCP developers
> use. We also sometimes add commands as requested, usually for people
> that are writing automation scripts. :)
> 
> https://www.picoreplayer.org/pcp_cli.shtml
> 
> regards
> Greg



--
Hobby Electronicist
Unix Fiddler
Biker

pettefar's Profile: http://forums.slimdevices.com/member.php?userid=4500
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-01 Thread Greg Erskine

pettefar wrote: 
> I am experimenting with Homebridge on an RPi and added a pcp mode
> command to pcp on my piCorePlayer so that I could return a play/stop
> status to Homebridge/Home Kit.  Was wondering why it wasn't already
> implemented?
> 
> Nick

hi Nick,

The pCP CLI only has a few basic commands mainly for the pCP developers
use. We also sometimes add commands as requested, usually for people
that a doing automation scripts.

https://www.picoreplayer.org/pcp_cli.shtml

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-01 Thread paul-

mode is not integrated into the pcp command line.  But you can make a
quick script that does

#!/bin/sh
. /home/tc/www/cgi-bin/pcp-functions
. /home/tc/www/cgi-bin/pcp-lms-functions
pcp_lms_mode



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-05-01 Thread pettefar

I am experimenting with Homebridge on an RPi and added a pcp mode
command to pcp on my piCorePlayer so that I could return a play/stop
status to Homebridge/Home Kit.  Was wondering why it wasn't already
implemented?

Nick



--
Hobby Electronicist
Unix Fiddler
Biker

pettefar's Profile: http://forums.slimdevices.com/member.php?userid=4500
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-03-20 Thread Srhombeus

paul- wrote: 
> From what I can tell, it dropped out with the 4.x kernels.  That appears
> to need an out of tree driver. 
> https://github.com/Mange/rtl8192eu-linux-driver 
> 
> Unfortunately with the stripped down OS that we use, DKMS doesn't work
> to build and install these drivers .  They have to be compiled and
> manually installed.  It can be done, but is quite a indepth process.

I found the same problem in your older posts,is there a way to fix that?



Srhombeus's Profile: http://forums.slimdevices.com/member.php?userid=67976
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-03-07 Thread sdiesel77

ralphy wrote: 
> No.  It just works.  Make sure your remote is not in harry potter mode.What 
> do you mean by "harry potter" mode :D





sdiesel77's Profile: http://forums.slimdevices.com/member.php?userid=64065
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-03-07 Thread ralphy

sdiesel77 wrote: 
> Hum I tried but the remote is unfortunately not recognised at all :(
> Is there a toggle to activate within the UI?

No.  It just works.  Make sure your remote is not in harry potter mode.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-03-07 Thread sdiesel77

ralphy wrote: 
> You need to be running picoreplayer 3.22 then just plug in the USB
> dongle to the RPi.
> Jivelite supports the remote directly, you do not need to enable lircd.Hum I 
> tried but the remote is unfortunately not recognised at all :(
Is there a toggle to activate within the UI?





sdiesel77's Profile: http://forums.slimdevices.com/member.php?userid=64065
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-03-07 Thread ralphy

sdiesel77 wrote: 
> Hi Guys,
> I have a JustBoom USB smart remote, how can I get it to work under PCP?

You need to be running picoreplayer 3.22 then just plug in the USB
dongle to the RPi.
Jivelite supports the remote directly, you do not need to enable lircd.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-03-06 Thread sdiesel77

Hi Guys,
I have a JustBoom USB smart remote, how can I get it to work under PCP?





sdiesel77's Profile: http://forums.slimdevices.com/member.php?userid=64065
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-02-06 Thread ralphy

Jeff07971 wrote: 
> Thanks Ralphy,
> 
> Any usability issues at all ? I assume you use the "direction keys" for
> most operations ?
> 
> Jeff

Yes. They are good for basic navigation and pause/play operations, but I
personally find all the remotes with low button counts limiting.

Might be related to my daily use remote being the Sony RMT-D116A.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-02-05 Thread Jeff07971

ralphy wrote: 
> Yes, pcp supports the IR version too.
> 
> I created lirc configs around the same time I added the USB version.
> 
> For 'Squeezelite'
> (https://raw.githubusercontent.com/ralph-irving/tcz-lirc/master/lircd-justboomIR)
> For 'Jivelite'
> (https://raw.githubusercontent.com/ralph-irving/tcz-lirc/master/lircd-jivelite-justboomIR)

Thanks Ralphy,

Any usability issues at all ? I assume you use the "direction keys" for
most operations ?

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on
Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-02-05 Thread ralphy

Jeff07971 wrote: 
> Any experience with the JustBoom IR remote ?
> 
> Looks nice for £13.
> 
> I know it will need a lirc.conf but are there any usability issues
> anyone ?
> 
> Jeff

Yes, pcp supports the IR version too.

I created lirc configs around the same time I added the USB version.

For 'Squeezelite'
(https://raw.githubusercontent.com/ralph-irving/tcz-lirc/master/lircd-justboomIR)
For 'Jivelite'
(https://raw.githubusercontent.com/ralph-irving/tcz-lirc/master/lircd-jivelite-justboomIR)



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-02-04 Thread Jeff07971

ralphy wrote: 
> Do any of the keys work with jivelite?
> 
> For the JustBoom USB remote I had to make 'a C code change for the OK,
> back and menu buttons'
> (https://github.com/ralph-irving/squeezeplay/commit/defc4dfa8f7f6e0e818b1c41ec6813fdd2a11baa)
> that required recompiling the SDL library and 'an additional lua file
> change for the Menu button'
> (https://github.com/ralph-irving/jivelite/commit/d8801ad26dd13f30860ccc99416edcff665526d5).

Any experience with the JustBoom IR remote ?

Looks nice for £13.

I know it will need a lirc.conf but are there any usability issues
anyone ?

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on
Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-02-04 Thread ralphy

matzel82 wrote: 
> The remote control should be similar to mine. is there a possibility
> something to config?
> I just want to try it.

Do any of the keys work with jivelite?

For the JustBoom USB remote I had to make 'a C code change for the OK,
back and menu buttons'
(https://github.com/ralph-irving/squeezeplay/commit/defc4dfa8f7f6e0e818b1c41ec6813fdd2a11baa)
that required recompiling the SDL library and 'an additional lua file
change for the Menu button'
(https://github.com/ralph-irving/jivelite/commit/d8801ad26dd13f30860ccc99416edcff665526d5).



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-02-03 Thread matzel82

The remote control should be similar to mine. is there a possibility
something to config?
I just want to try it.



matzel82's Profile: http://forums.slimdevices.com/member.php?userid=49381
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-02-03 Thread ralphy

matzel82 wrote: 
> I would like connect my picoreplayer with an USB Wireless Remote Rii i7
> mini 
> 
> How configure or setup to work ?

Picoreplayer v3.21 and newer supports the 'JustBoom USB Smart Remote'
(https://www.justboom.co/product/justboom-smart-remote/).



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-02-02 Thread Jeff07971

matzel82 wrote: 
> I would like connect my picoreplayer with an USB Wireless Remote Rii i7
> mini 
> 
> How configure or setup to work ?

I don't think you can as it does not seem to have programmable keys



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on
Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2018-02-02 Thread matzel82

I would like connect my picoreplayer with an USB Wireless Remote Rii i7
mini 

How configure or setup to work ?



matzel82's Profile: http://forums.slimdevices.com/member.php?userid=49381
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-09-24 Thread kingswindsor

paul- wrote: 
> I would suggest checking all of the card connections, but otherwise, it
> might be best to talk to someone at IQaudio.  The two lines you
> highlighted in the non-working condition would be what you need to ask. 
> Everything else is pretty normal.
> 
> I'm assuming those two lines appear in dmesg when the card stops
> working.Thanks for all the replies and suggestions.   It's powered through the
amp from a 19v brick so I think the power is ok. (I had suspected
overheating or EMI myself before as it was all built into a small box,
but its all spread out now.)  

As there is no obvious diagnosis, I've decided to reduce the potential
for funny kernel issues and random faults and I have re - flashed v3.21
(normal) onto a new high quality 16Gb SD card.  All seems fine so far
(now I have unmuted the amp!). Nothing stands out from the dmseg logs to
my untutored eye so I'll let it run and see what happens.  Many thanks
to all.

Sent from my SM-N9005 using Tapatalk





kingswindsor's Profile: http://forums.slimdevices.com/member.php?userid=61926
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-09-23 Thread sbp

d6jg wrote: 
> Sometimes my Pi with iqaudio DAC won't play. It needs a complete power
> down and removal of the power supply to get it going. 
> Way back when this used to be the case with some modem cards. A reboot
> did nothing but a physical removal of the power lead from the PC sorted
> it.
> 
> 
> Sent from my iPhone using Tapatalk
With such a random error you also need to make sure that you have enough
power. Have you tried to attach a screen to check for the "lightning
bolt" sign?



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*

sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-09-23 Thread paul-

I would suggest checking all of the card connections, but otherwise, it
might be best to talk to someone at IQaudio.  The two lines you
highlighted in the non-working condition would be what you need to ask. 
Everything else is pretty normal.

I'm assuming those two lines appear in dmesg when the card stops
working.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-09-22 Thread d6jg

Sometimes my Pi with iqaudio DAC won't play. It needs a complete power
down and removal of the power supply to get it going. 
Way back when this used to be the case with some modem cards. A reboot
did nothing but a physical removal of the power lead from the PC sorted
it.


Sent from my iPhone using Tapatalk



*Pi3 with piCoreplayer music on QNAP TS419p via NFS*
iThingys/iPeng/Tablets/Jogglers
*Living Room* - Joggler & SB3 -> Onkyo TS606 - > Celestion Ditton F20s
*Office* - Pi -> Sony TA FE320 -> Celestion F10s / Pi & SB3 -> Onkyo CRN
755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-09-22 Thread kingswindsor

I've posted this message here although I don't think the problem is
specific to v3.10. The issue has been intermittent but persistent even
after upgrading from earlier versions in the hope I've fixed it. What
happens is that periodically the sound stops even though everything else
seems to be working fine. It usually comes about as a result of me
pausing the music but then, when I reboot, it does not come back until I
have rebooted several times. 

My setup is an Rpi2 with an IQaudio DAC and IQaudio Amp with a 7" screen
and IR control. 

I have done some analysis and the dmseg logs are different between the
no-sound and sound situations. Those logs are the same up to 4.3
seconds. Then there is a gap and at 13 seconds the logs differ. In the
no-sound condition these lines appear.

[ 13.124965] snd-rpi-iqaudio-dac soc:sound: ASoC: CODEC DAI pcm512x-hifi
not registered
[ 13.124979] snd-rpi-iqaudio-dac soc:sound: snd_soc_register_card()
failed: -517
[ 13.127941] snd-rpi-iqaudio-dac soc:sound: ASoC: CODEC DAI pcm512x-hifi
not registered
[ 13.127956] snd-rpi-iqaudio-dac soc:sound: snd_soc_register_card()
failed: -517

then this - common to both conditions -

[ 13.190648] snd-rpi-iqaudio-dac soc:sound: pcm512x-hifi <->
3f203000.i2s mapping ok
[ 13.193308] snd-rpi-iqaudio-dac soc:sound: snd_rpi_iqaudio_gpio_unmute:
un-muting amp using GPIO22
[ 13.270772] random: nonblocking pool is initialized
[ 13.328793] usbcore: registered new interface driver rtl8192cu
[ 13.947555] lirc_rpi: auto-detected active low receiver on GPIO pin 25
[ 13.949236] lirc_rpi lirc_rpi: lirc_dev: driver lirc_rpi registered at
minor = 0
[ 13.949250] lirc_rpi: driver registered!
[ 14.015327] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
[ 14.060536] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote
wakeup
[ 25.332362] input: lircd as /devices/virtual/input/input1
[ 25.411583] pcm512x 1-004c: No SCLK, using BCLK: -2
[ 26.853719] pcm512x 1-004c: No SCLK, using BCLK: -2

then, no-sound only condition
[ 26.865528] pcm512x 1-004c: Failed to remove standby: -5
[ 26.865542] pcm512x 1-004c: ASoC: Failed to turn on bias: -5

then, both conditions
[ 26.899233] pcm512x 1-004c: No SCLK, using BCLK: -2


I'm not sure why it might randomly stop producing sound. Might be
something be causing this intermittent fault to occurs and if so, any
suggestions how I might fix it?

many thanks



kingswindsor's Profile: http://forums.slimdevices.com/member.php?userid=61926
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-09-22 Thread kingswindsor

I've posted this message here although I don't think the problem is
specific to v3.10.  The issue has been intermittent but persistent even
after upgrading fro earlier versions in the hope I've fixed it.  What
happens is that periodically the sound stops even though everything else
seems to be working fine.  It usually comes about as a result of me
pausing the music but then, when I reboot, it does not come back until I
have rebooted several times. 

My setup is an Rpi2 with an IQaudio DAC and IQaudio Amp with a 7" screen
and IR control.  

I have done some analysis and the dmseg logs are different between the
no-sound and sound situations.  Those logs are the same up to 4.3
seconds.  Then there is a gap and at 13 seconds the logs differ.  In the
no-sound condition these lines appear.

[   13.124965] snd-rpi-iqaudio-dac soc:sound: ASoC: CODEC DAI
pcm512x-hifi not registered
[   13.124979] snd-rpi-iqaudio-dac soc:sound: snd_soc_register_card()
failed: -517
[   13.127941] snd-rpi-iqaudio-dac soc:sound: ASoC: CODEC DAI
pcm512x-hifi not registered
[   13.127956] snd-rpi-iqaudio-dac soc:sound: snd_soc_register_card()
failed: -517

then this - common to both conditions -

[   13.190648] snd-rpi-iqaudio-dac soc:sound: pcm512x-hifi <->
3f203000.i2s mapping ok
[   13.193308] snd-rpi-iqaudio-dac soc:sound:
snd_rpi_iqaudio_gpio_unmute: un-muting amp using GPIO22
[   13.270772] random: nonblocking pool is initialized
[   13.328793] usbcore: registered new interface driver rtl8192cu
[   13.947555] lirc_rpi: auto-detected active low receiver on GPIO pin
25
[   13.949236] lirc_rpi lirc_rpi: lirc_dev: driver lirc_rpi registered
at minor = 0
[   13.949250] lirc_rpi: driver registered!
[   14.015327] FAT-fs (mmcblk0p1): Volume was not properly unmounted.
Some data may be corrupt. Please run fsck.
[   14.060536] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote
wakeup
[   25.332362] input: lircd as /devices/virtual/input/input1
[   25.411583] pcm512x 1-004c: No SCLK, using BCLK: -2
[   26.853719] pcm512x 1-004c: No SCLK, using BCLK: -2

then, no-sound only condition
[   26.865528] pcm512x 1-004c: Failed to remove standby: -5
[   26.865542] pcm512x 1-004c: ASoC: Failed to turn on bias: -5

then, both conditions
[   26.899233] pcm512x 1-004c: No SCLK, using BCLK: -2


I'm not sure why it randomly stops producing sound.  Might something be
causing this intermittent fault to occurs and if so, any suggestions how
I might fix it?

thanks



kingswindsor's Profile: http://forums.slimdevices.com/member.php?userid=61926
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-08-14 Thread Benicz

Ah, that's good to know.
Will try as soon as possible...

What a great piece of software this is!!!



Benicz's Profile: http://forums.slimdevices.com/member.php?userid=66468
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-08-12 Thread Greg Erskine

Benicz wrote: 
> First I thought it's not called because squeezelite fails starting(?),
> but by accident I found out it does get called - but laaate!
> Taking ridiculously long this is fine (for now), but my script fails at
> a certain point where it comes to tty:ama0 access.
> 
> with a screen attached I could see the three patient attempts to
> get online and then enters a (sort of a) fail-state.
> (By the way: is there a way to get rid of these? debugging takes years
> ;) )

Hi Benicz,

As you found out, the wifi tries 3 times to connect before it gives up.

You can edit out the additional wifi retries in do_rebootstuff.sh

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-08-12 Thread Benicz

Hi Paul,
Thanks for the fast reply!

No console needed, it's a device I need to talk to.
Everything works fine as long as I'm on any network.
But if not, initialisation of that api-object fails.
That said:
I don't think it needs Internet access, but it might be worth a try if
it still fails inside an offline-network...

For the ad-hoc:
It's a workaround for that what I'm working on ;)



Benicz's Profile: http://forums.slimdevices.com/member.php?userid=66468
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-08-12 Thread paul-

I'm not sure If I understand what your program is doing, but If you just
want a serial console, that would be easy to setup, we don't have it
setup right because it requires different kernel command lines for the
rpi vs rpi3.

if you want a serial console.edit cmdline.txt and make sure the
console is setup for your board

rpi3
console=ttyS0,115200

all other rpi devices
console=ttyAMA0,115200

Then in /opt/bootlocal.sh before the pcp launch, start the serial
console
/usr/sbin/startserialtty &

-
Ad-hoc network...we've talked about that, and would work for the rpi
zeroW and rpi3, but supporting on every USB dongle would be a
challenge.

Country code is not currently supported by our startup scripts, and they
automatically generate the wpa_supplicant.conf.  .the rpi broadcom
wireless struggles on these channels anyway.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-08-12 Thread Benicz

Hi guys,

I'm posting here because I'm still on 3.11 - but I dont' think my
problem would be different on later versions.

I'm runnig a python script which is started automatically via user
commands on the tweaks page.
It uses tty:ama0 on my RPi3, working fine usually, network is connected
via onboard-wifi.

But I'd like to take care of the situation where no connection can be
established. That is:
- no ethernet plugged in
- the known SSID not in sight.

First I thought it's not called because squeezelite fails starting(?),
but by accident I found out it does get called - but laaate!
Taking ridiculously long this is fine (for now), but my script fails at
a certain point where it comes to tty:ama0 access.

with a screen attached I could see the three patient attempts to
get online and then enters a (sort of a) fail-state.
(By the way: is there a way to get rid of these? debugging takes years
;) )

Is there a difference in how the uart is set up in that case?
console re-routed? (needed to swap uarts to access an external device)
Are there modules not / unloaded?

Thanks,
any hints appreciated!  :)

PS:
Wouldn't it be great for most of us if it would create an adhoc network,
making the configpage accessible?
Maybe this could be deactivated if it's unwanted for security reasons...



Benicz's Profile: http://forums.slimdevices.com/member.php?userid=66468
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-05-09 Thread ldarieut

Is there a way to setup wifi country? I am trying to use channel 12 & 13
and they do not show up using iwlist.
Thanks
l.



ldarieut's Profile: http://forums.slimdevices.com/member.php?userid=21224
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-05-09 Thread Wigster

bpa wrote: 
> 
> 
> You don't say explicitly but does it fail to play ? If it fails to play
> I'm not sure what has been proved.
> I trying to prove/disprove whether BBC is using some "interesting" AAC
> encoding options - that decoder in Pcp doesn't handle properly (e.g.
> corrupts memory on Arm processors).  However the stream is not an exact
> copy of DASH.
> 
> I feel this discussion is cluttering up the PCp thread even though my
> gut feel is that it is a Pcp build issue rather than a BBCiPlayer plugin
> issue.  I'll start a new thread with a summary of the problem as I see
> it.

Just to update: I've now had time to upgrade to LMS 7.9.1, PCP 3.20 and
iPlayer 1.5.3. With all of these, BBC iPlayer streams work very well
again. Who knows what got fixed, but something did. :)



Wigster's Profile: http://forums.slimdevices.com/member.php?userid=14899
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-28 Thread Eelco

Greg Erskine wrote: 
> hi Eelco, 
> 
> I think the "-c Digital" is enabled by default in later versions of
> piCorePlayer.
> 
> regards
> Greg

In 3.10 things still go wrong when I use Shairport-sync. Volume is very
low and I can only restore that by altering the settings in the
Alsamixer. Very frustrating.



Eelco's Profile: http://forums.slimdevices.com/member.php?userid=66841
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-27 Thread Greg Erskine

hi Eelco, 

I think the "-c Digital" is enabled by default in later versions of
piCorePlayer.

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-27 Thread Eelco

I like to use the option -c Digital with shairport-sync. Where can I
change this? I tried to change the service script in
/usr/local/etc/init.d/shairport-sync but it is read only. Anyone who
could give me a hint? :)



Eelco's Profile: http://forums.slimdevices.com/member.php?userid=66841
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-27 Thread bluetdi

Thank you, I can see no regularity in the flickering also, at the moment
it is gone. 
But I ordered a different power supply with 3000mA/h, maybe it is of
some use. I will report.



2x Odroid U3 + m2p + LMS | Pi3-7" + pCP, 2x Touch, 2x Classic, 2x Boom,
2x Radio | iPeng 9

bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-27 Thread Man in a van

bluetdi wrote: 
> It may be a stupid question, but I did not find an answer:
> 
> What is this yellow lightning trying to say that shows up in the upper
> right on the screen?
> 
> Sometimes it seems to be always on, then it shows up randomly for hours
> and sometimes it is gone all day.
> 
> Karl

http://bfy.tw/BSk5

Jeff beat me:(



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-27 Thread Jeff07971

bluetdi wrote: 
> It may be a stupid question, but I did not find an answer:
> 
> What is this yellow lightning trying to say that shows up in the upper
> right on the screen?
> 
> Sometimes it seems to be always on, then it shows up randomly for hours
> and sometimes it is gone all day.
> 
> Karl

Its a low voltage warning for the Pi, Either the PSU is not up to the
job or the cable between PSU and Pi is too long/thin.

My Pi's often have this warning displayed but never crash etc so I think
its probably set too sensitive

Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  7.9.0 - 1475786002 on Centos 7 VM on ESXi 6 on
Dell T320
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-27 Thread bluetdi

It may be a stupid question, but I did not find an answer:

What is this yellow lightning trying to say that shows up in the upper
right on the screen?

Sometimes it seems to be always on, then it shows up randomly for hours
and sometimes it is gone all day.

Karl



2x Odroid U3 + m2p + LMS | Pi3-7" + pCP, 2x Touch, 2x Classic, 2x Boom,
2x Radio | iPeng 9

bluetdi's Profile: http://forums.slimdevices.com/member.php?userid=20633
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-12 Thread jacobacci

Hi all
I am having problems playing DSD files to a PCM DAC. Here are the
details of my setup

System configuration: Raspberry Pi 3
piCorePlayer v3.11 | linux 4.4.39-pcpAudioCore_v7+ | piCore v8.0 |
Squeezelite v1.8.6-830 |
Logitech Media Server Version: 7.9.0 - 1453293926 @ Thu Jan 21 04:09:26
UTC 2016
Synology DS1815+ on DSM 6.1 15047 Update 2

Playing DSD Files to PCM DAC works using an ancient SB3, so the
configuration of LMS seems to be ok. 
Using the RP3 / piCorePlayer streams the file ok, but the DAC does not
give any sound. So I suspect the file is being streamed in DoP, instead
of being converted DSD -> PCM by LMS.

I suspect I have missed one of the settings in squeezelite.
One thing that came to my mind: The field Squeezelite Settings / Device
supports DoP is empty. Do I neet to put anything there?

Grateful for any help.
Thanks a lot



jacobacci's Profile: http://forums.slimdevices.com/member.php?userid=63932
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-11 Thread Greg Erskine

LMS server logs can be viewed via the pCP web interface.

Open the pCP web interface on your pCP with LMS installed.

>From [Main Page] in [Beta] mode, click [Diagnostics] > [Logs].

There should be 3 LMS logs on the pull-down list.



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-10 Thread Greg Erskine

hi Ottoman,

Another option.

http://picoreplayer.sourceforge.net/pcp_cli.shtml

regards
Greg



Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-10 Thread Jeff07971

Ottoman wrote: 
> Got piCore up and running (player and LMS running), added the NAS share
> on the LMS configuration page, but when scanning the library from the
> client, no media (0 files) are found.
> 
> I know the media is there because I can SSH into the piCore server, see
> the mount is added correctly, and I can go into the mounted directory
> and see all the mp3 files. I even gave full access (777) on all the
> files and folders in the mounted directory. But it still does not find
> anything even after choosing to delete library and rescan. I can see
> from the scanner logs that the scan completes, but finds nothing.
> 
> BUT. if I go into the LMS server console (access SAME server on
> HTTPS and port 9000), and do the scan from there, it completes without
> any issues.
> Is this a bug? What is the LMS web page page doing that a regular scan
> within piCore cannot do?

Sorry can you be a little clearer ?

When you say "but when scanning the library from the client, no media (0
files) are found." where are you looking ?
The LMS page for Pcp does not have a rescan button that I am aware of
and the "Configure LMS" is just a redirect to Your_Pcp_IP:9000

22475


+---+
|Filename: Pcp_LMS.jpg  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22475|
+---+


*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezePlayer,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  7.9.0 - 1475786002 on Centos 7 VM on ESXi 6 on
Dell T320
*Plugins:* AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud
*Remotes:* iPeng8/Orangesqueeze/PC/Jivelite
*Music:* 383GB,1269 albums 17756 songs 4381 artists mostly FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-10 Thread Ottoman

Got piCore up and running (player and LMS running), added the NAS share
on the LMS configuration page, but when scanning the library from the
client does not find any media.

I know the media is there because I can SSH into the piCore server, see
the mount is added correctly, and I can go into the mounted directory
and see all the files. I even gave full access (777) on all the files
and folders in the mounted directory. But it still does not find
anything even after choosing to delete library and rescan. I can see
from the scanner logs that the scan completes, but finds nothing.

BUT. if I go into the LMS server console (access SAME server on
HTTPS and port 9000), and do the scan from there, it completes without
any issues.
Is this a bug? What is the LMS web page page doing that a regular scan
within piCore cannot do?



Ottoman's Profile: http://forums.slimdevices.com/member.php?userid=66785
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-10 Thread gtj

ralphy wrote: 
> Here's how to manually install the ape decoder on pcp.  You need to ssh
> into pcp then run these commands.
> 
> > 
Code:

  >   > 
  > cd /mnt/mmcblk0p2/tce
  > wget -O mac.tar.gz 
https://sourceforge.net/projects/lmsclients/files/utility/mac-3.99-u4-b5-armv6hf.tar.gz/download
  > tar -xzf mac.tar.gz mac
  > sudo ln -s /mnt/mmcblk0p2/tce/mac /usr/local/bin/mac
  > 

> > 
> 
> Restart LMS, don't reboot picoreplayer, you'll loose the link we
> created, then try playing some ape files.
> 
> To persist a reboot, add *ln -s /mnt/mmcblk0p2/tce/mac
> /usr/local/bin/mac* to one of user commands lines on the tweaks webgui
> page and save the config.


Thanks so much for this!

I installed the decoder and plays flawlessly all my apes. RPi3 seems
enough powerful to handle decoding and have not noticed a glitch so far.


Thank you so much for all your amazing work and for perfecting pcp all
these years.



gtj's Profile: http://forums.slimdevices.com/member.php?userid=66771
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-09 Thread paul-

paul- wrote: 
> If you have a pCP lms server, the binaries are handled differently.  I
> will need to update the binaries extension.

pCP LMS binaries extension has been updated.  New installs will get the
new extension.

Update is a little difficult , as the binaries was never planned to
update.

If you open an ssh session and do the following.


Code:


  tc@piCorePlayer:~$ mkdir /mnt/mmcblk0p2/tce/optional/upgrade
  tc@piCorePlayer:~$ cd /mnt/mmcblk0p2/tce/optional/upgrade
  tc@piCorePlayer:~$ wget 
http://picoreplayer.sourceforge.net/tcz_repo/8.x/armv6/tcz/slimserver-CPAN.tcz
  Connecting to picoreplayer.sourceforge.net (216.34.181.96:80)
  slimserver-CPAN.tcz  100% 
||
  4656k 
  0:00:00 ETA
  tc@piCorePlayer:~$ wget 
http://picoreplayer.sourceforge.net/tcz_repo/8.x/armv6/tcz/slimserver-CPAN.tcz.md5.txt
  Connecting to picoreplayer.sourceforge.net (216.34.181.96:80)
  slimserver-CPAN.tcz. 100% 
||
54   0:00:00 ETA
  tc@piCorePlayer:/mnt/mmcblk0p2/tce/optional/upgrade$ md5sum -c 
slimserver-CPAN.tcz.md5.txt
  slimserver-CPAN.tcz: OK
  tc@piCorePlayer:/mnt/mmcblk0p2/tce/optional/upgrade$
  



as long as you get an OK on the md5sum check, then you can reboot, and
your system will use the new extension



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-09 Thread merlinus

ralphy wrote: 
> The ape mac binary for armhf and amd64 are now included in the server. 
> Update to the latest 7.9.1 nightly build and you're good to go.
> 
> https://github.com/Logitech/slimserver/commit/3ef3118f0f70f59e12bf52f1d05a3c00f3a13680
> 
> Thanks Michael.

I downloaded a file named mac from the url, and placed it in
/usr/local/bin/

I then stopped and restarted LMS, but it still does not allow me to add
.ape files to the playlist.

I could not find the latest 7.9.1 nightly build at that url.  

Help appreciated!  Thanks.



merlinus's Profile: http://forums.slimdevices.com/member.php?userid=66548
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-08 Thread NotTheHerbie

ralphy wrote: 
> Perhaps there were 2 copies of squeezelite running?  I've never seen
> that before.
> 
> I've attached a tar file with a pcp-squeezelite.tcz for pcp 3.20beta
> with the first stutter.patch.txt applied, version is v1.8.6-945A. 
> Extract it into /mnt/mmcblk0p2/tce/optional and reboot pcp.  You can
> confirm you're running that version in the webgui after the reboot.
> 
> The stutter2 patch does not fix the progress bar status problem, so it's
> time to research the issue again.

Ralphy,

I implemented the above and pCP appears to be working normally with
Jivelite.

I don't think the issue with patch #2 was the result of two instances of
squeezelite running.  I copied my patched version of squeezelite to
/mnt/mmcblk0p2/tce/ and rebooted.  I had also changed the version number
so I could confirm the patched version was indeed the one running.

I'm going to update all of my pCP's with your updated
pcp-squeezelite.tcz and run with that until the next update.  I'll let
you know if I encounter any further problems.

Thanks again,
Mike



NotTheHerbie's Profile: http://forums.slimdevices.com/member.php?userid=64195
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-08 Thread paul-

ralphy wrote: 
> The ape mac binary for armhf and amd64 are now included in the server. 
> Update to the latest 7.9.1 nightly build and you're good to go.
> 
> https://github.com/Logitech/slimserver/commit/3ef3118f0f70f59e12bf52f1d05a3c00f3a13680
> 
> Thanks Michael.

If you have a pCP lms server, the binaries are handled differently.  I
will need to update the binaries extension.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-08 Thread ralphy

NotTheHerbie wrote: 
> Hi Ralphy,
> 
> The stuttering problem appears to be corrected.  I do see more small
> (10-20 msec) skip aheads and the occasional larger skip ahead, but I
> believe with 6 pCPs sync'd throughout my home, that's to be expected.  I
> may try the LMS SyncOptions 3rd party plugin and set it to resync
> between songs.
> 
> I have encountered a problem with my one pCP that has the 7" RPi touch
> display and is running Jivelite.  After installing the patched r945
> squeezelite, running Jivelite causes squeezelite to stop.  I have tried
> uninstalling Jivelite and reinstalling it with the same result.  Is this
> related to my running pCP 3.11, with squeezelite r945?  FYI, the
> hardware is the original RPi 2.
> 
> Thanks,
> Mike

NotTheHerbie wrote: 
> Ralphy,
> 
> I just loaded a clean pCP v3.20beta5 on my RPi with the 7" touch screen
> and confirmed the unpatched squeezelite r945 runs  with Jivelite
> running, but does not run if I install the patched version and run
> Jivelite.  If I stop Jivelite, the patched squeezelite will run.
> 
> - Mike

Perhaps there were 2 copies of squeezelite running?  I've never seen
that before.

I've attached a tar file with a pcp-squeezelite.tcz for pcp 3.20beta
with the first stutter.patch.txt applied, version is v1.8.6-945A. 
Extract it into /mnt/mmcblk0p2/tce/optional and reboot pcp.  You can
confirm you're running that version in the webgui after the reboot.

The stutter2 patch does not fix the progress bar status problem, so it's
time to research the issue again.


+---+
|Filename: stutter.patch.txt|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22454|
+---+


Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-08 Thread ralphy

gtj wrote: 
> Thank you so much!
> I can't wait to get home and try it!

paul- wrote: 
> There are 64 bit binaries here 
> 
> https://sourceforge.net/projects/lmsclients/files/utility/

The ape mac binary for armhf and amd64 are now included in the server. 
Update to the latest 7.9.1 nightly build and you're good to go.

https://github.com/Logitech/slimserver/commit/3ef3118f0f70f59e12bf52f1d05a3c00f3a13680

Thanks Michael.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-08 Thread paul-

rtaxerxes wrote: 
> I saw this wifi dongle, the TP-LINK TL-WN823N, was supposed to work with
> PiCorePlayer but it doesn't seem to...
> 
> Dmesg is showing:
> 
> > 
Code:

  >   > [3.023622] usb 1-1.4: New USB device found, idVendor=2357, 
idProduct=0109
  > [3.023650] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  > [3.023664] usb 1-1.4: Product: 802.11n NIC 
  > [3.023676] usb 1-1.4: Manufacturer: Realtek 
  > [3.023688] usb 1-1.4: SerialNumber: 00e04c01

> > 
> 
> Could someone help me figure out how to get it to work? This is on a
> 2014 Raspberry pi B+ v1.2.

>From what I can tell, it dropped out with the 4.x kernels.  That appears
to need an out of tree driver. 
https://github.com/Mange/rtl8192eu-linux-driver 

Unfortunately with the stripped down OS that we use, DKMS doesn't work
to build and install these drivers .  They have to be compiled and
manually installed.  It can be done, but is quite a indepth process.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-08 Thread rtaxerxes

I saw this wifi dongle, the TP-LINK TL-WN823N, was supposed to work with
PiCorePlayer but it doesn't seem to. Under the wifi page it says:


Code:

Scanning..
  
  No wifi devices found!
  
  Possible error:
  
  1. USB wifi adapter missing - insert adapter.
  2. wifi drivers and firmware missing - reboot required.



Lsusb is showing:


Code:

Bus 001 Device 004: ID 2357:0109

 

Dmesg is showing:


Code:

[3.023622] usb 1-1.4: New USB device found, idVendor=2357, 
idProduct=0109
  [3.023650] usb 1-1.4: New USB device strings: Mfr=1, Product=2, 
SerialNumber=3
  [3.023664] usb 1-1.4: Product: 802.11n NIC 
  [3.023676] usb 1-1.4: Manufacturer: Realtek 
  [3.023688] usb 1-1.4: SerialNumber: 00e04c01



Could someone help me figure out how to get it to work? This is on a
2014 Raspberry pi B+ v1.2.



rtaxerxes's Profile: http://forums.slimdevices.com/member.php?userid=66776
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-07 Thread NotTheHerbie

Ralphy,

I just loaded a clean pCP v3.20beta5 on my RPi with the 7" touch screen
and confirmed the unpatched squeezelite r945 runs  with Jivelite
running, but does not run if I install the patched version and run
Jivelite.  If I stop Jivelite, the patched squeezelite will run.

- Mike



NotTheHerbie's Profile: http://forums.slimdevices.com/member.php?userid=64195
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-07 Thread gtj

ralphy wrote: 
> Here's how to manually install the ape decoder on pcp.  You need to ssh
> into pcp then run these commands.
> 
> > 
Code:

  >   > 
  > cd /mnt/mmcblk0p2/tce
  > wget -O mac.tar.gz 
https://sourceforge.net/projects/lmsclients/files/utility/mac-3.99-u4-b5-armv6hf.tar.gz/download
  > tar -xzf mac.tar.gz mac
  > sudo ln -s /mnt/mmcblk0p2/tce/mac /usr/local/bin/mac
  > 

> > 
> 
> Restart LMS, don't reboot picoreplayer, you'll loose the link we
> created, then try playing some ape files.
> 
> To persist a reboot, add *ln -s /mnt/mmcblk0p2/tce/mac
> /usr/local/bin/mac* to one of user commands lines on the tweaks webgui
> page and save the config.

Thank you so much!
I can't wait to get home and try it!



gtj's Profile: http://forums.slimdevices.com/member.php?userid=66771
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-07 Thread merlinus

paul- wrote: 
> There are 64 bit binaries here 
> 
> https://sourceforge.net/projects/lmsclients/files/utility/

I d/ed mac-3.99-u4-b5-x86_64.tar.gz, and extracted what looks like an
executable file named mac.  But now what???

Thanks!



merlinus's Profile: http://forums.slimdevices.com/member.php?userid=66548
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-07 Thread paul-

merlinus wrote: 
> 64-bit Ubuntu OS, Intel Core i7-3770 CPU @ 3.40GHz × 8, one 120G SSD
> (system files, most apps and /home), one 500G HDD.

There are 64 bit binaries here 

https://sourceforge.net/projects/lmsclients/files/utility/



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-07 Thread merlinus

paul- wrote: 
> The above link was for a armhf binary / pCP hosted LMS instance.  
> 
> What is your architecture of you ubuntu system?

64-bit Ubuntu OS, Intel Core i7-3770 CPU @ 3.40GHz × 8, one 120G SSD
(system files, most apps and /home), one 500G HDD.



merlinus's Profile: http://forums.slimdevices.com/member.php?userid=66548
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-07 Thread paul-

merlinus wrote: 
> Thanks for this, but it does not work with my LMS server.  I can see the
> .ape files, but there is no way to add them to the playlist.  I get this
> error message:  No playable items found. Only audio files can be
> played.
> 
> The computer on which LMS resides runs Ubuntu 16.04.

The above link was for a armhf binary / pCP hosted LMS instance.  

What is your architecture of you ubuntu system?



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-07 Thread merlinus

ralphy wrote: 
> Here's how to manually install the ape decoder on pcp.  You need to ssh
> into pcp then run these commands.
> 
> > 
Code:

  >   > 
  > cd /mnt/mmcblk0p2/tce
  > wget -O mac.tar.gz 
https://sourceforge.net/projects/lmsclients/files/utility/mac-3.99-u4-b5-armv6hf.tar.gz/download
  > tar -xzf mac.tar.gz mac
  > sudo ln -s /mnt/mmcblk0p2/tce/mac /usr/local/bin/mac
  > 

> > 
> 
> Restart LMS, don't reboot picoreplayer, you'll loose the link we
> created, then try playing some ape files.

Thanks for this, but it does not work with my LMS server.  I can see the
.ape files, but there is no way to add them to the playlist.  I get this
error message:  No playable items found. Only audio files can be
played.

The computer on which LMS resides runs Ubuntu 16.04.



merlinus's Profile: http://forums.slimdevices.com/member.php?userid=66548
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-07 Thread NotTheHerbie

ralphy wrote: 
> Thank you again Mike for testing this.
> 
> I'll wait a few days for your results will all the players synced and
> continue to test here as well.

Hi Ralphy,

The stuttering problem appears to be corrected.  I do see more small
(10-20 msec) skip aheads and the occasional larger skip ahead, but I
believe with 6 pCPs sync'd throughout my home, that's to be expected.  I
may try the LMS SyncOptions 3rd party plugin and set it to resync
between songs.

I have encountered a problem with my one pCP that has the 7" RPi touch
display and is running Jivelite.  After installing the patched r945
squeezelite, running Jivelite causes squeezelite to stop.  I have tried
uninstalling Jivelite and reinstalling it with the same result.  Is this
related to my running pCP 3.11, with squeezelite r945?  FYI, the
hardware is the original RPi 2.

Thanks,
Mike



NotTheHerbie's Profile: http://forums.slimdevices.com/member.php?userid=64195
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-07 Thread Michael Herger

To persist a reboot, add *ln -s /mnt/mmcblk0p2/tce/mac
/usr/local/bin/mac* to one of user commands lines on the tweaks webgui
page and save the config.


Ah... good reminder. I always forget about the possibility to add custom 
commands.


--

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-06 Thread ralphy

gtj wrote: 
> Thanks for your response Michael.
> I'm quite surprised ape format is not supported as it's popular and ever
> growing in the audiophile community.
> I hope something it's done and become available soon. I have tons of ape
> files in my collection... :(

Here's how to manually install the ape decoder on pcp.  You need to ssh
into pcp then run these commands.


Code:


  cd /mnt/mmcblk0p2/tce
  wget -O mac.tar.gz 
https://sourceforge.net/projects/lmsclients/files/utility/mac-3.99-u4-b5-armv6hf.tar.gz/download
  tar -xzf mac.tar.gz mac
  sudo ln -s /mnt/mmcblk0p2/tce/mac /usr/local/bin/mac
  



Restart LMS, don't reboot picoreplayer, you'll loose the link we
created, then try playing some ape files.

To persist a reboot, add *ln -s /mnt/mmcblk0p2/tce/mac
/usr/local/bin/mac* to one of user commands lines on the tweaks webgui
page and save the config.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-06 Thread Michael Herger

I'm quite surprised ape format is not supported as it's popular and ever
growing in the hi-res community.


Flac is pretty widely accepted as the de-facto lossless compression 
tool. APE is rather exotic compared to it, without any real advantage. 
According to this comparison table on Hydrogenaudio you could even say 
it has quite a few disadvantages, like performance (both in compression 
ratio and CPU cycles)


http://wiki.hydrogenaud.io/index.php?title=Lossless_comparison#Comparison_Table

--

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-06 Thread Julf

gtj wrote: 
> I'm quite surprised ape format is not supported as it's popular and ever
> growing in the audiophile community.

Hmm... Why? What are the benefits?



"To try to judge the real from the false will always be hard. In this
fast-growing art of 'high fidelity' the quackery will bear a solid gilt
edge that will fool many people" - Paul W Klipsch, 1953

Julf's Profile: http://forums.slimdevices.com/member.php?userid=42050
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-06 Thread ralphy

NotTheHerbie wrote: 
> Hi Ralphy,
> 
> I've built and tested your latest patch.  The sync appears to work the
> same as the previous patch.  I installed the updated squeezelite on
> three pCP's and synchronized them.  After over an hour of playback I
> examined the log and found the initial skip ahead at the start of
> playback, plus three more.  They were 10, 314 and 16 msec in length. 
> The 314 msec skip ahead was certainly audible, buy could have been
> caused by a network or server glitch.  In any case, sync performance
> appears to be back to the pre r727 commit level.  I will push this
> update out to my remaining four pCP's and keep them all sync'd.  I'll
> let you know if I detect any other problems, but I think you're good to
> go.
> 
> Thanks,
> Mike

Thank you again Mike for testing this.

I'll wait a few days for your results will all the players synced and
continue to test here as well.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-06 Thread gtj

mherger wrote: 
> > Can anyone please let me know if I can play APE files?
> 
> Is the Pi (pCP) using arm or armhf binaries?... I see that we don't have
> 
> mac (the Monkey Audio Console Front End) for armhf, but arm only. Lack 
> of mac would mean there's no APE support.
> 
> -- 
> 
> Michael

Thanks for your response Michael.
I'm quite surprised ape format is not supported as it's popular and ever
growing in the hi-res community.
I hope something it's done and be available soon. I have tons of ape
files in my collection... :(



gtj's Profile: http://forums.slimdevices.com/member.php?userid=66771
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-05 Thread NotTheHerbie

ralphy wrote: 
> Thanks for testing.
> 
> I've attached another patch which hopefully fixes the status bar
> reporting as well as the sync status updates.
> 
> Would you please test it to confirm sync works the same as the previous
> patch.

Hi Ralphy,

I've built and tested your latest patch.  The sync appears to work the
same as the previous patch.  I installed the updated squeezelite on
three pCP's and synchronized them.  After over an hour of playback I
examined the log and found the initial skip ahead at the start of
playback, plus three more.  They were 10, 314 and 16 msec in length. 
The 314 msec skip ahead was certainly audible, buy could have been
caused by a network or server glitch.  In any case, sync performance
appears to be back to the pre r727 commit level.  I will push this
update out to my remaining four pCP's and keep them all sync'd.  I'll
let you know if I detect any other problems, but I think you're good to
go.

Thanks,
Mike



NotTheHerbie's Profile: http://forums.slimdevices.com/member.php?userid=64195
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-05 Thread Michael Herger

Can anyone please let me know if I can play APE files?


Is the Pi (pCP) using arm or armhf binaries?... I see that we don't have 
mac (the Monkey Audio Console Front End) for armhf, but arm only. Lack 
of mac would mean there's no APE support.


--

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-05 Thread paul-

usc95 wrote: 
> Also, LMS settings and cache are set up to store on my 256 gb usb stick
> that also contains my music.

that is a persistent location, does not require a backup.  Unless you
pulled the power to the device while it was writting and corrupted the
cache/settings.Not likely a specific pCP issue.   Do you have a good
power supply on your system?   Weak power supplies will corrupt drives
rather easily.

If you can reproduce the problem, You can look at the LMS logs.  By
default the LMS logs are written to a tmp drive, so they are lost at a
reboot.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-05 Thread gtj

Can anyone please let me know if I can play APE files?
I don't know whether I'm missing anything or this format is not
supported but my Picoreplayer can't play them. It recognizes the
artists, albums, covers but I get a not supported file error when I try
to play them.

Any help or suggestion would be greatly appreciated.

Many thanks
George



gtj's Profile: http://forums.slimdevices.com/member.php?userid=66771
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-05 Thread usc95

Also, LMS settings and cache are set up to store on my 256 gb usb stick
that also contains my music.



usc95's Profile: http://forums.slimdevices.com/member.php?userid=59694
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-05 Thread usc95

paul- wrote: 
> Need a little more info about your setup.  But LMS settings are saved in
> a persistent location, you should not have to back up.

I am running LMS 7.9 via picoreplayer 3.11 on an rpi 2. Let me know if
you need any other information to help. Thanks!



usc95's Profile: http://forums.slimdevices.com/member.php?userid=59694
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-05 Thread ralphy

NotTheHerbie wrote: 
> Ralphy,
> 
> Your patch, when applied to r945, creates a slimproto.c identical to
> mine and when compiled and linked, results in an identical binary.  You
> should be good to go.
> 
> Thanks again to you and everyone else who has contributed to making
> piCorePlayer a great LMS client.
> 
> - Mike

Thanks for testing.

I've attached another patch which hopefully fixes the status bar
reporting as well as the sync status updates.

Would you please test it to confirm sync works the same as the previous
patch.


+---+
|Filename: stutter2.patch.txt   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22445|
+---+


Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-04 Thread paul-

usc95 wrote: 
> So my rpi was unplugged by one of my kids last night and when I went to
> plug it back in today LMS did not just reboot.  It started from the
> first screen asking for my mysqueezebox.com credentials and now it looks
> like I have to set everything back up including my favorites, plugins
> etc.  Is this expected? Is there something I can do to locate the
> settings I had before it was unplugged?  Going forward, what should I do
> to make sure this doesn't happen again?  Thanks for any help in
> understanding this.

Need a little more info about your setup.  But LMS settings are saved in
a persistent location, you should not have to back up.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-04 Thread usc95

I just noticed the "save to usb" button on main page.  I guess I should
have clicked this when was happy with my setup? So no trace of my
previous setup remains and I need to input my favorites and plugin
settings all over again?



usc95's Profile: http://forums.slimdevices.com/member.php?userid=59694
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-04 Thread usc95

So my rpi was unplugged by one of my kids last night and when I went to
plug it back in today LMS did not just reboot.  It started from the
first screen asking for my mysqueezebox.com credentials and now it looks
like I have to set everything back up including my favorites, plugins
etc.  Is this expected? Is there something I can do to locate the
settings I had before it was unplugged?  Going forward, what should I do
to make sure this doesn't happen again?  Thanks for any help in
understanding this.



usc95's Profile: http://forums.slimdevices.com/member.php?userid=59694
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-04 Thread ralphy

NotTheHerbie wrote: 
> I have not tried PCP 3.20, but I did use Squeezelite v1.8.4-945 as the
> baseline for my tests.  I also figured out I could delete the link to
> squeezelite located at /usr/local/bin and replace it with my test
> builds, knowing they would not survive a reboot.  I think I may have
> found a solution to the skip ahead problem.
> 
> Using the test setup I described earlier, I first verified my rebuilt
> build 945 worked and exhibited the stuttering.  I set log level to
> all=sdebug and looking at pcp_squeezelite.log, I found skip ahead
> entries every 5-10 seconds.  Not all were large enough to be audible,
> but enough were to make the stream unlistenable.
> 
> I then inserted a build with only the following change reverted to build
> 720, which eliminated all but one skip ahead at the beginning of every
> track.
> 
> Let me know if you have any questions or would like me to test anything
> else.
> 
> Thanks,
> Mike

Thanks Mike for looking into this.  The 3 changes from the r727 commit
fixed the status bar reporting for the controllers, but appears to have
broken sync status updates.  I've attached a patch file which reverts
them.  Would you please apply it to a clean r945 and confirm it matches
your changes above and that sync is working properly.  I'll then apply
that change to git and create a new pcp-squeezelite.tcz and pcp binary.


+---+
|Filename: stutter.patch.txt|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22433|
+---+


Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-03 Thread paul-

epoch1970 wrote: 
> As it is, it's a bit hackish but I think it is operational. There is no
> extra network traffic to speak of, once the system has booted. I'd like
> to check SQ and sync with a version of pCP/piCore that has recent
> firmwares allowing to net boot out-of-the-box. Would 3.20-beta be a
> candidate?

This is pretty interesting... would you mind starting your own
thread, to keep the direct pCP related questions separated.

The 3.20 image uses the latest rpi firmware.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-03 Thread epoch1970

paul- wrote: 
> Well then you are going to have to NFS mount the files on the tftp
> server.   Also would require a ton of updates to our code from the
> location and mounting of the tftp boot drive to changing the path of all
> of the code that makes edits to the boot partition.   It's all possible.

This is where I stand. No changes to pCP code, although I think the
pcp-variable DEVICE could be changed to point to the NFS share exporting
the boot partition, and the resize2fs and LMS(?) cgis use hardcoded
references to /dev/mmcblk0p1.

As it is, the interface looks by and large ok, attempts to mount or
dismount /dev/mmcblk0p1 fail, but saving to it works. Of course saving
to tce (ex- mmcblk02) work.

Cmdline.txt has 2 special parameters:
Code:

nfsmount=172.17.71.10:/export/12345abc/TCE 
nfsboot=172.17.71.10:/export/12345abc/BOOT:udp,vers=3,noatime


  
- nfsmount is a true TCLinux bootcode, this is processed in
  /etc/init.d/tc-config. This export contains what's in "/dev/mmcblk0p2"
  and gets mounted under /mnt/nfs. It should support the form
  :: but the script only looks for some
  special options (noping?) and doesn't apply generic ones, like udp. 
- nfsboot is implemented in bootlocal.sh, in the same fashion as
  tc-config. Except I apply the mount options... This export contains
  what's in "/dev/mmcblk0p1", only for configuration changes, and is
  mounted to /mnt/mmcblk0p1 to let pCP work (almost) normally. On the
  server the export is bind-mounted to /tftp/12345abc to allow booting.
  
Here is bootlocal.sh:
Code:

tc@test:~$ cat /opt/bootlocal.sh 
  #!/bin/sh
  # put other system startup commands here
  
  GREEN="$(echo -e '\033[1;32m')"
  
  echo
  echo "${GREEN}Running bootlocal.sh..."
  #pCPstart--
  /home/tc/www/cgi-bin/do_rebootstuff.sh 2>&1 | tee -a /var/log/pcp_boot.log
  #pCPstop--
  
  # NFS mounting. See http://forum.tinycorelinux.net/index.php?topic=19913.0
  for i in `cat /proc/cmdline`; do
  case $i in  
  nfsboot*)
  # Allows to update pCP boot config over NFS
  NFSBOOT=${i#*=}
  BOOTMNT="/mnt/mmcblk0p1"
  SERVER=$(echo $NFSBOOT | awk -F: '{ print $1 }')
  DIR=$(echo $NFSBOOT | awk -F: '{ print $2 }')
  OPTS=$(echo $NFSBOOT | awk -F: '{ print $3 }' | tr ',' ' ')
  OPTS=$(echo defaults noauto nolock addr=${SERVER} ${OPTS} | tr ' ' ',')
  echo "Creating directory ${BOOTMNT}"
  sudo mkdir ${BOOTMNT} >/dev/null 2>&1
  # pCP checks in fstab for device /dev/mmcblk itself so mounts fail...
  # echo "Creating /etc/fstab entry for ${BOOTMNT} over NFS"
  # ME="$0"
  # sudo sh -c "cat << EOF >> /etc/fstab
  ## Added by $ME
  #${SERVER}:${DIR} ${BOOTMNT} nfs ${OPTS} 0 0
  #EOF
  #"
  # ... so instead we mount permanently as pCP won't mount/unmount
  # if mounted already.
  echo "Mounting ${SERVER}:${DIR} to ${BOOTMNT}"
  sudo mount -t nfs -o ${OPTS} ${SERVER}:${DIR} ${BOOTMNT}
  ;;
  nfsmount*)
  # Keep pCP happy with a normal-looking SD mount
  NFSMOUNT="/mnt/nfs"
  TCEMNT="/mnt/mmcblk0p2"
  echo "Creating directory ${TCEMNT}"
  sudo mkdir ${TCEMNT} >/dev/null 2>&1
  echo "Adding bind mount for ${TCEMNT}"
  sudo mount -o bind ${NFSMOUNT} ${TCEMNT} >/dev/null 2>&1
  ;;
  esac
  done


As you see my 1st intent was to add an entry for /mnt/mmcblk0p1 in fstab
and let pCP do the mount/dismount as usual. However
pcp_mount_mmcblk0p1_nohtml was failing because it looks for
/dev/mmcblk0p1, not /mnt/mmcblk0p1 in /etc/fstab.

I don't know if the bind mount of /mnt/nfs to /mnt/mmcblk0p2 makes any
difference. I thought it wouldn't hurt.

As it is, it's a bit hackish but I think it is operational. There is no
extra network traffic to speak of, once the system has booted. I'd like
to check SQ and sync with a version of pCP/piCore that has recent
firmwares allowing to net boot out-of-the-box. Would 3.20-beta be a
candidate?



3 SB 3 • Libratone Loop, Zipp Mini • iPeng (iPhone + iPad) • LMS 7.9
(linux) with plugins: CD Player, WaveInput, Triode's BBC iPlayer by bpa
• IRBlaster by Gwendesign (Felix) • Server Power Control by Gordon
Harris • Smart Mix, Music Walk With Me, What Was That Tune? by Michael
Herger • PowerSave by Jason Holtzapple • Song Info, Song Lyrics by
Erland Isaksson • AirPlay Bridge by philippe_44 • WeatherTime by Martin
Rehfeld • Auto Dim Display, SaverSwitcher, ContextMenu by Peter Watkins.

epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-03 Thread ralphy

NotTheHerbie wrote: 
> I have been on-again, off-again troubleshooting an audio stuttering
> problem with synchronized players since version 2.06.  I finally found
> the time to mess around a little on github and downloaded the PCP 2.05
> baseline and all the subsequent changes.  
> 
> I believe I may have narrowed down the cause of the problem to, at most,
> three single line changes to slimproto.c between Squeezelite v1.8.4-720
> and v1.8.4-727.  PCP 2.06 includes v1.8.4-737 and exhibits stuttering
> with sync'd players.  PCP 2.05 which does not exhibit any stuttering
> includes v1.8.4-720.  The only differences between v1.8.4-727 and
> v1.8.4-737 is the version number and a makefile for Apple 32 bit
> machines.
> 
> I've built a development platform on a RPi 3 and have created updated
> versions of squeezelite to test my theory.  I have two RPi's running PCP
> 3.11 and my LMS server connected to a common network switch.  The test
> versions are on a usb drive and both RPi's can see them when mounted. 
> This is where I need some help.  Last time I did something like this I
> used wget to copy a test version from Ralphy onto a configured PCP. 
> File locations have moved since then and when I try to overwrite the
> copy of squeezelite I was able to find, I get a message indicating the
> file system is read only.
> 
> What would be the easiest way to run these test versions?
> 
> Thanks,
> Mike

The pcp 3.11 squeezelite init.d script looks for
/mnt/mmcblk0p2/tce/squeezelite and will use that instead of
/usr/local/bin/squeezelite.  Make sure you chmod 755
/mnt/mmcblk0p2/tce/squeezelite after copying your build(s).

Have you tried the pcp 3.20 beta that was just released?  If not, please
do as it has the latest squeezelite code changes.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-02 Thread paul-

epoch1970 wrote: 
> 
> This is the contents of the the /tftp tree (a single client for now):> 
Code:

  >   > root@luns:/# find /tftp -maxdepth 2 | sort -n 
  > > > 
> 
> Well then you are going to have to NFS mount the files on the tftp
> server.   Also would require a ton of updates to our code from the
> location and mounting of the tftp boot drive to changing the path of
> all of the code that makes edits to the boot partition.   It's all
> possible.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-02 Thread epoch1970

paul- wrote: 
> Doesn't config.txt and cmdline.txt still reside on /dev/mmcblk0p1? 
> Those are the two files we need to change to be able to setup the
> overlays and other options.
No SD at all. This is a boot trace as seen from the tftp server (wap01
is the name of an AP the player is bridged with):
Code:

Apr  2 19:28:40 luns dnsmasq-dhcp[1090]: 646449897 available DHCP subnet: 
172.17.255.255/255.255.0.0
  Apr  2 19:28:40 luns dnsmasq-dhcp[1090]: 646449897 client provides name: wap01
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 available DHCP subnet: 
172.17.255.255/255.255.0.0
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 vendor class: 
PXEClient:Arch:0:UNDI:002001
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 PXE(eth0) 
b8:27:eb:01:02:03 proxy
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 tags: eth0
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 broadcast response
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 sent size:  1 option: 53 
message-type  2
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 sent size:  4 option: 54 
server-identifier  172.17.71.10
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 sent size:  9 option: 60 
vendor-class  50:58:45:43:6c:69:65:6e:74
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 sent size: 17 option: 97 
client-machine-id  00:44:44:44:44:44:44:44:44:44:44:44:44:44...
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 sent size: 32 option: 43 
vendor-encap  06:01:03:0a:04:00:50:58:45:09:14:00:00:11...
  ...
  Apr  2 19:28:42 luns dnsmasq-dhcp[1090]: 653460281 sent size: 32 option: 43 
vendor-encap  06:01:03:0a:04:00:50:58:45:09:14:00:00:11...
  Apr  2 19:28:43 luns dnsmasq-tftp[1090]: file /tftp/bootsig.bin not found
  Apr  2 19:28:43 luns dnsmasq-tftp[1090]: sent /tftp/bootcode.bin to 
172.17.255.192
  Apr  2 19:28:43 luns dnsmasq-tftp[1090]: file /tftp/12345abc/autoboot.txt not 
found
  Apr  2 19:28:43 luns dnsmasq-tftp[1090]: error 0 Early terminate received 
from 172.17.255.192
  Apr  2 19:28:43 luns dnsmasq-tftp[1090]: failed sending 
/tftp/12345abc/start.elf to 172.17.255.192
  Apr  2 19:28:43 luns dnsmasq-tftp[1090]: sent /tftp/12345abc/config.txt to 
172.17.255.192
  Apr  2 19:28:43 luns dnsmasq-tftp[1090]: file /tftp/12345abc/recovery.elf not 
found
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: sent /tftp/12345abc/start.elf to 
172.17.255.192
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: sent /tftp/12345abc/fixup.dat to 
172.17.255.192
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: file /tftp/12345abc/recovery.elf not 
found
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: sent /tftp/12345abc/config.txt to 
172.17.255.192
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: file /tftp/12345abc/dt-blob.bin not 
found
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: file /tftp/12345abc/recovery.elf not 
found
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: sent /tftp/12345abc/config.txt to 
172.17.255.192
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: file /tftp/12345abc/bootcfg.txt not 
found
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: sent /tftp/12345abc/cmdline.txt to 
172.17.255.192
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: file /tftp/12345abc/armstub8.bin not 
found
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: error 0 Early terminate received 
from 172.17.255.192
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: failed sending 
/tftp/12345abc/kernel4439v7.img to 172.17.255.192
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: file /tftp/12345abc/armstub8-32.bin 
not found
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: file /tftp/12345abc/armstub7.bin not 
found
  Apr  2 19:28:46 luns dnsmasq-tftp[1090]: file /tftp/12345abc/armstub.bin not 
found
  Apr  2 19:28:51 luns dnsmasq-tftp[1090]: sent /tftp/12345abc/kernel4439v7.img 
to 172.17.255.192
  Apr  2 19:28:55 luns dnsmasq-tftp[1090]: sent /tftp/12345abc/pcp_8.0v7.gz to 
172.17.255.192
  Apr  2 19:28:56 luns dnsmasq-tftp[1090]: sent 
/tftp/12345abc/bcm2710-rpi-3-b.dtb to 172.17.255.192
  Apr  2 19:28:56 luns dnsmasq-tftp[1090]: sent /tftp/12345abc/config.txt to 
172.17.255.192
  Apr  2 19:28:56 luns dnsmasq-tftp[1090]: sent 
/tftp/12345abc/overlays/pi3-disable-bt.dtbo to 172.17.255.192
  Apr  2 19:28:56 luns dnsmasq-tftp[1090]: sent 
/tftp/12345abc/overlays/i2s-mmap.dtbo to 172.17.255.192
  ...
  Apr  2 19:29:06 luns dnsmasq-dhcp[1090]: 2205951313 available DHCP subnet: 
172.17.255.255/255.255.0.0
  Apr  2 19:29:06 luns dnsmasq-dhcp[1090]: 2205951313 vendor class: udhcp 1.24.2
  Apr  2 19:29:06 luns dnsmasq-dhcp[1090]: 2205951313 client provides name: 
piCorePlayer
  Apr  2 19:29:07 luns rpc.mountd[3575]: authenticated mount request from 
172.17.255.192:920 for /export/12345abc/TCE (/export)


The dnsmasq.conf for the tftp server (there is another instance doing
DHCP/DNS elsewhere on the network) is extremely simple:
Code:

server=172.17.0.2
  dhcp-range=172.17.255.255,proxy
  log-dhcp
  enable-tftp
  tftp-root=/tftp
  

Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-02 Thread paul-

epoch1970 wrote: 
> Starting to...
> What doesn't work yet is changes done to "/dev/mmcblk0p1" by pCP. I have
> devised a server setup where I export "/export/12345abc/BOOT", and the
> contents of that directory are bind-mounted to /tftp/12345abc. So
> normally you could update the boot partition from the client, and reboot
> to the new config without further intervention on the server. This looks
> to be working with Raspbian.
> 

Doesn't config.txt and cmdline.txt still reside on /dev/mmcblk0p1? 
Those are the two files we need to change to be able to setup the
overlays and other options.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-02 Thread epoch1970

Greg Erskine wrote: 
> netbooting would be a nice feature, it will require a fair amount of
> work though, but be an interesting exercise. Make sure you understand
> the principles of piCore.
Starting to...

I am using this: piCorePlayer v3.11 | linux 4.4.39-pcpCore_v7+ | piCore
v8.0 | Squeezelite v1.8.6-830.
I got piCore to tftboot once I had merged the contents of mmcblk01 with
the one from the /boot directory of an up-to-date Rasbpian image, except
for initramfs, kernel and cmdline/config.txt. In raspbian the kernel is
4.4.50 AFAIK, so I am not too surprised the SQ currently is not too
great (clips and drifts a lot), but it boots. I guess piCore will get
updated in due time.
I got pCP to work, by and large, simply by adding
"nfsmount=172.17.71.10:/export/12345abc/TCE" to cmdline.txt.
/export/12345abc/TCE contains all files from "/dev/mmcblk0p2". 12345abc
is the Pi's serial number.
I see that filetool.sh does what it takes, mydata.tgz is saved over
/mnt/nfs just fine.

What doesn't work yet is changes done to "/dev/mmcblk0p1" by pCP. I have
surmised a server setup where I export "/export/12345abc/BOOT", and the
contents of that directory are bind-mounted to /tftp/12345abc. So
normally you could update the boot partition from the client, and reboot
to the new config without further intervention on the server. This works
with Raspbian.

Do you have a suggestion as the best way to export the boot partition? 
After that, I've seen plenty of instances of "mmcblk0" within the
scripts contained in mydata.tgz, I guess a number of modifications will
be needed?



3 SB 3 • Libratone Loop, Zipp Mini • iPeng (iPhone + iPad) • LMS 7.9
(linux) with plugins: CD Player, WaveInput, Triode's BBC iPlayer by bpa
• IRBlaster by Gwendesign (Felix) • Server Power Control by Gordon
Harris • Smart Mix, Music Walk With Me, What Was That Tune? by Michael
Herger • PowerSave by Jason Holtzapple • Song Info, Song Lyrics by
Erland Isaksson • AirPlay Bridge by philippe_44 • WeatherTime by Martin
Rehfeld • Auto Dim Display, SaverSwitcher, ContextMenu by Peter Watkins.

epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-04-01 Thread efthk23

Hi guys. I own a waveshare 4inch touchscreen and i would like to make it
work with my picore player. Can anyone tell me how can i install the
drivers of this screen on picore? I want it so bad to work that i could
reward whoever help me with this... Thx in advance...



efthk23's Profile: http://forums.slimdevices.com/member.php?userid=65531
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-03-31 Thread paul-

eiffel wrote: 
> As the media player in my car can't read NFTS formatted media, I'll wait
> for the next version.
> 
> In the meantime, one can set up a system with two disks from the web
> interface, with settings similar to the ones I've pasted above (This may
> not work for 3 disks though ;-) )

If it works for you, good.   But that setup is unreliable.  Which ever
disk is detected first by the OS will be /dev/sda1.  Disks in the web
interface are mounted by UUID, so you are ensured to get the correct
disk mounted to at the correct location.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-03-31 Thread eiffel

paul- wrote: 
> Yes, there are issues with fat32 mounting in pCP.  Should be resolved in
> the next version.  Or just use NTFS(or ext4) formatted usb disks.   
> 
> And we still will only support mounting of one disk in the web
> interface.  Adding more mounts is on the todo list, just not yet.

As the media player in my car can't read NFTS formatted drive, I'll wait
for the next version.

In the meantime, one can mount two disks from the web interface, with
setting similar to the ones I've pasted above (This may not work for 3
disks though ;-) )



eiffel's Profile: http://forums.slimdevices.com/member.php?userid=46208
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-03-30 Thread paul-

Yes, there are issues with fat32 mounting in pCP.  Should be resolved in
the next version.  Or just use NTFS(or ext4) formatted usb disks.   

And we still will only support mounting of one disk in the web
interface.  Adding more mounts is on the todo list, just not yet.



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

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


Re: [SlimDevices: Unix] Announce: piCorePlayer 3.10

2017-03-30 Thread eiffel

paul- wrote: 
> It's likely permission issues.  How are you mounting the drives?  And
> how are the drives formatted?   NTFS format is pretty clean when it
> comes to sharing between linux and windows systems.

Here are my settings: 

22402

I can create directories from windows on the 'variety' share, but not on
the 'classical' one... everything else works great.


+---+
|Filename: Capture.JPG  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22402|
+---+


eiffel's Profile: http://forums.slimdevices.com/member.php?userid=46208
View this thread: http://forums.slimdevices.com/showthread.php?t=106755

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


  1   2   3   4   5   6   7   8   >