360mpGui v1.5.0.0 is a specialized utility designed for the Xbox 360 homebrew scene , primarily used for managing and converting Xbox 360 ISO image files
This format is best for running games from an external hard drive using or Freestyle Dash . 2. Converting to GOD (Games on Demand) Select the GOD tab. Load your ISO. Choose an output directory. Click Convert . 360mpgui v1.5.0.0
def load_folder(self, folder): self.current_files = [] self.file_list.clear() self.conv_list.clear() for ext in SUPPORTED_IMG | SUPPORTED_VID: for f in Path(folder).glob(f"*ext"): self.current_files.append(str(f)) self.file_list.addItem(f.name) self.conv_list.addItem(f.name) self.statusBar().showMessage(f"Loaded len(self.current_files) media files") self.save_config() 360mpGui v1
We use cookies to deliver website content. By continuing without changing your preferences, you agree to our use of cookies.