Re: [SlimDevices: SqueezeCenter] Excluding genre in advanced search

2016-07-05 Thread Michael Herger
Is there a way to enter some raw SQL instead of the form? I could probably manage that. If not I'll just have to add an additional 'avoid' tag to all special tracks. Oh, if you're willing to dig SQL and code, then yes, there are more options. Your GUI will be your text editor :-). First you

Re: [SlimDevices: SqueezeCenter] Automatically update LMS?

2016-07-05 Thread DJanGo
silentcreek wrote: > Well, Debian has unattended upgrade too. tbh you cant compare this :p unattended-upgrades on debian is to keep the computer current with the latest -security- updates automatically. Most of the Users here are real -users- not the usual 24/7 rootboy/girl (s).

Re: [SlimDevices: SqueezeCenter] Retrieve track name from HTTP stream when added to playlist?

2016-07-05 Thread gdhgdh
Awesome, I've investigated the telnet CLI a bit more based on your mention of "playlist play", and I'm pleased to say that "playlist add" also supports overriding the title! https://github.com/Logitech/slimserver/blob/0856e6e4e0bb9c97175e000c717fa648492f630d/Slim/Control/Request.pm#L550 Hence

Re: [SlimDevices: SqueezeCenter] SB3 won't play 48 kHz MP3s anymore

2016-07-05 Thread garym
bstrulo wrote: > Bump: sorry to nag but does anyone have any ideas? This is starting to > annoy me now; turns out there are more 48khz tracks in my library than I > realised! have you done anything special like added a custom convert.conf file or edited your LMS convert.conf file? What happens

Re: [SlimDevices: SqueezeCenter] SB3 won't play 48 kHz MP3s anymore

2016-07-05 Thread bstrulo
Bump: sorry to nag but does anyone have any ideas? This is starting to annoy me now; turns out there are more 48khz tracks in my library than I realised! bstrulo's Profile:

Re: [SlimDevices: SqueezeCenter] Excluding genre in advanced search

2016-07-05 Thread nenu
I think this is the log you asked for? Code: [16-07-05 17:13:24.5619] Slim::Control::Queries::_getTagDataForTracks (5562) _getTagDataForTracks query: SELECT tracks.id AS 'tracks.id', tracks.title AS 'tracks.title', tracks.url AS 'tracks.url' FROM tracks WHERE

Re: [SlimDevices: SqueezeCenter] 7.9 - Browse "remote" LMS music libraries

2016-07-05 Thread d6jg
mherger wrote: > > I have also just synced an SB3 and a Touch for testing - they won't > play > > the Remote Music Library stuff either. > > Thanks - easily reproducible. Should be fixed in the next build. Please > > give it a try. > > -- > > Michael Will do. *Vortexbox LMS 7.9 music on

Re: [SlimDevices: SqueezeCenter] 7.9 - Browse "remote" LMS music libraries

2016-07-05 Thread Michael Herger
I have also just synced an SB3 and a Touch for testing - they won't play the Remote Music Library stuff either. Thanks - easily reproducible. Should be fixed in the next build. Please give it a try. -- Michael ___ Squeezecenter mailing list

Re: [SlimDevices: SqueezeCenter] 7.9 - Browse "remote" LMS music libraries

2016-07-05 Thread d6jg
mherger wrote: > > I am not sure if this has been spotted or documented before but it > > appears that a Synchronised Group of players cannot play stuff from a > > remote library whereas as an Unsynchronised player can. > > What kind of resources (LMS or UPnP)? What kind of players? > > -- >

Re: [SlimDevices: SqueezeCenter] Excluding genre in advanced search

2016-07-05 Thread Michael Herger
Now I am trying to get 'Library Views' to work, for example to exclude "Kerstmis"/"Christmas" tracks. Selecting these exclusively works, but not excluding them. Please keep in mind that the Advanced Search is a very rough UI to create libraries. The idea behind adding library support was to

Re: [SlimDevices: SqueezeCenter] 7.9 - Browse "remote" LMS music libraries

2016-07-05 Thread d6jg
Just resurrecting this post as I have recently upgraded my production server to 7.9.x and started to use Remote Music Libraries. I am not sure if this has been spotted or documented before but it appears that a Synchronised Group of players cannot play stuff from a remote library whereas as an

[SlimDevices: SqueezeCenter] Excluding genre in advanced search

2016-07-05 Thread nenu
Hi, I just upgraded to 7.9.0 - 1467524616. Now I am trying to get 'Library Views' to work, for example to exclude "Kerstmis"/"Christmas" tracks. Selecting these exclusively works, but not excluding them. In 'All Library (Default)' I have 43560 songs. In the 'Advanced Search': - when I leave

Re: [SlimDevices: SqueezeCenter] Automatically update LMS?

2016-07-05 Thread silentcreek
DJanGo wrote: > [...] but i dont think to automate whe whole update procedure is the way > to go. > Pure debian guys always want to have their owwn finger on the trigger > otherwise they would run some other warez from redmond. Well, Debian has 'unattended upgrades'