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)



- zilexa - 2010-05-03

Wow can't wait to test this!


- slash - 2010-05-04

zosky Wrote:a few minor bugs with the new export feature...
  • the unwatched button pulls up the watched list
  • the 'release' column is "undefined" for any unwatched movies
    (properly filled in when looking at the watched list & a mixed bag when looking at all )

Confirmed I'll fix it ASAP, Thanks.

zosky Wrote:also what about the option to hide nfo's ?
(hope im not being a pest, i know its on your list)

EDIT: also some type of SWF wrapper to play the FLV trailers plz
(again i think its on your list. right now chrome & ffox download the flv)

Yep, they are in my to do list but not a priority right now Sad
I want to finish the scraper control interface and add NFO support.

You're not a pest, these feature requests show that XWMM is useful and encourages me to continue the development Rolleyes

Thanks again


- slash - 2010-05-04

zosky Wrote:
  • the unwatched button pulls up the watched list
  • the 'release' column is "undefined" for any unwatched movies
    (properly filled in when looking at the watched list & a mixed bag when looking at all )

Should now be fixed in SVN-1.7.5 and stable 1.5.1. Please re-download.
Sorry about that Blush


Debug log - hogfan - 2010-05-04

Ok, well it looks like my is was with permissions after all. When I tested updating a field after changing permissions, I did not refresh the page. I just tested again, adding new text and saving it back out. I clicked on a different movie in the list and then clicked back again and nothing had changed. However, when I hit refresh in my browser and checked it again, the info was upated in XWMM. So my question is: Is there a way for XWMM to re-query a specific movie once you make an update without having to reload the page, re-querying the entire DB? Thanks.

-hogfan


- m404 - 2010-05-04

XBMC r28256 on OSX 10.6.3 , XWMM svn175

results in a simple crash the moment i try to point my browser to XWMM (NB: XBMC crashes, ofc).

any need for some debug logs or whatever? or is this a known issue with the two versions i'm using?


- slash - 2010-05-04

m404 Wrote:XBMC r28256 on OSX 10.6.3 , XWMM svn175

results in a simple crash the moment i try to point my browser to XWMM (NB: XBMC crashes, ofc).

any need for some debug logs or whatever? or is this a known issue with the two versions i'm using?

I use r28256 on windows for testing and it works perfectly.
Could you post (with pastebin or equiv.) your xbmc.log with debug enabled ?
Also what browser version are you using ?


- slash - 2010-05-04

hogfan Wrote:Ok, well it looks like my is was with permissions after all. When I tested updating a field after changing permissions, I did not refresh the page. I just tested again, adding new text and saving it back out. I clicked on a different movie in the list and then clicked back again and nothing had changed. However, when I hit refresh in my browser and checked it again, the info was upated in XWMM. So my question is: Is there a way for XWMM to re-query a specific movie once you make an update without having to reload the page, re-querying the entire DB? Thanks.

-hogfan

When you click save the xbmc database is updated via HTTP API and the DOM object in the browser is also updated so no need to re-query the DB.

In your case, it seems that the DOM object is not updated (local to your browser).

What browser/version are you using? Any error message in the browser Console log?


- Gunslinger - 2010-05-20

Great tool! My only request is to add actor edit support. I'd like to remove actors and add when they're not included. For instance, Brad Pitt isn't included in 12 Monkeys.

Thanks!


- slash - 2010-05-20

Gunslinger Wrote:Great tool! My only request is to add actor edit support. I'd like to remove actors and add when they're not included. For instance, Brad Pitt isn't included in 12 Monkeys.

Thanks!

Thanks Gunslinger,

Adding should not be difficult.
removing them raise the question :
- Remove them from a specific movie or from all movies (remove actor from database) ?

I could do the same as in genres but this will requires to remove a specific actor from all the movies one by one before being able to remove it from the database.


- Gunslinger - 2010-05-20

Hi Slash,

Thanks for responding so quickly.

The end result I'm looking for is when searching by actor, it isn't a list of 10,000.

I think it would work best if done something similar to the genre list. Tick the checkbox next to the actor name you want showing. This would just remove it from the movie, not the entire database. Of course, ultimately, that would remove that name from the database when all movies with that actor has been unchecked from every movie. Just like the genre list.

I've looked at the code for the genre and actors page and it shouldn't be too difficult. I'm not real familiar with js script, or I'd attempt it myself. I'd be happy to give it a try if you'd give me a little guidance.

Thanks.


- d03j - 2010-05-21

Hi Slash,

I downloaded XWMM1-5-1.zip and unzipped it into /usr/share/xbmc/web/ but I get nothing when I try to browse http://<IP:port>/XWMM/movies/index.html

The XBMC remote control works without any problems on http://<IP:port>, everything under /usr/share/xbmc/web/XWMM is chmoded to 755 and /usr/share/xbmc/web/XWMM/cache is 777.

The contents of http://<IP:port>/XWMM/movies/index.html is http://pastebin.com/xKKpX5DW

Can you help me?

Thanks.


- slash - 2010-05-21

d03j Wrote:Hi Slash,

I downloaded XWMM1-5-1.zip and unzipped it into /usr/share/xbmc/web/ but I get nothing when I try to browse http://<IP:port>/XWMM/movies/index.html

Can you help me?

Thanks.

Hi d03j,

few things you can try:
- do you see any errors in the browser error console (for firefox : go to tools)
- post your xbmc.log with pastebin
- try installing the XWMM svn version

Let me know


- slash - 2010-05-21

Gunslinger Wrote:Hi Slash,

I've looked at the code for the genre and actors page and it shouldn't be too difficult. I'm not real familiar with js script, or I'd attempt it myself. I'd be happy to give it a try if you'd give me a little guidance.

Thanks.

If you want to play around here are some tips:

- create a similar window like the genre management for the actors management (look in genre.js)
- change the actor gridpanel to a grid editor
- the ajax requests are stored in the xbmc.js file under XWMM directory

I will look at it this week-end but can't promise it will be completed. I'm designing the music management interfaceBig Grin


- d03j - 2010-05-23

slash Wrote:Hi d03j,

few things you can try:
- do you see any errors in the browser error console (for firefox : go to tools)
- post your xbmc.log with pastebin
- try installing the XWMM svn version

Let me know

Hi Slash,

I was trying to find a way to copy the whole error console messages when it occurred to me that maybe I should allow cookies from my xbmc box. Smile

It works like a charm! THANK YOU!

Now for feature suggestions:
+ I know you are already working on controlling the xbmc scrapper - are you planning to include searching for fanart and posters?
+ a generate nfo/tbn option mass or individual title/folder
+ as well as an import from nfo/tbn

Thanks again!


- weldon - 2010-05-23

slash Wrote:I use r28256 on windows for testing and it works perfectly.
Could you post (with pastebin or equiv.) your xbmc.log with debug enabled ?
Also what browser version are you using ?

Are you using the full path or just to XWMM? I had this problem but the resolution was changing from
http://192.168.1.201:8080/XWMM/
http://192.168.1.201:8080/XWMM/index.html