Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


I had also put in a help request on the Hifiberry support forum.  I just
received this reply:

"Looks like you're using the wrong driver. The correct overlay is

dtoverlay=hifiberry-dacplushd"

So, if that is the case, is it possible for me to fix that in
piCoreplayer???



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread Michael Herger

Confirmed working with the latest 8.0.1 build - including 24/96
FLAC/.CUE files played to an ip3k player.


Good to know the bandaid helps for the moment. Now it's time to look 
into Philippe's work next.


--

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


paul- wrote: 
> There is alot of name confusion and overlay name confusion with
> hifiberry.  
> 
> The original DAC+ Boards are pcm512x based boards.
> The new DAC2 based boards are pcm1292a based boards.   The boards need
> different drivers.
> 
> To add to the confusion when the DAC2 first came out, they called it the
> DAC+HD..and thus the overlay in the kernel is
> dtoverlay=hifiberry-dacplushd
> 
> They have since dropped the product name DAC+HD, and now have DAC2HD and
> DAC2 Pro, however the kernel driver and overlay still carry the old
> naming.  I have changed the naming in the pCP7 development, but I made
> it after I posted the 7.0.0beta6.
> 
> Look at your card carefully, look at the DAC chip, you should see a
> pcmx number on the chip.   What is the numbers on your DAC chip.  If
> it is truely the newer generation DAC2 cards, then for pCP6.1.0 and the
> pCP7.0.0b6, you will want to select "HiFiBerry DAC+ HD" from the list. 
> And that should put dtoverlay=hifiberry-dacplushd in the config.txt

Paul,

I took a look---needed a decent magnifying glass to see those tiny
letters/number.  The Dac chip is a Burr Brown PCM 5122.



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-11-30 Thread Michael Herger

So appears to be a tidal problem.Which version of LMS are you using?


Is it really buffering, or rather stuttering? The latter is a known 
issue with some TIDAL tracks.


--

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


Re: [SlimDevices: Unix] Overlay for DAC audiophonics i-sabre ES9023 in PcP 6.0.0?

2020-11-30 Thread paul-


You need to load a few extra things to build python modules.

Do you have the following
compiletc.tcz
python3.8-dev.tcz
python-3.8-pip.tcz
python-3.8-setuptools.tcz
pything-3.8-wheel.tcz

Also, when installing with pip, make sure to install with the --user
flag. Otherwise they will install to a non-persistent area.   You will
also need to make sure to run a backup after installing packages...

`pcp bu`  is the short cut to backup.



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

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

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

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread paul-


There is alot of name confusion and overlay name confusion with
hifiberry.  

The original DAC+ Boards are pcm512x based boards.
The new DAC2 based boards are pcm1292a based boards.   The boards need
different drivers.

To add to the confusion when the DAC2 first came out, they called it the
DAC+HD..and thus the overlay in the kernel is
dtoverlay=hifiberry-dacplushd

They have since dropped the product name DAC+HD, and now have DAC2HD and
DAC2 Pro, however the kernel driver and overlay still carry the old
naming.  I have changed the naming in the pCP7 development, but I made
it after I posted the 7.0.0beta6.


For pCP6.1.0 and the pCP7.0.0b6, you will want to select "HiFiBerry DAC+
HD" from the list.  And that should put dtoverlay=hifiberry-dacplushd in
the config.txt



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

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

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

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread philippe_44


I think I have something working now in the latest patch. Tested it with
Tidal and the flac@96k with cuesheet that you gave me. It seems fine,
including repositioning, on a player limited @ 44.1kHz. 

@bpa, we needed to combine both views on the flac transcoding command
:)

1- you're right, flac when called with a --skip on stdin fails, which
makes perfect sense. I've now changed TranscodingHelper.pm so that when
a rule is being used with a start from stdin ('I' streamMode) then the
$START$ is not used, only the $END$ (if any). That sounds logical to me,
you can't expect transcoder to seek from stdin and I've not seen any
rule in convert.conf that would be in conflict with that.
2- still, when called with no streaminfo header, flac fails to build a
wav header (at least one that is acceptable by sox), so the simple rule
of using wav in the pipeline did not work when seeking on a flac file or
from stdin. I've now added samplerate and samplesize to the accessible
parameters in conver.conf & friends. I've not added endianness or sign
for now as they can be forced in the rule itself

