Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [ANNOUNCE] vdr-submenu-0.0.1



Andrey Kuzmin a écrit :

I'm gonna investigate more on other's issues, and release another
version of the patch!

Waiting for it :) And it will be nice if there will be a small
description of MainMenu.conf format and reserved menu item names. It
took some time to investigate what it could contain (I know that it's
editable through menu, but it could be more comfortable to edit it
manually).





Well...I'm not sure this could really be more confortable...
I've noticed some probleme with "doublon" (twice the same entry), but not everytime... don't exactly know when it should work and when it shouldn't :(

The format is "quite simple"...

The first number is the menuLevel... 0 for base menu
The second correspond to the menuLevel of item which must be shown in that submenu...
The last one is the name of the submenu, or "standard vdr menu name" like Schedule,Commands,Recordings etc etc

So a MainMenu.conf file like
0::Schedule
0:1:MyMenu
1:2:MySecondMenu
1::Recordings

will create :

| Schedule
| MyMenu
|----MySecondeMenu
|--------Recordings

Notice that Plugins entry and System entry have the second parameter set to "" (0 should work find also...)

Hope it helps

Sad




Home | Main Index | Thread Index