akukic1 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

hulu multiple queues #215

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add multiple profiles to xbmc
2.Enter different log info for each
3.

What is the expected output? What do you see instead?
Should have a different queue and subscription list for each but the hulu add 
on caches the login info to token.xml and does not update when I log into a 
different profile

What version of the product are you using? On what operating system?
3.4.5

Please provide any additional information below.
Someone suggested editing  /resouces/lib/common.py 

ADDON       = xbmcaddon.Addon()
profilePath = xbmc.translatePath(ADDON.getAddonInfo('profile'))
COOKIEFILE  = os.path.join(profilePath,'resources','cache','hulu-cookies.lwp')
QUEUETOKEN  = os.path.join(profilePath,'resources','cache','token.xml')

but I the script fails to run if I change it to that

Original issue reported on code.google.com by samela...@gmail.com on 8 Mar 2013 at 7:57