Patch is here https://github.com/Logitech/slimserver/pull/462



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread amey01


mherger wrote: 
> > At least this is the intention. I need to build one of these flac
> files
> > with cue to see if it solves the problem, but it should do.
> 
> amey01 - could you please help out here?
> 
> -- 
> 
> Michael

Confirmed working with the latest 8.0.1 build - including 24/96
FLAC/.CUE files played to an ip3k player.



amey01's Profile: http://forums.slimdevices.com/member.php?userid=11274
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


Is this at all relevant???

https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


Greg Erskine wrote: 
> hi rgro,
> 
> It should be a 3 step process.
> 
> 1. Boot
> 2. Select "HiFiBerry DAC+ (and Pro, AMP2)"
> 3. Press [Save].
> 
> I don't have one of these cards, so can someone else confirm they have
> one and it works?

Yes, I've done that process in that exact order multiple times.  Result
is the same each time which is the Squeezelite error message.  

The HifiberryOS is clearly doing something just a bit different then
piCoreplayer in this respect as HifiberryOS worked first time "out of
the box", so to speak.



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread Greg Erskine


hi rgro,

It should be a 3 step process.

1. Boot
2. Select "HiFiBerry DAC+ (and Pro, AMP2)"
3. Press [Save].

I don't have one of these cards, so can someone else confirm they have
one and it works?



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

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


Greg Erskine wrote: 
> "hw:CARD=sndrpihifiberry" is correct.

Well, I'm thoroughly confused, but neither one works, so.I guess
there is still some other issue at play here.



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread Greg Erskine


"hw:CARD=sndrpihifiberry" is correct.



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

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


Greg Erskine wrote: 
> > 
Code:

  >   > hw:Card=sndrpihiberry
  > hw:CARD=sndrpihifiberry

> > 
> 
> Note: Card not CARD and hiberry not hifiberry

Weird.I copy/pasted directly from the box and it really does appear
as this:"hw:CARD=sndrpihifiberry"

I'll try typing in hw:card=sndhiberry and see what happens.



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread Greg Erskine


Code:

hw:Card=sndrpihiberry
  hw:CARD=sndrpihifiberry



Note: Card not CARD and hiberry not hifiberry



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

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


Greg Erskine wrote: 
> I just checked all our HiFiBerry configuration files and they all write
> "hw:CARD=sndrpihifiberry"
> 
> If you can pinpoint when "hw:Card=sndrpihiberry" appears it would be
> useful in debugging. :confused:
> 
> regards
> Greg

Hi Greg,

I'm not exactly sure what you mean as to when it appears.  If I select
Hifiberry DAC+ in the audio output device settings and then press save,
the system reboots.  Immediately, under "Change Squeezelite Settings",
next to the box labeled "Output Setting",  "hw:CARD=sndrpihifiberry" is
already populated in that box.



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread Greg Erskine


rgro wrote: 
> Apologies for having misled you about the model

Don't worry, my brain gets confused with the HiFiBerry boards.

The linked one page documentation calls it HiFiBerry DAC2 Pro.

The silkscreen calls it a HiFiBerry DAC2.

The overlay for it is called hifiberry-dacplus.

The "plus" originally meant is was the 40pin RPi rather than 26pin RPi.
Doesn't really make sense now.



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

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


Re: [SlimDevices: Unix] Overlay for DAC audiophonics i-sabre ES9023 in PcP 6.0.0?

2020-11-30 Thread pmendiuk


Hi Paul,
I can't install luma.core or luma.oled:


Code:

$ python3 -m pip install luma.core
  Collecting luma.core
  Using cached luma.core-2.1.0-py2.py3-none-any.whl (67 kB)
  Requirement already satisfied: RPI.GPIO in 
/usr/local/lib/python3.8/site-packages (from luma.core) (0.7.0)
  Requirement already satisfied: pillow>=4.0.0 in 
/usr/local/lib/python3.8/site-packages (from luma.core) (8.0.1)
  Collecting cbor2
  Using cached cbor2-5.2.0.tar.gz (81 kB)
  Collecting deprecated
  Using cached Deprecated-1.2.10-py2.py3-none-any.whl (8.7 kB)
  Requirement already satisfied: wrapt<2,>=1.10 in 
