Re: [SlimDevices: SqueezeCenter] Remote Libraries > By Folder - There are some missing folders

2021-12-08 Thread Michael Herger
Ok, I think what you want to do is mount your NAS' music folder in your 
pCP.


You'll have to configure sharing for the music folder (which you've 
likely done already, if you can access it from your computer). Then go 
to pCP, navigate to its "LMS" page. There you can "Install and Enable 
additional File Systems". Once that's done you can "Setup Network Disk 
Mount" from the same page, using the NAS' IP address.


See eg. https://docs.picoreplayer.org/how-to/add_network_share/


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


Re: [SlimDevices: SqueezeCenter] Remote Libraries > By Folder - There are some missing folders

2021-12-08 Thread madakuska


How are you accessing LMS in the browser?
I set up LMS using pCP. Initially, I was only using it for online
streaming services. Offline directories were added into the network and
they sort of just appeared in the LMS, while I don't understand how it
actually works.

What address are you using?
192.168.1.111

What does Settings/Information in the LMS you're using look like?
36381

You have two remote libraries: which one is the one that isn't working?
Rice_Cooker

You seem to be running at least two LMS: the one you're interacting
with, and the one on the Dell, listed as a "remote library". You
usually
don't need more than one LMS.
I only need one place as you mentioned. Dell just sort of manifested
it probably happened when I added devices into the network and I didn't
know exactly how the configuration should be.

Where is your music stored?
on NAS


+---+
|Filename: screencapture-192-168-1-111-9000-2021-12-09-12_47_37.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36381|
+---+


madakuska's Profile: http://forums.slimdevices.com/member.php?userid=72167
View this thread: http://forums.slimdevices.com/showthread.php?t=115538

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


Re: [SlimDevices: SqueezeCenter] Error scanning file or folder: /music: Permission denied - Synology NAS

2021-12-08 Thread Michael Herger

The folder does exist, I set an NFS permission on the musicshare folder


But it's a local folder, isn't it? Not a mounted folder. No need to set 
NFS permissions in that case. But double check the permissions on the 
folder itself.


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


Re: [SlimDevices: SqueezeCenter] Remote Libraries > By Folder - There are some missing folders

2021-12-08 Thread Michael Herger

Below is the list of directories and file names. The particular folders
that do not appear in the system are music\D, music\E, music\V


I'll have a lot of questions below. Please try to answer them all.

It's not clear to me what you're doing there... how are you accessing 
LMS in the browser? What address are you using? What does 
Settings/Information in the LMS you're using look like?


You have two remote libraries: which one is the one that isn't working? 
You seem to be running at least two LMS: the one you're interacting 
with, and the one on the Dell, listed as a "remote library". You usually 
don't need more than one LMS.


Where is your music stored?
___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Remote Libraries > By Folder - There are some missing folders

2021-12-08 Thread madakuska


The special characters (like Japanese characters and symbols) to my
knowledge look okay to me.
Below is the list of directories and file names. The particular folders
that do not appear in the system are music\D, music\E, music\V
36377

Coming to your question
"Are you running LMS on the NAS itself?"
The answer would be I am not sure. However, it might be running on NAS
since the folder structure looks entirely different.
Below are screenshots of Remote Libraries > DELL-FOX which is my laptop
vs. Remote Libraries > Rice_Cooker which is my NAS.
36378
36379
36380


+---+
|Filename: 3.PNG|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36380|
+---+


madakuska's Profile: http://forums.slimdevices.com/member.php?userid=72167
View this thread: http://forums.slimdevices.com/showthread.php?t=115538

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


Re: [SlimDevices: SqueezeCenter] Podcasts stop playing on Picoreplayer/ LMS

2021-12-08 Thread mibigo

Redrum wrote: 
> Prior to LMS 8.2, I (and others) had the same problem. Philippe
> developed the plugin "reliable" which cured it for me, and I assume
> others.
> 
> "Reliable" was integrated into LMS for 8.2.
> 
> In LMS UI, Go to settings->advanced->network (pull down) -> streaming
> method for https -- select "persistent". See if this helps.
> 
> Jim

Thank you Jim, l’ll try it out tomorrow and let you lnow



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=115539

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


[SlimDevices: SqueezeCenter] Error scanning file or folder: /music: Permission denied - Synology NAS

2021-12-08 Thread spacetaxi33


Hello, I am trying to get Logitech Media Server up and running on my
Synology DS920PLUS. I've grabbed the latest
lmscommunity/logitechmediaserver and have installed in two separate
ways, one using the UI from my browser in the Synology Docker panel, and
also from SSH using the following:


Code:

