Re: [SlimDevices: Unix] PiCorePlayer Samba Password-Mapping network Drive

2022-11-21 Thread Viragored


Viragored wrote: 
> That sounds like a good suggestion to me. It feels like the issue is
> most likely either with Windows, or with file ownership and permissions
> on the Pi. I'll try the Windows reboot when I'm back home later in the
> day.
> Thanks!

Sadly, no change after rebooting the PC. 
[Except slightly for the worse - Windows Explorer is no longer showing
the Pis as present on the network, although they did appear correctly
when I put their IP addresses into the search bar. But, after that
limited success Windows Explorer is now crashing or hanging up whenever
I try to view the network! Time for another PC reboot...]



Digital: Raspberry Pi 3B; piCorePlayer 8 + LMS 8; HifiBerry DAC+DSP >
Yamaha RX-V2700 > Jamo speakers
Analogue: HifiBerry DAC+DSP > Speakercraft MZC-66 > whole house 
Library: External USB drive
Android: Squeezer app

Viragored's Profile: http://forums.slimdevices.com/member.php?userid=32954
View this thread: http://forums.slimdevices.com/showthread.php?t=116917

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


Re: [SlimDevices: Unix] error when updating to LMS 8.3 on Raspberry Pi

2022-11-21 Thread dbinder101


Man in a van wrote: 
> Glad to help, which one did you go for ? :)
> 
> ronnie

The sudo apt -f install command and then re-ran the the install command.



dbinder101's Profile: http://forums.slimdevices.com/member.php?userid=36997
View this thread: http://forums.slimdevices.com/showthread.php?t=117116

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


Re: [SlimDevices: Unix] Custom Joggler HD Skin with Controls (Took me all week)

2022-11-21 Thread sodface


Eyerex and didjean, here's the diffs for the file changes I made to add
the clock. This is probably _not_ how you want to do it though. I was
just experimenting and for my use I'm only concerned (for now) with one
specific device with a 1280x800 screen using the "Grid Skin" which seems
to inherit things from both the Joggler and NowPlaying files. I'm pretty
sure that my changes would screw up other skin sizes though I haven't
tested it yet. But maybe it gives you a hint.


Code:


  --- jive/applets/NowPlaying/NowPlayingApplet.lua
  +++ 
/srv/www/sodface_com.website/repo/cb/aopen-veyron/tmp/files/NowPlayingApplet.lua
  @@ -1023,6 +1023,8 @@
return
end
  
  + self.sodlabel:setValue(datetime.getCurrentTime())
  +
local strElapsed = ""
local strRemain = ""
local pos = 0
  @@ -1411,6 +1413,8 @@
end
end
  
  + self.sodlabel = Label("text", datetime.getCurrentTime())
  +
self.mainTitle = self:_titleText('play')
  
self.titleGroup = self:_createTitleGroup(window, 'button_playlist')
  @@ -1691,6 +1695,8 @@
  
repeatMode  = self.repeatButton,
shuffleMode = self.shuffleButton,
  +
  + clock = self.sodlabel,
  