/usr/local/lib/python3.8/site-packages (from deprecated->luma.core) (1.12.1)
  Collecting pyftdi
  Using cached pyftdi-0.52.0-py3-none-any.whl (150 kB)
  Requirement already satisfied: pyusb>=1.0.0 in 
/usr/local/lib/python3.8/site-packages (from pyftdi->luma.core) (1.1.0)
  Requirement already satisfied: pyserial>=3.0 in 
/usr/local/lib/python3.8/site-packages (from pyftdi->luma.core) (3.5)
  Collecting smbus2
  Using cached smbus2-0.3.0.tar.gz (10 kB)
  Collecting spidev
  Using cached spidev-3.5.tar.gz (10 kB)
  Using legacy 'setup.py install' for cbor2, since package 'wheel' is not 
installed.
  Using legacy 'setup.py install' for smbus2, since package 'wheel' is not 
installed.
  Using legacy 'setup.py install' for spidev, since package 'wheel' is not 
installed.
  Installing collected packages: spidev, smbus2, pyftdi, deprecated, cbor2, 
luma.core
  Running setup.py install for spidev ... error
  ERROR: Command errored out with exit status 1:
  command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; 
sys.argv[0] = 
'"'"'/tmp/pip-install-ccel9nf2/spidev_ae3d48627bf145e5bb70b8067d99dfff/setup.py'"'"';
 
__file__='"'"'/tmp/pip-install-ccel9nf2/spidev_ae3d48627bf145e5bb70b8067d99dfff/setup.py'"'"';f=getattr(tokenize,
 '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', 
'"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install 
--record /tmp/pip-record-9_wc1usn/install-record.txt 
--single-version-externally-managed --compile --install-headers 
/usr/local/include/python3.8/spidev
  cwd: /tmp/pip-install-ccel9nf2/spidev_ae3d48627bf145e5bb70b8067d99dfff/
  Complete output (12 lines):
  running install
  running build
  running build_ext
  building 'spidev' extension
  creating build
  creating build/temp.linux-aarch64-3.8
  gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall 
-march=armv8-a+crc -mtune=cortex-a53 -O2 -pipe -march=armv8-a+crc 
-mtune=cortex-a53 -O2 -pipe -fPIC -I/usr/local/include/python3.8 -c 
spidev_module.c -o build/temp.linux-aarch64-3.8/spidev_module.o
  spidev_module.c:28:10: fatal error: Python.h: No such file or directory
  28 | #include 
  |  ^~
  compilation terminated.
  error: command 'gcc' failed with exit status 1
  
  ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import 
sys, setuptools, tokenize; sys.argv[0] = 
'"'"'/tmp/pip-install-ccel9nf2/spidev_ae3d48627bf145e5bb70b8067d99dfff/setup.py'"'"';
 
__file__='"'"'/tmp/pip-install-ccel9nf2/spidev_ae3d48627bf145e5bb70b8067d99dfff/setup.py'"'"';f=getattr(tokenize,
 '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', 
'"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install 
--record /tmp/pip-record-9_wc1usn/install-record.txt 
--single-version-externally-managed --compile --install-headers 
/usr/local/include/python3.8/spidev Check the logs for full command output.




pmendiuk's Profile: http://forums.slimdevices.com/member.php?userid=62342
View this thread: http://forums.slimdevices.com/showthread.php?t=111835

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread Greg Erskine


rgro wrote: 
> Hi Paul,
> 
> Thanks for helping out.  First answer:  I actually didn't type in
> "hw:Card=sndrpihiberry".  The field was filled in automatically with
> that upon reboot.  Also, I know the dac's seated properly since it plays
> fine using the Hifiberry O/S and Squeezelite.

I just checked all our HiFiBerry configuration files and they all write
"hw:CARD=sndrpihifiberry"

If you can pinpoint when "hw:Card=sndrpihiberry" appears it would be
useful in debugging. :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=113343

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


O.Kso I just had a look at the board and it is labeled "DAC2".  
Indeed, I see now that this is what I ordered.  On the Hifiberry website
it says that the DAC2 is "the successor to the DAC+ Pro".  In the piCore
audio output device settings, there is no "DAC2" choice available which
is why I selected the DAC+ Pro as the choice.  Makes me wonder if there
isn't something slightly different about the DAC2 that hasn't yet been
updated in piCoreplayer to allow it??

Here's the link to the datasheet for the DAC2:

https://www.hifiberry.com/docs/data-sheets/datasheet-dac2-pro/



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] piCorePlayer Documentation

2020-11-30 Thread d6jg


mherger wrote: 
> > Colour removed. ;)
> 
> All that modern stuff. Who needs more than blue for a link?
> 
> -- 
> 
> Michael

