New issue 91 by thecryst...@sbcglobal.net: Weather Plus video selector
picks wrong slot
http://code.google.com/p/xbmc-addons/issues/detail?id=91
What steps will reproduce the problem?
1. Go to Weather Plus Settings, General tab
2. Choose, "Run Video Selector (Only for US)"
3. Choose, "Video #1"
4. Make any selection
What is the expected output? What do you see instead?
The selection is added to Slot #2 instead of Slot #1
What version of XBMC are you using? On what operating system? What version
of the addon are you using?
XBMC (11.0-BETA3 Git:20120207-1fef727), Platform: Windows 7, 64-bit (WoW)
Service Pack 1 build 7601. Built on Feb 8 2012 (compiler 1600)
FIX:
To fix it edit video_selector.py line #24 from "slot = video_num + 1"
to "slot = video_num"