Page 7 of 7

Re: Content Library startup replacement

Posted: Sun Jun 20, 2010 5:40 pm
by manga00
bruintje71 wrote:
xer21 wrote:bruintje71, I think what your looking for is setting the value in settings.xml to "game|/mtd_tlib/GGame/SamyGO/SamyGOE.so" I think that should work, please update the thread with your results.

xer21,
I tried several commands in settings.xml (see below), but they don't seem to work for me:

<run_on_start>fscommand('Launch', 'game|/mtd_tlib/GGame/SamyGO/SamyGOE.so')</run_on_start>^M

<run_on_start>fscommand('game|/mtd_tlib/GGame/SamyGO/SamyGOE.so')</run_on_start>^M

<run_on_start>game|/mtd_tlib/GGame/SamyGO/SamyGOE.so</run_on_start>^M

I think I am doing something wrong. What exactly should I put here?
Hello,
can you pls check that your settings.xml is in unix format, it look like your file is in Dos saved.

Open the service.xml with vi and check the red digit.

When you have it clear it, and save the file.

greeting

Re: Content Library startup replacement

Posted: Fri Oct 15, 2010 8:27 am
by openikev2
Hello,

I have the same problem. When a <run_on_start>library</run_on_start> is specified, the screen starts flashing, like when the TV loads a game, but it never ends. I checked the file and it is in UNIX format. It seems like if the TV executed <run_on_start> labels everytime it returns from loading a plugin.

Indeed, when a plugin is loaded, the menu returns to 0 (or the default value in the configuration file).

Model is LE40B650 CI+. May this be relevant?

Anyway, the replacement is magnificient and I love it no matter whether I can autoexecute plugins or not :)

Best regards,
Alejandro

Re: Content Library startup replacement

Posted: Fri Oct 15, 2010 10:30 am
by openikev2
Hi,

just a hint or help for those that, like me, are afraid of bricking the TV.

? Copy swf contents to a FAT formatted USB drive.
? Modify that copy of swf (i.e. copy the new mainmenu.swf there, including configuration files)
? Execute "mount /dtv/usb/***/swf /mt_tlib/swf" (change *** by the actual device name sda, sdb..)
? Load content manager. The new CLManager should appear.

If your TV restarts, mount point disappears and SWF files remain untouched.

Once you know that everything will be ok, you can touch real files.

BR
Alejandro

Re: Content Library startup replacement

Posted: Fri Oct 15, 2010 11:46 am
by openikev2
Hi,

I have a request that I think is interesting. When mainmenu loads, it starts in the <last_menu_index> indicated in the configuration file. However, this category is not expanded, so it requires the same number of "clicks" than if it hadn't started in the index. For example if the selected index is 0 I have to press 4 (game) + 0 (Big subtitles). If 4 is the selected index, I have to press Right (expand) + 0 (Big subtitles).

My suggestion is just to add a configuration option that expands or not the selected index.

What do you think?

Best regards
Alejandro