Kodi Community Forum

Full Version: [Web Interface Addon] [Eden] XWMM - XBMC Web Media Manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, I figured out my problem. I was using Chrome and nothing was showing up in any of the fields. Tried it on Firefox and it works. I somehow missed that on page 1. Now just waiting for genre management.
I'm running 12.1 using a MySQL database and is trying to edit the artist of an album, but it doesn't work? I write a new name and click "Save", then refresh the page, but it's still the same? Missing something or is it broken?
Looks like XWMM has been well and truly abandoned this time. It's a shame, this was the only decent metadata editor I've used. The rest are all kinda janky or don't offer all the functions I need.
(2013-08-21, 16:39)thejayarr Wrote: [ -> ]Looks like XWMM has been well and truly abandoned this time. It's a shame, this was the only decent metadata editor I've used. The rest are all kinda janky or don't offer all the functions I need.


Pretty much every other web UI I've tried is read only ... this let's you edit your database which is HUGE. :-)
I've found a bug on the 2.0.1 version for FRODO.

TVShow was not loading

i've modifed file '/tvshows/tvshow.js' line 67
add this :
Code:
if (v.fanart == undefined){return "";}
to prevent the same problem on banner, thumb, you may had :
same file, line 59
Code:
if (record.thumbnail == undefined){return "";}
and line 63
Code:
if (v.banner == undefined){return "";}
(2013-08-21, 16:39)thejayarr Wrote: [ -> ]Looks like XWMM has been well and truly abandoned this time. It's a shame, this was the only decent metadata editor I've used. The rest are all kinda janky or don't offer all the functions I need.

I really need this tool to work.
I was developping the same thing on my own.

I can debug this, and maybe maintain it for Frodo.

I found several error of undefined var for the files screen. trying to debug it.
(2013-08-28, 01:39)MokuJinJin Wrote: [ -> ]
(2013-08-21, 16:39)thejayarr Wrote: [ -> ]Looks like XWMM has been well and truly abandoned this time. It's a shame, this was the only decent metadata editor I've used. The rest are all kinda janky or don't offer all the functions I need.

I really need this tool to work.
I was developping the same thing on my own.

I can debug this, and maybe maintain it for Frodo.

I found several error of undefined var for the files screen. trying to debug it.
It's GPL3, as long as you comply with the license you are free to develop it further of course.
Sweet! I've been hoping someone would grab the reigns on this. It's really a great tool and seems to be the only one out there.
I have several problems, developer problems Rolleyes

it's using a framework that is unknown to me.
it's full java script, I'm php developer Undecided

i don't know all problems that has been reported, and i'm not reading 160 pages

Maybe i'll rename it, make a new post, bug track ...

But one thing i'm sure, i'm only making it for v12+

don't get me wrong, i'm working all day in front of a computer, i'm doing it because i want it, not because someone want it.Wink
Any chance to you add support for tag editing? (Frodo+ feature)
(2013-09-05, 08:09)tinybutstrong Wrote: [ -> ]Any chance to you add support for tag editing? (Frodo+ feature)

Sure. if i find it in JsonRPC Wink

I've already done it in PHP, but directly to mysql database Big Grin
Finally i've found why the file page is not working.

Two things (maybe more) are with the old HTTP API, and it's not working with Frodo anymore.

i've search trought JSONRPC API, and i've not found something that remplace it.

i'll made a post in JSONRPC forum, maybe i've missed something.

Since i've made some modification, you can download it from here
the 2.1.0 version on my Frodo (Ubuntu) has an error with the images. I am running XWMM in the webinterface.default folder. Everything works, except the images from the movies and the image for fanart. For the movie thumbnail the image source is being rendered as:

http://urltomyxbmc/image/http%3a%2f%2fcf...zFhTJM.jpg

in the urltomyxbmc the XWMM part of the url is missing. But if I change the url to http%3a%2f%2fcf2.imgobject.com%2ft%2fp%2foriginal%2fgaHo374RFbsDY9DJTFIgHzFhTJM.jpg
I see an image....

am I missing something ?

Edit: it looks like the port number 8080 is missing in the url.... maybe misconfiguration in my apache, but I can't find it Sad

So this is the url that works: http://urltomyxbmc:8080/image/http%3a%2f...zFhTJM.jpg

so, how i get apache convinced to also use the version without portnumber?
I've check the Url on my 12.0 windows, and it is :
Code:
http://192.168.1.12:8080/image/http%3a%2f%2fcf2.imgobject.com%2ft%2fp%2foriginal%2fn06kZdLBqfPLJcPtCPV2N7piYdN.jpg

i've no problem at all Huh

Ectholian Wrote:maybe misconfiguration in my apache, but I can't find it

I think you don't have anything to configure, in windows i haven't configure anything and it is working.

Honestly i don't understand how it works, i mean this is not a valid url Eek
I have merged all PR's to Frodo branch from @MokuJinJin and other contributers, Some Fixes to movie sets are only in Master until They are backported to Frodo but atm I dont know how to backport specific commits.

Some other fixes went in as well to master but given I dont understand coding and github fully, need to have PR's/fixes submitted to both branches were applicable.

Master branch IIRC was created from Frodo so any fixes in master ideally would be backported to Frodo branch but as above Im a bit clueless..

I managed to repeat same information 3 times hehe

(2013-06-30, 23:34)EWENEMENT1981 Wrote: [ -> ]Hi everyone
Does anyone know when "menage movie sets" will start working ?

Thank you

(2013-07-11, 14:21)migube Wrote: [ -> ]
(2013-06-30, 23:34)EWENEMENT1981 Wrote: [ -> ]Hi everyone
Does anyone know when "menage movie sets" will start working ?

Thank you

hoping for this too Smile

I still need to clean my whole DB and waiting for this to make it much easier than from the TV :-p
tx

(2013-07-11, 14:32)hurricane51 Wrote: [ -> ]Count me in. I've delayed the move to Frodo until this is working.

Some fixes for movie sets are in Master atm see https://github.com/slash2009/XWMM/pull/18

Until I find out how to backport PRs this fix is only is master for time being some other fixes for tv show stuff went in to Frodo and they dont exist yet in Master because like I said idk how to back-port/forward-port fixes individually.