* Updated installEmuAI and installEmuFP to be more dynamic
* Allows for selecting if the application is an "emulator", "remoteplay", or "genericapplication"
* Based off the choice, copies the respective bash file to the correct location
* Allows for selecting file format of the downloaded AppImage (in case it's compressed and needs to be extracted)
* Updated relevant scripts to match new changes
* Cleaned up formatting of these two scripts
* Cleaned up remoteplay Flatpak scripts to match new changes (allows for easier maintenance)
* With these changes, remoteplay and generic application AppImages will now have a desktop file created
* Added relevant desktop icons
* Added generic applications to cloud services manager
* Added Cider, Heroic Games Launcher, Plexamp, Spotify, and Tidal
* Moved Spotify here from remoteplay scripts
* Added chiaki4deck to remote play scripts
* Added copying configs from Chiaki to chiaki4deck (if one does not exist already)
* Added uninstall option if bash scripts are detected in the remoteplay or generic-applications folder
* If user installed these applications independent of EmuDeck, these folders would be empty and therefore can be skipped in the uninstallation
* Updated emulator, remoteplay, and generic-application scripts to rely more heavily on installEmuAI, installEmuFP, uninstallEmuFP, uninstallEmuAI, and uninstallGeneric
* This should ideally improve maintenance in the future and allow for easier contribution
* Updated emulator scripts to remove redunant/outdated code
* Added emulator folder for ES-DE and Pegasus (official support was added to ES-DE)
* Added copying emulator scripts to the emulator folder and removing when uninstalled
* Updated binupdate and flatpakupdate to be in alphabetical order/tidied these scripts
* Added missing remote play clients to all.sh
* This allows these clients to properly install
* Fixed install locations for Greenlight and ShadowPC
* Fixed error in cloud.conf
* Restores https://github.com/dragoonDorise/EmuDeck/pull/941
* This was not working originally because the cloud.conf file is never updated once it's copied to Emulation/roms/cloud
* Added a grep command to detect "browercommand" so this cloud.conf can be updated once in order for this PR to work properly
* Added ES-DE and Pegasus optional support
* Added a prompt so users can select if they would like their services in ES-DE and Pegasus. Copies files to Emulation/roms/desktop
* Removed cloud and remoteplay from Pegasus so scraping can be shared properly between ES-DE and Pegasus
* Swapped default desktop system for ES-DE to "Keep ES-DE running"
* Added back firefox support
* Reverts https://github.com/dragoonDorise/EmuDeck/pull/910
* Added Steam ROM Manager parser for bash and desktop files with proper exclusion for the cloud and remoteplay folders
Co-authored-by: rawdatafeel <108900299+rawdatafeel@users.noreply.github.com>
Co-authored-by: Thomas Crider <11287837+GloriousEggroll@users.noreply.github.com>
* Fixed Model 2 Emulator and Supermodel metadata files
* Moved metadata files and metadata to rom subfolder for Proton emulators
* Added RPCS3 support through desktop files
* Adjusted defaults
* Atari Jaguar/Atari Jaguar CD changed to BigPEmu
* Arcade changed to MAME (standalone)
* NDS changed to melonDS DS
* Nintendo 64DD changed to RMG
* PSP changed to PPSSPP (Standalone)
* Nintendo Switch changed to Ryujinx (Standalone)
* VSmile changed to MAME (Standalone)
* Removed z: from wiiu metadata file since it's presumably running Cemu Native
* Cleaned up Pegasus file
* Added support for XBLA through zar files
* Can implement zar compression in a separate PR
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
* [Citra/Dolphin]
* Deleted symlink folders
* Added livedeht's symlink migration
* Updated Steam ROM Manager parsers to look in both the symlink and the original folder just in case everything goes haywire
* Added detection to update any Steam paths using the symlink folders to the original folders instead
* Add symlink cleaning to citralegacy
---------
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
* Darwin wip
* darwin wip
* old EmuAI
* SRM
* RA + SRM + ESDE
* Moving more if darwin to override.sh
* Moving more if darwin to override.sh
* installToolAI + darwin ifs cleanups, more overrides :)
* fi fix
* fixed SRM parsers with ,,
* fix rm dmg
* RA flatpak first
* darwin install
* darwin fixes
* darwinnnn
* jsonjson
* darwin srm
* fix launchers
* SRM env vars moved to a function + override to darwin
* dont check if.cef-enable-remote-debugging
* better zenity
* fix watcher
* zenity fix
* cloudSync provider detection
* fixed paths fix
* darwin fixed paths
* fixed paths fix
* enable cloudsync
* no appinit
* last minute fixes
* weird fixes
* hash fix?
* this needs a proper cleanup...
* fixed?
* back to linkToSaveFolder for now
* better duplicate detection
* parser disabled
* cloudSync final touches
* darwin installation
* improvements
* customSRM
* Revert "customSRM"
This reverts commit 2787d2282c367801c13ee671f3fab9d198f05fb7.
* first batch
* second batch
* SGBC + Jaguar parsers
* Pegasus settings and functions
* proper order
* Path fixed
* install on setup
* SRM parser
* icon
* clear console
* Steam installation
* fix shellcheck
* Added remote play clients
- Fixed bug that deleted cloud scripts when pressing "cancel"
- Updated cloud scripts to reflect changes
- Added steam controller template "EmuDeck - Cloud"
- Updated readme
Note: beta testers will need to delete their cloud.conf, run the cloudServicesManager and update their cloud services.
* Minor fixes
* Added remote play clients
- Fixed bug that deleted cloud scripts when pressing "cancel"
- Updated cloud scripts to reflect changes
- Added steam controller template "EmuDeck - Cloud"
- Updated readme
Note: beta testers will need to delete their cloud.conf, run the cloudServicesManager and update their cloud services.
* Create PutLaunchersHere.txt
* Added cloud services parser in SRM config.
Added scripts with matching SteamGridDB names for proper scraping.
* Update userConfigurations.json
Disabled "fuzzyMatch->removeCharacters" so that items such as "Disney+" and "Paramount+" with special characters can match correctly.
* Created "cloud.conf" and edited the scripts.
This allows for users to change the conf to use a different web browser.
* Update README.md
* Added cloudServicesManager.sh.
Features:
* Auto-update list based on github repo.
* Updates exsisting scripts without touching user custom added scripts (based on file name).
* Edit `cloud.conf` file to change default web browser for scripts.
* Use the already pulled data. Since the cloud services manager will be
executed from EmuDeck and it updates the backend we can use it.
* add Chiaki Script
* Streamline menu for cloudManager
---------
Co-authored-by: Isaiah Koontz <isaiah.koontz@gmail.com>