Kodi Community Forum
[Web Interface Addon] [Eden] XWMM - XBMC Web Media Manager - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (https://forum.kodi.tv/forumdisplay.php?fid=156)
+---- Thread: [Web Interface Addon] [Eden] XWMM - XBMC Web Media Manager (/showthread.php?tid=60643)



- tbird2340 - 2010-09-19

Running the Dharma beta and I unzipped the files into: C:\Program Files\XBMC\Web\XWMM\*.*..

When I go to http://localhost the XBMC web interface comes up fine.. When I go to http://localhost/xwmm/index.html I gets nothing..

Any ideas? Thanks


- slash - 2010-09-19

tbird2340 Wrote:Running the Dharma beta and I unzipped the files into: C:\Program Files\XBMC\Web\XWMM\*.*..

When I go to http://localhost the XBMC web interface comes up fine.. When I go to http://localhost/xwmm/index.html I gets nothing..

Any ideas? Thanks

Try with http://localhost/XWMM/index.html (XWMM in capital)


- slash - 2010-09-19

Soul Wrote:I'm now having problems with the Posters. If I select a movie no poster appears, save with TV etc.

XWMM is running on the mini under my TV and I'm browsing from my laptop. If I get the address of the image that's not displaying I get something like

http://mini:8765/XWMM/cache/Video/d/d5beabb5.tbn

Which just displays File not Found if I try to access it directly.

I'm on Dharma Beta 2 and using 1.8.6 of XWMM.

Thanks!

Make sure that /XWMM/cache has write access.

Didn't have a chance to upgrade to Dharma beta 2, but XWMM should still work.

/


- tbird2340 - 2010-09-19

Debug is my friend.. Had to put the XWMM folder in C:\Program Files\XBMC\addons\webinterface.default


- ppic - 2010-09-19

now that webinterfaces are addon, do you plan to add it to official repo ?


- Soul - 2010-09-19

Hey mate. I've done chmod -R 777 both XBMC/web/XWMM/cache and XBMC/addons/webinterface.default/XWMM/cache.

Still not showing any posters Sad


slash Wrote:Make sure that /XWMM/cache has write access.

Didn't have a chance to upgrade to Dharma beta 2, but XWMM should still work.

/



- slash - 2010-09-19

ppic Wrote:now that webinterfaces are addon, do you plan to add it to official repo ?

Thanks for the heads-up ppic, it wasn't in beta 1.

I'll submit it asap Rolleyes

/


New version 1.9.0 - slash - 2010-09-19

Hi,

- Merged the stable and svn into 1.9.0
- Removed the cache (not required anymore)

NOTE : changing fanarts and covers is broken (looking into it)

Also please note that XWMM addon is on the way (thanks again ppic)

/


- technojunkie - 2010-09-21

Thanks for writing this addon, it's quite useful for those of us who don't have any windows machines on our network.

I was wondering if you'd consider adding a feature to advertise the main page via zeroconf? Right now I've setup a surrogate advertisement on my server, but I have to ensure it runs when the addon is running and that gets a bit tedious.

The advantage to advertising, is that users won't have to worry about case-sensitivity, port number, or if the main page location changes. (assuming of course their browser has an implementation of dns-sd that lets them browse for advertised pages)


- slash - 2010-09-22

technojunkie Wrote:Thanks for writing this addon, it's quite useful for those of us who don't have any windows machines on our network.

Glad to see that XWMM is usefullCool

technojunkie Wrote:I was wondering if you'd consider adding a feature to advertise the main page via zeroconf? Right now I've setup a surrogate advertisement on my server, but I have to ensure it runs when the addon is running and that gets a bit tedious.

I'm not familiar with zeroconf. Could you point me to some links so I can evaluate if it can be done with XWMM ?

Thanks


- technojunkie - 2010-09-22

sure thing, I'll pull together some links...


*edit*
I'm sorry, my ignorance about how addons work is most definitly quite glaring. I was browsing through the source of this addon, and realised that you're probably not running an independent http server. (I'm now assuming that xbmc runs the web server and just points requests at the pages defined by the addons)

If that's the case then this request would go to xbmc rather than your addon. I'll dig through the code some more so I can identify where this should be done, sorry.


- slash - 2010-09-23

Hi,

Yes, XWMM uses XBMC embedded web server.
Actually, XWMM is only javascript files that you install under the XBMC web directory.

thx
/


- kri kri - 2010-09-23

Can we install this as an addon now?


- pricinosus - 2010-09-24

Hello
I just can wait XWMM to be in addon repo !!!!!!!
It would be more simple to install.

but till then.... I'm very confused
I'm on Dharma beta 2 on Lucid and I don't know what I am wrong?

This is the path:

/usr/share/xbmc/addons/webinterface.default/webinterface.XWMM/index.html

Huh?
If this is it, all I get in firefox here : "http://10.42.96.2:8080/XWMM/index.html" is "File not found"

When have accessed "http://10.42.96.2:8080/"
I got this:
"XBMC Webinterface
Now playing
Movies
TVShows
Albums
Development"

Tell me what is wrong Huh


......................
Just looking at containing of the folder /usr/share/xbmc/
and found /web/ put the containing of the zip there and renamed "webinterface.XWMM" to "XWMM" .
Hit reload broser button for "http://10.42.96.2:8080/XWMM/index.html" and redirect me to "http://10.42.96.2:8080/XWMM/movies/index.html" so.... IT WORKS !!!

So please in your first post, just edit instructions for those with Ubuntu Lucid and Dharma or maybe other Ubuntu users.

- correct path : /usr/share/xbmc/web/
here you have to unzip and then rename folder "webinterface.XWMM" to "XWMM"
also you have to be super user to make this changes

so your correct computer path is "/usr/share/xbmc/web/XWMM/index.html" for web path "http://10.42.96.2:8080/XWMM/index.html"

Also the guide for setting web server is outdated for dharma

Thank you again you are the best !!!!


- slash - 2010-09-24

Hi pricinosus,

Thanks for your comments. I've updated the first post.
/