New Build: v0.6.7

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
SiNJiN Offline
Member
Posts: 51
Joined: Dec 2009
Reputation: 0
Post: #11
dan1son Wrote:ssh into the box (or open a terminal if you're already in front of it), type "ifconfig" at the command line. Assuming your machine has a network address already, the network device should show up in the list.

It'll probably be eth0 if you're using wired. wlan0 if you're using wireless (or possibly eth1 for wireless).

So for the device name...I need to input everything under eth0 that comes up? like the 9 lines that come up? Because all I see are Mac Address/Ip address/subnet etc., etc.
find quote
dan1son Offline
Fan
Posts: 608
Joined: Dec 2008
Reputation: 0
Post: #12
SiNJiN Wrote:So for the device name...I need to input everything under eth0 that comes up? like the 9 lines that come up? Because all I see are Mac Address/Ip address/subnet etc., etc.

No... the device name is eth0. The rest of the information is telling you about the device, eth0. If it lists an IP address that's probably the one you're using. The "lo" device is localhost... it won't be that one.

'man ifconfig' to learn more about that command.
find quote
Bram77 Offline
Skilled Python Coder
Posts: 1,319
Joined: Feb 2008
Reputation: 27
Location: Netherlands
Post: #13
The context menu in file mode is now showing. Great news that you're working on this!!! The Que option seems to work. But the "Play folder" doesn't. Should it?

I'm running a custom 1.5 ROM on my HTC Hero.

[Image: widget]

Please add to my reputation if you find my posts usefull (+/- button below posts)
Ubuntu 12.10 minimal XBMC auto-install script :: XBMControl :: Xbmc XBOX Skins :: XBMControl for Android :: Owner of Sudo Systems
find quote
the_alien Offline
Team-XBMC Android Remote Developer
Posts: 422
Joined: May 2008
Reputation: 0
Post: #14
Bram77 Wrote:The context menu in file mode is now showing. Great news that you're working on this!!! The Que option seems to work. But the "Play folder" doesn't. Should it?

I'm running a custom 1.5 ROM on my HTC Hero.

Play Folder is pretty bugged in the HTTPAPI. It just works currently when there is a playlist -> meaning: play a single file, then you can queue the whole folder. Will implement a workaround.

XBMCLive Dharma beta 2 running on an ASRock ION 330 HT
find quote
Bram77 Offline
Skilled Python Coder
Posts: 1,319
Joined: Feb 2008
Reputation: 27
Location: Netherlands
Post: #15
I know Smile Clearing the playlist isn't enough. You could try reloading -> clearing -> add new files. This works for me in Xbmcontrol-evo.

Huge thanks for implementing this feature!

[Image: widget]

Please add to my reputation if you find my posts usefull (+/- button below posts)
Ubuntu 12.10 minimal XBMC auto-install script :: XBMControl :: Xbmc XBOX Skins :: XBMControl for Android :: Owner of Sudo Systems
find quote
SiNJiN Offline
Member
Posts: 51
Joined: Dec 2009
Reputation: 0
Post: #16
dan1son Wrote:No... the device name is eth0. The rest of the information is telling you about the device, eth0. If it lists an IP address that's probably the one you're using. The "lo" device is localhost... it won't be that one.

'man ifconfig' to learn more about that command.

Thanks. I'll read up on that. In the mean time...I hear that a WOL function is being implemented into the next version of XBMC. I'll wait for that. Big Grin

But, it'd be cool if you guys could implement the WOL function into the Remote App. That would eliminate the need for a secondary app off the market.Nod

Edit: Nevermind...I guess the feature is already in there. LoL. Oops. Now...to get my box running right....

Edit: Figured it out. There was an option of Deep Sleep that I overlooked and didn't take into consideration. I disabled it and now...WOL works on OFF/Suspend/Hibernate.
(This post was last modified: 2010-04-02 02:18 by SiNJiN.)
find quote
SiNJiN Offline
Member
Posts: 51
Joined: Dec 2009
Reputation: 0
Post: #17
When using WOL I keep getting a :

I/O Exception (java.net.SocketException) - No route to host - error.

What does that mean? WOL works and everything...
find quote
the_alien Offline
Team-XBMC Android Remote Developer
Posts: 422
Joined: May 2008
Reputation: 0
Post: #18
The I/O Exception is thrown when we the host isn't up and running. Just wait until it is ready and hit connect.

XBMCLive Dharma beta 2 running on an ASRock ION 330 HT
find quote
SiNJiN Offline
Member
Posts: 51
Joined: Dec 2009
Reputation: 0
Post: #19
the_alien Wrote:The I/O Exception is thrown when we the host isn't up and running. Just wait until it is ready and hit connect.

I thought that was the purpose of the 'Wait after WOL in seconds'. I set it to 42 seconds...and I can see it counting down...then it connects automatically after 42 seconds. I get I/O exception error...right about 3-5 seconds after I hit Power On.

I don't know what the 'Socket read timeout in milliseconds' does...but I was hoping it had something to do with the I/O Exception that I was getting. Not sure if it even works because I also set that to 42 seconds...and I still get the Exception.

On another note...why are the WOL settings clear when I go back into the settings...minus the Mac Address. (The Socket read timeout is reset to default...and Wait for WOL and WOL Port are cleared).

Never had that error pop up before I got the WOL settings to work.
(This post was last modified: 2010-04-05 22:44 by SiNJiN.)
find quote
the_alien Offline
Team-XBMC Android Remote Developer
Posts: 422
Joined: May 2008
Reputation: 0
Post: #20
Hmmm yeah, the first connect (which starts right after starting the app) isn't canceled and that one shows the error. Will fix that one.

XBMCLive Dharma beta 2 running on an ASRock ION 330 HT
find quote