![]() |
|
[Android] Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: [Android] Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo (/showthread.php?tid=117885) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 |
RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Tolriq - 2012-05-02 19:22 This indicates that the JSON part is working ![]() So if something is playing in Xbmc the widgets should show it. For the remoting part, most of the commands use the EventClient, you must check that the settings in xbmc are ok for this part (http://yatse.leetzone.org/redmine/projects/androidwidget/wiki/XbmcConfig) And check firewall about UDP port 9777. RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Ether - 2012-05-02 19:35 (2012-05-02 19:22)Tolriq Wrote: For the remoting part, most of the commands use the EventClient, you must check that the settings in xbmc are ok for this part (http://yatse.leetzone.org/redmine/projects/androidwidget/wiki/XbmcConfig) The link you provided appears to be going to a non-existant post: "The page you were trying to access doesn't exist or has been removed." RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Tolriq - 2012-05-02 19:38 Just remove the last ) the forum parser missed it up ![]() http://yatse.leetzone.org/redmine/projects/androidwidget/wiki/XbmcConfig RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Ether - 2012-05-02 19:42 Duh, yeah that would help ![]() Yeah that page just goes through the basics, which I have had set up for some time (forgot to mention that these apps used to work pre-Eden). How does one enable and/or config the 'Eventclient'. Is that separate from the basic web access configuration? The only thing different in my config is that I have not username or password defined. Is that required? RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Tolriq - 2012-05-02 19:48 There's no login/password for EventClient ![]() The important settings is "Allow programs on other systems to control XBMC" this is the one that activate or not EventServer. You can check that this port is not used by another program by using the command "netstat -ano" that will list all opened port. Run this command without xbmc started and check that UDP 9777 is not used on 0.0.0.0 then run it with xbmc started and check that the port is now used by Xbmc (check the pid on the last collumn) You should see a line : UDP 0.0.0.0:9777 *:* 2832 with 2832 is the process id of Xbmc. RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Ether - 2012-05-02 19:51 Okay, I have more information....make this even weirder. Not sure if it adds some clues to this. When I start a movie or song via the native interface or the web gui, it immediately shows up in Yatse as 'now playing'. I can then use Yatse to skip, FF, etc. However, once I stop the media (via the phone), I cannot start it again from the app. Navigation doesn't work, even when a song is playing :? Also, just FYI..even though I don't have servers answering to port 80 on my LAN, I changed the port to something in the 30000 range just for testing. Still no dice. RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Tolriq - 2012-05-02 19:52 This confirm that only EventClient does not works
RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Ether - 2012-05-02 20:00 Okay, I figured this out. I am kinda embarrassed to say (given that I have been a network systems engineer for decades), but it was indeed an issue with my network set up. Once I killed XBMC as you suggested, there was a popup alert from my local security software just patiently waiting for me to make a decision as to whether or not I wanted to allow this mysterious application called "XBMC" to communicate on port 9777 to my Trusted zone. As soon as I allowed that traffic, everything came to life. Those alerts are supposed to come appear in front of whatever I am doing, but I think XBMC is suppressing that kind of thing (which makes sense). Chalk this one up over-thinking the problem, I suppose. Thanks for your help! RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Tolriq - 2012-05-02 23:25 No problem Glad you find this little thing
RE: [Android] Yatse Widget - Remote and Now Playing Widget for Android 2.2+ and Eden - Tolriq - 2012-05-04 11:29 A little question for the browsing part. Do someone really use / need actor browsing for movies / tv shows ? |