You are not logged in.
Severity: Minor
mC Version: 1.0
OS Version: Windows XP SP2
Plugins Installed: Miniplayer, musikMSN, mcAmp, CubeScrobbler
Bug Description: When loading musikCube, the last used "Now Playing" list is replaced with the entire library, until I click on some other view and then go back to "Now Playing"
Steps to Reproduce:
1. Open musikCube and load any list into "Now Playing"
2. Close musikCube.
3. Open musikCube again. "Now Playing" shows your entire library.
4. Click on any other view (Library, Collected, Playlist, etc
5. Click on "Now Playing" again. It now shows what was there before closing.
Offline
Yes, I noticed that, too, and added it to this bug/feature list
Offline
Hi,
I've got the same bug but when dropping a file from the windows explorer.
It is very annoying.
It happened since I install the MusikCube 1.0 final. With the 1.0 rc2, it was ok.
Thanks
Offline
Okay, I think I've learned a little more about this bug: it doesn't happen upon loading musikCube specifically. Instead, it happens whenever one synchronizes the database (or perhaps whenever a chance is made to the database at all). I currently have my musikCube set to synchronize on startup, which is why it keeps happening then.
Offline
If anybody here has access to the Subversion repository, I've created a small patch to correct this issue (it seems to have been caused by a typo). If anybody could test it, that would be great.
=== modified file 'musikCube/musikCubeFrame.cpp'
--- musikCube/musikCubeFrame.cpp 2006-12-03 21:18:55 +0000
+++ musikCube/musikCubeFrame.cpp 2007-06-03 05:08:10 +0000
@@ -3765,7 +3765,7 @@
void CmusikCubeFrame::QueryPlaylistCtrl()
{
- this->ResetPlaylistCtrl();
+ this->RequeryPlaylistCtrl();
}
///////////////////////////////////////////////////Offline
I'll do so tonight. Thanks = )
Offline
Unfortunately, as I found out today, while this does fix the now playing bug, it makes the boxes at the top to filter the library by artist/album useless. Anything you click on in those boxes does nothing with the fix. I'll see if I can get both to work.
Wierd... I changed it back to how it was, and now the filters work fine again and every time I start it has the same now playing list as it had when I quit...
Last edited by Jooles (2007-06-07 16:41:59)
Offline
Well, as it stands, the version you have currently posted as the latest build has the artist/album selection bug still. Can you post the fixed version to be tested? I'm really excited to finally have this bug fixed, heh.
Offline
Wierd... works for me..
Well I haven't got a build of the release version at the moment, but I can change the link to the latest debug build which, on my computer at least, works properly for both issues...
Done - just watch for the D on the end of the names of the files.
Last edited by Jooles (2007-06-08 01:15:46)
Offline
Hm, what's with the D-versions (debug code)? Renaming won't work, and besides that I have to rename all DLLs? Are the bugs fixed there?
The normal versions contains still the issues... Keep up the good work
.
Offline
The D versions should work the same, only your shortcuts won't work. The Ds have to stay on the end of both files (well the dll anyway) else it won't run, but only those files need Ds on. All the other dlls can stay as they are. I only put that one up as I'm halfway through something at the moment and so the code won't compile and I don't therefore have a release build (as visual studio deletes your build before trying to recompile).
Last edited by Jooles (2007-06-08 04:56:04)
Offline