Page 1 of 1

Disable cores

Posted: Sat Mar 20, 2021 8:47 am
by Mr^O^BIG
Hi fellaz :), is it possible to hide or just show a directory, like soon we'll have a jamma interface so I was wondering to have only the arcade directory directly, thanks and have a wonderful weekend

Mr BIG

Re: Disable cores

Posted: Thu Mar 25, 2021 4:36 pm
by Newsdee
You can just delete what you don't want.

Or copy the contents if the Arcade folder in root,
and place everything else under a subfolder.

Re: Disable cores

Posted: Thu Apr 08, 2021 3:07 pm
by Mr^O^BIG
Oki thanks, but the update will put it back no???

Mr BIG

Re: Disable cores

Posted: Thu Apr 08, 2021 3:45 pm
by grizzly
Yes run update and it will download everything that update downloads again for those systems, so the delete/move must be done every time you run update.
As in delete/move is not a solution at all.
Some off us have asked for a solution to this.

For example if we could make a do not update ini file or script file that is checked after the update script is checked and simply does not run update on whats in that file.
Doing it this way would be way easier then trying too implement something in the update script.
But have not seen anything new about this.

Re: Disable cores

Posted: Thu Apr 08, 2021 5:32 pm
by Bas
You could write a script that does the deleting/moving and a small one that wraps the update and deletion together. The updater won't touch either of them and you still have a one-step process to get your stuff as you want it.

Re: Disable cores

Posted: Thu Apr 08, 2021 7:33 pm
by justaguy
grizzly wrote: Thu Apr 08, 2021 3:45 pm For example if we could make a do not update ini file or script file that is checked after the update script is checked and simply does not run update on whats in that file.
Doing it this way would be way easier then trying too implement something in the update script.
But have not seen anything new about this.
Unless I'm misunderstanding, this has been possible for a while. You can create an update.ini file in the Scripts directory alongside update.sh and add REPOSITORIES_FILTER="arcade-cores" to only update arcade cores, or just list the individual cores you're interested in. Alternatively, set DOWNLOAD_NEW_CORES="false" and it will only update the cores already present on your SD card, though this has the disadvantage of not picking up new arcade cores when they get released.

From the source code:

Code: Select all

#A space separated list of filters for the online repositories;
#each filter can be part of the repository name or a whole core category,
#i.e. “C64 Minimig NES SNES arcade-cores” if you want the script to check only
#for C64, Minimig, NES, SNES, and all arcade cores repositories making the whole
#update process quicker;
#if you use this option probably you want DOWNLOAD_NEW_CORES="true" so that you
#can use this filter in order to setup a brand new empty SD with only the cores
#you need, otherwise cores in the filter, but not on the SD won't be downloaded.
REPOSITORIES_FILTER=""

#Like REPOSITORIES_FILTER but repository names or core categories must not match the filter;
#REPOSITORIES_NEGATIVE_FILTER is processed after REPOSITORIES_FILTER.
REPOSITORIES_NEGATIVE_FILTER=""

Re: Disable cores

Posted: Tue Apr 13, 2021 4:44 pm
by Mr^O^BIG
Hi guyz, thanks a lot for all the details :), enjoy your day

Mr BIG