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)



- slash - 2010-09-04

megacrypto Wrote:i will start playing around with it a bit and let you know, but one thing i noticed is that i can not reset the info from within the manager, i.e look up the movie on imdb or so and select a different one... i did the code for that some time ago if you would like i can send it to you (and i was using also extjs for the interface)

It will be interesting to integrate your code into XWMM.
you can post it here or send to me via private message

Thanks in advance for your contribution
/


- slash - 2010-09-04

Flomaster Wrote:running beta1
I was able to make some changes but had to repeatedly keep refreshing the page.

its like they were being stubborn and only a page refresh would allow one change at a time

-=jason=-

Could you post a debug log of xbmc (with pastbin) cause I can't replicate your problem (running Dharma beta 1 on Karmic)
Thanks in advance


- Flomaster - 2010-09-04

slash Wrote:Could you post a debug log of xbmc (with pastbin) cause I can't replicate your problem (running Dharma beta 1 on Karmic)
Thanks in advance

yeah let me turn on usb debugging in xbmc then try and log in using grooveshark

-=Jason=-

EDIT:here is my full debugging log with grooveshark debugging and xbmc debugging turned on
http://flomaster.pastebin.com/fjz8TZKM



- slash - 2010-09-05

Flomaster Wrote:yeah let me turn on usb debugging in xbmc then try and log in using grooveshark

-=Jason=-

EDIT:here is my full debugging log with grooveshark debugging and xbmc debugging turned on
http://flomaster.pastebin.com/fjz8TZKM

I don't see a query to change the genre for an album. It should look like :
Code:
DEBUG: HttpApi Start command: execmusicdatabase  paras: execmusicdatabase; UPDATE album SET idArtist = .....

Can you try with an other browser (firefox)


- kri kri - 2010-09-15

C:\Program Files (x86)\XBMC\web\XWMM

XBMC is running and I can get to the main web interface, but when I type in:

http://192.168.1.132/XWMM/index.html

It says "file not found"

Any ideas?


- zosky - 2010-09-15

kri kri Wrote:C:\Program Files (x86)\XBMC\web\XWMM

http://192.168.1.132/XWMM/index.html
It says "file not found"

i get the same thing on /XWMM/index.html ...
try /XWMM/movies/index.html


- Galefury - 2010-09-16

As I understand, with beta 2 the web interfaces are addons.


- Flomaster - 2010-09-16

with beta1 this worked
http://flomaster.homeip.net:8080/XWMM/movies/index.html
now it does not work, anyone with beta2 have XWMM working?

-=Jason=-


- BurningSky - 2010-09-16

The xbmc-web package was removed. Now you find it under /usr/share/xbmc/addons/webinterface.default/


- kri kri - 2010-09-17

What does that mean? Do I need to move some files around?


- OriginNG - 2010-09-17

BurningSky Wrote:The xbmc-web package was removed. Now you find it under /usr/share/xbmc/addons/webinterface.default/

Yes, that is true but not the cause of the problems. I run XBMC under windows and ran procmon while accessing http://localhost/XWMM/index.html and saw that the webserver tries to load C:\XWMM\index.html :mad:
Looks like a bug in the webserver.
Moving my XWMM folder to, yuck, C:\XWMM made it work but I hope it gets fixed in beta 3

Regards,

Joop


- BurningSky - 2010-09-17

kri kri Wrote:What does that mean? Do I need to move some files around?

Move the XWMM folder to the new location and it should work again. Tested on Ubuntu Lucid x64.


- Soul - 2010-09-18

Quote:Instructions:
- uncompress the zip file in your XBMC web folder

Um where is the web folder on a mac? I've looked in ~/Library/Application Support/XBMC and can't see anything obvious.

I'm running Dharma Beta 2....

Thanks!


- Soul - 2010-09-18

Ahh no found it - have to actually go into the Application itself Smile


- Soul - 2010-09-18

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!