310 Commits

Author SHA1 Message Date
CosmicScale
53cfc2965a Updated art and game databases 2025-06-08 18:06:16 +01:00
CosmicScale
1f084b94a4 Updated app and art databases 2025-06-08 17:23:11 +01:00
CosmicScale
c35ef573f3 Updated the game and art databases 2025-06-08 13:20:37 +01:00
CosmicScale
47cb19d8f8 Added icons for PSBBN and HDD-OSD 2025-06-08 12:23:07 +01:00
CosmicScale
bdb8cec1d1 Removed blkid check as it would sometimes fail under WSL. Removed duplicate error message forwarding to log 2025-06-08 12:18:58 +01:00
CosmicScale
0039ddf392 Updated links to HDL Dump and PFS Shell 2025-06-06 00:13:40 +01:00
CosmicScale
711f2cafb5 Statically link binary to avoid runtime dependency issues. Thanks lyla. 2025-06-06 00:06:40 +01:00
CosmicScale
31d08ff9c7 Updated art database 2025-06-05 22:58:28 +01:00
CosmicScale
97974ae91b PSBBN Definitive Patch v2.10 Update
PFS Shell.elf & HDL Dump.elf:
- PFS Shell updated to support creating 8 MB PFS partitions
- HDL Dump updated to properly modify their headers

PSBBN Disk Image:
- Disk created with a new version of PFS Shell for full compatibility with 8 MB PFS partitions
- Added a direct link to the Game Collection in the Top Menu
- Improved boot time for users without a connected Ethernet cable
- Modified the startup script to format and initialize the Music partition, allowing it to be smaller or larger than before.
- Reduced delay before button presses are registered when booting into Linux
- PS2 Linux partition now uses `ext2` instead of `reiserfs`
- Removed ISP Settings from the Top Menu
- Removed Open PS2 Loader shortcut from the Navigator Menu (user can add a shortcut to their choice of game launcher manually)
- Modified shortcuts to `LaunchELF` and `Launch Disc`
- Updated the About PlayStation BB Navigator page
- Enabled telnet access to PSBBN for development purposes
- Corrections to the English translation

02-PSBBN-Installer.sh:
- Prevents the script from installing the PSBBN Definitive Patch if the version is below 2.10
- Partitions the remaing space of the first 128 GB of the drive:
  - Music partition can now range between 1 GB and 104 GB
  - POPS partition can now range between 1 GB and 104 GB
  - Space reserved for 800 BBNL partitions
- Removed POPS installer (now handled by the Game Installer script)
- Code has been significantly cleaned up and optimized

03-Game-Installer.sh:
- Added a warning for users running PSBBN Definitive Patch below version 2.10
- The PS2 drive is now auto-detected
- Added an option to set a custom path to the `games` folder on your PC
- Allows new games and apps to be added without requiring a full sync
- BBNL partition size reduced from 128 MB to 8 MB, enabling up to 800 games/apps to be displayed in the Game Collection
- Fixed a bug preventing games with superscript numbers in their titles from launching
- General improvements to error checking and messaging
- Fixed issues detecting success/failure of some `rsync` commands
- `rsync` now runs only when needed
- Improved update process for POPStarter, OPL, NHDDL and Neutrino
- Game Installer now installs POPS binaries if missing
- Reduced number of commands executed with `sudo`
- ELF files are now installed in folders and include a `title.cfg`
- Code has been significantly cleaned up and optimized

list-builder.py:
- Merged `list-builder-ps1.py` and `list-builder-ps2.py` into a single script
- Now extracts game IDs for both PS1 and PS2 games

list-sorter.py:
- Game sorting logic has been moved here from the previous list builder scripts
- Sorting has been significantly improved

