Change and remove items from Basichome (1 Viewer)

mlburgoon

Portal Pro
November 16, 2006
448
48
Home Country
United States of America United States of America
possible to get this basic homer utility to be able to do a 3x4 grid? and also add in the arcsoft player, play dvd, and a few more plugins? It is AWESOME, but I keep changing what I want on the basic home (since I have to have it) and it would be nice to have everything able to be done so quickly!!!!

thanks
 

aj1405

Portal Pro
September 30, 2007
443
302
Home Country
Norway Norway
Is it possible to create submenus? Like "My Video" with video plugins, "My music" with music plugins etc.

Try searching for Extra, Music, Game, Watch menu plugin. These will do what you what. B&W has support for them also.
 

z3r0_burn

Portal Member
December 8, 2008
31
0
Minneapolis, MN, USA
Home Country
United States of America United States of America
I tried to use fmarcia python script and I get the the following error:
C:\Documents and Settings\Owner>"C:\Program Files\Team MediaPortal\MediaPortal\skin\Black & White 1080\BasicHomer.py"
Traceback (most recent call last):
File "C:\Program Files\Team MediaPortal\MediaPortal\skin\Black & White 1080\BasicHomer.py", line 226, in <module>
if not home.has_key(x + 1):
AttributeError: 'dict' object has no attribute 'has_key'

That section of code is below:
# normalize 'home'
newhome = {}
for x in range(12):
if not home.has_key(x + 1): <<-- this is line 226 that is having problems
newhome[x + 1] = None
else:
newhome[x + 1] = home[x + 1]
home = newhome

Can someone please help me? All I did was download, extract and execute with all default settings. I didn't even change anything in the script before executing just to make sure it worked properly first.
 

fmarcia

Portal Member
April 20, 2008
76
6
Boussy Saint Antoine
Home Country
France France

Users who are viewing this thread

Top Bottom