Page 1 of 1

Missing the Remote Script

Posted: Sun May 05, 2024 6:29 pm
by MatteKalle

I cant find the remote script although I ran the update all script with mister extensions enabled. What am I missing?


Re: Missing the Remote Script

Posted: Sun May 05, 2024 6:39 pm
by dickhardpill

check your downloader.ini

does this line exist?

Code: Select all

[mrext/all]
db_url = https://github.com/wizzomafizzo/mrext/raw/main/releases/all.json

or if you don't want everything;

Code: Select all

[mrext/remote]
db_url = https://github.com/wizzomafizzo/mrext/raw/main/releases/remote/remote.json

you can also download it directly here


Re: Missing the Remote Script

Posted: Sun May 05, 2024 8:54 pm
by MatteKalle

The links in my downloader.ini do not look like that. Why is this and is every link wrong?
Copy from my downlaoder.ini:

[distribution_mister]
db_url = https://raw.githubusercontent.com/MiSTe ... b.json.zip

[jtcores]
db_url = https://raw.githubusercontent.com/joteg ... b.json.zip

[names_txt]
db_url = https://raw.githubusercontent.com/Three ... on_US.json

[bios_db]
db_url = https://raw.githubusercontent.com/BigDe ... b.json.zip

[Coin-OpCollection/Distribution-MiSTerFPGA]
db_url = https://raw.githubusercontent.com/Coin- ... b.json.zip

[arcade_roms_db]
db_url = https://raw.githubusercontent.com/zakk4 ... b.json.zip

[mrext/all]
db_url = https://raw.githubusercontent.com/wizzo ... s/all.json

[arcade_names_txt]
db_url = https://raw.githubusercontent.com/PigSa ... es_US.json


Re: Missing the Remote Script

Posted: Sun May 05, 2024 9:21 pm
by pgimeno

Actually https://github.com/XXX/YYY/raw/ZZZ redirects to https://raw.githubusercontent.com/XXX/YYY/ZZZ so the URLs are equivalent. I've no idea about the missing script though.


Re: Missing the Remote Script

Posted: Mon May 06, 2024 11:47 am
by FPGA64

its in the json list at that link

"Scripts/remote.sh": {
"hash": "be44b94abdb418e0434d164332a9d9c6",
"size": 7879660,
"url": "https://github.com/wizzomafizzo/mrext/r ... /remote.sh",
"reboot": true,
"tags": [
"remote"
]
},

So who knows why it wasnt picked up