Hi
it is possible to hide the cores in the main menu in which i am not interessted in?
For example for fewer clicks in the selection and to get a better overview
(It doesnt matter for me if the cores will be still updated via script but they remain hidden).
Thanks
Hiding Cores in Which I Am Not Interessted In?
Hiding Cores in Which I Am Not Interessted In?
- bazza_12
- Top Contributor
- Posts: 443
- Joined: Sun May 24, 2020 7:49 pm
- Location: Yorkshire, UK
- Has thanked: 263 times
- Been thanked: 121 times
Re: Hiding Cores in Which I Am Not Interessted In?
MacPlus: Apple Macintosh Plus
Minimig: Commodore Amiga 500/600/1200
to
MacPlus: Apple Macintosh Plus
Minimig:
would remove the Minimig entry from the list, but the core will still be on the SDCard and update as usual.
- jlancaster86
- Posts: 148
- Joined: Sat Jun 27, 2020 1:33 pm
- Has thanked: 130 times
- Been thanked: 35 times
Re: Hiding Cores in Which I Am Not Interessted In?
-
- Top Contributor
- Posts: 1441
- Joined: Mon May 25, 2020 7:54 pm
- Has thanked: 496 times
- Been thanked: 467 times
Re: Hiding Cores in Which I Am Not Interessted In?
CRT SCR$ Project - building a collection of high-quality photos of CRT displays
CRT ART Books - retro-gaming books with authentic CRT photos
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: Hiding Cores in Which I Am Not Interessted In?
#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=""
-
- Posts: 21
- Joined: Sun Oct 04, 2020 1:04 pm
Re: Hiding Cores in Which I Am Not Interessted In?
Lets imagine you want to make an Arcade machine from a MiSTer and you only really want a hand-picked selection of cores, rather than all, because you might build in a switcher and over time there will be MANY cores you personally will not want.
I think a good solution would be one INI setting to decide if a filter was INCLUSIVE or EXCULSIVE and then an exclude list PER tracked set of cores, so you could easily filter out consoles, arcade or computer cores as you wish. With the inclusive set as TRUE, anything listed would be updated, and the rest ignored. So something like this
FILTER_INCLUSIVE = true
FILTERCORES=donkeykong,donkeykongjunior
Would result in an arcade core folder ONLY containing the cores above
As now, management of the actual MAME files or other game files would be manual
Re: Hiding Cores in Which I Am Not Interessted In?
I would vote for thisTchucolate wrote: ↑Wed Oct 07, 2020 12:17 pm I think a good solution would be one INI setting to decide if a filter was INCLUSIVE or EXCULSIVE and then an exclude list PER tracked set of cores, so you could easily filter out consoles, arcade or computer cores as you wish. With the inclusive set as TRUE, anything listed would be updated, and the rest ignored. So something like this
FILTER_INCLUSIVE = true
FILTERCORES=donkeykong,donkeykongjunior
Would result in an arcade core folder ONLY containing the cores above
As now, management of the actual MAME files or other game files would be manual
- Newsdee
- Top Contributor
- Posts: 873
- Joined: Mon May 25, 2020 1:07 am
- Has thanked: 104 times
- Been thanked: 239 times
Re: Hiding Cores in Which I Am Not Interessted In?
You can then keep the original folders for updates and manually upgrade your favorites when desired.
-
- Posts: 21
- Joined: Sun Oct 04, 2020 1:04 pm
Re: Hiding Cores in Which I Am Not Interessted In?
Isn't that the point of this thread though. To have an improved system, that would mean manually wresstling with the update system would be a thing of the past. If you can define a small set of filters, and then not worry about updating, that would be a better outcome no?
- Newsdee
- Top Contributor
- Posts: 873
- Joined: Mon May 25, 2020 1:07 am
- Has thanked: 104 times
- Been thanked: 239 times
Re: Hiding Cores in Which I Am Not Interessted In?
I'd much rather pick my favorite cores manually than rely on scripts that I have to edit.Tchucolate wrote: ↑Wed Oct 07, 2020 4:11 pm Isn't that the point of this thread though. To have an improved system, that would mean manually wresstling with the update system would be a thing of the past. If you can define a small set of filters, and then not worry about updating, that would be a better outcome no?
Have you seen this? It may help find cores faster:
viewtopic.php?p=1279#p1279
-
- Posts: 9
- Joined: Fri Nov 25, 2022 10:25 pm
Re: Hiding Cores in Which I Am Not Interessted In?
Yeah we're all using the easy update scripts but I doubt we're all interested in all the cores. A list of cores to hide in the mister.ini file would be my vote, or a seperate hidden.ini
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: Hiding Cores in Which I Am Not Interessted In?
You have this unofficial Favorite script that may help on this case
https://github.com/wizzomafizzo/MiSTer_Favorites
Re: Hiding Cores in Which I Am Not Interessted In?
I, too, am interested in solutions to the question raised by the OP.
Tchucolate wrote: ↑Wed Oct 07, 2020 12:17 pmI think a good solution would be one INI setting to decide if a filter was INCLUSIVE or EXCULSIVE and then an exclude list PER tracked set of cores, so you could easily filter out consoles, arcade or computer cores as you wish. With the inclusive set as TRUE, anything listed would be updated, and the rest ignored. So something like this
FILTER_INCLUSIVE = true
FILTERCORES=donkeykong,donkeykongjuniorWould result in an arcade core folder ONLY containing the cores above
As now, management of the actual MAME files or other game files would be manual
HalleysCometMan wrote: ↑Tue Dec 06, 2022 7:44 amA list of cores to hide in the mister.ini file would be my vote, or a seperate hidden.ini
I share my support for these suggestions.
Re: Hiding Cores in Which I Am Not Interessted In?
HalleysCometMan wrote: ↑Tue Dec 06, 2022 7:44 amYeah we're all using the easy update scripts but I doubt we're all interested in all the cores. A list of cores to hide in the mister.ini file would be my vote, or a seperate hidden.ini
that goes in the downloader.ini , as described in this link:
https://github.com/MiSTer-devel/Downloa ... filters.md
for example, such filter will leave only mainstream consoles and future cores:
Code: Select all
[mister]
filter = !AdventureVision !Adam !Astrocade !Atari2600 !Atari5200 !Atari7800 !AY-3-8500 !ColecoVision !Odyssey2 !Vectrex !ARCHIE !AcornAtom !AcornElectron !AVision !AliceMC10 !Altair8800 !APOGEE !APPLE-I !AQUARIUS !Arcadia !Arduboy !BBCMicro !BK0011M !Lynx48 !Chess !Chip8 !COCO3 !ColecoAdam !Coleco !CoCo2 !eg2000 !C16 !C64 !PET2001 !VIC20 !UK101 !PDP1 !EDSAC !EpochGalaxyII !ChannelF !Galaksija !GameOfLife !gamate !casiopv1000 !pokemonmini !Intellivision !Interact !VC4000 !Jupiter !Laser !megaduck !multicomp !specialist !ODYSSEY2 !Ondra_SPO186 !ORAO !Oric !PC8801 !PMD85 !RX78 !SAMCOUPE !QL !SPMX !Supervision !SVI328 !TatungEinstein !TI-99_4A !TomyScramble !TomyTutor !TRS-80 !CreatiVision
and it will actually REMOVE those cores when you run downloader or update_all
it works well for consoles and computer cores, but it's way more temperamental with arcade cores, still didn't manage to exclude those...