Tell that to Craig



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3  -> Onkyo TXNR686 -> Celestion F20s 
*Office* - Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* - SB Touch ->Denon AVR ->Mordaunt Short M10s +
Pioneer ceiling speakers
*Guest Room* - Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

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

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


Re: [SlimDevices: Unix] piCorePlayer Documentation

2020-11-30 Thread d6jg


I have a tip for network share mounts whether nfs or cifs. Not pCP
specific but if you ALWAYS use the same mount point your playlists will
transfer across to a new piece of *nix based LMS server hardware without
editing.



VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* - Joggler & SB3  -> Onkyo TXNR686 -> Celestion F20s 
*Office* - Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* -> SB Boom 
*Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* - SB Touch ->Denon AVR ->Mordaunt Short M10s +
Pioneer ceiling speakers
*Guest Room* - Joggler > Topping Amp -> Wharfedale Modus Cubes
Everything controlled by iPeng & Material on iOS

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

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


paul- wrote: 
> Hifiberry normally silk screens the card names pretty well on top, as
> well as printing the overlay name on the underneath side of the card.  
> The output in dmesg just looks funny, like it is only partially
> recognizing the card.   
> 
> With hifiberry product, they do offer a HifiberryOS image that you could
> try to validate the hardware is working.

Hi Paul,

Yes, I'd already burned an SD card with the HifiberryOS and it worked
perfectly.  Booted up, showed up in LMS, I selected Squeezelite within
the Hifiberry OS, and music played just fine.  So, that's why I'm
certain it's not a hardware issue.



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-11-30 Thread paul-


So appears to be a tidal problem.Which version of LMS are you using?



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

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

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

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread paul-


Hifiberry normally silk screens the card names pretty well on top, as
well as printing the overlay name on the underneath side of the card.  
The output in dmesg just looks funny, like it is only partially
recognizing the card.   

With hifiberry product, they do offer a HifiberryOS image that you could
try to validate the hardware is working.



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

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

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

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


Re: [SlimDevices: Unix] Memory Leak in Perl Engine on piCorePlayer?

2020-11-30 Thread mvordeme


A few results. When Tidal streaming got stuck again, today, I checked a
few things.


- The faad and flac processes had the same memory footprint as usual.
- The LMS would still spawn new faad and flac processes when skipping
  tracks.
- Local FLAC files (16 bit / 44.1 kHz) would play fine without
  down-sampling.
- Local FLAC files (24 bit / 96 kHz) would play equally fine with
  down-sampling (to 48 kHz).
- Deezer Smart Radio would play fine.
- Connecting players to the LMS seemed a bit slow but worked.
  

Unfortunately, squeezelite would not connect to the server as it had
last night, so I didn't test direct streaming from Tidal, but I will,
next time. In a vain hope that it would help squeezelite to connect, I
restarted the LMS, and Tidal streaming was fixed.



scaleo home server 2105 & picoreplayer 6.1.0 | logitech media server
8.0.0 | server power control 20120716.103808 |
transporter & duet & touch & boom & radio | rotel rc-995 & rmb-100 |
nubert nuvero 140

mvordeme's Profile: http://forums.slimdevices.com/member.php?userid=22892
View this thread: http://forums.slimdevices.com/showthread.php?t=113321

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


paul- wrote: 
> Are you sure that is a DAC+Pro and not a DAC2ProHD?

Hi Paul,

Thanks for helping out.  First answer:  I actually didn't type in
"hw:Card=sndrpihiberry".  The field was filled in automatically with
that upon reboot.  Also, I know the dac's seated properly since it plays
fine using the Hifiberry O/S.

Second answer:  I'm pretty sure it's not the DAC2proHD.  Not what I
ordered and not what the invoice/packing list says.  I suppose the wrong
board could've been sent and I would be happy to have a look if there's
an obvious way to identify it externally.

