Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Symlink for game.libretro addon resources/system folders #112

Open
zach-morris opened this issue Nov 1, 2018 · 1 comment

Comments

@zach-morris
Copy link

Bug report

Describe the bug

Here is a clear and concise description of what the problem is:

Every game.libretro addon has an individual resources/system folder (if required)

Expected Behavior

Here is a clear and concise description of what was expected to happen:

Not expected, but proposed behavior is to have a Kodi game setting for a 'common' folder, in addition to the individual game.libretro folders. Retroarch has a common system folder, and that makes configuration much easier for the user.

Actual Behavior

Each game.libretro addon generates and uses unique folders.

Possible Fix

Update Kodi to allow optional Game setting for a 'common' system folder

note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.
Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.

@garbear
Copy link
Owner

garbear commented Nov 3, 2018

are you familiar with an overlay fs? my idea is to have both a local and common system dir, then merge them at the vfs layer. that brings us the best of both worlds. it requires VFS support, which requires updating the game api to use @AlwinEsch's add-on work, which is WIP. I'll keep this in mind. thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants