Home XBOX360 Project Linux Project
XBOX360 Easy Games Updater
Screenshot   Screenshot   Screenshot   Screenshot   Screenshot

Tweet
English:
What's it?
It's a simple Linux tool to search for and download updates for your XBOX360 games directly from your PC (no need of XBOX Live!))
You have simply to select one or more XBOX360 ISOs and the program automatically will get the Media-ID (using ABGX) and will search for the latest available update on the online database of xbuc.net. Then you'll can download it directly using this program, so without the need to open any internet browser or external programs.


Installation and dependencies
This program does not require an installation in your PC but it has two dependencies: Gambas2 and curl.
You can use the installation packages ready for use (DEB for Ubuntu and Debian based distros or AUR for Archlinux) or, if you want to do it manually, in Ubuntu (and derivates) just type in a terminal:
sudo apt-get install curl gambas2-gb-settings gambas2-gb-desktop gambas2-gb-form gambas2-gb-gui gambas2-gb-net gambas2-gb-net-curl gambas2-runtime
In Archlinux just type in a terminal:
sudo pacman -Syu curl gambas2-gb-settings gambas2-gb-desktop gambas2-gb-form gambas2-gb-gui gambas2-gb-net gambas2-gb-net-curl gambas2-runtime
For other distros you can download sources to compile here: http://gambas.sourceforge.net/en/main.html (Gambas2) and http://curl.haxx.se/ (curl).
After installing the dependencies, to run this program just double click on .gambas file. If it does not start, this means you have to give it the "executable" attribute. To do it, just type in a terminal:
chmod +x XGEU.gambas


Changelog
v3.1
  • Fixed a bug with the detection of Silent and RenameAll modes
  • Reintroduced buttons through a panel on the top
  • User can choose whether to display the buttons panel. This choise will be saved by the program
v3.0
  • Completely rewritten the layout of the GUI (again)
  • Now the program's window is resizable so it can fit any screen resolution
  • Moved all controls from buttons into menus
  • Added keyboard shortcuts to the most important commands
  • Now the program saves the settings (input/output folder and modes) and automatically reload them at next startup
  • New dependency for the program: gambas2-gb-settings
v2.0
  • Completely rewritten the layout of the GUI
  • Now the program will not close automatically
  • Batch support: you can now work with more than just one ISO
  • Two new options available:
    • Silent Mode that performs all operations without asking for user confirmations
    • Rename all Mode that prevents overwriting files which are named in the same way
v1.1
  • Fixed a bug that could bring the program to crash during the download of the files.
  • Added a function that checks if the file ABGX360 got correctly the execute permissions
  • Added a timeout check to curl (30 sec)
v1.0
  • First public release
  • Compatibility with every existent XBOX360 game, XGB3 included (thanks to the new ABGX v1.0.6)
  • English and Italian translation available in the program


Notes
  • This program uses ABGX360 to get your ISO's Media-ID but don't worry, it uses the -w parameter to avoid any writing on your ISO, as ABGX360 help says:
    -w, --nowrite disable all writes to the input file(s) (for when you just want to check files without modifying them)
  • This program uses the online database on xbuc.net to search for your game's available updates. It only search for the latest available update because as xbuc.net says:
    Updates are commulative. This means that you only need the newest title update.

Thanks
Italiano:
Cos'é?
È un semplice programma per Linux che vi permetterà di cercare e scaricare gli aggiornamenti disponibili per i vostri giochi XBOX360 direttamente dal vostro PC (senza dover quindi usare XBOX Live!)
Dovrete semplicemente selezionare una o più ISO di un gioco XBOX360 e il programma acquisirà automaticamente il Media-ID (usando ABGX) e cercherà l'ultimo aggiornamento disponibile sul database online di xbuc.net. Dopodiché potrete scaricarlo direttamente dal programma, perciò senza la necessità di aprire un qualsiasi Browser Internet o programmi esterni.


