Advertisement
djvj

mister downloader ini

Jun 8th, 2022
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. [MiSTer]
  2. ; base_path is where most commonly installed files will be placed (cores, MRAs, Scripts, etc).
  3. base_path = '/media/fat/'
  4.  
  5. ; storage_priority defines how this tool will use external storage during the installation
  6. ; of files that are designed for external locations (usually games & docs files).
  7. ;
  8. ; * Examples of external storage are USB Drives or CIFS partitions detected by MiSTer.
  9. ;
  10. ; * When you have more than one external storage, the one used will be determined
  11. ; by the first path match following the path priority described here:
  12. ; https://mister-devel.github.io/MkDocs_MiSTer/cores/paths/
  13. ;
  14. ; Options:
  15. ; 'prefer_sd' -> This tool will install new files on a external location if a parent folder
  16. ; is present. (Parent folder examples: games/NES, docs/AO486)
  17. ;
  18. ; 'prefer_external' -> This tool will always install new files on a external location
  19. ; even if no parent folders are present.
  20. ;
  21. ; 'off' -> Disables this feature. Affected files will always be installed in your base_path.
  22. storage_priority = 'prefer_sd'
  23.  
  24. ; allow_delete options:
  25. ; 0 -> Don't allow this tool to delete anything at all.
  26. ; 1 -> Allow this tool to delete any old file from previous updates.
  27. ; 2 -> Allow this tool to delete only old cores that receive a new version.
  28. allow_delete = 1
  29.  
  30. ; allow_reboot options:
  31. ; 0 -> Don't allow this tool to ever reboot automatically.
  32. ; 1 -> Allow this tool to reboot the system after any system file has been updated.
  33. ; 2 -> Allow this tool to reboot the system only after Linux has been updated.
  34. allow_reboot = 1
  35.  
  36. ; update_linux options:
  37. ; true -> Updates Linux when there is a new update (very recommended).
  38. ; false -> Doesn't update Linux.
  39. update_linux = true
  40.  
  41. ; parallel_update options:
  42. ; true -> Tries to download more than one file simultaneously.
  43. ; false -> Will only download one file at a time.
  44. parallel_update = true
  45.  
  46. ; downloader_timeout: Can be tweaked to increase the timeout time in seconds
  47. ; It is useful to increase this value for users with slow connections.
  48. downloader_timeout = 300
  49.  
  50. ; downloader_retries: Can be tweaked to increase the retries per failed download
  51. ; It is useful to increase this value for users with very unstable connections.
  52. downloader_retries = 3
  53.  
  54. ; verbose: when true, will make Downloader output to display additional debug information
  55. ; This is also necessary to be active to display benchmark information.
  56. verbose = true
  57.  
  58. ; CUSTOM SCRIPTS BELOW
  59.  
  60. ; Only here so it still downloads the main mister content
  61. [distribution_mister]
  62. db_url = https://raw.githubusercontent.com/MiSTer-devel/Distribution_MiSTer/main/db.json.zip
  63.  
  64. [jtcores]
  65. db_url = https://raw.githubusercontent.com/jotego/jtcores_mister/main/jtbindb.json.zip
  66.  
  67. [bgm]
  68. db_url = https://raw.githubusercontent.com/wizzomafizzo/MiSTer_BGM/main/bgm.json
  69.  
  70. [uberyoji_mister_boot_roms]
  71. db_url = https://raw.githubusercontent.com/uberyoji/mister-boot-roms/main/db/uberyoji_mister_boot_roms.json
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement