Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 54

Thread: How To: Enable Root Telnet on Boxee Box!

  1. #11

    Default

    It's in the same file, it's under the defaultvideo subsection:

    <defaultvideosettings>
    <interlacemethod>0</interlacemethod>
    <scalingmethod>1</scalingmethod>
    <noisereduction>0.000000</noisereduction>
    <sharpness>0.000000</sharpness>
    <viewmode>0</viewmode>
    <zoomamount>1.000000</zoomamount>
    <pixelratio>1.000000</pixelratio>
    <volumeamplification>0.000000</volumeamplification>
    <outputtoallspeakers>false</outputtoallspeakers>
    <showsubtitles>false</showsubtitles> <-- there she be
    <brightness>50.000000</brightness>
    <contrast>50.000000</contrast>
    <gamma>20.000000</gamma>
    <audiodelay>0.000000</audiodelay>
    <subtitledelay>0.000000</subtitledelay>
    </defaultvideosettings>

  2. #12

    Default

    Quote Originally Posted by s.macneill View Post
    excellent, i think i was able to resolve two things i wanted.

    *edited to add full path*
    /data/.boxee/UserData/guisettings.xml

    modified the buffer for local lan to 4MB instead of 2MB (streaming wifi... not reliable)

    <cachevideo>
    <dvdrom>2048</dvdrom>
    <internet>4096</internet>
    <lan>4096</lan> <--- was 2048

    and i didnt like that subtitles were automatically on all the time. i was able to turn them off... by default.

    <showsubtitles>false</showsubtitles> <--- was true
    Thanks!
    The keymap xmls are interesting too, as is the root-boxee.log - now I know why a vid fails!

  3. #13

    Default

    Quote Originally Posted by s.macneill View Post
    excellent, i think i was able to resolve two things i wanted.

    *edited to add full path*
    /data/.boxee/UserData/guisettings.xml

    modified the buffer for local lan to 4MB instead of 2MB (streaming wifi... not reliable)

    <cachevideo>
    <dvdrom>2048</dvdrom>
    <internet>4096</internet>
    <lan>4096</lan> <--- was 2048

    and i didnt like that subtitles were automatically on all the time. i was able to turn them off... by default.

    <showsubtitles>false</showsubtitles> <--- was true
    Awesome. Thanks for sharing. These two things alone have greatly increased my viewing happiness with Boxee.

  4. #14
    Join Date
    Nov 2010
    Posts
    19

    Default

    Made the changes but when I rebooted they changed back....Any ideas?



    Quote Originally Posted by s.macneill View Post
    excellent, i think i was able to resolve two things i wanted.

    *edited to add full path*
    /data/.boxee/UserData/guisettings.xml

    modified the buffer for local lan to 4MB instead of 2MB (streaming wifi... not reliable)

    <cachevideo>
    <dvdrom>2048</dvdrom>
    <internet>4096</internet>
    <lan>4096</lan> <--- was 2048

    and i didnt like that subtitles were automatically on all the time. i was able to turn them off... by default.

    <showsubtitles>false</showsubtitles> <--- was true

  5. #15

    Default

    i rebooted mine and checked, i'm in the same boat. premature celebration i guess hah

  6. #16
    Join Date
    Jul 2010
    Posts
    120

    Default

    Usually , in linux, that's because you are editing the wrong file. Perhaps with a .cfg extension or similar. The correct file is around somewhere, and in an editable form, you just have to find it. If grep works, you can search the files for likely suspects.

  7. #17

    Default

    Quote Originally Posted by aiiee View Post
    Usually , in linux, that's because you are editing the wrong file. Perhaps with a .cfg extension or similar. The correct file is around somewhere, and in an editable form, you just have to find it. If grep works, you can search the files for likely suspects.
    The only other reference I could find to "showsubtitles" is in the Boxee application itself, which is compiled. Hmm.

  8. #18

    Default

    You are editing in the right place, it's just that the system defaults are written back upon boot. We just got to keep poking around for a bit.

  9. #19
    Join Date
    Jul 2010
    Posts
    120

    Default

    Quote Originally Posted by TreeBeard View Post
    You are editing in the right place, it's just that the system defaults are written back upon boot. We just got to keep poking around for a bit.
    If they are being rewritten on boot, that's the wrong file. There is a config file that sets that xml on boot. *That's* the file to be editing. Since that xml most likely only gets read on boot, editing that file may well accomplish nothing.

  10. #20

    Default

    Quote Originally Posted by aiiee View Post
    If they are being rewritten on boot, that's the wrong file. There is a config file that sets that xml on boot. *That's* the file to be editing. Since that xml most likely only gets read on boot, editing that file may well accomplish nothing.
    It actually gets read on login, not boot.

    I am guessing that since the Boxee application "/opt/boxee/Boxee" has an instance of "showsubtitle" and it isn't a user configurable field, it gets written to the guisettings.xml with a hardcoded value. I'm also guessing that the values that ARE considered user-configurable are read from either another file or a database field and placed into the XML file on boot.

    I did the following:

    "grep -r subtitle /*"
    "grep -r showsubtitles /"'
    "grep -r Subtitle /*"

    And nothing's obvious.

Similar Threads

  1. How can I ssh or telnet Boxee?
    By support24 in forum Boxee Box help
    Replies: 4
    Last Post: January 6th, 2012, 03:34 PM
  2. JSON over telnet
    By dw2009 in forum boxee applications
    Replies: 5
    Last Post: August 21st, 2011, 05:39 AM
  3. Replies: 6
    Last Post: January 25th, 2011, 03:48 PM
  4. Boxee Box Root Password
    By dialing_wand in forum Boxee Box help
    Replies: 12
    Last Post: November 13th, 2010, 12:58 AM
  5. How to enable Mac root user for Boxee AutoUpdate
    By pax85 in forum boxee for mac help
    Replies: 1
    Last Post: August 3rd, 2009, 03:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •