vinceau / project-clippi

An automation framework for Super Smash Bros. Melee. Detect an event → execute an action.
MIT License
144 stars 29 forks source link

Only parse replays in a certain time window #161

Open Liam-Newell opened 1 year ago

Liam-Newell commented 1 year ago

I'm not sure if this is a native feature outside of maybe automation. Could there be an added option to check the age of replay files and only filter through a user-selected time range(Ex, from a month ago or feb 12 -> march 30) when parsing.

This would allow uses to do a yearly highlight reel pretty easily

vinceau commented 1 year ago

This is a good idea and not too hard to do! I hope to get around to implementing this feature eventually!