{"id":24397653,"url":"https://github.com/hydrian/psxrip","last_synced_at":"2025-10-13T23:32:33.936Z","repository":{"id":69058347,"uuid":"372857073","full_name":"hydrian/psxrip","owner":"hydrian","description":"Bash script to backup Playstation (PSX) games in Linux","archived":false,"fork":false,"pushed_at":"2024-04-10T13:35:12.000Z","size":70,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T23:32:30.222Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hydrian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-01T14:22:50.000Z","updated_at":"2025-05-15T04:45:49.000Z","dependencies_parsed_at":"2025-01-19T22:38:51.514Z","dependency_job_id":"8180e217-1624-436c-bd43-7ce505eea037","html_url":"https://github.com/hydrian/psxrip","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hydrian/psxrip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpsxrip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpsxrip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpsxrip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpsxrip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrian","download_url":"https://codeload.github.com/hydrian/psxrip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpsxrip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017239,"owners_count":26086015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-19T22:38:43.318Z","updated_at":"2025-10-13T23:32:33.920Z","avatar_url":"https://github.com/hydrian.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# psxrip.sh\nBash script to backup Playstation (PSX) games in Linux\n\nScript for ripping PSX game discs into .bin files with corresponding .cue files.\n\n\u003e Usage:\n\u003e  psxrip.sh [{--outputdir} \u003cvalue\u003e] [{--drive} \u003cvalue\u003e] [{--disable-subchan] [{--help|-h}] [--enable-fast-rip] [--use-raw-driver] FILENAME\n\u003e\n\u003e The parameter FILENAME is mandatory. Without it, the script will abort. Plain\nspaces in the filename are prohibited!\n\u003e\n\u003eAvailable switches:\n\u003e  --drive       \t\tDefine the device to be used. If this parameter is not\n\u003e                \t\tprovided, /dev/cdrom will be used.\n\u003e\n\u003e  --help / -h   \t\tDisplays this help text.\n\u003e\n\u003e  --disable-subchan  \tDon't extract subchannel data. Subchannel data might be\n\u003e                \t\trequired for some PSX copy protection though it *could* create\n\u003e                \t\tproblems. Retry with this parameter set if any problems occur\n\u003e                \t\twhen trying to use the resulting image.\n\u003e\n\u003e  --outputdir   \t\tDefine the folder in which the resulting image should be saved.\n\u003e                \t\tIf the folder does not exist, it will be created. If no\n\u003e                \t\t--outputdir parameter is given, the folder ~/psxrip will be\n\u003e                \t\tused.\n\u003e\n\u003e  --enable-fast-rip    Runs CD-ROM reader at full speed to get a faster rip but lower \n\u003e\t\t\t\t\t\tquality \n\u003e\t\t\t\t\t\t(Not Recommended)\n\u003e\n\u003e  --disable-umount\t\tDisables automatic unmount of mounted DRIVE if mount is detected. \n\u003e\n\u003e  --use-raw-driver \tUses generic-mmc-raw instead of generic-mmc:0x20000 driver (not-recommended) Here for legacy reasons.\n\u003e\n\u003e  --disable-eject      Disables CD-ROM eject on a successful rip\n\nThis tool requires the following to be installed and available in PATH.\n * cdrdao (http://cdrdao.sourceforge.net/) \n\n## Installation\n 1. Download psxrip.sh to machine with CD/DVD drive\n 1. chmod +x psxrip.sh\n 1. ./psxrip.sh PARAMETERS ... or put psxrip.sh in your $PATH\n\n## Configuration\n 1. Copy psxrip.example.conf to $HOME/.config/psxrip.conf\n 1. chmod o+rw $HOME/.config/psxrip.conf\n 1. Edit file for your specific needs\n\n## Images tested with\n  * ePSXe 2.0.5 (64-bit)\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrian%2Fpsxrip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhydrian%2Fpsxrip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrian%2Fpsxrip/lists"}