libretro / libretro/RetroArch

Content Downloader: Allow downloading to "system" directory

Open
#10,182 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

content downloader
Dominant language
C
Stars
14.1k
Forks
2.2k
Avg merge
7h 35m
Merged PRs (30d)
51

Description

The Content Downloader provides a number of content files. There are some bios-related files listed in there, and it would be great to have RetroArch download System files to the System/bios directory.

Perhaps there's a naming scheme we add to the files to determine whether or not they go into the System folder?

For example... Wolfenstein 3D has a ecwolf.pk3 which should be in the system/bios directory. We could move it to the following folder:

Content Downloader > Wolfenstein 3D > System > ecwolf.pk3

When RetroArch downloads it, since "System" is in the path, have it download to the System directory?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the Content Downloader entry point and trace how content paths are mapped to download destinations. Determine how a System path should select the system/bios directory without changing other downloads; done means the Wolfenstein 3D ecwolf.pk3 example is placed there and existing destinations continue to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.