In settings - Music Type: Latest Added Music ...But what it shows is not the latest Music that has been added. Is that a wrong setting?
In log:
SQL query on a database of music, you can perform?Code:21-Sep-2015 19:18:22 Info [ LatestMusicHandler]: Updating Latest Media Info: Latest music album 1: Volbeat - Outlaw Gentlemen & Shady Ladies 21-Sep-2015 19:18:22 Info [ LatestMusicHandler]: Updating Latest Media Info: Latest music album 2: The Script - #3 21-Sep-2015 19:18:22 Info [ LatestMusicHandler]: Updating Latest Media Info: Latest music album 3: Queen - Queen Forever
Code:select distinct strAlbumArtist, strAlbum, dateAdded, strGenre, RTRIM(strPath,REPLACE(strPath,'\','')) as strPath from tracks order by dateAdded desc limit 10;
"Latest Added Music" is set.
This is what i get from the SQL query:
I think understand, if i open MP Config and enter the Music Section. Then Press the "Update Database from selected shares" Button; MP will basically "reimport" all Files and "reset" the Importdate?
This is the only solution i have for this case. Because those Albums are there for a long time and there were not firstly imported on 21.09.2015.
If that is the case than i believe the behaviour of MP is wrong. IMHO it should not reset all importdates when using the "Update Database..." Button.