Re: [SlimDevices: SqueezeCenter] Search by surname shows no albums

2019-08-16 Thread kosmonaut_75


Don't get me wrong: 

If I type "Springsteen", the result in the filter list of Sqeeze Ctrl
which pops up immediately while searching is "artist: 1, albums: 0". If
I choose "artist", the 7 albums will turn up in the next step. However,
if I type "Bruce Springsteen", the result is "artist: 1, albums: 7". I
can instantly choose the albums and don't have to click on artist first.
That doesn't make sense to me. 

I send some screenshots tonight...



kosmonaut_75's Profile: http://forums.slimdevices.com/member.php?userid=69351
View this thread: http://forums.slimdevices.com/showthread.php?t=110863

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread slartibartfast


carlmart wrote: 
> How do I get to the LMS settings screen? 
> 
> It is not through the Control Panel that I have installed.If you are using 
> the default Web interface the settings is in the bottom
right corner.

Sent from my SM-G900F using Tapatalk





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

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread kidstypike


mherger wrote: 
> > Discs and Folders is per player.
> 
> Could you please enable INFO logging for control.queries or the like, 
> and see what request Browse Disc And Folders is sending vs. selecting a 
> folder in the settings?
> 
> (I'm in the process of updating my Windows VM to the latest Windows 10 
> build...)
> 
> -- 
> 
> Michael

Is this what you want?

Selecting a folder in settings:


Code:

[19-08-16 14:18:18.5253] main::init (387) Starting Logitech Media Server 
(v7.9.2, 1564788734, Sat Aug  3 01:38:17 WEDT 2019) perl 5.014001 - 
MSWin32-x86-multi-thread
  [19-08-16 14:20:13.2688] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 14:20:13.3252] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery 
  [19-08-16 14:20:26.1837] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery



Discs And Folders:


Code:

[19-08-16 14:22:41.0565] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 14:22:44.1433] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 14:22:44.1438] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 14:22:48.5953] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 14:22:48.5958] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 14:22:48.6034] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 14:22:51.5950] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 14:22:51.5954] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 14:22:51.6034] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 14:22:51.6086] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 14:22:54.1710] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 14:22:54.1715] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 14:22:54.1813] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 14:22:54.1871] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 14:22:54.1888] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()




*Server - LMS 7.9.2 *Pi4B 4GB/pCP 6.0.0 18K library, playlists & LMS
cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 5.0.0 > Edifier R980T

*Spares* - 2xTouch, 1xSB3, 1xRadio, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread Michael Herger
Now that's really an odd case. I don't know what triggered this issue. 
Whether it's an update in Windows or Perl or a module in between (though 
we haven't updated any of the latter two recently). But turns out that 
some combinations of them would not return the root folder when opening 
"c:", but the "current folder" on that drive. Eg. imagine LMS is running 
from "c:\program files\squeezebox". If it now asked for files in "C:", 
it would get the list of files and folders in "c:\program 
files\squeezebox", rather than "c:\"!


The fact that drive d: would work is probably thanks to the fact that 
LMS hadn't changed folder on that drive or whatever.


I've been able to reproduce this on the build host, even running from 
the source. On my dev machine I didn't succeed. I even compared Perl 
module versions etc.


But anyway: I now added a line to add the slash in case only the drive 
letter was given. Let's see whether this is working for everybody. New 
builds should be available shortly.


--

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread JohnB


carlmart wrote: 
> How do I get to the LMS settings screen? 
> 
> It is not through the Control Panel that I have installed.

You need to use the Web Browser interface (Open Web Control). I only use
the LMS Control Panel on very, very rare occasions.



Touch, Metrum Jade, Bryston B4 SST2, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=110829

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread dolodobendan


Disc and Folders:


Code:


  [19-08-16 15:38:03.8461] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 15:38:05.3991] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 15:38:05.3997] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 15:38:07.6012] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 15:38:07.6017] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  [19-08-16 15:38:07.6107] Slim::Control::Queries::mediafolderQuery (1877) 
mediafolderQuery()
  




QLMS 7.9.2@2.04 x64 (digimaster) with perl 5.28 dedicated to me. :D /
QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread reinholdk


Paul Webster wrote: 
> Could an antivirus tool be blocking c: root access for new .exe ?

