Page 5 of 34

Re: SamyGO Extensions (rc for testing) [v0.02 Released]

Posted: Fri Nov 20, 2009 8:04 pm
by steve-austin
It works like a charm, just one thing, the subtitles don't run on a upnp device.

THX for your work.

Re: SamyGO Extensions (rc for testing) [v0.02 Released]

Posted: Mon Nov 23, 2009 9:20 pm
by arris69
steve-austin wrote:It works like a charm, just one thing, the subtitles don't run on a upnp device.

THX for your work.
what file extensions your subtitles have?

arris

Re: SamyGO Extensions (rc for testing) [v0.02 Released]

Posted: Wed Nov 25, 2009 4:49 pm
by steve-austin
The subs are in *.srt

Re: SamyGO Extensions (rc for testing) [v0.02 Released]

Posted: Wed Dec 02, 2009 8:20 am
by arris69
kenny637 wrote:
steve-austin wrote:It works like a charm, just one thing, the subtitles don't run on a upnp device.
I have a UN46B7100 and it works great here also. The problem is that with DLNA and tversity mkv and mp4 files play without eve transcoding. with samygo/usb mp4 and mkv files don't even show up in the movie list. I have no idea if that is a tversity problem or a samygo problem. Anyone have any thoughts here?
hi,
i don't know the tversity and never used it, but djmount (this is the upnp client in SamyGO Extensions) don't have support for DLNA just for upnp -> no DLNA no fileformat limitations.
so pls. try to figure out that is possible to turn off DLNA in tversity.

hth
arris

Re: SamyGO Extensions [v0.03 Released]

Posted: Wed Dec 02, 2009 8:54 pm
by arris69
msurg wrote:I gave to v0.03 a try.
I copied SamyGO directory to USB. I gave only server ip address in nfs and samba init files and username in samba init file. Plugged in USB, copied SamyGO to TV and unplugged USB stick.
Then played SamyGO in games menu.
After that I can only see my NFS share but not samba share. Should I see NFS or Samba or NFS and Samba shares?
With USB version (v0.02) I can see both of them. Any help?
Regards...
both of them,
you can safe leave the server ip empty thats why v0.03 has the monster timeout (~27 sec.)
for samba you need username and password to set

for debugging, you can ssh to tv than stop the script what you want to inspect
from flash

Code: Select all

/mtd_tlib/GGame/SamyGO/etc/init.d/<service>.init stop
from usb

Code: Select all

/dtv/usb/sd[a-d][1-4]/SamyGO/etc/init.d/<service>.init stop
than start it under verbose shell

Code: Select all

sh -x /mtd_tlib/GGame/SamyGO/etc/init.d/<service>.init start
but first you have to init the system from content library!

may you see whats wrong, if not pm me the output pls. an check pls. with

Code: Select all

mount
that resources realy aren't mounted, if you see all you stuff in mount output but not in usb device selection list
check also the file /dtv/usb/log (share listed or not)

hth
arris

ps: version cange is just virtual usb and the time for the colorscreen

Re: SamyGO Extensions [v0.03 Released]

Posted: Wed Dec 02, 2009 9:04 pm
by arris69
themaskedbear wrote:...
Is there a way to make the samba module start directly when the TV start ?

Thanx,
David.
than you have to patch your firmware.
main script for "SamyGO Extensions" is <whereyousavedit>/SamyGO/rcSGO
how you can disable unneeded services you can find in first post of this thread

hth
arris