gitextract_9xob11jn/ ├── Build XBMC4Gamers Update Test Build.bat ├── Build XBMC4Gamers Updater.bat ├── Build XBMC4Gamers Updater.sh ├── Build XBMC4Gamers.bat ├── Build XBMC4Gamers.sh ├── LICENSE ├── Mod Files/ │ ├── default.xbe │ ├── skins/ │ │ ├── Add User/ │ │ │ ├── colors/ │ │ │ │ └── defaults.xml │ │ │ ├── language/ │ │ │ │ ├── English/ │ │ │ │ │ └── strings.po │ │ │ │ ├── German/ │ │ │ │ │ └── strings.po │ │ │ │ └── Italian/ │ │ │ │ └── strings.po │ │ │ ├── media/ │ │ │ │ └── Textures.xpr │ │ │ ├── skin.xml │ │ │ ├── sounds/ │ │ │ │ └── default/ │ │ │ │ └── sounds.xml │ │ │ └── xml/ │ │ │ ├── Custom_BirthdayMenu.xml │ │ │ ├── Custom_Dialog_Options.xml │ │ │ ├── Custom_Menu_Loader.xml │ │ │ ├── Custom_logoff.xml │ │ │ ├── Dates_SubString_Workaround/ │ │ │ │ ├── Includes_SubString_Workaround_Apr.xml │ │ │ │ ├── Includes_SubString_Workaround_Aug.xml │ │ │ │ ├── Includes_SubString_Workaround_Dec.xml │ │ │ │ ├── Includes_SubString_Workaround_Feb.xml │ │ │ │ ├── Includes_SubString_Workaround_Jan.xml │ │ │ │ ├── Includes_SubString_Workaround_Jul.xml │ │ │ │ ├── Includes_SubString_Workaround_Jun.xml │ │ │ │ ├── Includes_SubString_Workaround_Mar.xml │ │ │ │ ├── Includes_SubString_Workaround_May.xml │ │ │ │ ├── Includes_SubString_Workaround_Nov.xml │ │ │ │ ├── Includes_SubString_Workaround_Oct.xml │ │ │ │ └── Includes_SubString_Workaround_Sep.xml │ │ │ ├── Defaults.xml │ │ │ ├── DialogBusy.xml │ │ │ ├── DialogButtonMenu.xml │ │ │ ├── DialogContextMenu.xml │ │ │ ├── DialogGamepad.xml │ │ │ ├── DialogKaiToast.xml │ │ │ ├── DialogKeyboard.xml │ │ │ ├── DialogMuteBug.xml │ │ │ ├── DialogNetworkSetup.xml │ │ │ ├── DialogNumeric.xml │ │ │ ├── DialogOK.xml │ │ │ ├── DialogOverlay.xml │ │ │ ├── DialogProgress.xml │ │ │ ├── DialogScriptInfo.xml │ │ │ ├── DialogSeekBar.xml │ │ │ ├── DialogSelect.xml │ │ │ ├── DialogTextViewer.xml │ │ │ ├── DialogVolumeBar.xml │ │ │ ├── DialogYesNo.xml │ │ │ ├── FileBrowser.xml │ │ │ ├── FileManager.xml │ │ │ ├── Font.xml │ │ │ ├── Home.xml │ │ │ ├── Includes.xml │ │ │ ├── Includes_Events.xml │ │ │ ├── Includes_Variables.xml │ │ │ ├── Includes_View_Options.xml │ │ │ ├── LoginScreen.xml │ │ │ ├── ProfileSettings.xml │ │ │ ├── Settings.xml │ │ │ ├── SettingsCategory.xml │ │ │ ├── SettingsProfile.xml │ │ │ ├── SettingsScreenCalibration.xml │ │ │ ├── SettingsSystemInfo.xml │ │ │ ├── Startup.xml │ │ │ └── VideoFullScreen.xml │ │ ├── Check files.bat │ │ ├── Copy to other profile.bat │ │ └── Profile/ │ │ ├── colors/ │ │ │ ├── defaults.xml │ │ │ └── night.xml │ │ ├── extras/ │ │ │ └── themes/ │ │ │ └── playlists/ │ │ │ └── empty.file │ │ ├── language/ │ │ │ ├── English/ │ │ │ │ └── strings.po │ │ │ ├── German/ │ │ │ │ └── strings.po │ │ │ └── Italian/ │ │ │ └── strings.po │ │ ├── media/ │ │ │ ├── Textures.xpr │ │ │ └── night.xpr │ │ ├── skin.xml │ │ ├── sounds/ │ │ │ └── default/ │ │ │ └── sounds.xml │ │ └── xml/ │ │ ├── Custom_Dialog_Options.xml │ │ ├── Custom_Dialog_Quick_Change.xml │ │ ├── Custom_Game_Information.xml │ │ ├── Custom_Menu_Loader.xml │ │ ├── Custom_Recents.xml │ │ ├── Custom_Toggle_Views.xml │ │ ├── Custom_XBMC4Gamers_Options.xml │ │ ├── Custom_logoff.xml │ │ ├── Defaults.xml │ │ ├── DialogBusy.xml │ │ ├── DialogButtonMenu.xml │ │ ├── DialogContextMenu.xml │ │ ├── DialogFavourites.xml │ │ ├── DialogGamepad.xml │ │ ├── DialogKaiToast.xml │ │ ├── DialogKeyboard.xml │ │ ├── DialogMediaSource.xml │ │ ├── DialogMuteBug.xml │ │ ├── DialogNetworkSetup.xml │ │ ├── DialogNumeric.xml │ │ ├── DialogOK.xml │ │ ├── DialogOverlay.xml │ │ ├── DialogProgress.xml │ │ ├── DialogScriptInfo.xml │ │ ├── DialogSeekBar.xml │ │ ├── DialogSelect.xml │ │ ├── DialogTextViewer.xml │ │ ├── DialogVolumeBar.xml │ │ ├── DialogYesNo.xml │ │ ├── FileBrowser.xml │ │ ├── FileManager.xml │ │ ├── Font.xml │ │ ├── Home.xml │ │ ├── Includes.xml │ │ ├── Includes_Custom_Views.xml │ │ ├── LoginScreen.xml │ │ ├── MusicOSD.xml │ │ ├── MusicOSDVisSettings.xml │ │ ├── MusicVisualisation.xml │ │ ├── MyGameSaves.xml │ │ ├── MyMusicPlaylist.xml │ │ ├── MyMusicSongs.xml │ │ ├── MyPrograms.xml │ │ ├── MyScripts.xml │ │ ├── PlayerControls.xml │ │ ├── Settings.xml │ │ ├── SettingsCategory.xml │ │ ├── SettingsScreenCalibration.xml │ │ ├── SettingsSystemInfo.xml │ │ ├── SlideShow.xml │ │ ├── Startup.xml │ │ ├── TrainerSettings.xml │ │ ├── VideoFullScreen.xml │ │ ├── VisualisationPresetList.xml │ │ ├── _Script_DialogBusy.xml │ │ ├── _Script_URLDownloader.xml │ │ ├── custom views/ │ │ │ ├── Information.txt │ │ │ └── _global/ │ │ │ ├── CustomViewtype_id_example.xml │ │ │ └── CustomViewtype_id_example2.xml │ │ ├── includes/ │ │ │ ├── Context_Buttons.xml │ │ │ ├── Home.xml │ │ │ ├── Variables.xml │ │ │ ├── View_Options.xml │ │ │ └── _Defaults.xml │ │ └── views/ │ │ ├── Detailed_54_Text_List.xml │ │ ├── Detailed_55_Banners_Panel.xml │ │ ├── Detailed_56_Posters_Carousel.xml │ │ ├── Detailed_57_Fanarts.xml │ │ ├── Detailed_61_List_FanartThumb.xml │ │ ├── Detailed_69_LG_TV.xml │ │ ├── Detailed_71_Large_Posters.xml │ │ ├── Detailed_72_Info_List.xml │ │ ├── Detailed_74_Netflix.xml │ │ ├── Detailed_75_HomeScreen.xml │ │ ├── Resources_53_Rectangles_Carousel.xml │ │ ├── Resources_58_List_CDs_Posters.xml │ │ ├── Resources_62_Slanted_Cases_3D.xml │ │ ├── Resources_63_Open_Cases_3D.xml │ │ ├── Resources_64_Dual_Cases_3D.xml │ │ ├── Resources_65_Slanted_Cases_3D_Carousel.xml │ │ ├── Resources_68_CDs_Fixed.xml │ │ ├── Standard_50_Posters_Carousel.xml │ │ ├── Standard_51_Posters_Carousel_Small.xml │ │ ├── Standard_52_Squares_Carousel.xml │ │ ├── Standard_59_Posters_Gap_Carousel.xml │ │ ├── Standard_60_Posters_Gap_Carousel_Small.xml │ │ ├── Standard_66_PS4_Lower.xml │ │ ├── Standard_67_Fixed_Poster.xml │ │ └── Standard_70_Squares_Carousel_Alt.xml │ └── system/ │ ├── UserData/ │ │ ├── LCD.xml │ │ ├── RssFeeds.xml │ │ ├── Thumbnails/ │ │ │ └── Profiles/ │ │ │ └── AddUser.tbn │ │ ├── advancedsettings.xml │ │ ├── guisettings.xml │ │ ├── profiles.xml │ │ ├── sources.xml │ │ └── visualisations/ │ │ ├── MilkDrop.xml │ │ ├── Saville.xml │ │ ├── Spectrum.xml │ │ ├── Vortex.xml │ │ ├── fountain.xml │ │ ├── g-force.xml │ │ ├── goom.xml │ │ └── starburst.xml │ ├── backups/ │ │ ├── advancedsettings.xml │ │ ├── filezilla server.xml │ │ └── guisettings.xml │ ├── colors.xml │ ├── intros/ │ │ └── add video files here │ ├── keymaps/ │ │ ├── Enabled │ │ └── gamepad.xml │ ├── language/ │ │ ├── Bulgarian/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Catalan/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Chinese (Simple)/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Chinese (Traditional)/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Croatian/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Czech/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Danish/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Dutch/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── English/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── English (US)/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Esperanto/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Finnish/ │ │ │ ├── keyboardmap.xml │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── French/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── German/ │ │ │ ├── keyboardmap.xml │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Greek/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Hebrew/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Hungarian/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Icelandic/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Indonesian/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Italian/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Japanese/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Korean/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Maltese/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Norwegian/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Polish/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Portuguese/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Portuguese (Brazil)/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Romanian/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Russian/ │ │ │ ├── keyboardmap.xml │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Serbian/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Serbian (Cyrillic)/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Slovak/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Slovenian/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Spanish/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Spanish (Mexico)/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Swedish/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ ├── Turkish/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ └── Ukrainian/ │ │ ├── langinfo.xml │ │ └── strings.po │ ├── players/ │ │ └── mplayer/ │ │ └── mplayer.conf │ ├── python/ │ │ ├── DLLs/ │ │ │ ├── _ctypes.pyd │ │ │ ├── _elementtree.pyd │ │ │ ├── _hashlib.pyd │ │ │ ├── _socket.pyd │ │ │ ├── _sqlite3.pyd │ │ │ ├── _ssl.pyd │ │ │ ├── bz2.pyd │ │ │ ├── pyexpat.pyd │ │ │ ├── select.pyd │ │ │ └── unicodedata.pyd │ │ ├── lib/ │ │ │ ├── backports/ │ │ │ │ ├── __init__.py │ │ │ │ └── configparser/ │ │ │ │ ├── __init__.py │ │ │ │ └── helpers.py │ │ │ ├── credits.txt │ │ │ └── simplejson/ │ │ │ ├── __init__.py │ │ │ ├── compat.py │ │ │ ├── decoder.py │ │ │ ├── encoder.py │ │ │ ├── errors.py │ │ │ ├── ordered_dict.py │ │ │ ├── raw_json.py │ │ │ ├── scanner.py │ │ │ ├── tests/ │ │ │ │ ├── __init__.py │ │ │ │ ├── _cibw_runner.py │ │ │ │ ├── test_bigint_as_string.py │ │ │ │ ├── test_bitsize_int_as_string.py │ │ │ │ ├── test_check_circular.py │ │ │ │ ├── test_decimal.py │ │ │ │ ├── test_decode.py │ │ │ │ ├── test_default.py │ │ │ │ ├── test_dump.py │ │ │ │ ├── test_encode_basestring_ascii.py │ │ │ │ ├── test_encode_for_html.py │ │ │ │ ├── test_errors.py │ │ │ │ ├── test_fail.py │ │ │ │ ├── test_float.py │ │ │ │ ├── test_for_json.py │ │ │ │ ├── test_indent.py │ │ │ │ ├── test_item_sort_key.py │ │ │ │ ├── test_iterable.py │ │ │ │ ├── test_namedtuple.py │ │ │ │ ├── test_pass1.py │ │ │ │ ├── test_pass2.py │ │ │ │ ├── test_pass3.py │ │ │ │ ├── test_raw_json.py │ │ │ │ ├── test_recursion.py │ │ │ │ ├── test_scanstring.py │ │ │ │ ├── test_separators.py │ │ │ │ ├── test_speedups.py │ │ │ │ ├── test_str_subclass.py │ │ │ │ ├── test_subclass.py │ │ │ │ ├── test_tool.py │ │ │ │ ├── test_tuple.py │ │ │ │ └── test_unicode.py │ │ │ └── tool.py │ │ ├── python27.zlib │ │ ├── readme.txt │ │ ├── spyce/ │ │ │ ├── CHANGES │ │ │ ├── Cookie.py │ │ │ ├── LICENCE │ │ │ ├── README │ │ │ ├── RELEASE │ │ │ ├── THANKS │ │ │ ├── fcgi.py │ │ │ ├── installHelper.py │ │ │ ├── makefile │ │ │ ├── modules/ │ │ │ │ ├── automaton.py │ │ │ │ ├── compress.py │ │ │ │ ├── cookie.py │ │ │ │ ├── error.py │ │ │ │ ├── include.py │ │ │ │ ├── pool.py │ │ │ │ ├── redirect.py │ │ │ │ ├── request.py │ │ │ │ ├── response.py │ │ │ │ ├── session.py │ │ │ │ ├── spylambda.py │ │ │ │ ├── stdout.py │ │ │ │ ├── taglib.py │ │ │ │ ├── template.py │ │ │ │ ├── toc.py │ │ │ │ └── transform.py │ │ │ ├── run_spyceCGI.py │ │ │ ├── run_spyceCmd.py │ │ │ ├── run_spyceModpy.py │ │ │ ├── spyce.conf │ │ │ ├── spyce.mime │ │ │ ├── spyce.nsi │ │ │ ├── spyce.nsi.in │ │ │ ├── spyce.py │ │ │ ├── spyce.spec.in │ │ │ ├── spyceApache.conf │ │ │ ├── spyceCGI.py │ │ │ ├── spyceCache.py │ │ │ ├── spyceCmd.py │ │ │ ├── spyceCompile.py │ │ │ ├── spyceConfig.py │ │ │ ├── spyceException.py │ │ │ ├── spyceLock.py │ │ │ ├── spyceModpy.py │ │ │ ├── spyceModule.py │ │ │ ├── spyceTag.py │ │ │ ├── spyceUtil.py │ │ │ ├── spyceWWW.py │ │ │ ├── spyceXbmc.py │ │ │ ├── tree.py │ │ │ └── verchk.py │ │ └── ssl/ │ │ └── cert.pem │ ├── screensavers/ │ │ ├── Asteroids.xbs │ │ ├── Drempels/ │ │ │ └── Read Me.txt │ │ ├── Drempels.xbs │ │ ├── GreyNetic.xbs │ │ ├── GreyNetic.xml │ │ ├── MatrixTrails.tga │ │ ├── MatrixTrails.xbs │ │ ├── MatrixTrails.xml │ │ ├── PingPong.xbs │ │ ├── PingPong.xml │ │ ├── Planestate.xbs │ │ ├── Planestate.xml │ │ ├── Pyro.xbs │ │ ├── Stars.xbs │ │ └── Stars.xml │ ├── scripts/ │ │ ├── URLDownloader/ │ │ │ ├── ForceUpdate.py │ │ │ ├── LICENSE.txt │ │ │ ├── changelog.txt │ │ │ ├── default.py │ │ │ ├── default.tbn │ │ │ ├── extract.py │ │ │ ├── shortcut.py │ │ │ ├── themer.py │ │ │ ├── txtreader.py │ │ │ └── warning.py │ │ ├── XBMC4Gamers/ │ │ │ ├── DVD2Xbox/ │ │ │ │ ├── Default.xbe │ │ │ │ ├── Media/ │ │ │ │ │ └── Font.xpr │ │ │ │ ├── Patches/ │ │ │ │ │ ├── Game 480p.data │ │ │ │ │ └── Not Used/ │ │ │ │ │ ├── NFLFever2004.data │ │ │ │ │ └── pal.data │ │ │ │ ├── SmartXXRGB.xml │ │ │ │ ├── acl/ │ │ │ │ │ ├── 434D0011.acl │ │ │ │ │ ├── 434d0024_ntsc.acl │ │ │ │ │ ├── 434d0024_pal.acl │ │ │ │ │ ├── 434d0050.acl │ │ │ │ │ ├── 45410042_ntsc.acl │ │ │ │ │ ├── 45410042_pal.acl │ │ │ │ │ ├── 48450001_ntsc.acl │ │ │ │ │ ├── 48450001_pal.acl │ │ │ │ │ ├── 4D53000B_ntsc.acl │ │ │ │ │ ├── 5451000F.acl │ │ │ │ │ ├── 56550026_ntsc.acl │ │ │ │ │ ├── 56550026_pal.acl │ │ │ │ │ ├── 5655002F.acl │ │ │ │ │ ├── 56550031_ntsc.acl │ │ │ │ │ ├── 56550031_pal.acl │ │ │ │ │ ├── 56550039.acl │ │ │ │ │ ├── ACLSyntax.txt │ │ │ │ │ └── default.acl │ │ │ │ ├── default.py │ │ │ │ ├── dummyfiles/ │ │ │ │ │ ├── blank_video.bik │ │ │ │ │ ├── blank_video.sfd │ │ │ │ │ ├── blank_video.wmv │ │ │ │ │ └── blank_video.xmv │ │ │ │ ├── dvd2xbox.xml │ │ │ │ ├── remotecontrol.xml_sample │ │ │ │ └── skins/ │ │ │ │ └── Project_Mayhem_III/ │ │ │ │ ├── diskcopy.xml │ │ │ │ ├── error.xml │ │ │ │ ├── filemanager.xml │ │ │ │ ├── fonts.xml │ │ │ │ ├── gamemanager.xml │ │ │ │ ├── guisounds.xml │ │ │ │ ├── keyboard.xml │ │ │ │ ├── mainmenu.xml │ │ │ │ ├── media/ │ │ │ │ │ ├── Arial_10.xpr │ │ │ │ │ ├── EDashboardskinMaster Profile720pHome.xml │ │ │ │ │ ├── Font.xpr │ │ │ │ │ ├── Font12.xpr │ │ │ │ │ ├── Font18.xpr │ │ │ │ │ ├── Resource.xpr │ │ │ │ │ ├── Sans_Serif_14.xpr │ │ │ │ │ ├── common-font12.xpr │ │ │ │ │ └── debugfont.xpr │ │ │ │ ├── settings.xml │ │ │ │ ├── sounds.xml │ │ │ │ ├── startup.xml │ │ │ │ ├── textures.xml │ │ │ │ └── viewer.xml │ │ │ ├── Utilities/ │ │ │ │ ├── Apply Theme.py │ │ │ │ ├── Clean Programs Database.py │ │ │ │ ├── Clear Cache.py │ │ │ │ ├── Database Maintenance.py │ │ │ │ ├── Debug Modes.py │ │ │ │ ├── Dialogs.py │ │ │ │ ├── Edit Mode.py │ │ │ │ ├── Extras/ │ │ │ │ │ ├── Move XISOs games ISOs out of folders.py │ │ │ │ │ ├── Remove XMV & STRM previews.py │ │ │ │ │ ├── Remove _resources.py │ │ │ │ │ └── SHA256Hash file.py │ │ │ │ ├── Generate Random Playlist.py │ │ │ │ ├── Not Used/ │ │ │ │ │ ├── Backup-restore default.tbns.py │ │ │ │ │ ├── Backup-restore resources-preview.py │ │ │ │ │ ├── Backup-restore resources.py │ │ │ │ │ ├── Check Birthday Dates.py │ │ │ │ │ ├── Random Music Playback.py │ │ │ │ │ ├── Random Screensaver Images.py │ │ │ │ │ ├── Toggle AdvancedSettings Settings.py │ │ │ │ │ ├── Toggle LoginFade.py │ │ │ │ │ └── Toggle PlayNavSounds.py │ │ │ │ ├── Parse Programs DB.py │ │ │ │ ├── Parse Sources.py │ │ │ │ ├── Random Select.py │ │ │ │ ├── Screenshot.py │ │ │ │ ├── Splash Selector.py │ │ │ │ ├── Text Reader.py │ │ │ │ ├── Toggle RSS.py │ │ │ │ ├── Uninstall Theme.py │ │ │ │ ├── XML Builder.py │ │ │ │ └── libs/ │ │ │ │ ├── custom_views.py │ │ │ │ └── theme_version.py │ │ │ ├── default.py │ │ │ └── default.tbn │ │ ├── XBMC4Gamers Extras/ │ │ │ ├── 480p Game Loaders/ │ │ │ │ ├── ReadMe.txt │ │ │ │ ├── addon.xml │ │ │ │ ├── default.py │ │ │ │ ├── default.tbn │ │ │ │ └── resources/ │ │ │ │ ├── __init__.py │ │ │ │ ├── language/ │ │ │ │ │ └── English/ │ │ │ │ │ └── strings.xml │ │ │ │ ├── lib/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── auto.py │ │ │ │ │ ├── manual.py │ │ │ │ │ └── uninstall.py │ │ │ │ └── skins/ │ │ │ │ └── default/ │ │ │ │ └── xml/ │ │ │ │ └── main.xml │ │ │ ├── Cerbios Config Editor/ │ │ │ │ ├── addon.xml │ │ │ │ ├── default.py │ │ │ │ ├── default.tbn │ │ │ │ └── resources/ │ │ │ │ ├── __init__.py │ │ │ │ ├── lib/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── config_edit.py │ │ │ │ └── skins/ │ │ │ │ └── default/ │ │ │ │ ├── media/ │ │ │ │ │ └── Source LED Buttons.psd │ │ │ │ └── xml/ │ │ │ │ └── main.xml │ │ │ ├── Clean Program Thumbs/ │ │ │ │ ├── addon.xml │ │ │ │ ├── default.py │ │ │ │ ├── default.tbn │ │ │ │ └── resources/ │ │ │ │ ├── __init__.py │ │ │ │ ├── language/ │ │ │ │ │ └── English/ │ │ │ │ │ └── strings.xml │ │ │ │ ├── lib/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── default.py │ │ │ │ └── skins/ │ │ │ │ └── default/ │ │ │ │ └── xml/ │ │ │ │ └── main.xml │ │ │ ├── File Patcher/ │ │ │ │ ├── addon.xml │ │ │ │ ├── default.py │ │ │ │ ├── default.tbn │ │ │ │ ├── readme.txt │ │ │ │ ├── resources/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── lib/ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── buggy patches/ │ │ │ │ │ │ │ ├── pro evolutions soccer 5 (p-ws).pf │ │ │ │ │ │ │ └── world soccer winning eleven 9 (u-ws).pf │ │ │ │ │ │ ├── default.py │ │ │ │ │ │ └── patches/ │ │ │ │ │ │ ├── 007 - everything or nothing (n).pf │ │ │ │ │ │ ├── 007 - everything or nothing (p).pf │ │ │ │ │ │ ├── alter echo (a).pf │ │ │ │ │ │ ├── auto modellista (n).pf │ │ │ │ │ │ ├── baldur's gate dark alliance (n).pf │ │ │ │ │ │ ├── baldur's gate dark alliance 2 (n).pf │ │ │ │ │ │ ├── beat down fists of vengeance (n).pf │ │ │ │ │ │ ├── bionicle (p).pf │ │ │ │ │ │ ├── black (n).pf │ │ │ │ │ │ ├── black (p).pf │ │ │ │ │ │ ├── blinx the time sweeper (n).pf │ │ │ │ │ │ ├── blood omen 2 - t.l.o.k.s (n).pf │ │ │ │ │ │ ├── bloodrayne (n).pf │ │ │ │ │ │ ├── bloody roar extreme (n).pf │ │ │ │ │ │ ├── blowout (n).pf │ │ │ │ │ │ ├── breakdown (n).pf │ │ │ │ │ │ ├── call of cthulhu - d.c.o.t.e (n).pf │ │ │ │ │ │ ├── capcom vs. snk 2 eo (n).pf │ │ │ │ │ │ ├── castlevania curse of darkness (n).pf │ │ │ │ │ │ ├── conker live & reloaded (n).pf │ │ │ │ │ │ ├── crash bandicoot - t.w.o.c (n).pf │ │ │ │ │ │ ├── crash bandicoot wrath of cortex (n).pf │ │ │ │ │ │ ├── crazy taxi 3 high roller (n).pf │ │ │ │ │ │ ├── crimson sea (n).pf │ │ │ │ │ │ ├── darkwatch (n).pf │ │ │ │ │ │ ├── dead or alive ultimate (n).pf │ │ │ │ │ │ ├── def jam fight for ny (n).pf │ │ │ │ │ │ ├── demon stone (n).pf │ │ │ │ │ │ ├── digimon rumble arena 2 (n).pf │ │ │ │ │ │ ├── digimon world 4 (n).pf │ │ │ │ │ │ ├── dino crisis 3 (n).pf │ │ │ │ │ │ ├── fable the lost chapters (n).pf │ │ │ │ │ │ ├── fallout brotherhood of steel (p).pf │ │ │ │ │ │ ├── fightclub (a).pf │ │ │ │ │ │ ├── flatout (p).pf │ │ │ │ │ │ ├── futurama (n).pf │ │ │ │ │ │ ├── generic patches.pf │ │ │ │ │ │ ├── lara croft tomb raider legend (n).pf │ │ │ │ │ │ ├── legacy of kain defiance (n).pf │ │ │ │ │ │ ├── leisure suit larry - m.c.l (n).pf │ │ │ │ │ │ ├── leisure suit larry - m.c.l (p).pf │ │ │ │ │ │ ├── marvel vs capcom 2 (n).pf │ │ │ │ │ │ ├── metal gear solid 2 substance (n).pf │ │ │ │ │ │ ├── metal slug 3 (n).pf │ │ │ │ │ │ ├── metal slug 3 (p).pf │ │ │ │ │ │ ├── metal wolf chaos (j).pf │ │ │ │ │ │ ├── midtown madness 3 (a).pf │ │ │ │ │ │ ├── mortal kombat shaolin monks (n).pf │ │ │ │ │ │ ├── nfl fever 2004 (n).pf │ │ │ │ │ │ ├── ninja gaiden black (n).pf │ │ │ │ │ │ ├── pro evolutions soccer 5 (p).pf │ │ │ │ │ │ ├── race driver 2 - v8 supercars 2 (a).pf │ │ │ │ │ │ ├── richard burns rally (p).pf │ │ │ │ │ │ ├── silent hill 2 restless dreams (n).pf │ │ │ │ │ │ ├── silent hill 4 the room (n).pf │ │ │ │ │ │ ├── star wars - jedi outcast (n).pf │ │ │ │ │ │ ├── tenchu return from darkness (n).pf │ │ │ │ │ │ ├── the bard's tale (n).pf │ │ │ │ │ │ ├── the chronicles of riddick (a).pf │ │ │ │ │ │ ├── the hulk (j).pf │ │ │ │ │ │ ├── the hulk (p).pf │ │ │ │ │ │ ├── the incredible hulk ud (n).pf │ │ │ │ │ │ ├── the incredible hulk ud (p).pf │ │ │ │ │ │ ├── the punisher (n).pf │ │ │ │ │ │ ├── the sims 2 (a).pf │ │ │ │ │ │ ├── toca race driver 3 (a).pf │ │ │ │ │ │ ├── top spine (n).pf │ │ │ │ │ │ ├── unreal championship (n).pf │ │ │ │ │ │ ├── unreal championship 2 (n).pf │ │ │ │ │ │ ├── whiplash (p).pf │ │ │ │ │ │ └── world soccer winning eleven 9 (n).pf │ │ │ │ │ └── skins/ │ │ │ │ │ └── default/ │ │ │ │ │ └── xml/ │ │ │ │ │ └── main.xml │ │ │ │ └── user patches/ │ │ │ │ ├── dino crisis 3 720p (p).pf │ │ │ │ └── dino crisis 3 720p (u).pf │ │ │ ├── Generate Favourites/ │ │ │ │ ├── addon.xml │ │ │ │ ├── default.py │ │ │ │ ├── default.tbn │ │ │ │ └── resources/ │ │ │ │ ├── __init__.py │ │ │ │ ├── language/ │ │ │ │ │ └── English/ │ │ │ │ │ └── strings.xml │ │ │ │ ├── lib/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── default.py │ │ │ │ └── skins/ │ │ │ │ └── default/ │ │ │ │ └── xml/ │ │ │ │ └── main.xml │ │ │ ├── Insignia Info/ │ │ │ │ ├── addon.xml │ │ │ │ ├── default.py │ │ │ │ ├── default.tbn │ │ │ │ └── resources/ │ │ │ │ ├── __init__.py │ │ │ │ ├── lib/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── default.py │ │ │ │ │ ├── not used/ │ │ │ │ │ │ └── default (website).py │ │ │ │ │ └── update icons.py │ │ │ │ └── skins/ │ │ │ │ └── Profile/ │ │ │ │ └── xml/ │ │ │ │ └── main.xml │ │ │ ├── Remove Empty Save Folders/ │ │ │ │ ├── default.py │ │ │ │ └── default.tbn │ │ │ ├── Run Artwork Installer/ │ │ │ │ ├── addon.xml │ │ │ │ ├── default.py │ │ │ │ ├── default.tbn │ │ │ │ └── resources/ │ │ │ │ ├── __init__.py │ │ │ │ ├── lib/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── default.py │ │ │ │ └── skins/ │ │ │ │ └── default/ │ │ │ │ └── xml/ │ │ │ │ └── main.xml │ │ │ ├── URLDownloader Loader/ │ │ │ │ ├── addon.xml │ │ │ │ ├── default.py │ │ │ │ └── default.tbn │ │ │ └── XISO to HDD Installer/ │ │ │ ├── attacher.py │ │ │ ├── default.py │ │ │ └── default.tbn │ │ └── _modules/ │ │ ├── script.module.beautifulsoup/ │ │ │ ├── addon.xml │ │ │ └── lib/ │ │ │ ├── BeautifulSoup.py │ │ │ └── LICENSE.txt │ │ ├── script.module.limpp/ │ │ │ ├── README.md │ │ │ ├── addon.xml │ │ │ └── lib/ │ │ │ ├── TonyJpegDecoder.py │ │ │ ├── __init__.py │ │ │ ├── gpl.txt │ │ │ ├── limpp.py │ │ │ └── xbe.py │ │ ├── script.module.requests/ │ │ │ ├── LICENSE.txt │ │ │ ├── README.md │ │ │ ├── addon.xml │ │ │ ├── changelog.txt │ │ │ └── lib/ │ │ │ ├── AUTHORS.rst │ │ │ ├── HISTORY.rst │ │ │ ├── LICENSE.txt │ │ │ ├── NOTICE.txt │ │ │ ├── README.rst │ │ │ └── requests/ │ │ │ ├── __init__.py │ │ │ ├── adapters.py │ │ │ ├── api.py │ │ │ ├── auth.py │ │ │ ├── cacert.pem │ │ │ ├── certs.py │ │ │ ├── compat.py │ │ │ ├── cookies.py │ │ │ ├── exceptions.py │ │ │ ├── hooks.py │ │ │ ├── models.py │ │ │ ├── packages/ │ │ │ │ ├── README.rst │ │ │ │ ├── __init__.py │ │ │ │ ├── chardet/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── big5freq.py │ │ │ │ │ ├── big5prober.py │ │ │ │ │ ├── chardetect.py │ │ │ │ │ ├── chardistribution.py │ │ │ │ │ ├── charsetgroupprober.py │ │ │ │ │ ├── charsetprober.py │ │ │ │ │ ├── codingstatemachine.py │ │ │ │ │ ├── compat.py │ │ │ │ │ ├── constants.py │ │ │ │ │ ├── cp949prober.py │ │ │ │ │ ├── escprober.py │ │ │ │ │ ├── escsm.py │ │ │ │ │ ├── eucjpprober.py │ │ │ │ │ ├── euckrfreq.py │ │ │ │ │ ├── euckrprober.py │ │ │ │ │ ├── euctwfreq.py │ │ │ │ │ ├── euctwprober.py │ │ │ │ │ ├── gb2312freq.py │ │ │ │ │ ├── gb2312prober.py │ │ │ │ │ ├── hebrewprober.py │ │ │ │ │ ├── jisfreq.py │ │ │ │ │ ├── jpcntx.py │ │ │ │ │ ├── langbulgarianmodel.py │ │ │ │ │ ├── langcyrillicmodel.py │ │ │ │ │ ├── langgreekmodel.py │ │ │ │ │ ├── langhebrewmodel.py │ │ │ │ │ ├── langhungarianmodel.py │ │ │ │ │ ├── langthaimodel.py │ │ │ │ │ ├── latin1prober.py │ │ │ │ │ ├── mbcharsetprober.py │ │ │ │ │ ├── mbcsgroupprober.py │ │ │ │ │ ├── mbcssm.py │ │ │ │ │ ├── sbcharsetprober.py │ │ │ │ │ ├── sbcsgroupprober.py │ │ │ │ │ ├── sjisprober.py │ │ │ │ │ ├── universaldetector.py │ │ │ │ │ └── utf8prober.py │ │ │ │ └── urllib3/ │ │ │ │ ├── __init__.py │ │ │ │ ├── _collections.py │ │ │ │ ├── connection.py │ │ │ │ ├── connectionpool.py │ │ │ │ ├── contrib/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── ntlmpool.py │ │ │ │ │ └── pyopenssl.py │ │ │ │ ├── exceptions.py │ │ │ │ ├── fields.py │ │ │ │ ├── filepost.py │ │ │ │ ├── packages/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── ordered_dict.py │ │ │ │ │ ├── six.py │ │ │ │ │ └── ssl_match_hostname/ │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── _implementation.py │ │ │ │ ├── poolmanager.py │ │ │ │ ├── request.py │ │ │ │ ├── response.py │ │ │ │ └── util/ │ │ │ │ ├── __init__.py │ │ │ │ ├── connection.py │ │ │ │ ├── request.py │ │ │ │ ├── response.py │ │ │ │ ├── retry.py │ │ │ │ ├── ssl_.py │ │ │ │ ├── timeout.py │ │ │ │ └── url.py │ │ │ ├── sessions.py │ │ │ ├── status_codes.py │ │ │ ├── structures.py │ │ │ └── utils.py │ │ ├── script.module.xbeinfo/ │ │ │ ├── addon.xml │ │ │ └── lib/ │ │ │ ├── __init__.py │ │ │ └── xbeinfo.py │ │ ├── script.module.xbmcaddon/ │ │ │ ├── addon.xml │ │ │ └── lib/ │ │ │ └── xbmcaddon.py │ │ └── script.module.xbmcvfs/ │ │ ├── addon.xml │ │ ├── changelog.txt │ │ └── lib/ │ │ └── xbmcvfs.py │ ├── trainers/ │ │ └── Burnout 3 Crack Save Protection - PAL.etm │ └── visualisations/ │ ├── Goom.vis │ ├── MilkDrop.vis │ ├── Saville.vis │ ├── StarBurst.vis │ ├── Waveform.vis │ ├── fountain.vis │ ├── g-force.vis │ └── spectrum.vis ├── Other/ │ ├── Tools/ │ │ ├── Changes/ │ │ │ ├── Changes_Footer.xml │ │ │ └── Changes_Header.xml │ │ └── Repl.bat │ ├── XBE Source/ │ │ ├── Legacy Changes.txt │ │ └── XBE Source Code.url │ ├── XBMC4Gamers Jewel by Anfana & ToniHC/ │ │ ├── 1.Base Coat XBMC4Gamers v2.STL │ │ ├── 2.Top Coat XBMC4Gamers v2.STL │ │ ├── 3.Gaps of Top Coat XBMC4Gamers v2.STL │ │ └── Readme.txt │ ├── build for release │ └── update build/ │ └── updater/ │ ├── System/ │ │ ├── Scripts/ │ │ │ └── autoexec.py │ │ ├── UserData/ │ │ │ ├── advancedsettings.xml │ │ │ └── guisettings.xml │ │ ├── keymaps/ │ │ │ └── gamepad.xml │ │ ├── language/ │ │ │ └── english/ │ │ │ ├── langinfo.xml │ │ │ └── strings.po │ │ └── python/ │ │ ├── DLLs/ │ │ │ ├── _ctypes.pyd │ │ │ ├── _elementtree.pyd │ │ │ ├── _hashlib.pyd │ │ │ ├── _socket.pyd │ │ │ ├── _sqlite3.pyd │ │ │ ├── _ssl.pyd │ │ │ ├── bz2.pyd │ │ │ ├── pyexpat.pyd │ │ │ ├── select.pyd │ │ │ └── unicodedata.pyd │ │ ├── python27.zlib │ │ ├── readme.txt │ │ ├── spyce/ │ │ │ ├── CHANGES │ │ │ ├── Cookie.py │ │ │ ├── LICENCE │ │ │ ├── README │ │ │ ├── RELEASE │ │ │ ├── THANKS │ │ │ ├── fcgi.py │ │ │ ├── installHelper.py │ │ │ ├── makefile │ │ │ ├── modules/ │ │ │ │ ├── automaton.py │ │ │ │ ├── compress.py │ │ │ │ ├── cookie.py │ │ │ │ ├── error.py │ │ │ │ ├── include.py │ │ │ │ ├── pool.py │ │ │ │ ├── redirect.py │ │ │ │ ├── request.py │ │ │ │ ├── response.py │ │ │ │ ├── session.py │ │ │ │ ├── spylambda.py │ │ │ │ ├── stdout.py │ │ │ │ ├── taglib.py │ │ │ │ ├── template.py │ │ │ │ ├── toc.py │ │ │ │ └── transform.py │ │ │ ├── run_spyceCGI.py │ │ │ ├── run_spyceCmd.py │ │ │ ├── run_spyceModpy.py │ │ │ ├── spyce.conf │ │ │ ├── spyce.mime │ │ │ ├── spyce.nsi │ │ │ ├── spyce.nsi.in │ │ │ ├── spyce.py │ │ │ ├── spyce.spec.in │ │ │ ├── spyceApache.conf │ │ │ ├── spyceCGI.py │ │ │ ├── spyceCache.py │ │ │ ├── spyceCmd.py │ │ │ ├── spyceCompile.py │ │ │ ├── spyceConfig.py │ │ │ ├── spyceException.py │ │ │ ├── spyceLock.py │ │ │ ├── spyceModpy.py │ │ │ ├── spyceModule.py │ │ │ ├── spyceTag.py │ │ │ ├── spyceUtil.py │ │ │ ├── spyceWWW.py │ │ │ ├── spyceXbmc.py │ │ │ ├── tree.py │ │ │ └── verchk.py │ │ └── ssl/ │ │ └── cert.pem │ ├── default.xbe │ └── skins/ │ └── Updater/ │ ├── colors/ │ │ └── defaults.xml │ ├── language/ │ │ └── English/ │ │ └── strings.po │ ├── media/ │ │ └── Textures.xpr │ ├── skin.xml │ └── xml/ │ ├── Defaults.xml │ ├── DialogBusy.xml │ ├── DialogKaiToast.xml │ ├── DialogOK.xml │ ├── DialogProgress.xml │ ├── DialogSelect.xml │ ├── DialogYesNo.xml │ ├── Font.xml │ ├── Home.xml │ ├── Includes.xml │ └── Startup.xml ├── RC.txt ├── README.md ├── Synopsis Example/ │ └── Star Wars - Battlefront 2/ │ ├── _resources/ │ │ ├── default.xml │ │ └── media/ │ │ └── place preivew.mp4 file in here │ └── default.tbn ├── changes.txt └── version.txt