volDown  = Button(
Icon('volDown'),
  





Code:


  --- jive/applets/JogglerSkin/JogglerSkinApplet.lua
  +++ 
/srv/www/sodface_com.website/repo/cb/aopen-veyron/tmp/files/JogglerSkinApplet.lua
  @@ -2800,7 +2800,7 @@
  
local controlHeight = 72
local controlWidth = 76
  - local volumeBarWidth = 240 -- screenWidth - (transport controls + 
volume controls + dividers + border around volume bar)
  + local volumeBarWidth = 600 -- screenWidth - (transport controls + 
volume controls + dividers + border around volume bar)
local buttonPadding = 0
  
local _transportControlButton = {
  @@ -2927,8 +2927,8 @@

--transport controls
npcontrols = {
  - order = { 'rew', 'div1', 'play', 'div2', 'fwd', 'div3', 
'repeatMode', 'div4', 'shuffleMode', 
  - 'div5', 'volDown', 'div6', 'volSlider', 
'div7', 'volUp' },
  + order = { 'rew', 'div1', 'play', 'div2', 'fwd', 'div3', 
'repeatMode', 'div4', 'shuffleMode',
  +  'volDown', 'div6', 'volSlider', 'div7', 
'volUp', 'clock', },
position = LAYOUT_SOUTH,
h = controlHeight,
w = WH_FILL,
  




sodface's Profile: http://forums.slimdevices.com/member.php?userid=19057
View this thread: http://forums.slimdevices.com/showthread.php?t=116248

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


Re: [SlimDevices: Unix] error when updating to LMS 8.3 on Raspberry Pi

2022-11-21 Thread Man in a van


Glad to help, which one did you go for ? :)

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

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


Re: [SlimDevices: Unix] error when updating to LMS 8.3 on Raspberry Pi

2022-11-21 Thread dbinder101


Man in a van wrote: 
> You could run
> 
> > 
Code:

  >   > sudo apt -f install
  > 

> > 
> or 
> 
> > 
Code:

  >   > sudo apt install libcrypt-openssl-rsa-perl 
  > 

> > 
> and then repeat the install, or run 
> 
> > 
Code:

  >   > sudo apt install 
/var/lib/squeezeboxserver/cache/updates/logitechmediaserver_8.3.0_all.deb
  > 

> > 

That worked, you are the man, Man...!!!



dbinder101's Profile: http://forums.slimdevices.com/member.php?userid=36997
View this thread: http://forums.slimdevices.com/showthread.php?t=117116

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


Re: [SlimDevices: Unix] error when updating to LMS 8.3 on Raspberry Pi

2022-11-21 Thread Man in a van


dbinder101 wrote: 
> I tried performing an update using the following command:
> 
> sudo dpkg -i
> /var/lib/squeezeboxserver/cache/updates/logitechmediaserver_8.3.0_all.deb
> 
> I receive the following error:
> 
> 
> npacking logitechrnediaserver   (8 . 3.0)   over  (8.2 . 0).. .
> pkg:  dependency problems prevent configuration  of   
> logitectunediaserver :
> logitectunediaserver  depends on   libcrypt -openssl-rsa-perl;  however:
> Package  libcrypt-openssl-rsa-perl  is not installed .
> 
> pkg: error  processing package logitectunediaserver  ( --install) :
> dependency  problems - leaving  unconfigured
> Processing triggers f or  systemd (24l-7-debl0u7) rrors  were
> encountered while  processing: 
> logitechmediaserver
> 
> Any advice?

You could run


Code:

sudo apt -f install
  


or 


Code:

sudo apt install libcrypt-openssl-rsa-perl 
  


and then repeat the install, or run 


Code:

sudo apt install 
/var/lib/squeezeboxserver/cache/updates/logitechmediaserver_8.3.0_all.deb
  




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

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


[SlimDevices: Unix] error when updating to LMS 8.3 on Raspberry Pi

2022-11-21 Thread dbinder101


I tried performing an update using the following command:

sudo dpkg -i
/var/lib/squeezeboxserver/cache/updates/logitechmediaserver_8.3.0_all.deb

I receive the following error:


npacking logitechrnediaserver   (8 . 3.0)   over  (8.2 . 0).. .
pkg:  dependency problems prevent configuration  of   
logitectunediaserver :
logitectunediaserver  depends on   libcrypt -openssl-rsa-perl; 
however:
Package  libcrypt-openssl-rsa-perl  is not installed .

pkg: error  processing package logitectunediaserver  ( --install) :
dependency  problems - leaving  unconfigured
Processing triggers f or  systemd (24l-7-debl0u7) rrors  were
encountered while  processing: 
logitechmediaserver

Any advice?



dbinder101's Profile: http://forums.slimdevices.com/member.php?userid=36997
View this thread: http://forums.slimdevices.com/showthread.php?t=117116

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


Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2022-11-21 Thread cfuttrup

Hi bpbiszkopt

Presumably, when running LMS in a Docker container, you have it
installed on a NAS (e.g. Synology, QNAP)

Are you trying to run LMS on a PC and stream music directly from LMS to
a USB port on the PC?

Not sure what EDO Player is, but I know that the Squeezebox Touch can be
installed with EDO kernel extension for 192 kHz support on the USB
port.

If you are using a piCorePlayer, then:

Select [Squeezelite Settings] > “Audio output device settings” > “USB
audio”.
Click [Save].
This will set “Audio output device settings” to “USB audio” and set
“Change Squeezelite settings” to default values.

See more here (Topping E30 is just an example):
https://docs.picoreplayer.org/projects/add-topping-e30-usb-dac/

Kind regards,
Claus



cfuttrup's Profile: http://forums.slimdevices.com/member.php?userid=32784
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

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


Re: [SlimDevices: Unix] Custom Joggler HD Skin with Controls (Took me all week)

2022-11-21 Thread didjean


sodface wrote: 
> I've been working on adding a clock to the now playing screen, with
> somewhat mixed results. I just posted about this yesterday in my Aopen
> Chromebase thread but will repost the screenshot here in case you didn't
> see it. Let me know if you want info on the changes I made.

I like :-) this + flat approach from Eyerex would be amazing!
Really happy to see Jivelite interface evolving a bit...



Transporter, Touch, SB3, SB2, Duet, Booms, Radios, piCorePlayer ---
iPeng & Material --- LMS Version: 8.3.1 - 1668787267 on Pi4 4GB -
Max2Play --- Qobuz

didjean's Profile: http://forums.slimdevices.com/member.php?userid=2900
View this thread: http://forums.slimdevices.com/showthread.php?t=116248

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


Re: [SlimDevices: Unix] PiCorePlayer Samba Password-Mapping network Drive

2022-11-21 Thread Viragored


jophill wrote: 
> This is a long shot but have you tried re-booting Windows 10 after
> setting (or changing) the LMS/Samba password but before trying to access
> the share?  
> 
> ...is there some authentication token involved that has to be cleared
> from a W10 cache before you can successfully use new credentials (even
> the same ones for a share created at a different time)?

That sounds like a good suggestion to me. It feels like the issue is
most likely either with Windows, or with file ownership and permissions
on the Pi. I'll try the Windows reboot when I'm back home later in the
day.
Thanks!



Digital: Raspberry Pi 3B; piCorePlayer 8 + LMS 8; HifiBerry DAC+DSP >
Yamaha RX-V2700 > Jamo speakers
Analogue: HifiBerry DAC+DSP > Speakercraft MZC-66 > whole house 
Library: External USB drive
Android: Squeezer app

Viragored's Profile: http://forums.slimdevices.com/member.php?userid=32954
View this thread: http://forums.slimdevices.com/showthread.php?t=116917

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


Re: [SlimDevices: Unix] Custom Joggler HD Skin with Controls (Took me all week)

2022-11-21 Thread Eyerex


sodface wrote: 
> I've been working on adding a clock to the now playing screen, with
> somewhat mixed results. I just posted about this yesterday in my Aopen
> Chromebase thread but will repost the screenshot here in case you didn't
> see it. Let me know if you want info on the changes I made.

Yes please as always good to learn some new stuff about adding bits and
bobs



Eyerex's Profile: http://forums.slimdevices.com/member.php?userid=65695
View this thread: http://forums.slimdevices.com/showthread.php?t=116248

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


Re: [SlimDevices: Unix] Custom Joggler HD Skin with Controls (Took me all week)

2022-11-21 Thread sodface


Eyerex wrote: 
> Not sure i can get it to show up but will have a look about clock

I've been working on adding a clock to the now playing screen, with
somewhat mixed results. I just posted about this yesterday in my Aopen
Chromebase thread but will repost the screenshot here in case you didn't
see it. Let me know if you want info on the changes I made.


+---+
|Filename: cbm-jivelite-clock.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=39190|
+---+


sodface's Profile: http://forums.slimdevices.com/member.php?userid=19057
View this thread: http://forums.slimdevices.com/showthread.php?t=116248

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


Re: [SlimDevices: Unix] PiCorePlayer Samba Password-Mapping network Drive

2022-11-21 Thread jophill


Viragored wrote: 
> I've got the same problem. I've just rebuilt my Pi 3B with LMS and
> external powered hard drive mounted at /mnt/LMSfiles. All done over the
> pCP GUI from my Windows 10 PC. 
> I've set up Samba shares for the music files and the LMS server data,
> exactly matching what I had before the previous SD card in the Pi died
> from a power blip. But...
> 
> Windows Explorer is saying "Connection refused" when I enter the Id (tc)
> and password that I used on the Samba setup page. And trying to map the
> share as a network drive gets the same error. I've been round and round
> the same loop numerous times, resetting the Samba password, using a
> plain text source to copy/paste the password to ensure no typing errors
> creep in, so I need to find what the actual problem is - it's not simply
> id and password. Permissions somewhere, maybe, or Samba version changes?
> ...This is a long shot but have you tried re-booting Windows 10 after
setting (or changing) the LMS/Samba password but before trying to access
the share?  

I have an LMS/Samba share accessible from W10.  The original set-up was
straightforward.   

However, I have just tried changing the LMS/Samba password via the pCP
GUI and then accessing the share from Windows 10.  It finally worked as
expected with one quirk.  W10 retained access to the share after the
password has changed on LMS, without needing new credentials.  But,
after a W10 re-boot, entering the new credentials worked just as
expected.

I don't know Samba under the hood and might fall flat on my face with
this thought.  However, is there some authentication token involved that
has to be cleared from a W10 cache before you can successfully use new
credentials (even the same ones for a share created at a different
time)?



jophill's Profile: http://forums.slimdevices.com/member.php?userid=71321
View this thread: http://forums.slimdevices.com/showthread.php?t=116917

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


Re: [SlimDevices: Unix] Custom Joggler HD Skin with Controls (Took me all week)

2022-11-21 Thread Eyerex


didjean wrote: 
> Thanks very much for all your explanations and videos. I have now
> applied the flat and aligned version and it looks neater! Great job!
> As I use my Raspberry screen as a controller, I can't enable the VU
> meters unfortunately. 
> What I am really missing on the Now Playing screen is the current time.
> E.g. something like this:
> 
> 39188

I'm sure you should still see the VU meters and Spectrum if you set the
Pi being used as controller as player and then sync to main Pi or other
player your using

Not sure i can get tit to show up but will have a look about clock



Eyerex's Profile: http://forums.slimdevices.com/member.php?userid=65695
View this thread: http://forums.slimdevices.com/showthread.php?t=116248

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


Re: [SlimDevices: Unix] Custom Joggler HD Skin with Controls (Took me all week)

2022-11-21 Thread didjean


Thanks very much for all your explanations and videos. I have now
applied the flat and aligned version and it looks neater! Great job!
As I use my Raspberry screen as a controller, I can't enable the VU
meters unfortunately. 
What I am really missing on the Now Playing screen is the current time.
E.g. something like this:

39188


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


Transporter, Touch, SB3, SB2, Duet, Booms, Radios, piCorePlayer ---
iPeng & Material --- LMS Version: 8.3.1 - 1668787267 on Pi4 4GB -
Max2Play --- Qobuz

didjean's Profile: http://forums.slimdevices.com/member.php?userid=2900
View this thread: http://forums.slimdevices.com/showthread.php?t=116248

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


Re: [SlimDevices: Unix] piCorePlayer 8.0.0 - Bluetooth Discussion

2022-11-21 Thread godzini...@gmail.com


paul- wrote: 
> Codec can only be set for the encoding to a Bluetooth speaker.   The
> phone is going to dictate the codec.

Not sure why I can not set the codec from my Samsung. But finally I
managed to get it to work.

I set the main squeezelite settings as follow (*Audio output device
settings* to *USB audio* and *Output setting* leaved empty.

39187

The BT Output Device to *default* (probably will work with blank field
too) and the Shairport-sync settings all default (blank fields).

All three outputs working without issues now.


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


godzini...@gmail.com's Profile: 
http://forums.slimdevices.com/member.php?userid=72522
View this thread: http://forums.slimdevices.com/showthread.php?t=114834

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


Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2022-11-21 Thread bpbiszkopt


bpbiszkopt wrote: 
> Hello
> 
> I just installed latest version of docker Lms and have one problem and
> one question.
> First I want to use it locally with integrated sound card so installed
> local player.
> But it doesn't work. I have error 
> > 
Code:

  >   > 
/config/cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-x86-64: 
error while loading shared libraries: libasound.so.2: cannot open shared object 
file: No such file or directory
  > 

> > 
> I should pass through my sound card or something else to start local
> player ?
> Question: 
> I'm trying to sign it into mysqueeze account but after writing my
> login and password nothing happens. How Lms should behave after sign
> in ?

Answering to my first question, after starting docker container we need
to pass through sound card, then install on container libasound2 and
local player works ok.
About second problem I leave it for now.

But i have another question/problem how to pass through USB dac
devices.
I read about Edo player but if I understand correctly it is for Lms
player not for docker image.

I have amp that have input from usb c, so I can send music to it by usb
and it works. If I setup it on my pc it works ok. But how to pass
through it to docker lms ? 
If amp is disconnected it is recognized as serial convert after turning
on it is recognized as audio device and device is recognized as snd
devices so if I pass through whole /dev/snd I see it in my container but
I have problem with choosing correct output device. In host it it
discovered by pulse audio as analog output, but in container pulse audio
isn't installed so I don't know how to choose correct output.



bpbiszkopt's Profile: http://forums.slimdevices.com/member.php?userid=73068
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

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