Roet-Ivar / Webman-Classics-Maker

A tool for PS3 that makes PKG shortcuts for ISO files
28 stars 6 forks source link

Linux version need some testing #24

Closed liz-desartiges closed 3 years ago

liz-desartiges commented 3 years ago

The linux version is currently unusable. when fetching the FTP errors occur, first path are case sensitive in UNIX so :

                    platform_db_file = platform  '_all_title_ids.json'

should be :

                    platform_db_file = platform.upper()  '_all_title_ids.json'

since the file name is PSP/PS3/…_all_title_ids.json