View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004445 | MMW v4 | Now Playing | public | 2008-03-07 12:09 | 2008-08-27 14:07 |
Reporter | Ludek | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Summary | 0004445: Now Playing list is now stored to MediaMonkey.m3u only => this causes a problems | ||||
Description | Per discussion with jiri as a reaction on this bug: 0004443: Now Playing: Highlighted (last played) track's playcount is set to zero after MM restart Problem is that in MediaMonkey.m3u are stored only paths to all tracks, but if we want to get info for a track from DB then we need to know its ID. Now, it is solved by reading it from DB based on IDMedia+Path identification, but IDMedia is not known until UpdateDriveLetters thread has finished -> i.e. We have to wait until this thread has finished in order to get full song info from DB. Per discussion with Jiri a good solution would be to store also IDs of this tracks to a separate file (e.g. MediaMonkey.mmp) which would look like ID: 123 ID: 125 ... | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Note: One of the reasons why we cannot have Now Playing list stored in DB is multi user enviroment. i.e. more users can share one DB. As discussed by Jiri this is not at very high priority at this time. |
|
Closing the issue, currently the reasons for its implementation are no longer too important and also the suggested implementation wouldn't really work too well. |