[PLUGIN] LastSong

Hi,
I wroted python script for Volumio to generate playlists with last added songs.
Every day in combination with cron create playlist of new added songs.

Download
https://github.com/zafodtom/lastsong/archive/V0.4.zip

Dev
https://github.com/zafodtom/lastsong

Any feedback is appreciated.

HI

Are you talking about songs added to the library ? is it working for albums folders added to the library? I tried to create a plugin to diplay the list of the last 100 additions done to the library without success unfortunately. Is your plugin able to achieve this ?

regards

Yes, this script create playlist from files which you add to library (from albums take all files). All files take from mpd.log file. if you change my condition for checking last day and change to counter from 0 to 100 it may be do what you want.

My idea was to be able to browse a tile where only the last 100 additions in the library would be present… I will try your plugin.

regards