Additional update sources for Downloader

Kernel, Main, Utilities & Applications, Miscellaneous Devices.
TpaBkaY
Posts: 2
Joined: Mon Jul 29, 2024 2:21 pm
Has thanked: 1 time

Additional update sources for Downloader

Unread post by TpaBkaY »

Hi, everybody.

I want to add additional sources for "Downloader" and create following ini-file "/media/fat/downloader.ini":

Code: Select all

[bios_db]
db_url = https://raw.githubusercontent.com/BigDendy/BiosDB_MiSTer/db/bios_db.json
[arcade_roms_db]
db_url = https://raw.githubusercontent.com/BigDendy/ArcadeROMsDB_MiSTer/db/arcade_roms_db.json.zip

But after this, "update.sh" starts to update only sections which describe in "downloader.ini" (it is "bios_db" and "arcade_roms_db") only and does not update main system (Linux, _Arcade, _Console and etc.).

Is there a way to tell the"downloader" that these two sections ("bios_db", "arcade_roms_db") are additional sections and not override of the main update plan?

12characters
Posts: 125
Joined: Wed Jun 03, 2020 5:39 pm
Has thanked: 8 times
Been thanked: 36 times

Re: Additional update sources for Downloader

Unread post by 12characters »

MiSTer Downloader wrote:

NOTE: If you manually add custom databases, you might want to make sure that you also have a [distribution_mister] section. That way you'll still be downloading the content from MiSTer Distribution together with the content from the custom database/s that you introduced.

TpaBkaY
Posts: 2
Joined: Mon Jul 29, 2024 2:21 pm
Has thanked: 1 time

Re: Additional update sources for Downloader

Unread post by TpaBkaY »

Thanks @12characters!

The following "downloader.ini" file works well:

Code: Select all

[distribution_mister]
db_url = https://raw.githubusercontent.com/MiSTer-devel/Distribution_MiSTer/main/db.json.zip
[bios_db]
db_url = https://raw.githubusercontent.com/BigDendy/BiosDB_MiSTer/db/bios_db.json
[arcade_roms_db]
db_url = https://raw.githubusercontent.com/BigDendy/ArcadeROMsDB_MiSTer/db/arcade_roms_db.json.zip
Post Reply