No. As it's working from Additional Browse Modes plugin, it's the same
exe (LMS).



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread dolodobendan


mherger wrote: 
> > My guess is, his music is somewhere on c:. I don't have access to the
> > folders on c: (they are not shown) with the Web UI either, the other
> > partitions work fine. I do have access to c: with the LMS control
> panel.
> > LMS runs under my user account (admin rights).
> 
> Would browsing "Files and Folders" be working (available through the 
> Addditional Browse Modes plugin)?
> 
> -- 
> 
> Michael

I had "Disks and folders" until I connected a player to that server.
That was working. "Music Folder" is working also (as I said, I added an
"invisible" folder by pasting it's path and hitting Apply.).

As I was able to include C:\Perl64 in the scan, I can access the music
file in there just like any other file in my (test) music library.



QLMS 7.9.2@2.04 x64 (digimaster) with perl 5.28 dedicated to me. :D /
QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread dolodobendan

mherger wrote: 
> 
> Go to the plugin's settings, where you can enable it (it's "Dateisystem"
> 
> in the German version).

Now I feel a bit stupid. Einstellungen / Plugins / "Erweiterte Musik
Menüs". Clicking on "Einstellungen" on the right. There's no such thing
as "Dateisystem" but "Erweiterte Musik Menüs" (Jazz Composers, etc.) and
"Bibliotheksansichten" (Hide lossy duplicates). (Btw., I always use
English because it's easier to google error messages.)



QLMS 7.9.2@2.04 x64 (digimaster) with perl 5.28 dedicated to me. :D /
QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread Paul Webster


Re .cue ...

First thing to check ... is the album, that you showed the top of the
.cue file for, listed in your LMS list of albums?

If yes ... then are the individual tracks listed under that album (in
LMS)?

If yes ... then it looks like the scanning worked so try playing one of
the tracks.


If no to any of above then check the scanner.log to see if there is
anything in there about this album/file.
For example - it might say that it cannot find the file.
In that case perhaps the commas in the file name are causing problems (I
have not checked to see if LMS is happy with them).

Otherwise ... perhaps LMS not happy with .cue files for .wav recordings
(again - I have not checked this).
You could test this by making a .flac file of a CD that does not have
any characters other that a-z and space in the name and generate a .cue
for that  - and then scanning again.

FYI I use .cue files with large .mp3 files without any problems

(there was a time when leading spaces were needed by LMS for the TRACK
section of the .cue file but that was changed long ago so that they are
not needed)



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

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread carlmart


How do I get to the LMS settings screen? 

It is not through the Control Panel that I have installed.



carlmart's Profile: http://forums.slimdevices.com/member.php?userid=69336
View this thread: http://forums.slimdevices.com/showthread.php?t=110829

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread Michael Herger

Discs and Folders is per player.


Could you please enable INFO logging for control.queries or the like, 
and see what request Browse Disc And Folders is sending vs. selecting a 
folder in the settings?


(I'm in the process of updating my Windows VM to the latest Windows 10 
build...)


--

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread dolodobendan


kidstypike wrote: 
> Discs and Folders is per player.
> 
> LMS Settings > Player tab > Additional Browse Modes.

I always forget about the player tab. Thank you!



QLMS 7.9.2@2.04 x64 (digimaster) with perl 5.28 dedicated to me. :D /
QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread dolodobendan


mherger wrote: 
> > Discs and Folders is per player.
> 
> Could you please enable INFO logging for control.queries or the like, 
> and see what request Browse Disc And Folders is sending vs. selecting a
> 
> folder in the settings?
> 

Sure. I didn't know what "or the like" was, so I used control.queries
for now.

Web UI:


Code:


  [19-08-16 15:22:10.7184] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 15:22:21.1733] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 15:22:26.6736] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  



Clicking on "Browse"
Clicking on D:
Clicking on C:

Control Settings:

Not sure if this is helpful, the error might be resulting from something
I tried a while ago. It pops up all the time. I will do a reinstall and
get back to you.

(The first three items are the ones from the Web UI query.)


Code:


  [19-08-16 15:22:10.7184] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 15:22:21.1733] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 15:22:26.6736] Slim::Control::Queries::readDirectoryQuery (2772) 
readDirectoryQuery
  [19-08-16 15:24:18.6279] Slim::Display::Display::string (888) Error: missing 
