theypsilon / _arcade-organizer

A script for organizing _Arcade for MiSTer
GNU General Public License v3.0
36 stars 6 forks source link

Feature Request: Recently Added or Updated folder #53

Closed Hedders closed 1 year ago

Hedders commented 1 year ago

It seems like new arcade cores are released and existing ones are updated every week, which is wonderful but hard to keep track of.

It would be fantastic if we had a folder for cores that were added and/or updated recently (e.g. last 6 weeks or some such).

Regrettably I don't have the skills to code that myself, but maybe somebody here who does would be interested in implementing?

therourke commented 1 year ago

I would also absolutely love this, and I know there is some demand for it. Would be great to see releases by month (going back a year), and a 'new releases from last update' category. Something like that.

Toryalai1 commented 1 year ago

One way of doing this is to check the tag in the MRA. The problem with that is that the core author sometimes forgets to update that tag...

theypsilon commented 1 year ago

It's a good suggestion but I don't think it belogs to the scope of the Arcade Organizer. With a broader scope it could also include other cores, and I'm pretty sure users will apprieciate that. I'm personally not gonna be able to code it because my backlog is already pretty big as it is, but hopefullly somebody else can do it. Closing it here, but thanks for the suggestion, maybe you could open a post about it in https://misterfpga.org/ and I'd give my support if necessary.

BenPhegan commented 1 year ago

For anyone that is still looking for something similar, I put something together that I find useful: https://github.com/BenPhegan/whats_new_mister

It can be run after any type of update, and will provide a list of new cores under a top-level "@WhatsNew" directory.

Hope it helps!