add all channels, as of now regioncode must be changed manually (instructions given)

This commit is contained in:
Christopher Roy Bratusek 2012-08-21 21:25:58 +02:00
parent e9f3e9c821
commit 87c730b0b2
3 changed files with 50 additions and 27 deletions

View File

@ -5,7 +5,8 @@
* logical sorting of IOS in downloader (IOS4 is the first, not after IOS39) * logical sorting of IOS in downloader (IOS4 is the first, not after IOS39)
taken from: [http://code.activestate.com/recipes/135435/] taken from: [http://code.activestate.com/recipes/135435/]
* ensure Python 2.x is used, Python 3.x is not yet supported * ensure Python 2.x is used, Python 3.x is not yet supported
* separate combobox for choosing channels, system-menu in downloader [WIP] * separate combobox for choosing channels, system-menu in downloader
as of now, region-code must be changed manually (instructions given)
-- 0.3 -- -- 0.3 --
* Updated some porject's files which still referenced wii signer * Updated some porject's files which still referenced wii signer

View File

@ -223,7 +223,7 @@ class MWQwad(QMainWindow, Ui_Qwad):
if self.comboBox2.findText(selection) != 0: if self.comboBox2.findText(selection) != 0:
self.enteredTitleID.enabled = False self.enteredTitleID.enabled = False
self.enteredTitleID.setText(TitleIDs.ChannelDict[str(selection)]) self.enteredTitleID.setText(TitleIDs.ChannelDict[str(selection)])
self.availableVersions.setText(TitleIDs.IOSdict[str(selection)]) self.availableVersions.setText(TitleIDs.ChannelRegionDict[str(selection)])
@pyqtSignature("") @pyqtSignature("")
def on_enteredTitleID_returnPressed(self): def on_enteredTitleID_returnPressed(self):

View File

@ -89,36 +89,34 @@ ChannelDict = {
"BOOT2":"0000000100000001", "BOOT2":"0000000100000001",
"System Menu [JAP]":"0000000100000002", "System Menu [JAP]":"0000000100000002",
"System Menu [PAL]":"0000000100000002", "System Menu [PAL]":"0000000100000002",
"System Menu [USA]":"0000000100000002",
"System Menu [KOR]":"0000000100000002", "System Menu [KOR]":"0000000100000002",
"System Menu [USA]":"0000000100000002",
"BC":"0000000100000100", "BC":"0000000100000100",
"MIOS":"0000000100000101", "MIOS":"0000000100000101",
#TODO: Add remaining Channels + UI "BBC iPlayer [PAL]":"0001000148434A50",
#QT_TR_NOOP("Wii Speak Channel"):"00010001484346xx", "Check Mii Out":"00010001484150**",
#QT_TR_NOOP("Photo Channel 1.1 [USA]"):"0001000148415a45", "Digicam Print [JAP]":"000100014843444A",
#QT_TR_NOOP("Photo Channel 1.1 [PAL]"):"0001000148415a50", "EULA":"0001000848414B**",
#QT_TR_NOOP("Photo Channel 1.1 [JAP]"):"0001000148415a4a", "Everyone Votes":"0001000148414A**",
#QT_TR_NOOP("Metroid Prime 3 Preview"):"00010001484157xx", "Jam With The Band":"00010001484341**",
#QT_TR_NOOP("Nintendo Channel"):"00010001484154xx", "Japan Food Service [JAP]":"000100084843434A",
#QT_TR_NOOP("Mii Contest Channel [USA]"):"0001000148415045", "Mii Channel [ALL]":"0001000248414341",
#QT_TR_NOOP("Mii Contest Channel [PAL]"):"0001000148415050", "News":"0001000248414741",
#QT_TR_NOOP("Mii Contest Channel [JAP]"):"000100014841504A", "Nintendo":"00010001484154**",
#QT_TR_NOOP("Everyone Votes Channel [USA]"):"0001000148414a45", "Opera":"00010001484144**",
#QT_TR_NOOP("Everyone Votes Channel [PAL]"):"0001000148414a50", "Photo [ALL]":"0001000248414141",
#QT_TR_NOOP("Everyone Votes Channel [JAP]"):"0001000148414a4A", "Photo 1.1":"00010002484159**",
#QT_TR_NOOP("Opera / Internet Channel"):"00010001484144xx", "Region Select":"0001000848414C**",
#QT_TR_NOOP("Photo Channel"):"0001000248414141", "Shashin Channel [JAP]":"000100014843424A",
#QT_TR_NOOP("Shopping Channel"):"0001000248414241", "Shop":"00010002484142**",
#QT_TR_NOOP("Mii Channel"):"001000248414341", "Today & Tomorrow":"00010001484156**",
#QT_TR_NOOP("Photo Channel 1.1"):"001000248415941", "TV Friend / G-Guide [JAP]":"0001000148424E4A",
#QT_TR_NOOP("Wii Message Board"):"001000148414541", "Weather":"00010002484146**",
#QT_TR_NOOP("Weather Channel-HAFx"):"00010002484146xx", "Wii No Ma [JAP]":"000100014843494A",
#QT_TR_NOOP("Weather Channel-HAFA"):"0001000248414641", "Wii Speak":"00010001484346**"
#QT_TR_NOOP("News Channel-HAGx"):"00010002484147xx",
#QT_TR_NOOP("News Channel-HAGA"):"0001000248414741"
} }
IOSdict = { ChannelRegionDict = {
"BOOT2":"4", "BOOT2":"4",
"System Menu [JAP]":"128 2.0, 192 2.1, 224 3.0, 256 3.1, 288 3.2,\ "System Menu [JAP]":"128 2.0, 192 2.1, 224 3.0, 256 3.1, 288 3.2,\
\n352 3.3, 384 3.4, 416 4.0, 448 4.1, 480 4.2,\n512 4.3", \n352 3.3, 384 3.4, 416 4.0, 448 4.1, 480 4.2,\n512 4.3",
@ -129,6 +127,30 @@ IOSdict = {
"System Menu [KOR]":"390 3.5, 454 4.1, 486 4.2, 518 4.3", "System Menu [KOR]":"390 3.5, 454 4.1, 486 4.2, 518 4.3",
"BC":"2, 4, 5, 6", "BC":"2, 4, 5, 6",
"MIOS":"4, 5, 8, 9, 10", "MIOS":"4, 5, 8, 9, 10",
"BBC iPlayer [PAL]":"latest (PAL only)",
"Check Mii Out":"1, 3, 512,\n** = 45 (USA), 4A (JAP), 50 (PAL)",
"Digicam Print [JAP]":"latest (JAP only)",
"EULA":"1, 2, 3,\n** = 45 (USA), 4A (JAP), 4B (KOR), 50 (PAL)",
"Everyone Votes":"latest\n** = 45 (USA), 4A (JAP), 50 (PAL)",
"Japan Food Service [JAP]":"latest (JAP only)",
"Jam With The Band":"latest\n** = 4A (JAP), 50 (PAL)",
"Mii Channel [ALL]":"2, 3, 4, 5, 6",
"News":"3, 6, 7,\n** = 41 (ALL), 45 (USA), 4A (JAP), 50 (PAL)",
"Nintendo":"latest\n** = 45 (USA), 4A (JAP), 50 (PAL)",
"Opera":"1, 3, 257, 512, 1024\n** = 45 (USA), 4A (JAP), 50 (PAL)",
"Photo [ALL]":"1, 2",
"Photo 1.1":"1, 2, 3,\n** = 41 (ALL), 4B (KOR)",
"Region Select":"1, 2,\n** = 45 (USA), 4A (JAP), 4B (KOR), 50 (PAL)",
"Shashin Channel [JAP]":"latest (JAP only)",
"Shop":"3, 4, 5, 6, 7, 8, 10, 13, 14 (KOR only), 16,\n17, 18, 19, 20, ** = 41 (ALL), 4B (KOR)",
"Today & Tomorrow":"latest, ** = 4A (JAP), 50 (PAL)",
"TV Friend / G-Guide [JAP]":"latest (JAP only)",
"Weather":"3, 6, 7\n** = 41 (ALL), 45 (USA), 4A (JAP), 50 (PAL)",
"Wii No Ma [JAP]":"latest (JAP only)",
"Wii Speak":"1, 256, 512,\n** = 45 (USA), 4A (JAP), 50 (PAL)"
}
IOSdict = {
"IOS4":"65280 (stub)", "IOS4":"65280 (stub)",
"IOS9":"520, 521, 778, 1034", "IOS9":"520, 521, 778, 1034",
"IOS10":"768 (stub)", "IOS10":"768 (stub)",