Normal
While you are under the hood could you please add one extra little thing which would be godsend for me?A field in the database which is stores when the track was first added to the database would be fantastic. If this could be exposed to the views it would allow sorting based on how long the music has been in the system and things like latest 10 albums.Presumably the actual field could be added without any coding as you would just need to add the column to the database and set it with a default value of the current date (I am 99% this is possible with SQLite). Not sure how you then expose to the view but this would be the final thing to make MP my dream setup
While you are under the hood could you please add one extra little thing which would be godsend for me?
A field in the database which is stores when the track was first added to the database would be fantastic. If this could be exposed to the views it would allow sorting based on how long the music has been in the system and things like latest 10 albums.
Presumably the actual field could be added without any coding as you would just need to add the column to the database and set it with a default value of the current date (I am 99% this is possible with SQLite). Not sure how you then expose to the view but this would be the final thing to make MP my dream setup