![]() |
|
[Web Interface Addon] XWMM - XBMC Web Media Manager - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Web Interfaces (/forumdisplay.php?fid=156) +---- Thread: [Web Interface Addon] XWMM - XBMC Web Media Manager (/showthread.php?tid=60643) 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 |
- slash - 2010-10-20 12:54 Flomaster Wrote:ok I finally have this working... Glad to hear that it's working. / - BurningSky - 2010-10-20 13:59 Flomaster Wrote:ok I finally have this working... Yes that's exactly the same command I posted some weeks ago.
- Flomaster - 2010-10-20 16:41 BurningSky Wrote:Yes that's exactly the same command I posted some weeks ago. yes I had to go a few pages back to find it im not sure why it didn't work before, but I did copy and paste exactly as you put it and it told me the folder I was trying to copy from did not exist. well its working now so thanks again for the correct line of code BurningSky-=Jason=- - markhoney - 2010-10-21 03:40 Better than the previous command to copy the plugin, you can create a symbolic link. The advantage of this is that updates from the addon manager don't need to be re-copied, as we'll just be linking our subdir within the web interface to our plugin directory: Code: sudo ln -s ~/.xbmc/addons/webinterface.XWMM/ /usr/share/xbmc/addons/webinterface.default/xwmmIn the above command, I've created a lowercase directory to make it easier to type as a URL. To visit the interface, go to: http://myxbmcbox:8080/xwmm You can also do the same for the other available web interfaces: Code: sudo ln -s ~/.xbmc/addons/webinterface.awx/ /usr/share/xbmc/addons/webinterface.default/awxThese will then be available at: http://myxbmcbox:8080/awx http://myxbmcbox:8080/wtouch - BurningSky - 2010-10-21 13:39 That's a very good idea.
- Tiny Clanger - 2010-10-24 09:40 Changing the movie set doesn't seem to activate the Save button. I have to change something in one of the other fields before I can save, and that's if I'm running Firefox —*in Safari 5.0.2 (Mac) the Save button doesn't even enable itself once I've done that. Edit: wait a second, it looks like it just saves the set change without needing to hit Save. That would explain things ![]() Also, in Safari, it tries to load a Flash file at the top of each page. Even after whitelisting my XBMC box in ClickToFlash, though, it loads a blank space about 150px high which then collapses down to nothing. What is this for? It doesn't appear at all in Firefox… Thanks - slash - 2010-10-24 15:05 Hi, The sets are auto-saved (see the blue little disk set near the movie). I agree that it is not very clean. I`ll fix that sometimes down the road. There is no flash in XWMM. I will re-install safari on reproduce this. Thanks - Tiny Clanger - 2010-10-24 20:26 Thanks — after a quick grep, it looks like extjs/resources/resources.jsb refers to charts.swf. Not sure if this ever gets loaded, though. I certainly haven't found any charts so far
- bobrap - 2010-10-26 15:51 Got a problem and need some help. Tried this and decided to uninstall and now every time I start Sickbeard, I get the xwmm screen Any help please?OOOPS disregard...reboots fix every thing
several bugs under the use of osx - skyhigh - 2010-10-26 20:54 what a wonderful tool it is! i had expected this kind of tools. thanks!! by the way, it is regret to issue these questions. when i access it through safari (osx), it seems that any of information which i changed is not saved at all. is there any solvable measures for this? lastly, it seems that editing of artist information is not available in this version, may i expect further update? i really had dreamed this function! oh, there is too much demands, i apologize for this, but it is also said that this is such a good presents. thanks developer. |