Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread chincheta0815


Greg Erskine wrote: 
> Hi chincheta0815,
> 
> We haven't done much to shairpoint-sync over the years because we
> recommend you use the LMS plugin instead.
> 
> I think this means, you only have to setup once for all your devices.
> 
> BTW: You can disable "Broadcast .local" on the [Tweaks] page if it is
> interfering with shairpoint-sync.
> 
> regards
> Greg

Hej Greg,

the shaiport-sync of piCore is not too old to be honest. Its version
3.3.7 so one of the latest. 
It also works well, the only issue there is with mdns...

Using the LMS Plugin does not help if there is no possiblity for an LMS
due to performance and complexity.
If one just needs an "Airplay speaker" with all the possibilities of
piCorePlayer this would be better.
Having all the different options for Player instances makes PiCore the
best image for music player purposes for Raspberry Pis.
Different media packages are far complexer, bigger and not working out
of the box as PiCorePlayer - even though they sometime charge you...

Disabling broadcast .local does not help at all. There is an issue with
tinysvcmds that is bult into shairport-sync.
Without solving this issue in shairport-sync it seems feasbile to either
drop support for shairport-sync in picore or build it with avahi.
That is at least how I understood the shairport-sync dev Mike.
The latter would make it work (at leat it does on a plain RaspberryPiOS)
and maybe makes the system leaner and stable as there is a proven avahi
as one service for all mdns (shaiport, broadcast .local, etc.).



LMS-8.2@raspberrypiOS. 1x Radio, 1x Duet, 1x PiCorePlayer, 1x Tube Radio
with PiCorePlayer.

chincheta0815's Profile: http://forums.slimdevices.com/member.php?userid=42904
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] LMS very unresponsive after upgrade from 7.9.1 to 7.9.2

2021-02-22 Thread erland

drmatt wrote: 
> What surprises me is just that one plugin is able to lock the whole
> server. I didn't expect that to be the case, I thought LMS ran
> multi-threaded and individual plugins wouldn't be able to be so evil.
> 

Unfortunately it’s single threaded so it’s very easy for a plugin to
accidentally lock the server. The plugin APIs related to scanning is a
bit better today compared to when TrackStat was developed to decrease
the risk of this happening during scanning. Scanning is the only thing
that runs as a separate process to avoid the risk of locking the whole
server. However, the scanning APIs would unlikely help with the
TrackStat issues since people would be equally tired of a scanning
process that takes several hours to complete.