string HD_MUSIC
  [19-08-16 15:24:18.6282] Slim::Display::Display::string (888) Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace (/Slim/Display/Display.pm line 888)
  frame 1: Slim::Display::Display::string (/Slim/Player/Player.pm line 194)
  frame 2: Slim::Player::Player::string (/Slim/Utils/Strings.pm line 545)
  frame 3: Slim::Utils::Strings::clientString (/Slim/Menu/SystemInfo.pm line 
435)
  frame 4: Slim::Menu::SystemInfo::infoPlugins (/Slim/Menu/Base.pm line 172)
  frame 5: (eval) (/Slim/Menu/Base.pm line 172)
  frame 6: Slim::Menu::Base::addItem (/Slim/Menu/Base.pm line 142)
  frame 7: Slim::Menu::Base::menu (/Slim/Web/Settings/Server/Status.pm line 33)
  frame 8: Slim::Web::Settings::Server::Status::handler (/Slim/Web/HTTP.pm line 
1124)
  frame 9: Slim::Web::HTTP::generateHTTPResponse (/Slim/Web/HTTP.pm line 894)
  frame 10: Slim::Web::HTTP::processURL (/Slim/Web/HTTP.pm line 691)
  frame 11: Slim::Web::HTTP::processHTTP (/Slim/Networking/IO/Select.pm line 
123)
  frame 12: (eval) (/Slim/Networking/IO/Select.pm line 119)
  frame 13: Slim::Networking::IO::Select::__ANON__ 
(/Slim/Networking/IO/Select.pm line 168)
  frame 14: (eval) (/Slim/Networking/IO/Select.pm line 168)
  frame 15: Slim::Networking::IO::Select::loop (slimserver.pl line 727)
  frame 16: main::idle (slimserver.pl line 677)
  frame 17: main::main (slimserver.pl line 131)
  frame 18: PerlSvc::Interactive (/PerlSvc.pm line 99)
  frame 19: PerlSvc::_interactive (slimserver.pl line 0)
  frame 20: (eval) (slimserver.pl line 0)
  
  [19-08-16 15:24:31.1518] Slim::Display::Display::string (888) Error: missing 
string HD_MUSIC
  [19-08-16 15:24:31.1521] Slim::Display::Display::string (888) Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace (/Slim/Display/Display.pm line 888)
  frame 1: Slim::Display::Display::string (/Slim/Player/Player.pm line 194)
  frame 2: Slim::Player::Player::string (/Slim/Utils/Strings.pm line 545)
  frame 3: Slim::Utils::Strings::clientString (/Slim/Menu/SystemInfo.pm line 
435)
  frame 4: Slim::Menu::SystemInfo::infoPlugins (/Slim/Menu/Base.pm line 172)
  frame 5: (eval) (/Slim/Menu/Base.pm line 172)
  frame 6: Slim::Menu::Base::addItem (/Slim/Menu/Base.pm line 142)
  frame 7: Slim::Menu::Base::menu (/Slim/Web/Settings/Server/Status.pm line 33)
  frame 8: Slim::Web::Settings::Server::Status::handler (/Slim/Web/HTTP.pm line 
1124)
  frame 9: Slim::Web::HTTP::generateHTTPResponse (/Slim/Web/HTTP.pm line 894)
  frame 10: Slim::Web::HTTP::processURL (/Slim/Web/HTTP.pm line 691)
  frame 11: Slim::Web::HTTP::processHTTP (/Slim/Networking/IO/Select.pm line 
123)
  frame 12: (eval) (/Slim/Networking/IO/Select.pm line 119)
  frame 13: Slim::Networking::IO::Select::__ANON__ 
(/Slim/Networking/IO/Select.pm line 168)
  frame 14: (eval) (/Slim/Networking/IO/Select.pm line 168)
  frame 15: Slim::Networking::IO::Select::loop (slimserver.pl line 727)
  frame 16: main::idle (slimserver.pl line 677)
  frame 17: main::main (slimserver.pl line 131)
  frame 18: PerlSvc::Interactive (/PerlSvc.pm line 99)
  frame 19: PerlSvc::_interactive (slimserver.pl line 0)
  frame 20: (eval) (slimserver.pl line 0)
  
  [19-08-16 15:24:41.1711] Slim::Display::Display::string (888) Error: missing 
