Closed patrickmmartin closed 11 years ago
given the display is currently a progress bar, is it possible to estimate and asymptotically improve the estimate as more information is gleaned? Would require more queries upon the song changed event
IPC_UPDTITLE, IPC_REFRESHPLCACHE seem like good starting points to see if the titles and metadata can be fetched upon request
taken from the other issue:
winamp queries the mp3 files for better song titles in the background. Re-arranging the songs causes this data to be reset and people using (say) cdex to generate filenames like "01 - Swim" will notice the base file names.
Could do with either forcing a refresh (how), or ensure that the song list is updated appropriately.. Perhaps re-jig the playlist function to generate a hash, which can be tested prior to fetching everything.
IPC_REFRESHPLCACHE does not seem to cause the playlist to be refreshed