{"id":40013701,"url":"https://github.com/drpetersonfernandes/batchconvertisotoxiso","last_synced_at":"2026-02-24T06:20:15.995Z","repository":{"id":295730384,"uuid":"970427662","full_name":"drpetersonfernandes/BatchConvertIsoToXiso","owner":"drpetersonfernandes","description":"A GUI application for extract-xiso that provides batch converting Xbox ISO files to the optimized XISO format and testing their integrity. Supports both Xbox 360 ISOs and original Xbox ISOs.","archived":false,"fork":false,"pushed_at":"2025-12-28T02:49:17.000Z","size":3347,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T08:45:17.793Z","etag":null,"topics":["converter","extract-xiso","gui","test","testing-tools","tool","xbox","xbox-360","xbox360","xiso"],"latest_commit_sha":null,"homepage":"https://www.purelogiccode.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drpetersonfernandes.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-22T02:17:49.000Z","updated_at":"2025-12-28T02:49:20.000Z","dependencies_parsed_at":"2025-07-01T14:47:12.942Z","dependency_job_id":null,"html_url":"https://github.com/drpetersonfernandes/BatchConvertIsoToXiso","commit_stats":null,"previous_names":["drpetersonfernandes/batchconvertisotoxiso"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/drpetersonfernandes/BatchConvertIsoToXiso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpetersonfernandes%2FBatchConvertIsoToXiso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpetersonfernandes%2FBatchConvertIsoToXiso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpetersonfernandes%2FBatchConvertIsoToXiso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpetersonfernandes%2FBatchConvertIsoToXiso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drpetersonfernandes","download_url":"https://codeload.github.com/drpetersonfernandes/BatchConvertIsoToXiso/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drpetersonfernandes%2FBatchConvertIsoToXiso/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28559342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"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":["converter","extract-xiso","gui","test","testing-tools","tool","xbox","xbox-360","xbox360","xiso"],"created_at":"2026-01-19T03:00:31.846Z","updated_at":"2026-01-28T06:14:58.295Z","avatar_url":"https://github.com/drpetersonfernandes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Batch ISO to XISO Converter\n\n[![.NET 10.0](https://img.shields.io/badge/.NET-10.0-blue.svg)](https://dotnet.microsoft.com/download/dotnet/10.0)\n[![Platform](https://img.shields.io/badge/Platform-Windows-lightgrey.svg)](https://www.microsoft.com/windows)\n[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE)\n\n**Batch ISO to XISO** is a high-performance Windows WPF utility designed for the Xbox preservation and emulation community. It provides a streamlined way to convert standard Xbox and Xbox 360 ISOs into the optimized, trimmed **XISO** format, verify their structural integrity, and explore their contents.\n\nBuilt with a **native C# XDVDFS engine**, this tool eliminates the need for legacy external command-line tools for core ISO operations, offering superior speed and modern features like real-time disk write monitoring.\n\n![Convert Screenshot](screenshot.png)\n![Test Screenshot](screenshot2.png)\n![Explorer Screenshot](screenshot3.png)\n\n---\n\n## 🚀 Key Features\n\n### 1. Batch Conversion\n*   **Smart Trimming**: Rebuilds ISOs into the XISO format, removing gigabytes of unnecessary system padding.\n*   **Archive Support**: Directly process `.zip`, `.7z`, and `.rar` files. The tool extracts, converts, and cleans up automatically.\n*   **CUE/BIN Support**: Integrated `bchunk` support to convert old-school disc images to ISO before processing.\n*   **System Update Removal**: Option to skip the `$SystemUpdate` folder to save additional space.\n\n### 2. Integrity Testing\n*   **Structural Validation**: Traverses the XDVDFS file tree to ensure the filesystem is valid and readable.\n*   **Deep Surface Scan**: Optional sequential sector reading to detect physical data corruption or \"bad sectors\" in the image.\n*   **Batch Organization**: Automatically move \"Passed\" or \"Failed\" images into dedicated subfolders.\n\n### 3. XISO Explorer\n*   **Native Browsing**: Open any Xbox ISO to browse files and directories without extracting them.\n*   **Metadata View**: View file sizes, attributes, and directory structures directly within the UI.\n\n### 4. Advanced Monitoring\n*   **Real-time Stats**: Track success/fail counts, elapsed time, and processed file lists.\n*   **Disk Monitor**: Live monitoring of write speeds and drive activity to identify hardware bottlenecks.\n\n---\n\n## 📂 Supported Formats\n\n| Task | Supported Input Formats |\n| :--- | :--- |\n| **Conversion** | `.iso`, `.zip`, `.7z`, `.rar`, `.cue` / `.bin` |\n| **Testing** | `.iso` (Direct files) |\n| **Explorer** | `.iso` (Xbox/Xbox 360 XDVDFS) |\n\n---\n\n## 🛠️ Requirements\n\n*   **Operating System**: Windows 10 (version 1809) or later / Windows 11.\n*   **Runtime**: [.NET 10.0 Desktop Runtime](https://dotnet.microsoft.com/download/dotnet/10.0).\n*   **Architecture**: x64 (64-bit) is required for archive extraction features.\n\n---\n\n## 📖 How to Use\n\n### Conversion\n1.  Select your **Source Folder** (contains your ISOs or archives).\n2.  Select an **Output Folder** (where the trimmed XISOs will be saved).\n3.  *(Optional)* Enable **Delete original files** if you wish to replace your library with XISOs (use with caution!).\n4.  Click **Start Conversion**.\n\n### Integrity Testing\n1.  Switch to the **Test Integrity** tab.\n2.  Select the folder containing your ISOs.\n3.  Choose whether to perform a **Deep Surface Scan** (thorough but slower).\n4.  Click **Start Integrity Test**.\n\n### Explorer\n1.  Switch to the **Explorer** tab.\n2.  Browse for a specific `.iso` file.\n3.  Double-click folders to navigate the internal Xbox filesystem.\n\n---\n\n## 🛡️ Safety \u0026 Reliability\n\n*   **Temp Folder Protection**: To prevent data loss, the app restricts users from selecting system temporary directories as source or destination folders.\n*   **Cloud-Aware**: Detects if files are stored in the cloud (e.g., OneDrive) and prompts for hydration/download instead of crashing.\n*   **Atomic Operations**: Converted files are verified before the original is deleted (if that option is enabled).\n\n---\n\n## 📜 Acknowledgements\n\n*   **bchunk**: Used for CUE/BIN to ISO conversion.\n*   **SevenZipSharp**: Used for high-performance archive extraction.\n*   **Pure Logic Code**: Developed and maintained by [Pure Logic Code](https://www.purelogiccode.com).\n\n---\n\n⭐ **If you find this tool useful, please give us a Star on GitHub!** ⭐","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrpetersonfernandes%2Fbatchconvertisotoxiso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrpetersonfernandes%2Fbatchconvertisotoxiso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrpetersonfernandes%2Fbatchconvertisotoxiso/lists"}