Re: [SlimDevices: Beta] New in 7.9: Fulltext search

2014-10-29 Thread JJZolx
While you're working on this, is there any chance that song search results for basic search in the web UI could made so that the individual pieces - song title, album and artist - are clickable? This is how they appear in Advance Search, and (IIRC) I believe how it worked at one time. I think this

Re: [SlimDevices: Beta] New in 7.9: Fulltext search

2014-10-29 Thread Mnyb
It something like this . HP PROLIANT N36L MICROSERVER AMD ATHLON II 1.3-2MB 1G Dual athlon cpu ,but only 1G ram :/ wonder if I can fit more ram to it Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2

Re: [SlimDevices: Beta] New in 7.9: Fulltext search

2014-10-29 Thread Michael Herger
now it scans faster or is it just because i decided to run a ful scan after the latest bug ? Indexing playlists was awfully slow. Should be much faster now. If you have playlists. But it is slow , you have to wait to see results .? Searching is slow, I assume? Can i consider my server a

Re: [SlimDevices: Beta] New in 7.9: Fulltext search

2014-10-29 Thread Mnyb
now it scans faster or is it just because i decided to run a ful scan after the latest bug ? Discovering files/directories: /media/music1 (47640 of 47640) Complete 00:00:48 Scanning new music files: /media/music1 (43190 of 43190) Complete 00:23:10 Discovering playlists: /media/Playli

Re: [SlimDevices: Beta] Scan doesn't find new artists if there is more than one artist

2014-10-29 Thread frank1969
mherger wrote: > > > Your claim was that it worked fine in 7.9 until I added full text > search. Could you please double-check with an old 7.9 build to confirm > this? A lot has change wrt. artist handling long before the fts. > I just did - tested with "Logitech Media Server Version: 7.9.0 -

Re: [SlimDevices: Beta] What should be included in 7.9 ?

2014-10-29 Thread Thunderig
Thanks for your help. I will open a new topic regarding this issue later in the developer forum Thunderig's Profile: http://forums.slimdevices.com/member.php?userid=63371 View this thread: http://forums.slimdevices.com/show

Re: [SlimDevices: Beta] What should be included in 7.9 ?

2014-10-29 Thread Michael Herger
Maybe you could share your code to better understand what you're trying to do. But please do so in its own thread. Thanks! Am 29.10.14 12:49, schrieb Thunderig: Unfortunately your code proposal does not work, it does not even execute. Right now, I can't see where exactly the problem is.

Re: [SlimDevices: Beta] What should be included in 7.9 ?

2014-10-29 Thread Thunderig
Unfortunately your code proposal does not work, it does not even execute. Right now, I can't see where exactly the problem is. Thunderig's Profile: http://forums.slimdevices.com/member.php?userid=63371 View this thread: htt

Re: [SlimDevices: Beta] What should be included in 7.9 ?

2014-10-29 Thread Michael Herger
Thanks for your quick reply. Could you please elaborate your idea. Have you already tested your idea? http://localhost:9000/html/docs/cli-api.html#time (use your server address, of course) $client->execute(['time', 123]) should do the trick. You might need to run this once the "playlist play"

Re: [SlimDevices: Beta] New in 7.9: Fulltext search

2014-10-29 Thread JJZolx
mherger wrote: > > > Ok, that's fixed. Have a look at the off-by-one error. It's not just > > totals <10, as I previously suggested. It appears to be true for all > > searches. > > Missed that one. But I'm not getting counts when there are less than 10 > > anyway. Do you still see this? No. I

Re: [SlimDevices: Beta] New in 7.9: Fulltext search

2014-10-29 Thread Michael Herger
Ok, that's fixed. Have a look at the off-by-one error. It's not just totals <10, as I previously suggested. It appears to be true for all searches. Missed that one. But I'm not getting counts when there are less than 10 anyway. Do you still see this? -- Michael __

Re: [SlimDevices: Beta] New in 7.9: Fulltext search

2014-10-29 Thread JJZolx
mherger wrote: > > No, it's not consistent. After a server restart, however, it appears > > that LMS remembers the totals from the first search that is run and > will > > use/display those occasionally on subsequent searches. It does this > for > > artists and albums totals, but not songs. > > G

Re: [SlimDevices: Beta] What should be included in 7.9 ?

2014-10-29 Thread Thunderig
Thanks for your quick reply. Could you please elaborate your idea. Have you already tested your idea? Right now, my code to play audio looks like this: Code: $client->execute([ 'playlist', 'play', $url]); The problem is, that I cannot ad

Re: [SlimDevices: Beta] New in 7.9: Fulltext search

2014-10-29 Thread Michael Herger
No, it's not consistent. After a server restart, however, it appears that LMS remembers the totals from the first search that is run and will use/display those occasionally on subsequent searches. It does this for artists and albums totals, but not songs. Good catch! It was a caching issue indee

Re: [SlimDevices: Beta] What should be included in 7.9 ?

2014-10-29 Thread Michael Herger
An essential feature which is missing is to start playing an URL from a particular position. If you already know the position when you start playback then you can use the " time 123" command to jump to that position. -- Michael ___ beta mailing lis

Re: [SlimDevices: Beta] Scan doesn't find new artists if there is more than one artist

2014-10-29 Thread Michael Herger
I now tested with my "kitchen NAS" - the kitchen NAS is a 1:1 copy from my original system, running "Logitech Media Server Version: 7.8.1 - 1402661598". ... and with this "old" version, everything is fine: "Tina Werner" can be found while using the search form So anything is going wrong with the

Re: [SlimDevices: Beta] What should be included in 7.9 ?

2014-10-29 Thread Thunderig
One particular area of LMS which should be updated is Code: Slim::Control::Request::executeRequest . An essential feature which is missing is to start playing an URL from a particular position. The only way to do this currently for me is to subsribe