General:
- PSBBN Installer and Game Installer scripts now prevent the PC from sleeping during execution
- Added a check in each script to ensure it is run using Bash
- Updated README.md
2025-06-05 14:16:49 +01:00
CosmicScale
e94ac0f20b Updated art database and info.sys for OPL/NHDDL 2025-06-05 13:24:39 +01:00
CosmicScale
6b13263f00 Updated art, app and game databases 2025-06-01 23:02:19 +01:00
CosmicScale
d0341bef61 Added code to update script and improved drive detection 2025-05-28 11:41:15 +01:00
CosmicScale
b56b6ef062 Added image to exclude list 2025-05-27 00:15:00 +01:00
CosmicScale
6c3f24baa3 Upadted art database 2025-05-27 00:12:39 +01:00
CosmicScale
14812d3151 Updated README.md 2025-05-26 22:46:36 +01:00
CosmicScale
d7baa72e0a Updated app and art databases 2025-05-21 12:51:40 +01:00
CosmicScale
f631866903 Updated art database 2025-05-13 22:58:46 +01:00
CosmicScale
e3addcc4d2 Corrected app database 2025-05-07 22:45:41 +01:00
CosmicScale
383eee847b Updated art and app databases 2025-05-07 22:43:25 +01:00
CosmicScale
64d6650150 Added check for x86-64 CPU 2025-05-06 19:21:49 +01:00
CosmicScale
8e6a172457 Updated art darabase 2025-05-02 23:43:54 +01:00
CosmicScale
24c6be8cc8 Added Extras script for HDD-OSD and PS2BBL 2025-05-01 14:16:40 +01:00
CosmicScale
eecc42a98c Updated README.md 2025-05-01 14:11:25 +01:00
CosmicScale
3c5bc18947 Updated README.md 2025-05-01 13:53:26 +01:00
CosmicScale
ca961ea8f0 Updated README.md 2025-05-01 13:48:03 +01:00
CosmicScale
4e390be1ee Upadted art and app databases 2025-04-28 22:20:57 +01:00
CosmicScale
c72514497a Updated README.md 2025-04-22 16:28:50 +01:00
CosmicScale
e3cc726636 Added wget and chromium for Arch and Fedora distros 2025-04-22 15:45:00 +01:00
Damo
7d4b94fd71 Update 01-Setup.sh (#123)
* Update 01-Setup.sh

Added wget to required packages as WSL Debian does not come with this by default, so the install keeps failing

* Update 01-Setup.sh

added chromium package as well as this is required for Puppeteer to work (ART Download)
2025-04-22 15:29:42 +01:00
CosmicScale
4b7881f1b0 Added icons and metadata for HDD-OSD support 2025-04-22 13:00:09 +01:00
CosmicScale
17a756903c Updated app and art databases 2025-04-21 22:30:09 +01:00
CosmicScale
c8f1fd358b Add mkfs.exfat for improved exFAT filesystem support 2025-04-18 19:53:21 +01:00
CosmicScale
33246adf99 Updated art and game databases 2025-04-16 19:36:04 +01:00
CosmicScale
3079e30fab Update art and game databases 2025-04-15 22:05:32 +01:00
CosmicScale
8c59349501 Fix script behavior breaking user execution after running with sudo 2025-04-14 14:08:21 +01:00
CosmicScale
f8e596e763 Updated art and game databases 2025-04-13 22:09:55 +01:00
CosmicScale
fee84b5835 Simplified check for OPL partition 2025-04-13 10:03:52 +01:00
CosmicScale
c31875fe04 Send lsblk output to log file 2025-04-13 00:43:09 +01:00
CosmicScale
9264e6ee1a Send lsblk output to log file 2025-04-13 00:18:01 +01:00
CosmicScale
6762615dcf Fixed error logging and improved error handling 2025-04-11 23:24:52 +01:00
CosmicScale
9f4b25161a Improved APA-Jail error reporting and check for valid OPL partition 2025-04-11 22:27:15 +01:00
CosmicScale
25022de044 Support installing SAS apps from Save App System Archive
- Added support for installing SAS-compliant PSU homebrew apps from the Save Application System Apps Archive. Place the `.psu` files in the `games/APPS` folder.
- Improvements to ELF file handling and installation
- Fixed an issue where `LaunchELF` and `Launch Disc` apps would not install if a custom game path was used
- Improved error reporting when syncing PS2 games
2025-04-11 18:16:24 +01:00
CosmicScale
5710aa91f8 Updated app database 2025-04-11 01:20:02 +01:00
CosmicScale
7522b8d6d3 Updated app database 2025-04-10 22:48:59 +01:00
CosmicScale
349eab7b35 Updated art and app databases 2025-04-10 22:33:44 +01:00
CosmicScale
6e08e26a16 Updated art database 2025-04-07 11:40:15 +01:00
CosmicScale
f772aa9977 Excluded Switch 2 add from IGN art downloads 2025-04-06 21:46:47 +01:00
CosmicScale
e4b8bce005 Improved validation checks for selected drive 2025-04-04 13:13:13 +01:00
CosmicScale
d419b0c62f Updated art and game databases 2025-04-01 22:26:44 +01:00
CosmicScale
5d09818307 Update README.md 2025-03-30 00:22:36 +00:00