![]() |
|
[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 |
- dn604 - 2010-01-14 06:30 One more suggestion, can you add an option to tag the Movie as Watched? Would save me some time as I'm just adding all my movies to the database, most have been watched so would like to tag them as such. - slash - 2010-01-14 06:55 dn604 Wrote:One more suggestion, can you add an option to tag the Movie as Watched? I'll try to add it quickly then
- dn604 - 2010-01-14 07:43 slash Wrote:I'll try to add it quickly then Hah, sorry I didn't mean it that way at all. I can add the watched flag whenever! - sandman4sure - 2010-01-20 10:06 I really like this program, especially because I'm on an iMac and the other programs don't work on Mac OSX. With the new SVN version, the files mode doesn't seem to work for me. It keep getting stuck at the loading screen (10%, now loading Volumes) - slash - 2010-01-20 13:52 sandman4sure Wrote:I really like this program, especially because I'm on an iMac and the other programs don't work on Mac OSX. Is it possible for you to use firefox and install firebug ? the scraper in the svn is still in early dev. stage - sandman4sure - 2010-01-20 13:53 slash Wrote:Is it possible for you to use firefox and install firebug ? the scraper in the svn is still in early dev. stage I have Firefox with Firebug. What information do you want me to search for? edit: ok there is still a script running for a long time. Here it says ext-basex.js row number 1029 I'll leave it running for a while, see if it goes somewhere. - slash - 2010-01-20 14:19 Excellent. in firebug console make sure you have XMLHttpRequest checked. You should see a serie of requests corresponding to the xbmc path browsing to build the tree view. - sandman4sure - 2010-01-20 14:22 Yes, there are literally thousands of request at ext-basex.js row number 1029 It's still working. Is this a one-time thing? It's already more than 20 minutes now - slash - 2010-01-20 14:26 sandman4sure Wrote:Yes, there are literally thousands of request at ext-basex.js row number 1029 Unless you have thousands of folders it should not take more than 2 minutes. I'm suspecting an infinite loop ![]() Could you copy paste one of the responses to one of those requests ? - sandman4sure - 2010-01-20 14:34 slash Wrote:Unless you have thousands of folders it should not take more than 2 minutes. I wish I could, but I can't pause the script so it keeps moving. This way I can't copy the response. Any idea how to do this? |