344 Commits

Author SHA1 Message Date
CosmicScale
35656eb0eb Update game, art and app databases 2025-09-22 11:43:49 +01:00
CosmicScale
2c753818ef Remove leading Game ID from fallback game names 2025-09-22 11:42:26 +01:00
CosmicScale
7e22921987 Revert "add detection for disk under 200gb and usb drive or sdcard readers (#…" (#281)
This reverts commit 6ee7c0ba6b.
2025-09-21 00:35:05 +01:00
Thomson2412
3de54d32b8 Add nix support with flakes (#186)
* Add nix flake to setup the environment

* Update dependency checking to support nix

* Move flake to scripts folder
2025-09-19 22:25:56 +01:00
Maxime Coirault
6ee7c0ba6b add detection for disk under 200gb and usb drive or sdcard readers (#278) 2025-09-19 22:14:55 +01:00
CosmicScale
abd1b33fe6 Add game ID to message when OPL artwork not found locally 2025-09-15 15:25:11 +01:00
CosmicScale
5e238c8faa Update 'app' and 'launch disc' icons 2025-09-15 13:31:41 +01:00
CosmicScale
c71d23a0f4 Fix contributions to art/icons databases 2025-09-12 14:41:39 +01:00
CosmicScale
de55585160 Add fallback for drive selection 2025-09-11 21:23:31 +01:00
CosmicScale
e5ec3401a5 Add vendor to drive_model when run with PSBBN Launcher for Windows 2025-09-11 16:48:06 +01:00
CosmicScale
e87738a652 Add chromium as dependency 2025-09-11 15:49:59 +01:00
CosmicScale
3e0443f06d Add PSBBN Launcher for Windows instructions 2025-09-11 15:25:29 +01:00
Maxime Coirault
c72efca8a6 Add Windows-based launcher script (#183)
* Add Windows-based launcher script

* Clone the test branch when running the windows-launcher

* Add warning related to unix username rules

* Add logic to check and install the WSL feature

* Add version number of the script to the title

* Use a label for the wsl distro to distinguish it from a potential existing install

* fix installed distro not being detected properly under powershell 5.1

* force wsl to output utf8 and improve wsl mount/unmount output messages

* move mounting the disk after apt update and clone to help with the disk not appearing in lsblk

* fix wsl encoding for PS5.1 and ensure only one restart is needed upon installing all 3 features

* improve disk size format

* add parameter -log to copy the output of the console to ~\psbbn-windows-launcher.log

* relaunch the script as administrator automatically if needed

* implement a folderpicker for the main content folder and pass it to linux scripts

* improve disk picker to detect OPL volume and allow to refresh

* add comments and linebreak the longer code lines

* checkout branch even if the repo is already cloned to another one

* add fallback logic in case the remote branch was deleted

* change target branch to main, and add some comments

* fix variable scope of $diskList

* change string.Split call to work with powershell 5.1

* move and rename the windows scripts

* resize the console to 100x45 and save the selected path to path.cfg

* offline/online disk before mounting on wsl to avoid locking issues

* silence error when plugging a disk with no partition + add path.cfg to .gitignore

* use utf8-bom on the powershell script to enable proper display of utf8 characters

* update title acsii art

* offer to keep using the previously used games' path

* fix disk picking issue and add serial to the disk list

* open the explorer even when the same path is reused

* improve UI of the restart prompt
2025-09-11 12:42:55 +01:00
CosmicScale
2188b0ff08 Improve drive picker 2025-09-09 12:21:43 +01:00
CosmicScale
725a10d425 Update app, art and game databases 2025-09-09 00:41:13 +01:00
CosmicScale
fb9786e98b Fix WSL path handling and improve display of paths and drives
- Fix handling of WSL paths containing spaces
- Display Windows paths in Windows-style format
- Show drive model instead of device name
2025-09-08 21:23:31 +01:00
CosmicScale
3d102338ca Replace mkfs.ext2 with mke2fs. Add /sbin and /usr/sbin to PATH 2025-09-08 14:26:44 +01:00
CosmicScale
0dd0fc69f2 Cleanup after creating VMCs 2025-09-06 00:59:42 +01:00
CosmicScale
a5369a3619 Add modprobe fallback for exFAT 2025-09-05 22:42:04 +01:00
CosmicScale
991182af17 Fix big where VMC's could be created outside the POPS folder when installing lots of games 2025-09-05 22:12:49 +01:00
CosmicScale
7cbc3afb46 Fix sorting order for WipEout and Ace Combat series 2025-09-05 19:27:27 +01:00
CosmicScale
f79bf81130 Forward FUSE2 error to log 2025-09-05 19:20:26 +01:00
CosmicScale
c8007887ea Unmount drive before PSBBN install 2025-09-05 00:19:38 +01:00
CosmicScale
5fa10248c2 Update WSL instructions 2025-09-04 20:42:26 +01:00
rtd1250
59fb805c5d Avoid partial updates on Arch Linux (#244) 2025-09-04 11:13:47 +01:00
CosmicScale
1a1dd1c958 Force scripts to run with English locale, remove exfatutils from Arch setup 2025-09-03 11:43:04 +01:00
CosmicScale
fc3aaa0676 Update README 2025-09-02 22:38:48 +01:00
CosmicScale
da90f5f345 Stop script on real tar extraction errors, ignoring ownership warnings 2025-09-02 22:05:31 +01:00
CosmicScale
8aab975d6c Improve ffmpeg error logging and notify user when files are skipped 2025-09-02 20:45:52 +01:00
CosmicScale
e702bdc4bc Add ldconfig, sfdisk and partprobe to dependencies 2025-09-02 12:50:34 +01:00
CosmicScale
9992f49765 Add exFAT support checks and Fedora/Arch WSL restrictions
## PSBBN-Definitive-Patch.sh
- Add exFAT mount check (kernel, FUSE)
- Block Fedora/Arch under WSL

## Setup.sh
- Install exfatprogs and exfat-fuse as fallback
- Fedora: remove dnf check-update, replace fuse with fuse-libs
2025-09-01 21:21:31 +01:00
CosmicScale
4e5fb3df92 Add wipefs when initialising drive, forward dmsetup errors to log 2025-09-01 15:43:01 +01:00
CosmicScale
a0aa13e8d0 Update art and app databases 2025-09-01 15:36:08 +01:00
CosmicScale
228c21cb30 Update game, app and art databases 2025-08-30 00:33:43 +01:00
CosmicScale
55e8c3a587 Remove chromium, add ldconfig 2025-08-29 18:20:13 +01:00
CosmicScale
41901a177f Update README.md 2025-08-29 18:05:26 +01:00
CosmicScale
ddd346049a Fix crash when extract_game_id_from_disc returns None 2025-08-29 17:19:43 +01:00
CosmicScale
b0a91de434 Update game and art databases 2025-08-29 11:30:50 +01:00
CosmicScale
8867e1c5d4 Improve check for puppeteer 2025-08-29 02:30:11 +01:00
CosmicScale
4882b4147d Fix permission errors 2025-08-29 01:00:26 +01:00
CosmicScale
336a784c38 Forward apa_header_checksum.bin errors to log 2025-08-29 00:02:45 +01:00
CosmicScale
ae2bfb8d0f Remove chromium check 2025-08-28 23:34:47 +01:00
CosmicScale
c9d94495aa Change mkfs.ext2, mkfs.vfat and mkswap to use version from distro 2025-08-28 23:15:49 +01:00
CosmicScale
16dce75b39 Remove spinner and changed mkfs.ext2 2025-08-28 21:08:02 +01:00
CosmicScale
223fe10013 Use repository version of mkfs.vfat 2025-08-28 18:28:15 +01:00
CosmicScale
2decd82968 Update sqlite 2025-08-28 18:10:11 +01:00
CosmicScale
e1d74c0bef Update README.md 2025-08-28 15:27:06 +01:00
CosmicScale
19389c4d50 PSBBN v3.00 update
- NEW! Central menu system; auto-setup if dependencies missing
- NEW! Music Installer supports .mp3, .m4a, .flac, and .ogg
- NEW! PSBBN Installer now uses ext2 (replacing ReiserFS), tar archives, and allows custom partition size for Contents; max Music/Contents/POPS partitions increased to 111 GB
- NEW! PSBBN Updater: update to latest patch directly from menu
- Game Installer: HDTV fix for PS1, improved Game ID extraction for VCD/ZSO files
- Extras: optional PS2 Linux install with custom home size; swap Cross/Circle button functions
- HDD-OSD (Browser 2.0): new PSBBN icon by Yornn; improved game icon background color
2025-08-28 15:15:29 +01:00
Damián Parrino
ee834f0436 Update README.md (#211) 2025-08-23 10:45:47 +01:00
Jeff Loughridge
9fa1791105 Add unzip package (#204)
Co-authored-by: Jeff Loughridge <jeffbrl@gmail.com>
2025-08-19 20:22:17 +01:00