BTW, I used the piCoreplayer 6.1 standard download for burning to the sc
card.



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread bpa


philippe_44 wrote: 
> Do you have a way to share it? You can PM me if you prefer

Tried to PM a link to you but your inbox is full (this happens to me as
well)



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread paul-


Are you sure that is a DAC+Pro and not a DAC2ProHD?



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

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

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

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread amey01

mherger wrote: 
> > At least this is the intention. I need to build one of these flac
> files
> > with cue to see if it solves the problem, but it should do.
> 
> amey01 - could you please help out here?
> 
> -- 
> 
> Michael

Yes..I’ve got an ip3k player I can test.



amey01's Profile: http://forums.slimdevices.com/member.php?userid=11274
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread Greg Erskine


Ok, that shows only the RPi built-in audio (CARD=ALSA)

Your RPi has not recognising your HAT at all. Most HATs are
automatically recognised. hmm.

Check it is seated properly.

I assume when you typed "hw:Card=sndrpihiberry" in the first earlier
post you made many typos?

FYI: Note that newer RPi software shows built-in audio as
CARD=Headphones and CARD=b1



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

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


Greg Erskine wrote: 
> What's displayed under the help?
> 
> Click [Squeezelite settings] > "Change Squeezelite settings" > "Output
> setting" > "more>"
> 
> Mine looks like this:
> 
> > 
Code:

  >   > Specify the output device (-o)   less>
  > 
  > 
  > 
  > Default: default
  > - = output to stdout
  > Available output devices (click to use):
  > 
  > hw: devices are normally the best choice, but try and decide for yourself:
  > 
  > null
  > default
  > plugequal
  > equal
  > hw:CARD=Headphones,DEV=0
  > plughw:CARD=Headphones,DEV=0
  > sysdefault:CARD=Headphones
  > hw:CARD=sndrpijustboomd,DEV=0
  > plughw:CARD=sndrpijustboomd,DEV=0
  > sysdefault:CARD=sndrpijustboomd
  > 
  > Note:
  > 
  > Some hardware requires the use of "hw", rather than "sysdefault" i.e. 
hw:CARD=DAC
  > Sometimes clearing this field completely may help. This forces the default 
ALSA setting to be used.
  > Using ALSA equalizer will set the output to "equal".

> > 

Mine look like this:

Specify the output device (-o)   less>



Default: default
- = output to stdout
Available output devices (click to use):

hw: devices are normally the best choice, but try and decide for
yourself:

null
default
plugequal
equal
sysdefault:CARD=ALSA
hw:CARD=ALSA,DEV=0
hw:CARD=ALSA,DEV=1
hw:CARD=ALSA,DEV=2
plughw:CARD=ALSA,DEV=0
plughw:CARD=ALSA,DEV=1
plughw:CARD=ALSA,DEV=2
Note:

Some hardware requires the use of "hw", rather than "sysdefault" i.e.
hw:CARD=DAC
Sometimes clearing this field completely may help. This forces the
default ALSA setting to be used.
Using ALSA equalizer will set the output to "equal".



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread Greg Erskine


What's displayed under the help?

Click [Squeezelite settings] > "Change Squeezelite settings" > "Output
setting" > "more>"

Mine looks like this:


Code:

Specify the output device (-o)   less>
  
  
  
  Default: default
  - = output to stdout
  Available output devices (click to use):
  
  hw: devices are normally the best choice, but try and decide for yourself:
  
  null
  default
  plugequal
  equal
  hw:CARD=Headphones,DEV=0
  plughw:CARD=Headphones,DEV=0
  sysdefault:CARD=Headphones
  hw:CARD=sndrpijustboomd,DEV=0
  plughw:CARD=sndrpijustboomd,DEV=0
  sysdefault:CARD=sndrpijustboomd
  
  Note:
  
  Some hardware requires the use of "hw", rather than "sysdefault" i.e. 
hw:CARD=DAC
  Sometimes clearing this field completely may help. This forces the default 
ALSA setting to be used.
  Using ALSA equalizer will set the output to "equal".




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

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


[SlimDevices: Unix] Hifiberry Dac+ Pro and RPI4 combo not working

2020-11-30 Thread rgro


Hi,

