Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread htctyo


Hi 
I just upgrade from 4.0 to 5.0 
My DAC is Mcinotsh D150 
After upgrade to 5.0 the all setting is same (volume is 100% output)  
but the sound from the amplifier is very small compare with using 4.0 
I want to know how to solve it  (already change the DAC drive like
hw: or others setting but still sound is very small.



htctyo's Profile: http://forums.slimdevices.com/member.php?userid=66802
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread paul-


Alverman,

I checked my rpi 2B, everything seems in order for that card to display.
I think this is the dropdown list bug that others have seen.   I also
just rechecked the generated page, and it does verify as "proper" HTML5
code.

Would you by chance be using a Safari browser?I see this problem
often on my ipad, and a simple refresh takes care of it. 

Paul



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread Greg Erskine

Alverman wrote: 
> I tried both a insitu upgrade and a completely new install, but seem to
> run into the same problem. 
> With the 5.0 version I cannot select my Hifiberry DAC+pro as audio
> output device. It simply isn’t in the (much shorter) list. The only
> choices regarding Hifiberry are “Hifiberry Amp (and +)” and “Hifiberry
> DAC Zero/MiniAMP” which obviously don’t work.

Hi Alverman,

We try to limit the number of options depending on the type of RPi.
There might be an issue with the logic... will investigate.

On the [Main Page] select [Beta] mode (bottom left). This will display
all devices.

regards
Greg



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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread Greg Erskine


Howard Passman wrote: 
> Hi Greg,  I gave pcp rand in User Commands #1 a shot with no luck...
> Specifically pcp rand tracks and $ pcp rand tracks.
> 
> Thanks,
> 
> Howard

"pcp rand" works for me. Tested it yesterday and just repeated now.

Strange it doesn't work for you, might be a AP thing?

Does any of the pcp CLI commands work? "pcp next"



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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread Michael Herger

could you please try to reload the squeezelite web page. There is
something wrong and maybe it is using a cashed page that is missing the
relevant part.


I can confirm that I sometimes had to re-load the page two or three 
times before all device types showed up.


--

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread sbp

Alverman wrote: 
> 
> 
> I tried both a insitu upgrade and a completely new install, but seem to
> run into the same problem. 
> With the 5.0 version I cannot select my Hifiberry DAC+pro as audio
> output device. It simply isn’t in the (much shorter) list. The only
> choices regarding Hifiberry are “Hifiberry Amp (and +)” and “Hifiberry
> DAC Zero/MiniAMP” which obviously don’t work.
> 
> Is this been reported before or am I missing something here?

could you please try to reload the squeezelite web page. There is
something wrong and maybe it is using a cashed page that is missing the
relevant part.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: 'https://www.picoreplayer.org' (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 piCorePlayer*

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

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


Re: [SlimDevices: Unix] Logstash?

2019-06-12 Thread odw199


I was looking for something similar but could only find this thread so
after a bit of trial and error, came up with the below basic filebeat
and logstash config. It does no real manipulation of the data (other
than setting the @timestamp field) and has a dependancy on the PlayLog
plugin being installed and running (to give an xml file of everything
played).

Filebeat config, filbert needs access to the PlayLogSongLogs directory
(~/Music/Playlists/PlayLogSongLogs/ on my Mac):


Code:

filebeat.inputs:
  - type: log
  enabled: true
  paths:
  - /Users/***/Music/Playlists/PlayLogSongLogs/*.xml
  exclude_lines: 

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread pputzer

Alverman wrote: 
> With the 5.0 version I cannot select my Hifiberry DAC+pro as audio
> output device. It simply isn’t in the (much shorter) list. The only
> choices regarding Hifiberry are “Hifiberry Amp (and +)” and “Hifiberry
> DAC Zero/MiniAMP” which obviously don’t work.

This is what the relevant part of the DAC list looks like on my new
install of 5.0.0:
27528


+---+
|Filename: pCP5-DAC-List.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=27528|
+---+


pputzer's Profile: http://forums.slimdevices.com/member.php?userid=36842
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread Alverman

I wanted something a bit nicer to look at then my old Squeezebox 2, so I
installed Picoreplayer 4.1.0. on a PI2B with the official 7” screen and
a Hifiberry DAC+pro.
I all went very smoothly and everything seems to be working flawlessly.

But then I saw there was the release of Picoreplayer 5.0 and naturally I
had to try it and thats where it went south.

I tried both a insitu upgrade and a completely new install, but seem to
run into the same problem. 
With the 5.0 version I cannot select my Hifiberry DAC+pro as audio
output device. It simply isn’t in the (much shorter) list. The only
choices regarding Hifiberry are “Hifiberry Amp (and +)” and “Hifiberry
DAC Zero/MiniAMP” which obviously don’t work.

Is this been reported before or am I missing something here?



Alverman's Profile: http://forums.slimdevices.com/member.php?userid=69227
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

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


Re: [SlimDevices: Unix] Howto create a linux kernel IR remote keytable for Jivelite on piCorePlayer 5

2019-06-12 Thread ralphy


The pcp 4.19.40 kernel includes the rc media driver for your dongle.


Code:

modinfo mceusb.ko | grep 815
  alias:  usb:v0471p0815d*dc*dsc*dp*ic*isc*ip*in*



Try removing lirc and reboot.
Confirm jivelite is installed then install IR-tools for jivelite and
reboot.

Run sudo ir-keytable to see if the device is found.
If yes, then try the steps outlined in post #1.



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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread JaMo


Hi,

I love the PiCoreplayer and run a handul of them. Thanks for the hard
work, guys. This is a bit off topic but not really totally off...

I just saw that nVidia recently has brought this Pi-sized "nVidia Jetson
nano" to the market/public. I have a vision to use a bunch of
PiCorePlayers feeding a bunch of different dac's of  different
architectures (R2R, DS..). I would like to synchronize them all,
(playing the same material). DSD-material is not possible to play on the
older ones (PCM1704/TDA1541A).So my crazy vision is to have a more
powerful player that can transcode DSD to PCM "on the fly"...Sort of
anyway. A buffering with a small time delay should possibly be
neccesary.

The new nVidia Jetson nano has a A57 @ 1.43Ghz, 4Gb ram and Cuda GPU
with 128 cores..This one cought my attention. It should have the
computeing power to do this DSD to PCM conversion... at least in theory.

Is there any interest in this hardhardware besides mine?

/Jan



JaMo's Profile: http://forums.slimdevices.com/member.php?userid=56386
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread Howard Passman


Hi Greg,  I gave pcp rand in User Commands #1 a shot with no luck...
Specifically pcp rand tracks and $ pcp rand tracks.

Thanks,

Howard



Greg Erskine wrote: 
> hi Howard Passman,
> 
> We have confirmed your issue.
> 
> Both "Auto start favorite" and "Auto start LMS" have the same issue.
> 
> We have found what is causing this behaviour. We need to work out how to
> remedy the issue.
> 
> Thanks for reporting.
> 
> EDIT: You can add "pcp rand" to User commands #1
> 
> regards
> Greg



Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread Manul


carsten_h wrote: 
> The "special" characters are on the SSD without a problem, but CCC syncs
> them every time although they have not changed.

That's exactly the situation I had before adding the iconv option to my
rsync script so if CCC gives you access to the rsync options this might
be worth a try. If it doesn't you could just switch to plain rsync.



Manul's Profile: http://forums.slimdevices.com/member.php?userid=68932
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread Howard Passman


Thanks very much Greg... I love having the little SBS in my car.


Greg Erskine wrote: 
> hi Howard Passman,
> 
> We have confirmed your issue.
> 
> Both "Auto start favorite" and "Auto start LMS" have the same issue.
> 
> We have found what is causing this behaviour. We need to work out how to
> remedy the issue.
> 
> Thanks for reporting.
> 
> EDIT: You can add "pcp rand" to User commands #1
> 
> regards
> Greg



Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2019-06-12 Thread Greg Erskine


Manul wrote: 
> Did the random album mode CLI command that Greg added make it into this
> release?

Hi Manul,

Yes, you should be able to use these modes. Default is tracks.


Code:

$ pcp random
  $ pcp random tracks
  $ pcp random albums
  $ pcp random contributors
  $ pcp random year



I just noticed an error message when running pcp CLI. It works but pops
up a message.

regards
Greg



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

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