Re: [SlimDevices: SqueezeCenter] Non-ANSI file names in server.log

2019-11-02 Thread Roland0


tals wrote: 
> 
> When delete some files with non-ANSI characters and rescan, non-human
> readable logs are produced:
> [19-11-01 17:01:48.6549] Slim::Utils::Scanner::Local::deleted (582)
> Handling deleted audio file
> file:///DataVolume/Public/Shared%20Music/%D0%9A%D0%B8%D0%BD%D0%BE/2010_%D0%9B%D1%83%D1%87%D1%88%D0%B5%D0%B5_(CD3)/01._%D0%93%D1%80%D1%83%D0%BF%D0%BF%D0%B0_%D0%BA%D1%80%D0%BE%D0%B2%D0%B8.flac
> 
> The following logs are expected instead:
> [19-11-01 17:01:48.6549] Slim::Utils::Scanner::Local::deleted (582)
> Handling deleted audio file file:///DataVolume/Public/Shared
> Music/Кино/2010_Лучшее_(CD3)/01._Группа_крови.flac
> 
> Is it possible to configure LMS to get human readable logs or do I miss
> anything?
> 

LMS url-encodes paths (which is the correct way to handle them), and
that's the representation you see in the logs.
If you want to have the un-encoded version, here's a bash function:

Code:


  urldecode(){
  echo -e "$(sed 's/+/ /g;s/%\(..\)/\\x\1/g;')"
  }
  


then you can do this:
cat server.log|urldecode



SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))

Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=47

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-02 Thread diode84


I have just tried 6.0.6 but it does not detect the WiFi adapted and asks
for one to be connected.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=01

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-02 Thread Paul Webster


See earlier for the request for dmesg output. It can still help.



Paul Webster
http://dabdig.blogspot.com
Author Radio France (FIP etc) plugin

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

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


Re: [SlimDevices: SqueezeCenter] Non-ANSI file names in server.log

2019-11-02 Thread tals


Roland0 wrote: 
> LMS url-encodes paths (which is the correct way to handle them), and
> that's the representation you see in the logs.
> If you want to have the un-encoded version, here's a bash function:
> > 
Code:

  >   > 
  > urldecode(){
  > echo -e "$(sed 's/+/ /g;s/%\(..\)/\\x\1/g;')"
  > }
  > 

> > 
> then you can do this:
> cat server.log|urldecode

Thank you!
Nice workaround.



tals's Profile: http://forums.slimdevices.com/member.php?userid=58935
View this thread: http://forums.slimdevices.com/showthread.php?t=47

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-02 Thread diode84


Is this it:
[   35.641959] Finished piCorePlayer v6.0.0-b6 startup.
[   79.742115] usb 1-1.2: new high-speed USB device number 7 using
dwc_otg
[   79.873723] usb 1-1.2: New USB device found, idVendor=0bda,
idProduct=f179, bcdDevice= 0.00
[   79.873744] usb 1-1.2: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[   79.873758] usb 1-1.2: Product: 802.11n
[   79.873771] usb 1-1.2: Manufacturer: Realtek
[   79.873788] usb 1-1.2: SerialNumber: 00E0282E94AC



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=01

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


Re: [SlimDevices: SqueezeCenter] podcasts just stop at random

2019-11-02 Thread mrw


bigcookie wrote: 
> Attached the script and conf file.

Good work !

I'll keep it by me in case I should become similarly afflicted.



mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=110756

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-02 Thread diode84


That was from b6 audio img but below is b6 img. I think they are the
same.

[   12.935442] Finished piCorePlayer v6.0.0-b6 startup.
[  256.650936] usb 1-1.2: new high-speed USB device number 7 using
dwc_otg
[  256.781813] usb 1-1.2: New USB device found, idVendor=0bda,
idProduct=f179, bcdDevice= 0.00
[  256.781826] usb 1-1.2: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[  256.781837] usb 1-1.2: Product: 802.11n
[  256.781846] usb 1-1.2: Manufacturer: Realtek
[  256.781855] usb 1-1.2: SerialNumber: 00E0282E94AC



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=01

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-02 Thread paul-