string HD_MUSIC
  [19-08-16 15:24:41.1715] Slim::Display::Display::string (888) Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace (/Slim/Display/Display.pm line 888)
  frame 1: Slim::Display::Display::string (/Slim/Player/Player.pm line 194)
  frame 2: Slim::Player::Player::string (/Slim/Utils/Strings.pm line 545)
  frame 3: Slim::Utils::Strings::clientString (/Slim/Menu/SystemInfo.pm line 

Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread JohnB

The file line in the cue file example was:

FILE "Caetano Veloso, Gal Costa, Gilberto Gil, Maria Bethânia - DOCES
BÁRBAROS - CD1.wav" WAVE

I use cue files a lot, though mostly for m4a/AAC (off air concerts).

I seem to remember that I have had problems in the past where the
filename includes accented characters, e.g. the "â" and "Á". This might
be due to the operating system my main library and LMS runs on (Linux)
or that my LMS is set to English - but it is worth checking what happens
if you substitute the accented characters in the filename and then
Rescan for new files.



Touch, Metrum Jade, Bryston B4 SST2, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=110829

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


Re: [SlimDevices: SqueezeCenter] Search by surname shows no albums

2019-08-16 Thread slartibartfast


kosmonaut_75 wrote: 
> Don't get me wrong: 
> 
> If I type "Springsteen", the result in the filter list of Sqeeze Ctrl
> which pops up immediately while searching is "artist: 1, albums: 0". If
> I choose "artist", the 7 albums will turn up in the next step. However,
> if I type "Bruce Springsteen", the result is "artist: 1, albums: 7". I
> can instantly choose the albums and don't have to click on artist first.
> That doesn't make sense to me. 
> 
> I send some screenshots tonight...I don't see any albums if I search for 
> Springsteen or Bruce. I only see
the Artist and Tracks which have Springsteen or Bruce in the name. Seems
to me the odd thing is that you do see albums that don't actually have
"Bruce" in the album name when you search for Bruce.


Sent from my SM-G900F using Tapatalk





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

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread carlmart


Hooray! Complete success. 

DSD playing with great quality. 

DAC shows 352.2KHz oversampling, and music plays great. 

Thanks a lot!

Now the next question, more current than DSD files certainly. How do I
do to play cue commands?



carlmart's Profile: http://forums.slimdevices.com/member.php?userid=69336
View this thread: http://forums.slimdevices.com/showthread.php?t=110829

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread Michael Herger
Ok, turns out it's yet another difference between the binaries available 
to you, and running LMS from the source. Updated my Windows. It would 
play just fine with my test environment. But if I install the build, 
then it fails. WTF.


--

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


Re: [SlimDevices: SqueezeCenter] LMS on Raspberry Pi4

2019-08-16 Thread DomieMic65


>From what menu in settings we set the dbase to be written in microSD?
Thnx!



Main system: Synology
DS115j/MacMini[SSD_8GB](LMS)/RPi3B+[LPS](piCore)/M2Tech EvoDAC
Two+[LPS]/Densen DM20&30/Spendor SP2/3E
Head-Fi: Schiit Vali2/Sennheiser HD600 & HD25Alum/Audeze Sine.

DomieMic65's Profile: http://forums.slimdevices.com/member.php?userid=69312
View this thread: http://forums.slimdevices.com/showthread.php?t=110838

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread dolodobendan


kidstypike wrote: 
> That seems to have sorted the problem.
> 

Works here, too.



QLMS 7.9.2@2.04 x64 (digimaster) with perl 5.28 dedicated to me. :D /
QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] Search not working

2019-08-16 Thread mruano


mherger wrote: 
> > Settings/Advanced/Performance only has two options, resize via
> > mysquueezebox or via LMS - but not to turn off resizing all together?
> 
> No, you can't turn off resizing. It's been this way for 10 years.
> 
> But there's an option to pre-cache resized images during the scan. As I
> 
> said you can turn that off, but it'll slow down browsing considerably.
> 
> -- 
> 
> Michael

Thanks - I will leave this alone then



mruano's Profile: http://forums.slimdevices.com/member.php?userid=66925
View this thread: http://forums.slimdevices.com/showthread.php?t=110264

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread Greg Erskine


I currently have 883 cue files, each works with single .wav file.
Generated by EAC during ripping process.

