Category: General

Clean No-Intro 2018 ROM Set

IMPORTANT UPDATE 6/07/2023 – Major Rewrite for v6.0!!! Overview I did not want my RetroPie to be cluttered with ROMs I did not want. I only wanted the original games, I did not want duplicates or revisions, and I only wanted games in English so I could read the on screen text. For example, the …

Continue reading

Determine If A Date Is Between Two Dates

If you need to know if a date is between two dates, you can easily figure this out by treating the date as a number and doing comparisons.  This can be useful for instances where you need a script to do a different task on different months, days, years, etc.  Let’s start with our first …

Continue reading