Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread mgoodwimi


mherger wrote: 
> > I think that there have to be at least 2 before it kicks in
> 
> No, that's for when there are more than 2 tracks in the queue. Once 
> playback of the third to last track has started, DSTM would kick in. But
> 
> that's not true in case of a single track.

Hi Michael,

Thank you for the details on when DSTM starts processing

Based on your feedback I have successfully implemented a multi call
workaround that 

(a) Plays the Single Track in Favourites
(b) Adds a Track that is 2 secs in length with no sound 

DTSM is now triggered correctly

Unfortanltly with my linted knowledge of the JSONRPC API, I have had to
use the URL 'GET' calls

[url]http://192.168.1.XX:9000/plugins/Favorites/index.html?action=play&index=0&player=XX:XX:XX:XX:XX:XX

[url]http://192.168.1.XX:9000/plugins/Favorites/index.html?action=add&index=0&player=XX:XX:XX:XX:XX:XX

How can I make these call via POST with the JSONRPC without calling the
following and using item_id:

{"id":1,"method":"slim.request","params":["",["favorites","items","0","100","want_url:1"]]}

{"id":1,"method":"slim.request","params":[ "xx:xx:xx:xx:xx:xx",
["favorites","playlist","play","item_id:5d09db15.8"]]}

Ideally looking to use the *index=0* to select the Favourite?



mgoodwimi's Profile: http://forums.slimdevices.com/member.php?userid=73211
View this thread: http://forums.slimdevices.com/showthread.php?t=106841

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


Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread Michael Herger

No, that's for when there are more than 2 tracks in the queue. Once
playback of the third to last track has started, DSTM would kick in. But
that's not true in case of a single track.



Based on your feedback I have successfully implemented a multi call
workaround that


I probably wasn't clear enough: you shouldn't need any workaround. This 
should just work. What I didn't explicitly mention in my response was 
that in case of a single track DSTM would wait for half of the track to 
be played back before adding new tracks. This is to allow a user to add 
track by track, without DSTM kicking in.



(b) Adds a Track that is 2 secs in length with no sound


Can you test my above? No need to add these two tracks. Just one single 
track, then give it some time.



How can I make these call via POST with the JSONRPC without calling the
following and using item_id:

{"id":1,"method":"slim.request","params":["",["favorites","items","0","100","want_url:1"]]}


You could simply play the station's URL instead of relying it to be 
stored as a favorite?

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


Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread mgoodwimi


mherger wrote: 
> >> No, that's for when there are more than 2 tracks in the queue. Once
> >> playback of the third to last track has started, DSTM would kick in.
> But
> >> that's not true in case of a single track.
> 
> > Based on your feedback I have successfully implemented a multi call
> > workaround that
> 
> I probably wasn't clear enough: you shouldn't need any workaround. This
> 
> should just work. What I didn't explicitly mention in my response was 
> that in case of a single track DSTM would wait for half of the track to
> 
> be played back before adding new tracks. This is to allow a user to add
> 
> track by track, without DSTM kicking in.
> 
> > (b) Adds a Track that is 2 secs in length with no sound
> 
> Can you test my above? No need to add these two tracks. Just one single
> 
> track, then give it some time.
> 
> > How can I make these call via POST with the JSONRPC without calling
> the
> > following and using item_id:
> > 
> >
> {"id":1,"method":"slim.request","params":["",["favorites","items","0","100","want_url:1"]]}
> 
> You could simply play the station's URL instead of relying it to be 
> stored as a favorite?

Hi Michael,

Multi call and extra track now removed, tested with one track and time .
As you mentioned >50% of track time , DSTM started to work with no
issues

Thanks for the clarification on DSTM mechanisms

In relation to LastMix, is there a method / way to teach the mixer if
wrong mixes are selected. Having just tested 5 seeder tracks - local
files only. 4 of the 5 were 100% correct with their selection and the
5th made horrible incorrect selections? In addition is there any ways
users can enhance / customise LastMix or is the implementation closed?



mgoodwimi's Profile: http://forums.slimdevices.com/member.php?userid=73211
View this thread: http://forums.slimdevices.com/showthread.php?t=106841

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


Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread Michael Herger