I have been using cue/wav files forever.

No special characters though.



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

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread kidstypike


mherger wrote: 
> New 
> builds should be available shortly.
> 
> Michael

That seems to have sorted the problem.

27928


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


*Server - LMS 7.9.2 *Pi4B 4GB/pCP 6.0.0 18K library, playlists & LMS
cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 5.0.0 > Edifier R980T

*Spares* - 2xTouch, 1xSB3, 1xRadio, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] LMS on Raspberry Pi4

2019-08-16 Thread kidstypike


DomieMic65 wrote: 
> From what menu in settings we set the dbase to be written in microSD?
> Thnx!

The microSD card is the default location for the LMS cache. But you can
move it to an attached USB drive if you wish.

pCP > LMS page:

27929


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


*Server - LMS 7.9.2 *Pi4B 4GB/pCP 6.0.0 18K library, playlists & LMS
cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 5.0.0 > Edifier R980T

*Spares* - 2xTouch, 1xSB3, 1xRadio, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=110838

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread mrw


mherger wrote: 
> But turns out that 
> some combinations of them would not return the root folder when opening
> 
> "c:", but the "current folder" on that drive. Eg. imagine LMS is running
> 
> from "c:\program files\squeezebox". If it now asked for files in "C:", 
> it would get the list of files and folders in "c:\program 
> files\squeezebox", rather than "c:"!
> 

That is exactly as I remember matters working with MS-DOS. 'C:' would
pick up the system's idea of the current working directory for that
disk/partition, not its root. Presumably Windows has maintained the
tradition, I never had cause to check the point, and no longer have
access to Windows.

So, presumably, something is or isn't setting/changing the current
working directory.



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

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread carlmart


Can you please load here just one sample cue that works alright with
PCP.

All my cues work fine with VLC, for instance, but not with PCP.



carlmart's Profile: http://forums.slimdevices.com/member.php?userid=69336
View this thread: http://forums.slimdevices.com/showthread.php?t=110829

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread carlmart


I don't get it. 

This question with the cue files is related to PCP or LMS? 

Is there some place I can go place this question, if it's not related
with PCP?



carlmart's Profile: http://forums.slimdevices.com/member.php?userid=69336
View this thread: http://forums.slimdevices.com/showthread.php?t=110829

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


Re: [SlimDevices: SqueezeCenter] LMS on Raspberry Pi4

2019-08-16 Thread DomieMic65


kidstypike wrote: 
> The microSD card is the default location for the LMS cache. But you can
> move it to an attached USB drive if you wish.
> 
> pCP > LMS page:
> 
> 27929

Thanks a lot!!
So if we move the data from sd card to usb the scanning might be faster?



Main system: Synology
DS115j/MacMini[SSD_8GB](LMS)/RPi3B+[LPS](piCore)/M2Tech EvoDAC
Two+[LPS]/Densen DM20&30/Spendor SP2/3E
Head-Fi: Schiit Vali2/Sennheiser HD600 & HD25Alum/Audeze Sine.

DomieMic65's Profile: http://forums.slimdevices.com/member.php?userid=69312
View this thread: http://forums.slimdevices.com/showthread.php?t=110838

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread carlmart


Made the change as instructed.

It continues to appear the word "empty" when I press on the "cue" file.

The problem is with the undivided, one piece wav files, where all the
musics are one after the other. 

Nothing happens if I press the cue file, neither if it opens the music
files list. It's not able to open the files. 

I can't believe anyone using PCP is not using cue files.



carlmart's Profile: http://forums.slimdevices.com/member.php?userid=69336
View this thread: http://forums.slimdevices.com/showthread.php?t=110829

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


[SlimDevices: SqueezeCenter] Playing cue files with LMS

2019-08-16 Thread carlmart


How can I do to play my music files that need a cue file to run?

When I press on the cue file I get an "Empty" result. 

Several of my wav files have been ripped as one large wav file, with all
the separate themes inside, which only the cue can separate and play. 

I am trying to run it with PCP, but I can't . Folks at the PCP forum
here couldn't help me with that. 

The cue file worked always fine with VLC, but I wonder why can't with
LMS on PCP.



carlmart's Profile: http://forums.slimdevices.com/member.php?userid=69336
View this thread: http://forums.slimdevices.com/showthread.php?t=110871

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread Greg Erskine