The easy solution is to uninstall plugins that cause these kind of
issues, especially unsupported plugins like TrackStat that’s unlikely to
be fixed. For people interested in rating support there is a new Ratings
Light plugin that’s actively supported and don’t have these kind of
issues. Might be worth to encourage the developer of that to add
features necessary to be able to replace TrackStat.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
Developer of 'many plugins/applets'
(https://wiki.slimdevices.com/index.php/User_Erland.html)
*Starting with LMS 8.0 I no longer support my plugins/applets* ('see
here for more information'
(https://forums.slimdevices.com/showthread.php?49483-Announce-New-versions-of-erlands-plugins=998836=1#post998836)
)

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=112388

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


Re: [SlimDevices: Unix] LMS very unresponsive after upgrade from 7.9.1 to 7.9.2

2021-02-22 Thread erland

drmatt wrote: 
> Well I can tell you it's not doing system calls while it's hung, it's
> purely spinning in user code:
> 
> 
> # strace -fp 24410
> strace: Process 24410 attached
> 
> [..tens of seconds elapse..]
> 
> ^Cstrace: Process 24410 detached

If it’s related to the TrackStat plugin it hangs in an SQL statement
executing in the SQLite database code. 


Skickat från min iPad med Tapatalk



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
Developer of 'many plugins/applets'
(https://wiki.slimdevices.com/index.php/User_Erland.html)
*Starting with LMS 8.0 I no longer support my plugins/applets* ('see
here for more information'
(https://forums.slimdevices.com/showthread.php?49483-Announce-New-versions-of-erlands-plugins=998836=1#post998836)
)

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=112388

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread pputzer


Greg Erskine wrote: 
> We haven't done much to shairpoint-sync over the years because we
> recommend you use the LMS plugin instead.
> 
> I think this means, you only have to setup once for all your devices

Which is nice for some use cases, but also suffers from the drawback
that it doesn't allow playback to be synchronized with a video source. 

So you can route your iPad's sound to the pCP while viewing YT, but then
video and audio will drift apart more or less instantly. If you instead
use shairport-sync, they'll stay, well, synced.


Gesendet von iPad mit Tapatalk





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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread Greg Erskine


chincheta0815 wrote: 
> Hej there,
> 
> following my previous posts concerning the visibility of shairport-sync
> I got some feedback from mikebrady the dev of shairport-sync. He says
> that it seems that tinysvcmdns has come to its limits making propagation
> of airplay error prone. 
> He asked if there is any avahi support on piCorePlayer. As of now it
> seems that there is just tinysvcmdns compiled into shairport-sync on
> PiCorePlayer.
> Here is his comment on the issue on github:
> https://github.com/mikebrady/shairport-sync/issues/1098#issuecomment-783501488
> 
> 
> Is there the possibility to have an updated pcp-shaiport extension that
> uses avahi to get rid of the propagation issues?
> TinyCore seems to have an avahi extension already available. Its use
> could also take the task of pcpmdns...

Hi chincheta0815,

We haven't done much to shairpoint-sync over the years because we
recommend you use the LMS plugin instead.

I think this means, you only have to setup once for all your 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=113512

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread Patricia P


Thanks everyone for your thoughts on this. 

The rpi3 uses ethernet cable 
Both rpi have different mac addresses 

"Can we assume you aren't using any type of access control on your
router that would block an unknown IP address?"

Correct it's a very simple modem/router set up that assigns ip
addresses by DHCP. 

I am no longer getting a ip address on router for the rpi3. Just one
green and one red light  
I'll re download the zip file tomorrow and try again. 

It definitely was given an ip address, yet would not open the picore web
page. That was the odd behaviour. 

However the router will not give it a ip address at all now, so I am
inclined to think that the hardware is the problem.



SB3, UE Radio, CA DacMagic, Talk Electronic stereo. LMS 7.9.1
BBCiPlayer, Shairtunes2 plugins

Patricia P's Profile: http://forums.slimdevices.com/member.php?userid=30580
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] piCorePlayer 7.0.1: asound.conf - Configuration

2021-02-22 Thread samprabhu


Excellent Blog! I would like to thank for the efforts you have made in
writing this post. I am hoping the same best work from you in the future
as well. 
I wanted to thank you for this
websites!https://apkfasak.com/ac-market-apkThanks for sharing. Great
websites!



samprabhu's Profile: http://forums.slimdevices.com/member.php?userid=71433
View this thread: http://forums.slimdevices.com/showthread.php?t=113977

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


Re: [SlimDevices: Unix] LMS very unresponsive after upgrade from 7.9.1 to 7.9.2

2021-02-22 Thread drmatt


Well I can tell you it's not doing system calls while it's hung, it's
purely spinning in user code:


# strace -fp 24410
strace: Process 24410 attached

[..tens of seconds elapse..]

^Cstrace: Process 24410 detached



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=112388

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


Re: [SlimDevices: Unix] LMS very unresponsive after upgrade from 7.9.1 to 7.9.2

2021-02-22 Thread drmatt


CypherMK wrote: 
> I think this may have solved the freezing issue. Will test further. I
> did enable "rescan refresh" and disabled "enable musicbrainz tags".

What surprises me is just that one plugin is able to lock the whole
server. I didn't expect that to be the case, I thought LMS ran
multi-threaded and individual plugins wouldn't be able to be so evil.

I suppose I should consider myself lucky it only hangs for five minutes,
but then it is a full-phat x86 processor pegged at 100% utilisation, not
a Raspberry Pi.

I'll try turning off the musicbrainz integration piece (in about four
and a half minutes time).



--
Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with
Debian+LMS 7.9.0
Music: ~1300 CDs, as 450 GB of 16/44k FLACs. No less than 3x 24/44k
albums..

drmatt's Profile: http://forums.slimdevices.com/member.php?userid=59498
View this thread: http://forums.slimdevices.com/showthread.php?t=112388

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread chincheta0815


Hej there,

following my previous posts concerning the visibility of shairport-sync
I got some feedback from mikebrady the dev of shairport-sync. He says
that it seems that tinysvcmdns has come to its limits making propagation
of airplay error prone. 
He asked if there is any avahi support on piCorePlayer. As of now it
seems that there is just tinysvcmdns compiled into shairport-sync on
PiCorePlayer.
Here is his comment on the issue on github:
https://github.com/mikebrady/shairport-sync/issues/1098#issuecomment-783501488


Is there the possibility to have an updated pcp-shaiport extension that
uses avahi to get rid of the propagation issues?
TinyCore seems to have an avahi extension already available. Its use
could also take the task of pcpmdns...



LMS-8.2@raspberrypiOS. 1x Radio, 1x Duet, 1x PiCorePlayer, 1x Tube Radio
with PiCorePlayer.

chincheta0815's Profile: http://forums.slimdevices.com/member.php?userid=42904
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


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

2021-02-22 Thread mvordeme


Trying to find a pattern, but no success, so far. I thought that maybe
the mechanism of releasing the files is working in general but leaving
the odd file behind. In that case, must of those files should be rather
new. This doesn't seem to be the case.

Code:


  Date   | Count
  ---+--
  Jan 18 |  42
  Jan 22 |  29
  Jan 26 |  11
  Jan 27 |  29
  Jan 28 |  64
  Jan 29 |  50
  Jan 30 |  20
  Jan 31 |  17
  Feb 01 |  25
  Feb 02 |  12
  Feb 03 |  40
  Feb 05 |  12
  Feb 06 |  57
  Feb 07 |  13
  Feb 08 |  20
  Feb 09 |  20
  Feb 10 |   8
  Feb 11 |  19
  Feb 12 |   2
  Feb 13 |  37
  Feb 15 |  13
  Feb 16 |  30
  Feb 17 |   4
  Feb 18 |  38
  Feb 19 |  15
  Feb 21 |  13
  Feb 22 |  46
  ---+--
  Total  | 686
  




scaleo home server 2105 & picoreplayer 6.1.0 | logitech media server
8.2.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] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread Howard Passman


Can we assume you aren't using any type of access control on your router
that would block an unknown IP address?

Howard


Greg Erskine wrote: 
> @Patricia P
> 
> I assume you are using ethernet cables. I can't say I have ever seen pCP
> not connecting via DHCP unless I had a faulty cable.
> 
> The IP address does sometimes change, which is the only complication I
> ever get.
> 
> 'Determine your piCorePlayer IP address'
> (https://docs.picoreplayer.org/how-to/determine_your_pcp_ip_address/)



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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread slartibartfast


Patricia P wrote: 
> Neither work, i set this up previously so I expect that the problem is
> with some overlap in setting up two pcp rpi on the same LANDo the two pCPs 
> have different MAC addresses?

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-02-22 Thread Howard Passman


I'm using Jivelite slideshow screen saver. For some reason it tries to
display the .db files that Windows uses to display thumbnails, etc..
Is there a way to ignore those files?

Thanks,

Howard



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

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


Re: [SlimDevices: Unix] Running LMS on Raspberry Pi for newbie to the Pi

2021-02-22 Thread rbl


Man in a van wrote: 
> I'll likely get a row for this, but try adding :eek:
> 
> -a :::0
> 
> to the squeezelite line 
> 
> ronnie

Fingers crossed that seems to have done the trick! Thank you!

I looked up the Squeezelite syntax and it seems that your option turns
"mmap", or memory mapping, off. So what is going on here? Also I'm a bit
puzzled why I didn't need it a month ago, and now I do need it?



SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=112025

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


Re: [SlimDevices: Unix] Running LMS on Raspberry Pi for newbie to the Pi

2021-02-22 Thread Man in a van


rbl wrote: 
> Fingers crossed that seems to have done the trick! Thank you!
> 
> I looked up the Squeezelite syntax and it seems that your option turns
> "mmap", or memory mapping, off. So what is going on here? Also I'm a bit
> puzzled why I didn't need it a month ago, and now I do need it?


Well first off,  I'm the most puzzled :(:rolleyes: as I don't have a
Scooby on any of this techie stuff.

Maybe* @bpa* will enlighten you (there a a few threads at the mo, about
this)

I blame the rpi foundation for plonking PulseAudio on the the top of
everything, 'cause appently it does good "bluetooth" or summat
:confused:

and the forums slimdevices server is being a pain again

tea time :p



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

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


Re: [SlimDevices: Unix] Running LMS on Raspberry Pi for newbie to the Pi

2021-02-22 Thread Paul Webster


For some recent discussion (including faulty memory) ... see ...

https://forums.slimdevices.com/showthread.php?113867-Squeezelite-on-rPi-3-suddenly-not-working=1010606=1#post1010606



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread Greg Erskine


@Patricia P

I assume you are using ethernet cables. I can't say I have ever seen pCP
not connecting via DHCP unless I had a faulty cable.

The IP address does sometimes change, which is the only complication I
ever get.

'Determine your piCorePlayer IP address'
(https://docs.picoreplayer.org/how-to/determine_your_pcp_ip_address/)



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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread psketch


ralphy wrote: 
> The squeezelite extension has been updated to v1.9.9.1356 to support
> down mixing the L + R channels to MONO and sending the MONO mix to both
> the LEFT and RIGHT speakers.
> 
> This will allow you to connect a single speaker to a pCP player on
> either channel for a MONO setup.  No more need to modify alsa.conf
> 
> The new feature requires LMS 8.2.0-1613989247 from February 22nd 2021 or
> newer then at the bottom of the LMS Player Audio Settings change Output
> Channel Mode to Both Channels (Mono).
> 
> 33514
> 
> Thanks to philippe44 for both the LMS feature and squeezelite changes.

Hi Ralphy - that's nice :-)  It's been a asound.conf edit for me always,
so this will make things easier to maintain.  One question (since I know
this requires careful tweaking of asound.conf) - can you use this
setting with the equaliser?  My single speakers setups are small, so
need a little help from equaliser settings.  I'm guessing if this is a
squeezelite setting, it's separate to the equaliser changes in asound,
but just thought I'd ask



psketch's Profile: http://forums.slimdevices.com/member.php?userid=56555
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread Patricia P


Greg Erskine wrote: 
> Should be http://ipaddress or hostname.local
Neither work, i set this up previously so I expect that the problem is
with some overlap in setting up two pcp rpi on the same LAN



SB3, UE Radio, CA DacMagic, Talk Electronic stereo. LMS 7.9.1
BBCiPlayer, Shairtunes2 plugins

Patricia P's Profile: http://forums.slimdevices.com/member.php?userid=30580
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread Greg Erskine


Should be http://ipaddress or hostname.local



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

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


Re: [SlimDevices: Unix] Running LMS on Raspberry Pi for newbie to the Pi

2021-02-22 Thread Man in a van


I'll likely get a row for this, but try adding :eek:

-a :::0

to the squeezelite line 

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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread Patricia P


I have been struggling to install pCP on rpi3b today. The router
initially renamed the original one RPI4 with a new name, and the rpi3
now piCorePlayer and a different ip address.  The new instance was
unable to connect due to this. 

I renamed the original host name and player name, and rebooted. I tried
to connect to the pCP on http.ipaddress but every browser said a variant
of This site can't be reached. 

Restarting the router and RPI several times, not any further. 

What can I try next?  

v1.9.8-1344-pCP V7.0



SB3, UE Radio, CA DacMagic, Talk Electronic stereo. LMS 7.9.1
BBCiPlayer, Shairtunes2 plugins

Patricia P's Profile: http://forums.slimdevices.com/member.php?userid=30580
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] Running LMS on Raspberry Pi for newbie to the Pi

2021-02-22 Thread rbl


Man in a van wrote: 
> Try
> 
> plughw:CARD=Headphones,DEV=0   - bcm2835 Headphones, bcm2835 Headphones
> - Hardware device with all software conversions
> 
> and reboot

I had to roll back to an old boot disk, and now I seem to have got the
same problem again but your fix no longer works!?!!? The old boot disk,
created May 2020, had "ExecStart=/usr/bin/squeezelite -o
plughw:CARD=Headphones,DEV=0 -n Pi_SqueezeliteService -C 5 "

I did a full-upgrade, and as expected I had to change the ExecStart line
as follows
ExecStart=/usr/bin/squeezelite -o plughw:CARD=Headphones,DEV=0 -n
Pi_SqueezeliteService -C 5

So now Pi_SqueezeliteService appears in LMS, but no sound comes out of
the Pi's headphone jack. 
I also now get a LOT of rebuffering - every few minutes (on both radio
and flac files). Despite all players being wired into the LAN.
The available audio devices are:

sudo /usr/bin/squeezelite -l
Output devices:
default- Playback/recording through the
PulseAudio sound server
null   - Discard all samples (playback) or
generate zero samples (capture)
jack   - JACK Audio Connection Kit
pulse  - PulseAudio Sound Server
sysdefault:CARD=b1 - bcm2835 HDMI 1, bcm2835 HDMI 1 -
Default Audio Device
dmix:CARD=b1,DEV=0 - bcm2835 HDMI 1, bcm2835 HDMI 1 -
Direct sample mixing device
dsnoop:CARD=b1,DEV=0   - bcm2835 HDMI 1, bcm2835 HDMI 1 -
Direct sample snooping device
hw:CARD=b1,DEV=0   - bcm2835 HDMI 1, bcm2835 HDMI 1 -
Direct hardware device without any conversions
plughw:CARD=b1,DEV=0   - bcm2835 HDMI 1, bcm2835 HDMI 1 -
Hardware device with all software conversions
usbstream:CARD=b1  - bcm2835 HDMI 1 - USB Stream Output
sysdefault:CARD=Headphones - bcm2835 Headphones, bcm2835
Headphones - Default Audio Device
dmix:CARD=Headphones,DEV=0 - bcm2835 Headphones, bcm2835
Headphones - Direct sample mixing device
dsnoop:CARD=Headphones,DEV=0   - bcm2835 Headphones, bcm2835
Headphones - Direct sample snooping device
hw:CARD=Headphones,DEV=0   - bcm2835 Headphones, bcm2835
Headphones - Direct hardware device without any conversions
plughw:CARD=Headphones,DEV=0   - bcm2835 Headphones, bcm2835
Headphones - Hardware device with all software conversions
usbstream:CARD=Headphones  - bcm2835 Headphones - USB Stream
Output

Any idea why no sound is coming out? And the rebuffering? I tried the
whole upgrade process twice and I get exactly the same problems.

The Pi4 is running  LMS 7.9.2 - 1578996832, which was working flawlessly
prior to this upgrade.



SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=112025

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread ralphy


The squeezelite extension has been updated to v1.9.9.1356 to support
down mixing the L + R channels to MONO and sending the MONO mix to both
the LEFT and RIGHT speakers.

This will allow you to connect a single speaker to a pCP player on
either channel for a MONO setup.  No more need to modify alsa.conf

The new feature requires LMS 8.2.0-1613989247 from February 22nd 2021 or
newer then at the bottom of the LMS Player Audio Settings change Output
Channel Mode to Both Channels (Mono).

33514

Thanks to philippe44 for both the LMS feature and squeezelite changes.


+---+
|Filename: mono.png |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33514|
+---+


Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-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=113512

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


Re: [SlimDevices: Unix] ANNOUNCE: LMS Monitor 2020

2021-02-22 Thread shunte88


sounds like you've got everything setup correctly, fully describing the
startup sequence

you've repeated a couple of parameters, if they're switches they can
flip the functionality

simplifying you command string

make sure you don't have a monitor running, give it the kill command
twice to ensure 


Code:

sudo killall lmsmonitor
  sudo killall lmsmonitor
  sudo /mnt/mmcblk0p2/tce/lmsmonitor --name "piCorePlayer" -c -kdbzrix 
--visualize --meter "RN" -o3 -x0x3c -f7 --verbose



then play some music

you should see track details and then after a minute or so one of the
meter flavors, visualization displays for several minutes and the
sequence loops until the track ends

if you want track details and visualization all the time then use
the"all-in-one" mode


Code:

sudo killall lmsmonitor
  sudo killall lmsmonitor
  sudo /mnt/mmcblk0p2/tce/lmsmonitor --name "piCorePlayer" -c -kbzrix -aA1SA 
-o3 -x0x3c -f7 --verbose



are you running on the same device as the pCP install? 

you can use separate devices but this requires additional setup

if you are on a separate device then you can use the "egg"
visualizations, you can use these on a "standard" setup too 

hope that helps



As of *22-Feb-2021* my digitized collection is (25539 hours 23 minutes)
+ (24 seconds) or
2.914[/B] YEARS IN DURATION
RANDOM CONTINUOUS PLAY WOULD REALLY ANNOY THE NEIGHBORS...

DIGITIZED THUS FAR:

[B]TOTAL TRACKS: 164,668
TOTAL ALBUMS: 15,077
TOTAL ARTISTS: 21,562
TOTAL GENRES: 763
TOTAL PLAYING TIME: 25539:23:24

With another ~2400 yet to be ripped... a moving target such that it is
...

shunte88's Profile: http://forums.slimdevices.com/member.php?userid=40185
View this thread: http://forums.slimdevices.com/showthread.php?t=111790

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread Greg Erskine


dreagle wrote: 
> No more justboom hat ?
> Just had to modify manually the config.txt to load the DTB at boot, and
> all works fine...
> But no more access to JustBoom AMP HAT from the pCP WEBUI !

It should be there!



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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread dreagle


Grumpy Bob wrote: 
> I'm using a power off shim but with different GPIO assignments:
> 
> 33208
> 
> Works fine for me, I've also wired in a separate illuminated momentary
> switch on the case. This is with pCP 7.
> 
> Robert

With pCP v7 and my audiophonics raspdac I use this
Poweroff / yes / gpio 22 / active low
Shutdown / yes / gpio 17 / active high / pull up



dreagle's Profile: http://forums.slimdevices.com/member.php?userid=66232
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-22 Thread dreagle


No more justboom hat ?
Just had to modify manually the config.txt to load the DTB at boot, and
all works fine...
But no more access to JustBoom AMP HAT from the pCP WEBUI !



dreagle's Profile: http://forums.slimdevices.com/member.php?userid=66232
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] piCorePlayer Documentation

2021-02-22 Thread carsten_h


jophill wrote: 
> I always have to re-insert the card to add a copy of
> -wpa_supplement.conf-.

Yes, I think so. As all my piCorePlayer Pi are using cables, I didn't
thought about this. :-)
You can also use the "Festplattendienstprogramm" (don't know the English
name of it) to remount the card without pulling it out and putting it
in.



pi4 4gb picoreplayer with lms and squeezelite for usb inside an argon
one case
pi3b+ (7\" display, hifiberry dac+ pro) picoreplayer with
squeezlite/jivelite for hifiberry and bluetooth headphone inside a
smartipi touch case
two airport express
ikea symfonisk

carsten_h's Profile: http://forums.slimdevices.com/member.php?userid=69113
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

2021-02-22 Thread jophill


carsten_h wrote: 
> I used it too, but after the Release of "Raspberry Pi Imager" I don't
> know why to use another tool. There you can directly choose the standard
> Raspberry OS or a few others like LibreELEC and so on or you can choose
> an image. I don't need any other tool on the Mac for flashing to
> SD-cards or SSD.Doesn't -Raspberry Pi Imager- automatically eject the SD card 
> after
writing an image?  

Perhaps I am using it wrongly but I always have to re-insert the card to
add a copy of -wpa_supplement.conf-. If ejection is automatic the
information panel on the page about installing -wpa_supplicant.conf-
saying "Do not eject ..." after burning the image, is perfectly correct
but ejection is unavoidable.



jophill's Profile: http://forums.slimdevices.com/member.php?userid=71321
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