Installazione e dipendenze
Questo programma non richiede installazione nel vostro PC ma ha due dipendenze: Gambas2 e curl.
Potete utilizzare i pacchetti di installazione già pronti per l'uso (DEB per Ubuntu e distro basate su Debian o AUR per Archlinux) o, se volete procedere manualmente, in Ubuntu (e derivati) basta digitare in un terminale:
sudo apt-get install curl gambas2-gb-settings gambas2-gb-desktop gambas2-gb-form gambas2-gb-gui gambas2-gb-net gambas2-gb-net-curl gambas2-runtime
In Archlinux basta digitare in un terminale:
sudo pacman -Syu curl gambas2-gb-settings gambas2-gb-desktop gambas2-gb-form gambas2-gb-gui gambas2-gb-net gambas2-gb-net-curl gambas2-runtime
Per le altre distro potrete scaricare i sorgenti da compilare qui: http://gambas.sourceforge.net/en/main.html (Gambas2) e http://curl.haxx.se/ (curl).
Dopo aver installato le dipendenze, per avviare il programma basta fare doppio click sul file .gambas. Se non si avvia allora questo significa che dovrete dargli l'attributo di "eseguibile". Per fare questo basta digitare in un terminale:
chmod +x XGEU.gambas


Changelog
v3.1
  • Fixato un bug con la rilevazione delle modalità Silenziosa e Rinomina Tutto
  • Reintrodotti i pulsanti tramite un pannello superiore
  • L'utente può scegliere se visualizzare o meno il pannello dei pulsanti. Questa scelta verrà salvata dal programma
v3.0
  • Completamente riscritto il layout della GUI (di nuovo)
  • Ora la finestra del programma è ridimensionabile in modo da potersi adattare a qualsiasi risoluzione dello schermo
  • Spostati tutti i comandi dai pulsanti al menù in alto
  • Aggiunte scorciatoie ai comandi più importanti
  • Ora il programma salva le impostazioni (cartelle di input/output e modalità) e li ricarica automaticamente al successivo avvio
  • Nuova dipendenza per il programma: gambas2-gb-settings
v2.0
  • Riscritto completamente il layout della GUI
  • Adesso il programma non si chiuderà più automaticamente dopo aver finito
  • Supporto al batch: è ora possibile lavorare con più di una sola ISO
  • Due nuove opzioni disponibili:
    • la Modalità Silenziosa che effettua tutte le operazioni senza chiedere conferme all'utente
    • la Modalità Rinomina tutti che evita sovrascritture dei file se risultano chiamati con lo stesso modo
v1.1
  • Fixato un bug che poteva portare il programma a crashare durante il download dei file
  • Aggiunta una funzione che controlla se il file ABGX360 ha ottenuto correttamente i permessi di esecuzione
  • Aggiunto un controllo di timeout a curl (30 sec)
v1.0
  • Prima release pubblica
  • Compatibile con tutti i giochi XBOX360 esistenti, inclusi XGB3 (grazie al nuovo ABGX v1.0.6)
  • Linguaggi Inglese ed Italiano disponibili nel programma


Note
  • Questo programma utilizza ABGX360 per acquisire il Media-ID della vostra ISO ma non preoccupatevi, viene usato il parametro -w per evitare qualsiasi scrittura sulla ISO, come dice ABGX360 nel suo help:
    -w, --nowrite disabilita tutte le scritture sul file di input (da usare quando si vuole solo controllare il file senza modificarlo)
  • Questo programma utilizza il database online di xbuc.net per cercare gli aggiornamenti disponibili per il gioco. Ma viene selezionato soltanto l'ultimo aggiornamento disponibile in quanto come dice xbuc.net:
    Gli aggiornamenti sono comulativi. Questo significa che avrete bisogno soltanto dell'ultimo aggiornamento disponibile.

Ringraziamenti
Downloads

AUR

v3.1 (DEB)

v3.1 (binaries)

v3.0 (DEB)

v3.0 (binaries)

v2.0 (DEB)

v2.0 (binaries)

v1.1

v1.0


Version for Windows