Georges-Antoine Assi

Results 19 issues of Georges-Antoine Assi

The NPM [docs](https://docs.npmjs.com/files/package.json#license) for `package.json` consider the following license formats as valid: ``` { "license" : "SEE LICENSE IN " } { "license": "UNLICENSED" } ``` This PR adds support...

This PR replaces the need to manually bump core version when cores change by relying on the existing version in `package.json`. Comparing versions is done naively against the package.json file...

Originally posted by **Budlyte** January 17, 2024 Is it possible in the config to change from port 8080, on the container side? If routing through a VPN container, qbittorrent already...

feature

### Discussed in https://github.com/zurdi15/romm/discussions/727 Originally posted by **crispybegs** March 17, 2024 hi all, i just checked my ROMM instance and saw the emulatorJS inclusion.. very good very nice. Older systems...

question

Originally posted by **Budlyte** January 12, 2024 A checkbox, on by default, for excluding a file or folder when deleting it from Romm would be beneficial. ![image](https://github.com/zurdi15/romm/assets/4451365/dd91d1ac-e38e-4115-938e-4aa0de930642) *Edited the image

Unraid has a large collection of community developer [third-party apps](https://forums.unraid.net/topic/38582-plug-in-community-applications/). We can [apply](https://forums.unraid.net/topic/87144-ca-application-policies-notes/) to have RomM included in the Community Apps package, making install on Unraid a 1-click process. Applying...

feature
help wanted

Hey ya'll, would you be interested in adding [RomM](https://github.com/rommapp/romm) to the list of apps? I can write the PR for it, just want to know if there's any appetite to...

This PR changes the `files` field on a rom to store not just the file's name, but the calculated CRC, SHA1 and MD5 hashes for each file. This will allow...