Just purchased an RPI4 with the Hifiberry Dac+ Pro hat.  I've
downloaded, burned and installed piCoreplayer on two different SD cards.
With both cards, the system comes up just fine and is, initially,
visible in LMS as "piCore player".  Per instructions, I then select the
"Hifiberry Dac+ (and Pro Amp) as the audio output device, pressed Save,
and rebooted.  Upon reboot, the output setting under Squeezelite
Settings shows:

hw:Card=sndrpihiberry

The problem is that, upon reboot, it also shows the "Squeezelite is not
running" message and, of course, it is not visible to LMS any more.

The alsa setting shows:  80,  4, (blank box), 1, (blank box)

Additional info:  I also downloaded, and burned to an SD card, the
Hifiberry OS.  This worked as expected and allowed me to verify that it
is not a hardware issue.  With the Hifberry OS installed, and
Squeezelite selected as the player, the RPI/Dac combo appeared in LMS
and I was able to play music with no problems.

In piCoreplayer dmesg, this may be relevantnot sure since I'm not at
all versed in Linux (or any other software---basically a tech
ignoramus).

[4.214518] clk-hifiberry-dacpro clocks:dacpro_osc: Fail to register
clock driver
[4.214536] clk-hifiberry-dacpro: probe of clocks:dacpro_osc failed
with error -17
[4.288673] snd_bcm2835: module is from the staging directory, the
quality is unknown, you have been warned.
[4.292358] snd-rpi-hifiberry-dacplus soc:sound: ASoC: CODEC DAI
pcm512x-hifi not registered - will retry
[4.306648] bcm2835_audio soc:audio: card created with 8 channels
[4.306847] snd-rpi-hifiberry-dacplus soc:sound: ASoC: CODEC DAI
pcm512x-hifi not registered - will retry
[4.320018] snd-rpi-hifiberry-dacplus soc:sound: ASoC: CODEC DAI
pcm512x-hifi not registered - will retry
[4.322140] snd-rpi-hifiberry-dacplus soc:sound: ASoC: CODEC DAI
pcm512x-hifi not registered - will retry
[4.324100] pcm512x 1-004d: Linked as a consumer to regulator.1
[4.525989] bcmgenet: Skipping UMAC reset
[4.602568] bcmgenet fd58.genet: configuring instance for
external RGMII (no delay)
[4.606570] Starting piCorePlayer v6.1.0 startup.
[5.634334] bcmgenet fd58.genet eth0: Link is Down
[9.730366] bcmgenet fd58.genet eth0: Link is Up - 1Gbps/Full -
flow control rx/tx
[   25.450708] random: sshd: uninitialized urandom read (32 bytes read)
[   25.485543] random: squeezelite: uninitialized urandom read (32 bytes
read)
[   25.544115] Finished piCorePlayer v6.1.0 startup.
[  141.846518] random: squeezelite: uninitialized urandom read (32 bytes
read)
[  190.974283] random: crng init done

If someone could assist me in getting this running, I'd appreciate it. 
A couple weeks ago, got another RPI4 without a dac hat (connected to a
USB dac) and it was a snap to set up and is running perfectly.  But this
RPI/hifiberry combination has given me fits. I googled all over and it
seems very few people have had an issue with this combo and I did not
see any obvious solutions.

Thanks!



Rg

System information

Main: SGC microJukebox> RPI4B/piCoreplayer/Squeezelite > USB>RME ADI-2
DAC > Benchmark AHB2 > Revel Performa F208 speakers, 2X REL R-305 subs. 


Home Theatre:  Touch (Wired) > Pioneer VSX 919 > Energy Take 5 Classic
5.1, Touch FW 7.8.0-r16754.

LMS  7.9.2 - 0.8.20181005git1538738519 on a 1TB microJukebox Vortexbox
Appliance, SonicOrbiter V 2.7.

rgro's Profile: http://forums.slimdevices.com/member.php?userid=34348
View this thread: http://forums.slimdevices.com/showthread.php?t=113343

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread philippe_44


bpa wrote: 
> I have a test Flac + cue file.  96kHz which triggers resampling if
> played to a SB3/Boom etc.

Do you have a way to share it? You can PM me if you prefer



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread bpa


mherger wrote: 
> > At least this is the intention. I need to build one of these flac
> files
> > with cue to see if it solves the problem, but it should do.
> 
> amey01 - could you please help out here?

I have a test Flac + cue file.  96kHz which triggers resampling if
played to a SB3/Boom etc.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread Michael Herger

At least this is the intention. I need to build one of these flac files
with cue to see if it solves the problem, but it should do.


amey01 - could you please help out here?

--

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread philippe_44


mherger wrote: 
> > So we agree? This is not a tidal specific solution, but a generic flac
> > one.
> 
> I don't follow 100%. Do you believe that the suggested change in your PR
> 
> would allow us to play both TIDAL, and those hires CUE sheet accompanied
> 
> ..flac files with the same set of rules? Without my q'n'd hack to add a 
> TIDAL specific rule set?
> 
> That would be a great reason to start the 8.1 branch :-).
> 
> -- 
> 
> Michael

At least this is the intention. I need to build one of these flac files
with cue to see if it solves the problem, but it should do.



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] could this be a Squeezebox player if pCP will install and work?

2020-11-30 Thread Howard Passman


I certainly appreciate everything you guys do. pCP has given me hours
and hours of entertainment. Listening and fooling around with the pi's.
The set up in my car is so much better than any auto sound system I've
ever had as far as sound and functionality, quirks and all. I use a pi
for my LMS server and it is rock solid. I have a pi by my treadmill with
a 7" touch screen that is the only reason I get on the darn treadmill.
And I have a handful of others that go outside or handheld. Plus, I
still have several Logitech era players in use. Trust me, I appreciate
you guys very much.

I found one Just Boom supplier here in the U.S., but it has less than
desirable reviews, even if it's only two. The layout looks a little weak
also. As I mentioned, the OSMC works out of the box minus one button. I
think it has a better layout than the Just Boom and I have tried to
figure that one button,  to no avail. It works well enough, but is a
little bulky for my car, which is what I wanted it for.

For now, I'm set and happy as a pig in  

Thanks,

Howard


ralphy wrote: 
> I think we try our best to help and Paul is correct that it's impossible
> to support the plethora of IR remotes.
> 
> JustBoom was kind enough to provide the team with remotes and as a
> result picoreplayer includes configuration files for the 'JustBoom IR
> remote' (https://shop.justboom.co/products/justboom-ir-remote) for
> squeezelite and jivelite.  
> 
> The 'Justboom USB smart remote'
> (https://shop.justboom.co/products/justboom-smart-remote) works out of
> the box with jivelite.  Just plugin the dongle you don't even need to
> install the lirc extension.  Note that we don't support the "wand/mouse"
> feature but all the buttons are mapped.



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

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


Re: [SlimDevices: Unix] could this be a Squeezebox player if pCP will install and work?

2020-11-30 Thread ralphy


Howard Passman wrote: 
> That is one ugly remote :-)  And I'm guessing it will only partially
> work with piCorePlayer. That's where I would get lost and pCP developers
> don't seem to be interested in integrating a few other remotes in to the
> package.

I think we try our best to help and Paul is correct that it's impossible
to support the plethora of IR remotes.

JustBoom was kind enough to provide the team with remotes and as a
result picoreplayer includes configuration files for the 'JustBoom IR
remote' (https://shop.justboom.co/products/justboom-ir-remote) for
squeezelite and jivelite.  

The 'Justboom USB smart remote'
(https://shop.justboom.co/products/justboom-smart-remote) works out of
the box with jivelite.  Just plugin the dongle you don't even need to
install the lirc extension.  Note that we don't support the "wand/mouse"
feature but all the buttons are mapped.



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&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=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=113320

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread bpa


mherger wrote: 
> > So we agree? This is not a tidal specific solution, but a generic
> flac
> > one.
> 
> I don't follow 100%. Do you believe that the suggested change in your PR
> 
> would allow us to play both TIDAL, and those hires CUE sheet accompanied
> 
> ..flac files with the same set of rules? Without my q'n'd hack to add a
> 
> TIDAL specific rule set?
> 
> That would be a great reason to start the 8.1 branch :-)

That's what I hope for.  Without a generic solution, we might end up
with a q'n'd solution for each new service which delivers streamed Flac.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread Michael Herger

So we agree? This is not a tidal specific solution, but a generic flac
one.


I don't follow 100%. Do you believe that the suggested change in your PR 
would allow us to play both TIDAL, and those hires CUE sheet accompanied 
.flac files with the same set of rules? Without my q'n'd hack to add a 
TIDAL specific rule set?


That would be a great reason to start the 8.1 branch :-).

--

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


Re: [SlimDevices: Unix] piCorePlayer Documentation

2020-11-30 Thread Michael Herger

Colour removed. ;)


All that modern stuff. Who needs more than blue for a link?

--

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread bpa


philippe_44 wrote: 
> So we agree? This is not a tidal specific solution, but a generic flac
> one.
Yes because it'll avoid the same issue when another streamed Flac
service is started.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread philippe_44


bpa wrote: 
> In 6.* & early 7.* sample size was not an issue then because it always
> 16 bit.  I remember dealing with those instances. PCM used to be within
> LMS CD i.e. always 44.1kHz 16bits fixed etc.  There were a few rules
> outputting raw pcm - remember (i) at the time there was no 96Khz /12 bot
> audio and (ii) in those cases the application ffmpeg/mplayer/wavcmd
> could do the change to output a raw CD format PCM.
> 
> As formats have become more varied, I was concerned that we do not have
> to revisit this bit of code again in the future to add more format
> option.  I do prefer a generic solution rather than a Tidal specific
> one.

So we agree? This is not a tidal specific solution, but a generic flac
one.



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread bpa

philippe_44 wrote: 
> I have added sample rate and I think that as far as flac is concerned,
> we have all the information we need because flac output can be forced to
> a specific endianness, sign and it does not support floating points, so
> sox has everything it needs. There is already a few rules with flac
> outputting raw pcm, but the sample size was already missing (I’m not
> sure how things are currently handled for the flc pcm or flc aif rules.
> 
> 
> I agree there is no rush but if it works, isn’t it a more simpler
> solution and more generic than creating a format just for tidal flac
> where in addition we now prevent flac to be sent natively to players.

In 6.* & early 7.* sample size was not an issue then because it always
16 bit.  I remember dealing with those instances. PCM used to be within
LMS CD i.e. always 44.1kHz 16bits fixed etc.  There were a few rules
outputting raw pcm - remember (i) at the time there was no 96Khz /12 bot
audio and (ii) in those cases the application ffmpeg./ mplayer could do
the change to a CD format PCM.

As formats have become more varied, I was concerned that we do not have
to revisit this bit of code again in the future to add more format
option.  I do prefer a generic solution rather than a Tidal specific
one.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] piCorePlayer Documentation

2020-11-30 Thread Greg Erskine


Colour removed. ;)



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

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread philippe_44

bpa wrote: 
> I think we can wait since tdlflc type has been added to fix conflict and
> there is no immediate demand.
> 
> I think adding a format for samplesize may not be enough we may need to
> also add Big/Little Endian, Signed/Unsigned as well as Fixed point /
> Floating point for completeness

I have added sample rate and I think that as far as flac is concerned,
we have all the information we need because flac output can be forced to
a specific endianness, sign and it does not support floating points, so
sox has everything it needs. There is already a few rules with flac
outputting raw pcm, but the sample size was already missing (I’m not
sure how things are currently handled for the flc pcm or flc aif rules. 

I agree there is no rush but if it works, isn’t it a more simpler
solution and more generic than creating a format for tidal flac where in
addition we now prevent flac to be sent natively to players.



LMS 7.9  on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet,
1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000,
ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2,
Squeezelite on Pi,  Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5,
Riva 1 & 3

philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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


Re: [SlimDevices: Unix] PCP 6.1.0 - Issue with .cue. (LMS 8.0)

2020-11-30 Thread bpa


philippe_44 wrote: 
> Yes, this is where I was aiming at, otherwise we'd have to limit to 16
> bits and probably make a separated "I" rule to limit collateral damages
> (you can have different rules now for different sources, that one thing
> I've added in 8.0) but I feel some will not like it (I personally don't
> mind but that's a battle I'm not interested taking). 
> 
> It's not there in the current TranscodingHelper.pm but it's probably not
> complicated to add (just need to find a free letter :)) if you and
> Michael think it is worth
I think we can wait since tdlflc type has been added to fix conflict and
there is no immediate demand.

I think adding a format for samplesize may not be enough we may need to
also add Big/Little Endian, Signed/Unsigned as well as Fixed point /
Floating point for completeness



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=113308

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