OMG your are my hero!!.. Thank you.. Why have I not thought about (doesn't contain) option..
This works exactly as I wanted.. .. Other Library (non music) problem is no big deal, just need to remember to use "Albums view" instead of All Artist/Album Artists
Thank you!
Results 381 to 390 of 1047
-
2020-07-17, 10:55 #381
- Join Date
- Nov 2012
- Location
- UK, Nottinghamshire
- Posts
- 605
3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+)
-
2020-07-17, 11:00 #382
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 9,138
-
2020-07-17, 11:06 #383
- Join Date
- Nov 2012
- Location
- UK, Nottinghamshire
- Posts
- 605
hmm maybe bit premature celebration (I was already pouring JD
) as just realized , although this is great, it will only work with 2 library Views. I was ideally going to have more..
Is there a way to insert "AND" operator into query?
ie. Path (doesn't contain) \Path1 (AND) \Path23x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+)
-
2020-07-17, 11:15 #384
- Join Date
- Nov 2012
- Location
- UK, Nottinghamshire
- Posts
- 605
3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+)
-
2020-07-17, 16:42 #385
- Join Date
- Apr 2005
- Location
- Hobart, Australia
- Posts
- 49
Spotty stops on short tracks - more info
Hi Michael and others following this particular saga,
I've done a bit more digging on the spotty short tracks problem. The stuff I have tried:
- Run the java-librespot client.
- After a diversion through windows sandboxing and virtualisation, I was able to compile and run the windows version of librespot.
In both instances, I set up with the client as spotify connect only with no authentication. I was able to connect to these with spotify apps and play long and short tracks from Pink Flag without disconnection.
Assuming I'm interpreting this correctly, this seems to suggest that the problem we are seeing is in the spotty/lms space.
A quick question - is it possible to run spotty in spotify connect mode *without* authentication. If possible I'll see if running in this mode makes any difference.
Finally, thanks to digging into the virtulisation stuff, I think I can now offer windows, linux and macos test platforms - if needed and helpful, I can also probably run development platforms on windows and linux.
Cheers,
Larry
-
2020-07-17, 17:50 #386
- Join Date
- Apr 2005
- Location
- Hobart, Australia
- Posts
- 49
I think I've answered my own question. I've fired up spotty as follows:
./spotty -n testname -b 320 --lms serverhost:9000 --player-mac <playermac>
I've done this one two pcs - the server running lms and on my own desktop, and I've connected to a squeezelite player, a squeezebox 2 and a group made up of these two. In each instance, I was able to connect to these players from a spotify app and play long and short tracks from pink flag without problem.
I'm very much guessing here, but is it possible that when things are crashing out, we have a conflict between the spotty authentication and the spotify app authentication when playing in spotifyconnect mode. If this is the case, would it be possible to switch the spotty mode between:
- Spotty with authentication for LMS control.
- Spotty with no authentication for spotifyconnect control via an spotify app.
I'll see if I can get something approaching this behaviour in my setup and report back.
Cheers,
Larry
-
2020-07-17, 18:08 #387
- Join Date
- Apr 2005
- Location
- Hobart, Australia
- Posts
- 49
-
2020-07-17, 20:58 #388
- Join Date
- Apr 2005
- Location
- Hobart, Australia
- Posts
- 49
And finally, a hacky fix that seems to have got things at least *partially* working on the short tracks stopping problem.
I tried editing the command line options in Spotty-Plugin/Connect/daemon.pm, specifically:
Code:my @helperArgs = ( '-c', $self->cache, '-n', $self->name, '--disable-audio-cache', '--bitrate', 96, '--player-mac', $self->mac, '--lms', Slim::Utils::Network::serverAddr() . ':' . preferences('server')->get('httpport'), );
Code:# '--bitrate', 96,
However, this does not fix the problem with the first track '!!!!!' on the Billie Eilish Album 'WHEN WE ALL FALL ASLEEP ...'. I've tried fiddling with settings in both Daemon.pm and custom-convert.conf, but haven't had any luck with these. I spent a bit of time checking this with process monitor, and I could see spotty was triggering WerFault a couple of seconds after starting, but I wasn't able to find more detail than this.
Cheers,
Larry
-
2020-07-18, 00:24 #389
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 9,138
-
2020-07-18, 00:45 #390
- Join Date
- Apr 2005
- Location
- Hobart, Australia
- Posts
- 49
Good thinking! No it doesn't - and we also get a useful error:
Code:[2020-07-18T07:35:56Z INFO librespot_playback::player] Loading <!!!!!!!> with Spotify URI <spotify:track:0rQtoQXQfwpDW0c7Fw1NeM> [2020-07-18T07:35:56Z DEBUG librespot_audio::fetch] Downloading file 8b222626b846729dfde9184323110a36f44c70f9 [2020-07-18T07:35:56Z ERROR librespot_core::channel] channel error: 2 0 [2020-07-18T07:35:56Z ERROR librespot_playback::player] Unable to load encrypted file. [2020-07-18T07:35:56Z WARN librespot_connect::spirc] The player has stopped unexpectedly. [2020-07-18T07:35:56Z TRACE librespot_connect::spirc] Sending status to server: [kPlayStatusStop]
So it looks like it may be two different (but probably related problems) - one in spotty and one in librespot.
Michael - I'm happy to raise this as an issue for librespot, but it's probably worth waiting until you've done your own digging on spotty. Let me know how you'd like me to run with this.
Cheers,
Larry