I use single wav file and cue file per CD.

During a scan, LMS not pCP, gets the information from the cue file and
loads it into the database. No need to click on the cue file.



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

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread dolodobendan


mrw wrote: 
> That is exactly as I remember matters working with MS-DOS. 'C:' would
> pick up the system's idea of the current working directory for that
> disk/partition, not its root.

Um, sure, but that's true for every partition. 'cd' changes the
directory only, 'x:' changes the partition only (thus will always bring
you back to where you left that partition).



QLMS 7.9.2@2.04 x64 (digimaster) with perl 5.28 dedicated to me. :D /
QNAP 469L QTS 4.3.4

dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] LMS on Raspberry Pi4

2019-08-16 Thread paul-


Depends on what your USB device is  If it's a USB3 SSD, then
perhaps.



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=U7JHY5WYHCNRU=GB_code=USD=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=110838

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread paul-


Its a LMS issue.   You need to look at your server/scanner logs on your
windows PC.

Try asking in a thread with a proper subject.  This subject is pCP, and
quite a few wont even look at it.



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=U7JHY5WYHCNRU=GB_code=USD=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=110829

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


Re: [SlimDevices: SqueezeCenter] Installing PiCorePlayer & Squeebox

2019-08-16 Thread JohnB


carlmart,

I've just had a look at the LMS convert.conf file.

I realise that you want to stream your wav file as wav to your player
(which is running picoreplayer) but I suspect it might not be possible
to do so if you want to use cue files. This is because the convert.conf
file does not have seek options for "wav to pcm".

As a test, I suggest you go to Settings (from the LMS web browser
interface)
- select the "Advanced" tab
- select "FileTypes" from the drop down list (towards the top right)
- scroll down to the WAV section
- within the WAV section: change PCM from "Native" to "Disabled" (you
could also disable the mp3 option, just to make sure)
- make a note of what you have changed so that you can restore things
back to how they were

This should force LMS to encode the wave file as FLAC before sending the
data to your player. This should enable LMS to use seek times needed to
play cue files.

See if that enables you to play cue files.

(There should be no loss in audio quality doing this.)

- I suggest WAV section



Touch, Metrum Jade, Bryston B4 SST2, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=110829

___
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 !

2019-08-16 Thread digimaster


*
QLogitechMediaServer version 2 Help-file

QLogitechMediaServer is a init-script, to run LogitechMediaServer on a
QNap Nas-system !
It support the arm5te, armhf, arm64/aarch64, x86 and x86_64 systems,
with QTS 4.0 and higher.
On startup can check on any updates (Official/Nightly), behavior can be
chanced in .QLMS.conf
Also there is a way, the set running prio/nice-level, to make it
running smooth on a Nas-system/Server.
The way it works/starts can be adjusted, by editing the config file
.QLMS.confg to adjusted needs !.
Build-in there is support for several plugin's like spotty,
shairtunes2, Radio Paradise, Subsonic, GoogleMusic a.m.m.

I made/developed it, because SSOTS/SSODS stop work after a upgraded to
QTS 4.3.
First only suppled a script and perl, but soon this was complaining
about missing libraries.
It seems that a lot off libraries/software are to old or missing
options , to support LMS function's.
So from version 2.00 start using the chroot command, and in
QLogitechMediaServer there is a own file-system.
Through that way the errors where solved, and by this way could give
more supported in LMS !
Please Keep in mind, I'm developing/building it in my spare time !

[ command line options ]

./QlogitechMediaServer.sh start

On startup will do check if there is a update for LMS, upgraded if
available.
Prepare system to run LMS, on it's own chrooted file-system !
If LMS crashes, will try to start LMS in the failsafe mode !
On trouble will give a error, when it's start in failsafe a plug-in is
causing the trouble !

./QlogitechMediaServer.sh stop

If LMS is running, will stop the services and any service started by
LMS !
Also will cleanup/unmounted any directory, and cleanup the chroot
file-system !

./QlogitechMediaServer.sh restart

Will stop LMS if running, after which a completed new start of LMS will
be preformed !

./QlogitechMediaServer.sh failsafe

Start's with only the basic options, and no plugins are loaded !
( Very helpful if there is trouble, or a plug-in/option is causing
trouble ! )

./QlogitechMediaServer.sh status

