mob/Login()
switch(input("High Quality or Low Quality sound?") in list("HQ","LQ"))
if("HQ")
client.preload_rsc = "Link-to-ogg-quality-zip"
if("LQ")
client.preload_rsc = "Link-to-midi-quality-zip"
Also, according to the page it says both the files and the .rsc in the zip would work, which is the preferred (quickest) method?