In relation to LastMix, is there a method / way to teach the mixer if
wrong mixes are selected. Having just tested 5 seeder tracks - local
files only. 4 of the 5 were 100% correct with their selection and the
5th made horrible incorrect selections? In addition is there any ways
users can enhance / customise LastMix or is the implementation closed?


Not really, no. And I wouldn't rely on a single track for mixes. Even 
when things go well you could get repetitions pretty quickly, as Last.fm 
would only give me 100 tracks per seed (IIRC).

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


Re: [SlimDevices: SqueezeCenter] LMS keeping Windows server awake

2022-12-08 Thread bstrulo


During the logging period there were only two players on the network. 
Both were off and neither were synced.  No music was playing anywhere. 
One's an SB3 and the other a Radio.



bstrulo's Profile: http://forums.slimdevices.com/member.php?userid=15997
View this thread: http://forums.slimdevices.com/showthread.php?t=117181

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


Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread d6jg


mgoodwimi wrote: 
> Hi Michael,
> 
> Multi call and extra track now removed, tested with one track and time .
> As you mentioned >50% of track time , DSTM started to work with no
> issues
> 
> Thanks for the clarification on DSTM mechanisms
> 
> In relation to LastMix, is there a method / way to teach the mixer if
> wrong mixes are selected. Having just tested 5 seeder tracks - local
> files only. 4 of the 5 were 100% correct with their selection and the
> 5th made horrible incorrect selections? In addition is there any ways
> users can enhance / customise LastMix or is the implementation closed?

Have you looked at Random Seeds which Michael kindly implemented a few
years ago - genre based

You just need to setup Random Mix to say 5 tracks then call like this 

randomplay://track?genres=Blues%20Rock&dontContinue=1

Generates a playlist of 5 tracks of Blues Rock which DSTM/LastMix then
takes over based on Player settings



Jim
https://jukeradio.double6.net


VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Radio
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=106841

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


[SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread bstrulo


Just noticed something wrong in my music library - a bunch of files with
really long paths (above 256) are being skipped by the scanner and also
not shown if I browse the folder.

I don't have 8.3 names enabled on the file system so that might be
what's causing it ...

Using 8.3.1.  Not sure how long this has been going on but potentially
for some time - months - but not years.



bstrulo's Profile: http://forums.slimdevices.com/member.php?userid=15997
View this thread: http://forums.slimdevices.com/showthread.php?t=117188

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


Re: [SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread Michael Herger

Just noticed something wrong in my music library - a bunch of files with
really long paths (above 256) are being skipped by the scanner and also
not shown if I browse the folder.


Are they just above 256, or really much longer? After quickly skimming 
the scanner's code I wouldn't have expected the path length to be a 
problem before 1024 characters. Maybe double byte characters etc. add 
some to yours. But would you reach 1k?

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


Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread mgoodwimi


d6jg wrote: 
> Have you looked at Random Seeds which Michael kindly implemented a few
> years ago - genre based
> 
> You just need to setup Random Mix to say 5 tracks then call like this 
> 
> randomplay://track?genres=Blues%20Rock&dontContinue=1
> 
> Generates a playlist of 5 tracks of Blues Rock which DSTM/LastMix then
> takes over based on Player settings

No Jim on Randomplay and thanks for these details. I will look into this
function



mgoodwimi's Profile: http://forums.slimdevices.com/member.php?userid=73211
View this thread: http://forums.slimdevices.com/showthread.php?t=106841

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


Re: [SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread bpa


If this is Windows - then enabling 8.3 names used to solve some weird
issues but this may be out of date as I haven't dealt with Windows for a
long time.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117188

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


Re: [SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread bstrulo


No - this is one of them and its 275 I think.  Configured as utf-8 so
that should be roughly how long it is in bytes:


Code:

D:\AudioMaster\Classical New\Mozart\Piano Concertos\Alfred Brendel, The 
Academy Of St. Martin-in-the-Fields, Sir Neville Marriner, Ingrid Haebler, Ton 
Koopman\2.01. Harpsichord Concerto In D Major, K 107 No.1 (after J.C.Bach, 
Sonata, op.5 no.2) (Ton Koopman) - 1. Allegro.mp3



I wonder if it is something to do with finding the file in the Windows
API.  There was a similar problem with asian characters so it was not
the name itself that was the problem but that the name wasn't being
carried properly between scan and read. Or something like that.



bstrulo's Profile: http://forums.slimdevices.com/member.php?userid=15997
View this thread: http://forums.slimdevices.com/showthread.php?t=117188

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


Re: [SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread bstrulo


bpa wrote: 
> If this is Windows - then enabling 8.3 names used to solve some weird
> issues but this may be out of date as I haven't dealt with Windows for a
> long time.

Yeah I'm just trying that but it's not so easy since all the files need
to be re-copied I think to get an 8.3 name.



bstrulo's Profile: http://forums.slimdevices.com/member.php?userid=15997
View this thread: http://forums.slimdevices.com/showthread.php?t=117188

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


Re: [SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread bstrulo


bpa wrote: 
> If this is Windows - then enabling 8.3 names used to solve some weird
> issues but this may be out of date as I haven't dealt with Windows for a
> long time.

I enabled 8.3 on the volume and added 8.3 names to one folder: the one
that has that particular file in.  Rescan hasn't fixed the problem and
it still can't be seen when I browse the folder (via the "Music Folder"
browse option).

I'm not particularly keen to copy my entire music tree to get 8.3 names
on all of them.  I could, but after this experiment it seems like it's
unlikely to work.



bstrulo's Profile: http://forums.slimdevices.com/member.php?userid=15997
View this thread: http://forums.slimdevices.com/showthread.php?t=117188

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


Re: [SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread bstrulo


mherger wrote: 
> >Are they just above 256, or really much longer? After quickly skimming
> 
> the scanner's code I wouldn't have expected the path length to be a 
> problem before 1024 characters. Maybe double byte characters etc. add 
> some to yours. But would you reach 1k?

I looked through a selection and the cut-off does seem to be at 256 or
very close to it.



bstrulo's Profile: http://forums.slimdevices.com/member.php?userid=15997
View this thread: http://forums.slimdevices.com/showthread.php?t=117188

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


Re: [SlimDevices: SqueezeCenter] Server has lost ALL of my music!!

2022-12-08 Thread Eric Seaberg


Michael, I'm spending some time today and installed a clean version of
8.3.1 after removing ALL other prefs and plugins.  After it installed
and began running, I noticed in Activity Monitor there are 2 instances
of Perl5.18 running.  Is this correct?  Still waiting for it to scan...
but also have an issue where MySqueezeBox login is rejected when filling
in the server window.  Normal?

Will update as I get further into this today.   Thanks



Eric Seaberg - San Diego
-A.E.S., I.E.E.E., S.M.P.T.E., S.P.A.R.S.-
e...@seaberg.com
_
Transporter, Multiple Duets and SB3s

Eric Seaberg's Profile: http://forums.slimdevices.com/member.php?userid=7896
View this thread: http://forums.slimdevices.com/showthread.php?t=117161

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


Re: [SlimDevices: SqueezeCenter] Server has lost ALL of my music!!

2022-12-08 Thread Michael Herger

Michael, I'm spending some time today and installed a clean version of
8.3.1 after removing ALL other prefs and plugins.  After it installed
and began running, I noticed in Activity Monitor there are 2 instances
of Perl5.18 running.  Is this correct?  Still waiting for it to scan...


Perl can be used by any task. It's not limited to LMS.

Please monitor server.log and scanner.log. They can have important 
information about what is going on.

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


Re: [SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread bpa


bstrulo wrote: 
> I looked through a selection and the cut-off does seem to be at 256 or
> very close to it.
What version of Windows ?

IIRC 256 used to be the limit for a command prompt lines so if a file
path had many levels of directory it caused problems.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117188

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


Re: [SlimDevices: SqueezeCenter] Server has lost ALL of my music!!

2022-12-08 Thread Eric Seaberg


Just deleted all prefs again. It seems that System Prefs is hanging
while LMS is starting up.  I'm going to do an OS restore to confirm
there aren't other issues anywhere.  Will keep you posted... thanks
again.



Eric Seaberg - San Diego
-A.E.S., I.E.E.E., S.M.P.T.E., S.P.A.R.S.-
e...@seaberg.com
_
Transporter, Multiple Duets and SB3s

Eric Seaberg's Profile: http://forums.slimdevices.com/member.php?userid=7896
View this thread: http://forums.slimdevices.com/showthread.php?t=117161

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


Re: [SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread bstrulo


bpa wrote: 
> What version of Windows ?
> 
> IIRC 256 used to be the limit for a command prompt lines so if a file
> path had many levels of directory it caused problems.

It's Windows 10 (pretty much up to date).

Reading up on it, there is a historical limitation to 260 chars but you
can set a switch (which is set on my system) to remove it.  But perhaps
the API functions that SqueezeSvr is using are still restricted.  Or
worse some of them might be and others not.

https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry

Might have to try to reduce the long paths.  Though I don't know which
ones are too long. :-(



bstrulo's Profile: http://forums.slimdevices.com/member.php?userid=15997
View this thread: http://forums.slimdevices.com/showthread.php?t=117188

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


Re: [SlimDevices: SqueezeCenter] Server has lost ALL of my music!!

2022-12-08 Thread Eric Seaberg


Did a recovery re-install of Catalina (latest OS I can run on Mac MINI
2.6GHz Quad-Core i& late 2012).  Made sure all LMS prefs were removed
and did new install of 8.3.1 dated 4.Dec.

Scanner log shows that it's attempting a re-scan with LOTS of errors
stating "Operation not permitted".


Server log shows:

[22-12-08 12:51:22.9699] main::init (377) Starting Logitech Media Server
(v8.3.1, 1670141275, Sun Dec  4 09:19:56 CET 2022) perl 5.018004 -
darwin-thread-multi-2level
[22-12-08 12:51:24.1507] main::init (377) Starting Logitech Media Server
(v8.3.1, 1670141275, Sun Dec  4 09:19:56 CET 2022) perl 5.018004 -
darwin-thread-multi-2level
[22-12-08 12:51:24.7832]
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (587) Fulltext
index missing or outdated - re-building
[22-12-08 12:51:24.7835]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (475) Starting
fulltext index build
[22-12-08 12:51:24.7837]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (483) Initialize
fulltext table
[22-12-08 12:51:24.7860]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (496) Create
fulltext index for tracks
[22-12-08 12:51:24.7925]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (506) Create
fulltext index for albums
[22-12-08 12:51:24.7931]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (515) Create
fulltext index for contributors
[22-12-08 12:51:24.7935]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (525) Create
fulltext index for playlists
[22-12-08 12:51:24.8216]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (540) Optimize
fulltext index
[22-12-08 12:51:24.8225]
Slim::Plugin::FullTextSearch::Plugin::_rebuildIndex (555) Fulltext index
build done!
[22-12-08 12:51:24.9262] main::checkDataSource (1107) Warning: Schema
updated or no media found in the database, initiating scan.
[22-12-08 12:52:17.6221]
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (587) Fulltext
index missing or outdated - re-building
[22-12-08 12:52:17.9580]
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (587) Fulltext
index missing or outdated - re-building
[22-12-08 12:53:20.7769]
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (587) Fulltext
index missing or outdated - re-building
[22-12-08 12:53:21.1302]
Slim::Plugin::FullTextSearch::Plugin::_initPopularTerms (587) Fulltext
index missing or outdated - re-building


Once the "re-build" is nothing appears in the library.  Other ideas?



Eric Seaberg - San Diego
-A.E.S., I.E.E.E., S.M.P.T.E., S.P.A.R.S.-
e...@seaberg.com
_
Transporter, Multiple Duets and SB3s

Eric Seaberg's Profile: http://forums.slimdevices.com/member.php?userid=7896
View this thread: http://forums.slimdevices.com/showthread.php?t=117161

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


Re: [SlimDevices: SqueezeCenter] Server has lost ALL of my music!!

2022-12-08 Thread Michael Herger

Scanner log shows that it's attempting a re-scan with LOTS of errors
stating "Operation not permitted".

...

Once the "re-build" is nothing appears in the library.  Other ideas?


Well, you obviously have a permissions problem. Did you grant LMS (perl) 
full disk accesss as discussed quite a few times in these forums?


Please do not wipe things again, but try to solve the problem in small 
steps. Otherwise we're losing track of what you've done and what not. 
And deleting prefs is hardly ever necessary. I'm switching LMS versions 
almost on a daily basis, but can't remember ever having had to wipe the 
prefs.

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


Re: [SlimDevices: SqueezeCenter] Scanner ignoring files with long paths

2022-12-08 Thread d6jg


>From your example it looks like you are trying to use folder names as
some kind of database structure rather than tags.
I know Classical is much more difficult than other music but why not
simplify the folder structure in favour of more tagging?
If your tags are correct then LMS really only needs albums in individual
folders.



Jim
https://jukeradio.double6.net


VB2.4[/B] STORAGE *QNAP TS419P (NFS)
[B]Living Room* Joggler & Pi4/Khadas  -> Onkyo TXNR686 -> Celestion F20s

*Office* Joggler & Pi3 -> Denon RCD N8 -> Celestion F10s 
*Dining Room* SB Radio
*Bedroom (Bedside)* Pi Zero+DAC ->ToppingTP21 ->AKG Headphones
*Bedroom (TV) & Bathroom* SB Touch ->Denon AVR ->Mordaunt Short M10s +
Kef ceiling speakers
*Guest Room* Joggler > Topping Amp -> Wharfedale Modus Cubes

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=117188

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


Re: [SlimDevices: SqueezeCenter] Don't Stop The Music / LastMix

2022-12-08 Thread DavidBulluss


mherger wrote: 
> > I think that there have to be at least 2 before it kicks in
> 
> No, that's for when there are more than 2 tracks in the queue. Once 
> playback of the third to last track has started, DSTM would kick in. But
> 
> that's not true in case of a single track.

It certainly works for me as described here by Michael. I select and
play a single track and halfway through the play it selects the next 5
tracks (or 10 in my case as I have changed the number selected). As it
moves through the list and is playing the second to last track it
selects the next 5 (10). 

It seems the only time it fails to select tracks is if I manually move
forward to the last track but that is seldom the case.

Cheers, David



*Server*rpi3 pCP8.1.0 LMS8.2.0
*Media*USB hard drive
*Lounge/dining areas*SBT > Denon AVR2113  > Bose Acoustimass10 / Krix
Seismix3 18" 300w RMS custom cinema sub (& AR 77XB t/table, Stanton
680MkII / Grado F-1+ > NAD7155 to phono pre-amp > Amp+)
*Family/kitchen*SBT > Denon AVRX3000 zone 1 > Krix Acoustix F, Centrix
C, Holographix R & Original Seismix 7 15" 400w RMS sub 
*Alfresco*Z2 > Krix Tropix/Klipsch SW
*Others*SB Player/androids > Bose Soundlink Mini
*SBT/SB Player Remotes* Squeeze Ctrl/androids

DavidBulluss's Profile: http://forums.slimdevices.com/member.php?userid=60056
View this thread: http://forums.slimdevices.com/showthread.php?t=106841

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


[SlimDevices: SqueezeCenter] Prevent sorting by artist last name

2022-12-08 Thread spacecase-25


For example, my Artists library sorts Pat Metheny with the "M"s rather
than with "P"

I don't like this, how do I stop this from happening?



spacecase-25's Profile: http://forums.slimdevices.com/member.php?userid=73221
View this thread: http://forums.slimdevices.com/showthread.php?t=117190

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


Re: [SlimDevices: SqueezeCenter] Prevent sorting by artist last name

2022-12-08 Thread cpd73


I'd check your tags, as this sounds like you have an ARTIST_SORT, or
ALBUMARTIST_SORT, tag with a value of (e.g.) "Metheny, Pat". LMS itself
would not know to sort on "Methany" otherwise. The, AFAIK, only
automatic sorting of this nature (by LMS) is to remove "The" prefixes
(so "The Beatles" is sorted under "B")



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.

cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=117190

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