Can be used to check if LMS is running !
When available and active also will display if running MusicIP, and if
set the next time Auto update checker will run !

./QlogitechMediaServer.sh config

Will give a lot of system information !
( Can be very handy, if you run in to trouble or a error on startup ! )

./QlogitechMediaServer.sh clean

Will completely clean the installed LMS, but settings will be keeped.
When you run ./QLogitechMediaServer.sh start, will install a new LMS !
( Some times on trouble, could help to cleanup and install a completely
new LMS version )

./QlogitechMediaServer.sh check

Will check if there is a upgraded available, depending on settings
Official/nightly.
( Handy if you want to check if there is a update, without having to
restart QLogitechMediaServer. )

./QlogitechMediaServer.sh upgrade

When there is a upgrade file available, will do a upgrade.
For a downgrade, place the file in the DownloadShare, then will not
check on installed version of LMS !
( Will handle a upgraded, and if LMS is running will stop if first )

./QlogitechMediaServer.sh timer

When in .QLMS.conf TIMER is set, will set the auto update timer ! [ If
it's not already enabled ! ]

./QlogitechMediaServer.sh timer status

If enabled will show on which time, the next check will be done !

./QlogitechMediaServer.sh timer stop

If running will stop the Auto Update timer !

./QlogitechMediaServer.sh backup

Will make a backup of the QLogitechMediaServer & LMS settings and
installed plugins !
( Will make a backup of all the LMS and QLogitechMediaServer in a save
place. )

./QlogitechMediaServer.sh restore

If LMS is running, it will be stopped.
Then a restore of the QLogitechMediaServer & LMS settings and plugins
is done !
( Be aware to chance any setting if needed, before restarting LMS with
QLogitechMeidaServer.sh start !)

[ .QLMS.conf ]

There is a config file called .QLMS.conf in the
.qpkg/LogitechMediaServer.
Here you can control several options for LMS, which will be used on
startup for the services.
Please check the wiki for more info on them.

Also there are options, which QLogitechMediaServer uses on startup !.
Which gives you control, on several options/function in the startup
process !.
On trouble or when LMS keeps crashing on startup, please remove this
from the directory !
A new default .QLMS.conf will be written on startup/restart, using only
the standard options !

The httpport will accepted a value between 9000 and 9050, default is
9001 which will be used when net set a with a wrong value !
( On startup will test if port is available, if not add 1 up or use
default 9001 )

[ Trouble or errors on startup ! ]

On startup with errors QLogitechMediaServer will try failsafe and only
the basic options for LMS !
If in failsafe it can start, have a look on the installed plugins. Also
look in .QLMS.conf on the LMS startup option's.
One off them is causing the error. Some times 

Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread reinholdk


mherger wrote: 
> Do you remember the version you were successfully using before? What
> Windows version? This seems to be working just fine here:

It's broken for me as well. Updated to latest version:

Logitech Media Server Version: 7.9.2 - 1565851052 @ Thu Aug 15
09:08:10 WEDT 2019
Operating system: Windows 10 - EN - utf8
Platform Architecture: 8664
Perl Version: 5.14.1 - MSWin32-x86-multi-thread
Audio::Scan: 0.95
IO::Socket::SSL: 2.024
Database Version: DBD::SQLite 1.58 (sqlite 3.22.0)

Clicking the Browse buttons on Settings->Basic Settings and expanding
the C: drive doesn't show any results. Expanding the other drives is
working fine.
Using debug log for os.files and os.paths gives this:

Code:

[19-08-16 11:51:45.8545] Slim::Utils::OS::Win32::getDrives (436) Drive of 
type '3' found: C:
  [19-08-16 11:51:45.8549] Slim::Utils::OS::Win32::getDrives (436) Drive of 
type '3' found: D:
  [19-08-16 11:51:45.8551] Slim::Utils::OS::Win32::getDrives (436) Drive of 
type '5' found: E:
  [19-08-16 11:51:50.3908] Slim::Utils::OS::Win32::isDriveReady (476) Checking 
drive state for C:
  [19-08-16 11:51:50.3911] Slim::Utils::OS::Win32::isDriveReady (477)   --> 
ok
  [19-08-16 11:51:50.3915] Slim::Utils::Misc::readDirectory (933) Reading 
directory: C:
  [19-08-16 11:51:50.6358] Slim::Utils::Misc::readDirectory (962) Directory 
contains 0 items
  



mherger wrote: 
> 
> Would browsing "Files and Folders" be working (available through the 
> Addditional Browse Modes plugin)?

Yes, this works on C: drive.



reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=110867

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


Re: [SlimDevices: SqueezeCenter] LMS library empty after rescan

2019-08-16 Thread steklo

Well, seems I was a bit too optimistically:

Yesterday I added a number of new albums to my library and performed the
usual "delete-and-rescan" procedure. The result is that LMS shows all
albums that had been there before but none of the newly added. I
re-checked if the files are really present within the music folder, also
re-checked permissions, and just to be on the safe side had the NAS
assign the present permissions to all subfolders and files within the
Multimedia folder (were the music folder is situated too). Rescanning
again did not change anything: Still all new albums are not present in
LMS.

I remember that after I had reinstalled LMS I had some problems to get
it scanning the library. If I get it right it worked after I changed
permissions for squeezeserver from "read & write" to "read only"
concerning Multimedia folder (and subfolders). I could not find any
logic in this but didn't try to get to the bottom as it apparently
worked that way. Obviously it doesn't quite, even though I hadn't
changed anything in between.

The strange thing is, that the "delete-and-rescan" procedure did not
wipe the library completely. If it is a problem of permissions or – as
Michael has assumed before – a plug-in blocking LMS to get access to the
files, it means that this time all "old" files can be accessed by LMS
whereas the "new" ones cannot.

Can anyone make some sense out of that?

Best regards
Stefan



steklo's Profile: http://forums.slimdevices.com/member.php?userid=67653
View this thread: http://forums.slimdevices.com/showthread.php?t=110786

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


Re: [SlimDevices: SqueezeCenter] Can't choose (add) library folders

2019-08-16 Thread Paul Webster


Could an antivirus tool be blocking c: root access for new .exe ?



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

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


Re: [SlimDevices: SqueezeCenter] Search by surname shows no albums

2019-08-16 Thread kidstypike


kosmonaut_75 wrote: 
> Hi,
> 
> i organised my pop & rock music library in a way that artists are listed
> alphabetically by first name: e. g. "Bruce Springsteen" instead of
> "Springsteen, Bruce". I use only the artist tag, albumartist is reserved
> for compilations. I am happy with that. However, I noticed that I search
> intuitively by surname. 
> 
> Here comes the problem: When I enter "Springsteen" in the search field,
> only albums with "springsteen" in the album name turn up and the artist.
> I need to search "Bruce ...", then the artist and ALL albums turn up.
> That is not very comfortable. Any thoughts how I can change this?
> 
> By the way: I am a newby, so bear with me...

If you enter springsteen in the search field, you should get a list of
"Artists" with springsteen in the name?

Here's my results for a search on cohen, clicking on Leonard Cohen gives
me all Leonard Cohen's albums. (Works the same for me using Squeeze
Ctrl)

