![]() |
|
[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 - 2011-12-17 14:46 angelppl Wrote:How can I know the JSON-RPC API version installed in XBMC? The JSON_RPC API in natively built into XBMC, so you don't have worry about that. Just make sure you have the latest XBMC nightly build 'cause the API is still work in progress (XBMC eden is not official yet). Could you enable debug in XBMC and have a look at your xbmc.log file if there are any errors ? you can also post your xbmc log file here via pastebin. Thanks - angelppl - 2011-12-18 01:33 slash Wrote:The JSON_RPC API in natively built into XBMC, so you don't have worry about that. Ok, enabled debug, restart XBMC and go to Web Interface XWMM 2.0.2 via http. xbmc.log via pastebin Thank you a lot for your help !!!
- slash - 2011-12-18 17:21 angelppl Wrote:Ok, enabled debug, restart XBMC and go to Web Interface XWMM 2.0.2 via http. ok, found this : Code: WARNING: JSONRPC: Type mismatch in type movieidOne possible reason to this is that you are using a build from June 2011. Are you able to install a more recent build ? Can you test it with Firefox ( if not already done)? Let me know / - bandelguy - 2011-12-18 21:50 The music section is not saving updates I am making, I am using 2.02. Save button is working though. - angelppl - 2011-12-18 22:55 slash Wrote:ok, found this : I have installed the last version of Nightly build 7601. Built on Dec 10 2011 (Git:20111210-f1ae0b6, compiler 1600) Tested the XWMM with Firefox (also, Safari and Chrome) and IT WORKS !!! ![]() You have here the new log: NEW xbmc.log via pastebin Thank you very much for your help ... you are a genius !!! ![]() Best regards !!! Angel - slash - 2011-12-19 14:07 bandelguy Wrote:The music section is not saving updates I am making, I am using 2.02. Save button is working though. I'll look into it ![]() Thanks for your patience. / - ThaDraGun - 2011-12-19 20:34 I've been trying to figure out how to change the trailer streams that XBMC picks. Someone suggested using XWMM. Looks like it should do the trick but I can't seem to get it to work. It says it saves, but then if I go back to it, it changes to the original. Im using 1.9.4 This is the video XBMC picked: http://www.youtube.com/watch?v=j8gGoo89HV4 (plugin://plugin.video.youtube/?action=play_video&videoid=j8gGoo89HV4) I want it to be this video instead: http://www.youtube.com/watch?v=C8sEZAB13_o I tried changing it to: (plugin://plugin.video.youtube/?action=play_video&videoid=C8sEZAB13_o) Also, is there any way to set XBMC to steam 480p if available? Thanks EDIT: One other thing I forgot to mention. The "VIEW TRAILER" button isnt working either. Just comes up as a blank page. Is there something I have to install to get it to work right, or does IE have to be default browser or somethin.. - slash - 2011-12-20 13:48 ThaDraGun Wrote:I've been trying to figure out how to change the trailer streams that XBMC picks. Someone suggested using XWMM. Looks like it should do the trick but I can't seem to get it to work. It says it saves, but then if I go back to it, it changes to the original. Im using 1.9.4 Hmm, no sure I fully understand: - why are you using plugin:// and not the http:// url directly in the field - getting the 480p stream trailer is done by the scrapper not XWMM so you should ask this in the scapper forum - I'll try to replicate your error and let you know. / - ThaDraGun - 2011-12-20 16:49 slash Wrote:Hmm, no sure I fully understand: Oh, I was just using plugin:// because thats what was in there. Whatever scraper that is setup put it that way I guess. I figured thats how its supposed to be so I didnt change it... So I should be able to just copy the regular youtube url and that is supposed to work? - The T - 2011-12-20 19:37 I've tried using it and it *seems* like it'll be really useful, but, currently, I've only tried this with TV shows, but when I hit save, it says "Checking changes..." with a progress bar, and then... doesn't save anything. Refreshing it just brings back the old data. Am I doing something wrong or is there a problem?
|