That is not an rtl8188eu based chipset.  It is rtl8188fu   (Dammit
realtek, use a common driver base)

Source code appears to be here. 
https://github.com/ulli-kroll/rtl8188fu

That is the only chipset supported by that driver.



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

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-02 Thread diode84


Is that the end of the line for the rtl8188fu dongle.
I have bought another that will come next week with a  Ralink RT5370
chipset it says and working on a Pi, although the first said the same.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=01

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


Re: [SlimDevices: SqueezeCenter] LMS on MacOS 10.15 "Catalina"?

2019-11-02 Thread MrC


adm wrote: 
> My situation:
> 
> - Have just upgraded to Catalina
> - Source music library is on a NAS
> - Library scans fail, and after a "Clear library and rescan everything"
> I am left with an empty LMS library
> 
> ...
> 
> The error scanning the NAS volume would seem to be, based on the
> conversation in this thread, a permissions issue. Posts in the thread
> indicate it is resolved by allowing perl to have "Full Disk Access".
> Furthermore, a post indicates that "Applications will dynamically appear
> in the Full Disk Access pane as LMS goes through its processes."
> 
> BUT: I have not been able to get perl to "dynamically appear" in the
> Full Disk Access pane, or find any other way to assign perl Full Disk
> Access. (For example I have tried having System Preference open to that
> pane, with the pane unlocked, and running a rescan in the web UI, but no
> sign of perl dynamically appearing.)
> 
> Can anyone inform me how to give perl Full Disk Access based on my
> situation.
> 
> Thanks in advance.

When you go to the web interface, Settings, and on the first page, for
your Media Folders, click the Browse button, you should see various
expandable file system locations.  If you cannot expand one of them
(because there's no + character), this shows you that you don't have
full disk access for the given area.  This is a quick way for you to
test as you're working to get permissions to work.

Go to System Preferences > Security & Privacy > Full Disk Access, and
unlock the settings.  Click the + button.  Now type Cmd+Shift+G.  This
will open a dialog where you can type a path.  Enter /usr/bin and then
select perl to add it.  Do likewise for /bin and select bash.

I don't recall if I had to start/stop the server after this, but certain
need to hard refresh that LMS server Settings page.  After I configured
the settings, I was able to then assign my paths and LMS worked.



MrC's Profile: http://forums.slimdevices.com/member.php?userid=468
View this thread: http://forums.slimdevices.com/showthread.php?t=111037

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


Re: [SlimDevices: SqueezeCenter] Can I add a WiFi driver to pCP

2019-11-02 Thread paul-


That RALink should work.  I have lots laying around depending on what
you want to connect.

2.4G or 5G???



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

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


Re: [SlimDevices: SqueezeCenter] Radio Paradise hickups still ongoing, solution?

2019-11-02 Thread paul-


Anyone running pCP/squeezelite having this issue, please try to update
openssl.

Open an ssh session and run   "pcp-update openssl"  then reboot when
done.   I just upgraded opensll from 1.1.0h -> 1.1.0l and that seemed to
make the problem much less.  Interesting to note the 1.1.0l is the last
version in that series.  1.1.0 is now depreciated.

For those with older players, turning on proxying will probably help,
however your LMS server might need openssl upgraded.



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

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


[SlimDevices: SqueezeCenter] Spotty Plugin Failed To Load

2019-11-02 Thread bdj31


Hi All:

Spotty is showing up in my list of plugins but there is a notice that
the "Plugin Failed to Load" (see attached screenshot below).

I am running Logitech Media Server Version: 7.9.2 - 0027.1571226194 on a
Synology DS718+. 

I installed Spotty 2.8.7 via extracting it to the correct plugins folder
and also installed the helper file to the following directory:

/volume1/@appstore/SqueezeCenter/Bin

LMS works great otherwise.  

Any help or tips would be appreciated. 

28465


+---+
|Filename: Screen Shot 2019-11-03 at 9.09.00 AM.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=28465|
+---+


bdj31's Profile: http://forums.slimdevices.com/member.php?userid=69507
View this thread: http://forums.slimdevices.com/showthread.php?t=52

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