I also use forename first, i.e. Leonard Cohen, and I don't use the
AlbumArtist tag at all. All 20,000 tracks in my library the AlbumArtist
tag is empty.

27925

27926


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


*Server - LMS 7.9.2 *Pi4B 4GB/pCP 6.0.0 18K library, playlists & LMS
cache on SSD (ntfs)
*Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite,
*Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5
*Dining Room* - Squeezebox Boom
*Garage* - Pi3B/Pi screen/HiFiBerry DAC+/pCP 5.0.0 > Edifier R980T

*Spares* - 2xTouch, 1xSB3, 1xRadio, 6xRPi

kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436
View this thread: http://forums.slimdevices.com/showthread.php?t=110863

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


Re: [SlimDevices: SqueezeCenter] Search by surname shows no albums

2019-08-16 Thread kosmonaut_75


mherger wrote: 
> 
> Please check your scanner.log (Settings/Information). Did the last scan
> 
> terminate correctly? Would you have the Fulltext Search plugin enabled?
> 
> -- 
> 
> Michael

Hi, I did a full complete rescan. Fulltext Search plugin is enabled. The
problem is still there. I noticed the problem when using the search
field of Squeeze Ctrl on my Android phone.



kosmonaut_75's Profile: http://forums.slimdevices.com/member.php?userid=69351
View this thread: http://forums.slimdevices.com/showthread.php?t=110863

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