Bugzilla – Bug 4059
Browse Genres > GENRE level don't work when group compilations set
Last modified: 2008-09-15 14:39:24 UTC
This is with SlimServer Version: 6.5b1 - 9424 - Windows XP - EN - cp1252, Perl Version: v5.8.7 MSWin32-x86-multi-thread, MySQL Version: 5.0.22-community-nt. 1. Using the Default skin, go to Browse Genres. 2. Choose a Genre, e.g. Electronica. 3. Attempt to play or add any artist, e.g. Labradford. 4. Play will clear the Now Playing playlist but not add the selected tracks. Add won't do anything. I'm speculating, but perhaps this is related to bug 2983. I'm also seeing the broken breadcrumb list for genres. Thanks.
Opps. I mean bug 3983.
I'm seeing this on one system, but not the other. urls for the commands should include genre.id, but instead are using genreTracks.genre
Ah, it has a direct link to the Group Compilations setting. set as group, and it's buggered. set to list under each artist, and it's fine. same exact thing for bug 3983 I think we're missing a clone of the $find hash here, and it's getting buggered by the VA count. Pages/BrowseDB, line 353 is the problem for both bugs
got a fix for this, will commit this evening.
fixed at change 9463
Works for me. Thanks again.