![]() |
|
[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 |
.rar issue - slash - 2011-01-12 14:25 zosky, melagodo, I think I found why it doesn't work for rar files. It seems that I forgot to consider the .rar case in the movie.js file I will fix it by next week. thanks / - melagodo - 2011-01-12 19:43 slash Wrote:zosky, melagodo, Thanks mate, but as I said..I'm not using any .rar ![]() melagodo - bionic1234 - 2011-01-21 16:26 Is it possible to use XWMM to edit the <durationinseconds> value of TV episodes? - slash - 2011-01-24 14:30 bionic1234 Wrote:Is it possible to use XWMM to edit the <durationinseconds> value of TV episodes? Technically, I could add a field for that, but I think it's calculated by XBMC. Could you explain more why you need to do that ? / - tabish121 - 2011-01-24 16:48 Any idea when 1.9.4 is going to get into the main addons repo? - GuyCog - 2011-01-24 21:12 When I change the cover/fanart in XWMM, the change disappears when I navigate away from the movie. However, the cover/fanart is changed in XBMC. This means I need to go through the library in XBMC to look at cover/fanart to see if anything needs to be changed or else keep track of the changes I've made in my head. Otherwise, it's a great tool. I grabbed it for the ability to manage movie sets but I'm finding it useful for general library management too. Edit: The new cover/fanart will show up permanently in XWMM if I hit the refresh button on my web browser. Browser is Firefox 3.6.13 on Windows 7; XBMC 10.0 r35648 on Ubuntu 10.10 minimal install. - GuyCog - 2011-01-25 02:12 Also, my install did not place XWMM in ~/.xbmc/addons/webinterface.XWMM/ but instead placed it in ~/.xbmc/addons/XWMM/ so I did the following to get it served from http://<ip>:<port>/xwmm : Code: sudo ln -s ~/.xbmc/addons/XWMM/ /usr/share/xbmc/addons/webinterface.default/xwmm- bionic1234 - 2011-01-25 03:19 slash Wrote:Technically, I could add a field for that, but I think it's calculated by XBMC.There's been some interest around the forum for a manager that could clean-up the database. The new PseudoTV script has some dependencies on accurate times, and it probably just makes sense to have a clean library. *If I'm not mistaken there were some changes in Dharma release for how nfo files captured this information... so it just seemed natural to be able to make the corrections directly with in the XBMC database with so many of the management tools reaching final release status.. - ekrich - 2011-01-25 05:01 XBMC 10, Apple TV. Replaced /Users/frontrow/webinterface.XWMM (1.9.3) with downloaded 1.9.4 version. IE browser. Couple of notes: Version in upper right still shows 1.9.3 Files shows blank page with errors: Message: Expected identifier, string or number Line: 117 Char: 5 Code: 0 URI: http://10.1.17.250:8080/files/scrapers.js Message: Object expected Line: 21 Char: 2 Code: 0 URI: http://10.1.17.250:8080/files/browser.js This version doesn't seem to have made it into the repo for addons but an easy update anyway. Keep up the good work. - Rrrr - 2011-01-29 15:22 Targettio Wrote:I was tinkering with this last night (windows 7). ppic Wrote:put it in webinterface.XWMM Referring to method 2 in the first message of this thread. I could also not find webinterface.XWMM, so a bit more detail for windows 7: copy directory XWMM - for some of us its under: C:\Users\UserName\AppData\Roaming\XBMC\addons\XWMM and place it under: C:\Program Files (x86)\XBMC\addons\webinterface.default Then follow the last two steps of method 2: - Web interface : Default - open your browser to http://<your_XBMC_IP>:<port>/XWMM/index.html |