-
-
Notifications
You must be signed in to change notification settings - Fork 33
Support for extra files. #149
Copy link
Copy link
Open
Labels
🎛️ serverThere are things to do on the serverThere are things to do on the server🎨 uiThis issue needs a UI Design.This issue needs a UI Design.💻 clientThere are things to do on the clientThere are things to do on the client🔧 featureNew feature or requestNew feature or request🧩milestoneThis issue will take a lot of effort and will make a big difference.This issue will take a lot of effort and will make a big difference.
Metadata
Metadata
Assignees
Labels
🎛️ serverThere are things to do on the serverThere are things to do on the server🎨 uiThis issue needs a UI Design.This issue needs a UI Design.💻 clientThere are things to do on the clientThere are things to do on the client🔧 featureNew feature or requestNew feature or request🧩milestoneThis issue will take a lot of effort and will make a big difference.This issue will take a lot of effort and will make a big difference.
Type
Projects
Status
🔧 Planned
Is your feature request related to a problem? Please describe.
It would be nice if we could store extra files alongside game archives.
Describe the solution you'd like
I'm not sure if I'm organizing things as expected but currently I have my games organized like so.
<GameTitle>/<GameTitle>(<GameVersion>)(<Portable/Installer>)(<GameYear>).extI would like to see the ability to store the extras, or however you want it titled alongside the archive and then serve those in a subpage of the game library page. Something along these lines.
Describe alternatives you've considered
Right now I'm just putting non-archived files in an Extra folder so the application doesn't pick them up.