Moonbase;408484 Wrote: 
> 
> Umm … another one: Would "as" be for simple replacement, like in
> *KEY=as INITIALKEY*?
Yes, that's the idea.

Moonbase;408521 Wrote: 
> Erland, I think "Home > CustomBrowse > Tags" needs some optimization
> still — up to two minutes (!) here at 100% CPU until the tags menu
> appears, 543718 rows examined. (Library has 26,208 songs.)
> 
> From the mySQL "slow queries" log:
> > 
Code:
--------------------
  >   > 
  > # Time: 090320 21:38:30
  > # u...@host: [slimserver] @ localhost [127.0.0.1]
  > # Query_time: 68  Lock_time: 0  Rows_sent: 18  Rows_examined: 543718
  > select 
customscan_track_attributes.attr,customscan_track_attributes.attr,substr(customscan_track_attributes.attr,1,1),customscan_track_attributes.valuetype
 from customscan_track_attributes use index (attr_module_idx)  where 
customscan_track_attributes.module='mixedtag' group by 
customscan_track_attributes.attr order by customscan_track_attributes.attr;
  > 
--------------------
> > 
> 
> No one will probably wait for a "simple" 18-item submenu for about 2
> minutes every time, even longer on the controller. (Which will also
> develop connection problems while we have to wait: "Connecting to
> SqueezeCenter")
> 
Thanks for reporting, I'll have to investigate if it's possible to
optimize by adding some other index to the database. Was it waster in
the previous version ? I think I added the valuetype attribute in this
version which might have caused the problem.

Moonbase;408484 Wrote: 
> 
> CustomBrowse > Playlists still shows (remote) radio playlists like:
> -www.daswunschradio.de - IceLady - Wunschbox-
> 
> I particularly wonder where this entry comes from: I had once added
> this (radio stream) to the end of the "now playing" playlist for my
> Receiver, and afterwards deleted it again, while keeping the rest of
> the playlist intact.
> 
I think it's a bug in the playlists menu template, it should probably
only list local playlists and not all playlists (including online
playlists) as it does at the moment.

Moonbase;408484 Wrote: 
> 
> I understood you now handle the new Controller API for adding things
> to, say, the track info. I seem unable to make additional tags like
> ORIGYEAR visible in the track details on the Controller.
> 
> How would this have to be done, step-by-step? Maybe I just missed
> something?
> 
It's not supported yet, this release just contained a correction so the
track details work at all on the Controller in SqueezeCenter 7.4. There
was a bug related to this in the previous release which in some
situations just showed an empty menu when you entered track details on
the Controller if SqueezeCenter 7.4 was used.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to