Announcement
Collapse
No announcement yet.
Announce: piCorePlayer 8.0.0
Collapse
X
-
Living Room: Touch or Squeezelite (Pi3B) > Topping E30 > Audiolab 8000A > Monitor Audio S5 + BK200-XLS DF
Bedroom: Radio
Bathroom: Radio -
I don't use pCP for LMS and I now don't use a raspberry pi, but here goes nothing.
I installed the raspberrypi Bullseye 32 bit desktop on a rpi4b.
I plugged in a 500gb usd disk called Music (I used the Desktop OS because it automounts any connected usb disks)
I used this guide to install SAMBA
I deviated from the guide a little; I did not set up a samba_dir as I intended to use the usb disk for this
This is my sudo nano /etc/samba/smb.conf
Code:[sambashare] path = /media/pi/Music writeable=Yes create mask=0777 directory mask=0777 public=no
My suggestion, is to run the LMS on this OS
ronnie
Edit:
It appears that one still has to run
Code:sudo chmod -R 775 /media
Comment
-
I don't get how some users are having difficulty with this.
I've just set up a spare pi.
pCP 8.1
Mounted a USB stick
Installed SAMBA
pCP Tweaks page - set hostname to pCPspare.
Shows up under "Network" on my Win10 PC.
Entered user=tc, password=piCore in SAMBA. Can see contents & write to the USB stick.
Not the slightest problem.
Server - LMS 8.4.0 RPi4B 4GB/NanoSound ONE case/pCP 8.1.0 - 75K library, playlists & LMS cache on Sata SSD (ntfs)
Lounge - DAC32 - AudioEngine B2
Office - RPi 3B+/HiFiBerry DAC HAT/RPi screen - Edifier D12
Bedroom - Echo Show 8
Spares - 1xSB Touch, 1xSB3, 4xRPi, AVI DM5 speakers👍 1Comment
-
Well I agree, but it does remain so.
The folders can be seen but reached.
I tried enabling
SMB 1.0/CIFS File Shairing Support
But it is possible to put SAMBA on a rpi OS and connect.
I would not waste time with repeated failure but move on to something that does work
ronnieComment
-
Well, if I understood what the difficulties were I could at least set out to solve them. But I just don't know where to start. I activated SMBV1 and deactivated it again, I changed passwords back and forth, I connected directly to the RPI4 and I connected through "connect network location with other information".
Raspberry Pi 4 Model B 2GB with LMS 8.2.0 -- Plugins: Material Skin, MAI, Podcasts, Musik - folge mir, Ratings Light, Exclude Folders -- RPI 2 with a Hifiberry DAC+ running PCP -- 2x UE Smartradios running Firmware 8.0 sth -- 2xWin10 PCs with Squeezelite-X -- DSM 7.1 (Synology Disk Station 115) has my musicComment
-
Well I had connected the drive manually in Windows 10. It appears right under "This PC" as a network drive in very much the same way that drives from a NAS would.Raspberry Pi 4 Model B 2GB with LMS 8.2.0 -- Plugins: Material Skin, MAI, Podcasts, Musik - folge mir, Ratings Light, Exclude Folders -- RPI 2 with a Hifiberry DAC+ running PCP -- 2x UE Smartradios running Firmware 8.0 sth -- 2xWin10 PCs with Squeezelite-X -- DSM 7.1 (Synology Disk Station 115) has my musicComment
-
Raspberry Pi 4 Model B 2GB with LMS 8.2.0 -- Plugins: Material Skin, MAI, Podcasts, Musik - folge mir, Ratings Light, Exclude Folders -- RPI 2 with a Hifiberry DAC+ running PCP -- 2x UE Smartradios running Firmware 8.0 sth -- 2xWin10 PCs with Squeezelite-X -- DSM 7.1 (Synology Disk Station 115) has my musicComment
-
Samba on pCP does not allow for SMB1 by default, so enabling that in windows does nothing. But SMB has alot of security holes, Windows in some cases disables some of these methods.
Insecure logins and also authentication methods sometimes are locked down. If you machine is controlled by a domain controller (typically a work computer) then it can get locked down further.
At this point I would use WinSCP. It's nearly as easy as file manager.
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayerComment
-
(BTW there is no possibility to multi-quote here?)Raspberry Pi 4 Model B 2GB with LMS 8.2.0 -- Plugins: Material Skin, MAI, Podcasts, Musik - folge mir, Ratings Light, Exclude Folders -- RPI 2 with a Hifiberry DAC+ running PCP -- 2x UE Smartradios running Firmware 8.0 sth -- 2xWin10 PCs with Squeezelite-X -- DSM 7.1 (Synology Disk Station 115) has my musicComment
-
Raspberry Pi 4 Model B 2GB with LMS 8.2.0 -- Plugins: Material Skin, MAI, Podcasts, Musik - folge mir, Ratings Light, Exclude Folders -- RPI 2 with a Hifiberry DAC+ running PCP -- 2x UE Smartradios running Firmware 8.0 sth -- 2xWin10 PCs with Squeezelite-X -- DSM 7.1 (Synology Disk Station 115) has my musicComment
-
WinSCP will do this, it's just like File Explorer. but with 2 panes.
Pic below shows left pane files/folders on a USB drive connected to my PC. Right pane shows files/folders on a USB drive connected to my Raspberry Pi.
Server - LMS 8.4.0 RPi4B 4GB/NanoSound ONE case/pCP 8.1.0 - 75K library, playlists & LMS cache on Sata SSD (ntfs)
Lounge - DAC32 - AudioEngine B2
Office - RPi 3B+/HiFiBerry DAC HAT/RPi screen - Edifier D12
Bedroom - Echo Show 8
Spares - 1xSB Touch, 1xSB3, 4xRPi, AVI DM5 speakers👍 1Comment
-
So, another day, another challenge
I thought to review my procedure; I made a new pCP install, expanded the FS and added the additional files but still did not install LMS
I installed SAMBA, user tc, passwd piCore
[global]
netbios name = Music
workgroup = WORKGROUP
log file = /var/log/%m.log
max log size = 1000
local master = no
security = user
map to guest = bad user
dns proxy = no
load printers = no
[Music]
path = /mnt/Music
create mask = 0664
browseable = yes
writeable = yes
And it all worked
Who'd have thunk it ?
ronnie
Comment
Comment