I cant find the remote script although I ran the update all script with mister extensions enabled. What am I missing?
Missing the Remote Script
- dickhardpill
- Posts: 285
- Joined: Tue Apr 09, 2024 9:28 pm
- Location: Not Portland, OR
- Has thanked: 73 times
- Been thanked: 59 times
- Contact:
Re: Missing the Remote Script
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
I has a you tube
Analog IO
USB board
VGA > Component
HDMI > FPM
-
- Posts: 13
- Joined: Thu May 20, 2021 12:38 pm
Re: Missing the Remote Script
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
- pgimeno
- Top Contributor
- Posts: 709
- Joined: Thu Jun 11, 2020 9:44 am
- Has thanked: 277 times
- Been thanked: 226 times
Re: Missing the Remote Script
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.
-
- Top Contributor
- Posts: 937
- Joined: Mon Mar 01, 2021 3:10 pm
- Has thanked: 49 times
- Been thanked: 374 times
Re: Missing the Remote Script
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