Giter VIP home page Giter VIP logo

Comments (5)

Lazorne avatar Lazorne commented on July 26, 2024

#409

Need to develop a new tool

from retrodeck.

XargonWan avatar XargonWan commented on July 26, 2024

The only thing that comes to my mind is mergerfs where the roms directory can be a merged mount of retrodeck/.roms, /media/.../roms, /somewhere/else/roms and so on.

However this may be asking root rights.

from retrodeck.

Lazorne avatar Lazorne commented on July 26, 2024

All we need to do is create GUI tools for the creation of Symlinks and we add them as subfolders instead.

So roms/psx/ SUBFOLDER Symlink Creation TOOLS

Then we don't mess with anything within ES-DE and it is not that complicated.

from retrodeck.

Libretto7 avatar Libretto7 commented on July 26, 2024

We could symlink the files into the right folders every time retrodeck is started. This would also make it declarative.
How about this:
User can use configurator to specify additional rom folder paths. Saved into an array.
At retrodeck start, do:

  • remove all broken symlinks in $main_roms_folder
  • symlink roms:
for folder in ["~/psx", "/media/psx"]:
  for rom in $(ls "$folder"):
    ln -s "$folder/$rom" "$main_roms_folder/$(basename $folder)/"

from retrodeck.

XargonWan avatar XargonWan commented on July 26, 2024

We could symlink the files into the right folders every time retrodeck is started. This would also make it declarative. How about this: User can use configurator to specify additional rom folder paths. Saved into an array. At retrodeck start, do:

* remove all broken symlinks in $main_roms_folder

* symlink roms:

for folder in ["~/psx", "/media/psx"]:
for rom in $(ls "$folder"):
ln -s "$folder/$rom" "$main_roms_folder/$(basename $folder)/"

This approach should be deeply tested with RPCS3 as I did something like this for space issues and the games were not starting, but I cannot tell if it was because of the symlink or else.

from retrodeck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.