docker run -it \
  -v "/volume1/docker/lms":"/config":rw \
  -v "/volume1/musicshare":"/music":ro \
  -v "/volume1/musicshare/playlist":"/playlist":rw \
  -v "/etc/localtime":"/etc/localtime":ro \
  -e TZ=America/Detroit \
  -p 9002:9002/tcp \
  -p 9090:9090/tcp \
  -p 3483:3483/tcp \
  -p 3483:3483/udp \
  -e HTTP_PORT=9002 \
  lmscommunity/logitechmediaserver



When I check the logs I am seeing:


Code:

[21-12-08 21:34:43.9134] Slim::Utils::Scanner::Local::rescan (179) 
Discovering audio files in /music
  [21-12-08 21:34:43.9165] Slim::Utils::Scanner::Local::Async::__ANON__ (70) 
Error scanning file or folder: /music: Permission denied



The folder does exist, I set an NFS permission on the musicshare folder
I created per another article I found on this site, but it did not clear
the issue. 

I've attached the logs, not quite sure how to proceed and hoping to get
some help. Appreciate any assistance with this issue.


+---+
|Filename: server.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36376|
+---+


spacetaxi33's Profile: http://forums.slimdevices.com/member.php?userid=72358
View this thread: http://forums.slimdevices.com/showthread.php?t=115540

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


Re: [SlimDevices: SqueezeCenter] LMS upgrade help please

2021-12-08 Thread Man in a van


This looks familiar

https://forums.slimdevices.com/showthread.php?101347-SqueezePlug-for-Odroid-U3-released



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

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


Re: [SlimDevices: SqueezeCenter] LMS upgrade help please

2021-12-08 Thread Man in a van


muggo wrote: 
> Hi Ronnie
> I'm in Leics, so not too far from you,
> I'd have to pull the Odroid from the case to read what it says on the
> PCB, but it's one I imported direct from S Korea about 8 years ago when
> the Pi (model B?) wasn't powerful enough.
> It uses an SD card.
> Cheers
> Paul


Hey Paul, that sounds like one of the very first Odroids, I had one
(they had to solder a wire on the back of the board to make it work
properly).

Mine had an EMMC reader.

I can't remember the OS, I think it was a sort of Ubuntu

I also bought a C1  and ran the Max2play OS on that. I bought that from
the UK 

https://www.odroid.co.uk/index.php?route=common/home

IIRC Triode did some Arch-Linux images that were really neat.

I'll see if I can find my one, should only take a day or so.

If you need any help setting up a pi i can pop down to yours if you wish
(I'm triple jabbed and wearing a mask really improves my looks; gives me
a face made for radio :p)

Or I can knock up an image for you to download and help you with the
install over the 'phone :)

I think the old Odroids might be past it now, But you could start by
making a back up image of the card you are now using


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

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


Re: [SlimDevices: SqueezeCenter] Podcasts stop playing on Picoreplayer/ LMS

2021-12-08 Thread Redrum


Prior to LMS 8.2, I (and others) had the same problem. Philippe
developed the plugin "reliable" which cured it for me, and I assume
others.

"Reliable" was integrated into LMS for 8.2.

In LMS UI, Go to settings->advanced->network (pull down) -> streaming
method for https -- select "persistent". See if this helps.

Jim



Redrum's Profile: http://forums.slimdevices.com/member.php?userid=33806
View this thread: http://forums.slimdevices.com/showthread.php?t=115539

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


Re: [SlimDevices: SqueezeCenter] Remote Libraries > By Folder - There are some missing folders

2021-12-08 Thread Michael Herger

The "By Folder" section does not display identical folder structure as
Windows file explorer. However, albums which locate under those missing
folders are being shown in "By Album" section without any problem.


Would those folders have any particular character in the name? Accented? 
Special characters? Are you running LMS on the NAS itself?

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


[SlimDevices: SqueezeCenter] Podcasts stop playing on Picoreplayer/ LMS

2021-12-08 Thread mibigo

Hi everybody,
i’ve seen there are some 300 post on podcasts stop playing; mostly on
specific devices, or specific podcasts, but I couldn’t find something
that could answer my problem. But I might miss some good threads.

I run picoreplayer 8.1 and LMS 8.2 on the same Raspberry Pi 4. I have a
collection of some Twenty podcasts, from different broadcast services
(mostly Italian and French). All these podcast start playing and then
stop at a certain moment (not always the same moment) , if I restart and
fast forward to the point here or stopped (not easy to find btw) it
plays sometimes  until the end, and sometimes stop just later on...

If I Put more episodes on queue, at a given moment the podcasts stop and
skip to the new episode...

I can’t see anything in the server log, but i’m A newbie so maybe I
don’t  Know where to look...

One thing I know, and is that when I play these same podcasts on other
apps or devices, like apple podcasts on my phone or Mac, they play with
no break till the end So I conclude that the problem is not the feed
itself, but rather pCP or LMS.

I attach below my podcast feeds below that contain the list of the
podcast feeds

Does anyone can help or point me on the good thread? 

May thanks in advance



feeds:
- name: Nascita di una nazione
value: http://www.radio.rai.it/wr6/podcast/rsswr6.jsp?id=12385
- name: Alessandro Barbero
value: https://www.spreaker.com/show/4255213/episodes/feed
- name: Birdland
value:
https://www.rsi.ch/rete-due/programmi/cultura/birdland/?f=podcast-xml&type=itunes
- name: La Barcaccia
value: https://www.raiplayradio.it/programmi/labarcaccia/rss
- name: Wikiradio
value: https://www.raiplayradio.it/programmi/wikiradio/rss/
- name: Rue des Archives, 59
value:
https://api.tsfjazz.com/api/feeds/podcasts/59ruedesarchives.xml
- name: Lezioni di Musica
value: https://www.raiplayradio.it/programmi/lezionidimusica/rss
- name: Jazz Anthology
value:
https://www.radiopopolare.it/poplive/onair/podcast_rpondemand_jazzanthology.xml
- name: Jazz Ahead
value:
https://www.radiopopolare.it/poplive/onair/podcast_rpondemand_jazzahead.xml
- name: Round About Miles
value:
https://www.radiopopolare.it/poplive/onair/podcast_rpondemand_roundaboutmiles.xml
- name: Viaggio tra i grandi della canzone
value: http://www.radio.rai.it/wr6/podcast/rsswr6.jsp?id=12306
- name: Jazz Club
value:
https://www.radiopopolare.it/poplive/onair/podcast_rpondemand_jazzclub.xml
- name: Wikimusic
value: https://www.raiplayradio.it/programmi/wikimusic/rss/
- name: Venti Imperatori Romani
value: http://www.radio.rai.it/radio2/podcast/rssradio2.jsp?id=11305
- name: La musica tra le righe
value: https://www.raiplayradio.it/programmi/lamusicatralerighe/rss/
- name: Vite che non sono la tua
value: https://www.raiplayradio.it/programmi/vitechenonsonolatua/rss/
- name: Prima pagina
value: https://www.raiplayradio.it/programmi/primapagina/rss/
- name: Ad alta voce
value: https://www.raiplayradio.it/programmi/adaltavoce/rss/
- name: Radio 3 Mondo
value: https://www.raiplayradio.it/programmi/radio3mondo/rss/
maxNew: 7
newSince: 7
podcastindex:
k: NTVhNTMzODM0MzU1NDM0NTQ1NTRlNDI1MTU5NTk1MzRhNDYzNzRkNA==
s:
ODQzNjc1MDc3NmQ2NDQ4MzQ3OTc4NDczNzc1MzE3MTdlNTM3YzQzNTI2ODU1NWE0MzIyNjE2ZTU0MjMyOTdhN2U2ZTQyNWU0ODQ0MjM0NTU=
provider: Apple/iTunes



mibigo's Profile: http://forums.slimdevices.com/member.php?userid=71182
View this thread: http://forums.slimdevices.com/showthread.php?t=115539

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


Re: [SlimDevices: SqueezeCenter] Additional SSD to add to LMS

2021-12-08 Thread bakker_be


kidstypike wrote: 
> Certainly can on a Raspberry Pi -  NickyNook is a share on my NAS,
> privet is a mounted SSD drive, no problem.
> 
> 36360
A *_VERY_* clear case of me not paying attention to what I've been doing
for years :p It used to allow setting different kinds of media (video
and such) at that place, and since I never had any use for that part
I've never given it any thought after initial setup ;)
I'm very sorry for leading OP astray, won't happen again ;)



Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901
+ Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer
PDP-LX5090H
Workshop: iPad 32GB Wifi + Squeezepad (local playback activated)
Wherever needed: Acer Iconia Tab A700 + Squeezeplayer
Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel
Ultima 20 Mk 2
Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey +
Topping A30 + Focal Elear
Car: TBC ...

bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369
View this thread: http://forums.slimdevices.com/showthread.php?t=115531

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


Re: [SlimDevices: SqueezeCenter] LMS upgrade help please

2021-12-08 Thread muggo


Man in a van wrote: 
> Which Odroid do you have and does the os run from a SD card or an EMMC
> socket ?
> 
> Your approximate location might also help :)
> 
> ronnie

Hi Ronnie
I'm in Leics, so not too far from you,
I'd have to pull the Odroid from the case to read what it says on the
PCB, but it's one I imported direct from S Korea about 8 years ago when
the Pi (model B?) wasn't powerful enough.
It uses an SD card.
Cheers
Paul



muggo's Profile: http://forums.slimdevices.com/member.php?userid=11514
View this thread: http://forums.slimdevices.com/showthread.php?t=115511

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


Re: [SlimDevices: SqueezeCenter] LMS upgrade help please

2021-12-08 Thread muggo


bpa wrote: 
> Just upgrading the radio won't help with playing https streams.  IIRC
> The BBC changed a lot of their streams over to https so upgrading will
> be an issue you will likely face as some services may become unavailable
> overnight.

I'm aware I may end up being forced to move back to Pi but all the
streams I use are working, at the moment at least!



muggo's Profile: http://forums.slimdevices.com/member.php?userid=11514
View this thread: http://forums.slimdevices.com/showthread.php?t=115511

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


[SlimDevices: SqueezeCenter] Remote Libraries > By Folder - There are some missing folders

2021-12-08 Thread madakuska


Hi, I am using LMS with music library in NAS. I came across a tiny
problem, a bug perhaps.
The "By Folder" section does not display identical folder structure as
Windows file explorer. However, albums which locate under those missing
folders are being shown in "By Album" section without any problem.

I'm not very familiar with the autorescan or how to properly scan for
new media since I've been using internet radio most of the time.
Attached below is the log just in case. Kindly let me know if I didn't
upload the correct information.

Thanks!

36372


+---+
|Filename: scanner.log.zip  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36372|
+---+


madakuska's Profile: http://forums.slimdevices.com/member.php?userid=72167
View this thread: http://forums.slimdevices.com/showthread.php?t=115538

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


Re: [SlimDevices: SqueezeCenter] QLogitechMediaServer for Qnap with QTS 4.2 or higher and x86_64/I686/X86 support !

2021-12-08 Thread earthbased


earthbased wrote: 
> Logitech Media Server Version: 8.3.0 - 1636104857 @ Fri Nov 5 11:02:25
> CET 2021
> Hostname: Qnap-TS-251A
> Server IP Address: 192.168.33.4
> Server HTTP Port Number: 9001
> Operating system: QLMS 2.X (QNAP TurboStation) [Debian 9 stretch] - EN -
> utf8
> 
> Model:TS-251A
> Current firmware version:5.0.0.1853 Digital Signature
> Date:11/14/2021
> System up time:20 Day(s) 22 Hour(s) 27 Minute(s)
> 
> [Error][App Center] Notification from your device: Qnap-TS-251A
> 
> NAS Name: Qnap-TS-251A
> Severity: Error
> Date/Time: 2021/12/05 23:00:26
> 
> App Name: App Center
> Category: App Installation
> Message: [App Center] Failed to install LogitechMediaServer. Failed to
> find the application on the cloud server. Ensure the application name
> and version are correct.
> 
> This has happened a few times now over the last week.  Didn't happen
> until then and have no idea why its trying to update LMS.

Apparently QTS recently added Check for Updates Daily feature.   No
whitelist.



earthbased's Profile: http://forums.slimdevices.com/member.php?userid=334
View this thread: http://forums.slimdevices.com/showthread.php?t=108702

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


Re: [SlimDevices: SqueezeCenter] Additional SSD to add to LMS

2021-12-08 Thread Mattyrow


KeBul wrote: 
> Try carefully running through Problem 1: and Problem 2: of this thread:
> 
> https://forums.slimdevices.com/showthread.php?115521-Fixing-LMS-issues-with-Mac-OS-Upgrade-from-Mojave-to-Monterey-(and-Big-Sur-Catalina)
> 
> It lists specific fixes for problems running LMS on MacOS Monterey
> including accessing music files on an external disk.
> 
> I've no idea if it's an "APFS on external drive" issue, but you
> mentioned in your original post you had an exFAT drive could you not try
> that again?
> 
> Next, LMS has log files, check the Web GUI Server Settings page, on the
> information tab both LMS log file and the Scanner log file locations are
> shown at the bottom of that page... there may be some information that
> helps diagnosis in either of those...
> 
> However, since Philo99 in the above link got everything up and running
> after similar issues to yours, I would start by carefully following his
> instructions there. You could also post a reply to that thread asking
> him if he uses an APFS external drive.
> 
> I'm using MacOS but not Monterey, so sorry can't test for you.
> 
> Kev

This works now!  Key for me was to clear the caches in the preferences
section. As soon as I did that I could access the external drive. Thank
you everyone!



Mattyrow's Profile: http://forums.slimdevices.com/member.php?userid=72354
View this thread: http://forums.slimdevices.com/showthread.php?t=115531

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