![]() |
|
[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 |
- coendeurloo - 2010-04-28 22:29 I have an XBMCLive install and updated to the latest SVN, unpacked XWMM to usr/share/xbmc/web and it didn't work (error page in firefox). My normal webserver did work before unpacking but doesn't work anymore now (error page too), how can that be? - slash - 2010-04-29 13:16 coendeurloo Wrote:I have an XBMCLive install and updated to the latest SVN, unpacked XWMM to usr/share/xbmc/web and it didn't work (error page in firefox). My normal webserver did work before unpacking but doesn't work anymore now (error page too), how can that be? Hi coendeurloo, I didnt' have the chance to test the latest SVN. I will try it this week-end. Could you post the exact message you are getting from firefox ? - slash - 2010-04-29 13:19 zilexa Wrote:I think all he means is to click a button that will generate a list of all movies, perhaps with the year to recognize movies with the same title. And maybe links to imdb or trailer. But not much more then a simple list/report as txt or rtf or html file. Hmm, never tried to generate a file on the desktop with JS, sounds fun to do ![]() I could look into generating one file with all the movies and another one for all the TV shows. Would that be good enough ? - kiboy6 - 2010-04-30 02:04 slash Wrote:Hmm, never tried to generate a file on the desktop with JS, sounds fun to do yes- that would be more than good enough! The only extended info I would personally love to see included in such an export would an indication of the video quality (ie DVD /xvid/ HDx264). Thanks! slash Wrote:svn-174 have only watched / unwatched status display but you can't change it yet (I'm working on it). that's great - is there any plan to be able to view a list of only watched movies? It's really only my "watched" movies, ie my keeper collection that I would love to export a list of as described above! Thanks for all the great work - IMO this tool is utterly essential for pain free XBMC library management. Can't update info.... - hogfan - 2010-04-30 05:19 I have been using the stable release of this tool and I love it. However, for some reason I am unable to make changes to movie info and write it back to the DB. I'm on Linux and I have set the permissions of /usr/share/xbmc/web to 777 recursively so that it is applied to all child objects of that root folder. Is there something special I need to do to allow XWMM to write the data back to the database? Whenever I try to update information I get the message saying the info was successfully updated, but if I browse to that movie again, the info has not changed. Any ideas? Thanks. -hogfan - slash - 2010-04-30 14:25 hogfan Wrote:I have been using the stable release of this tool and I love it. However, for some reason I am unable to make changes to movie info and write it back to the DB. I'm on Linux and I have set the permissions of /usr/share/xbmc/web to 777 recursively so that it is applied to all child objects of that root folder. Is there something special I need to do to allow XWMM to write the data back to the database? Whenever I try to update information I get the message saying the info was successfully updated, but if I browse to that movie again, the info has not changed. Any ideas? Thanks. Could you send in pastbin your xbmc.log with debug enabled ? - slash - 2010-04-30 14:29 kiboy6 Wrote:yes- that would be more than good enough! The only extended info I would personally love to see included in such an export would an indication of the video quality (ie DVD /xvid/ HDx264). I'll look into it. With JavaScript you cannot write file to the Desktop (security restrictions). kiboy6 Wrote:Thanks for all the great work - IMO this tool is utterly essential for pain free XBMC library management. Many thanks for the encouragements
Will do... - hogfan - 2010-04-30 17:58 I will post it up this evening and update this thread. Thanks for the reply. -hogfan - coendeurloo - 2010-04-30 23:16 slash Wrote:Hi coendeurloo, It's just a generic 'can't find the page', nothing specific that could help...same with the normal xbmc web page - slash - 2010-05-01 12:20 coendeurloo Wrote:It's just a generic 'can't find the page', nothing specific that could help...same with the normal xbmc web page try connecting to : http://<your_XBMC_IP>:<port>/XWMM/index.html or http://<your_XBMC_IP>:<port>/XWMM/movies/index.html also could you pasbin your xbmc.log in debug mode? |