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)



- henrikyo - 2010-11-18

bah, i do want to fix my videos, but the save button is greyed out.

Want to fix so that i have taglines on all my movies, oh well, hoping for a update soon


new version 1.9.3 - slash - 2010-11-18

Hi,

Here is version 1.9.3 with bug fixes for :

-- Save button disabled
-- double-click on fanart allow to change fanarts

NOTES :
- Addon update will be available soon
- I'm still working on the watched flag issue and MySQL.

Thanks


- henrikyo - 2010-11-18

I still have a greyed out save button, dharma beta 4, default skin.

allow control of xbmc via http is enabled
and web interface is XWMM, i also have 1.9.3 enabled

get access to all my movies on http:IP etc, but when i change something, like the tagline, it cant save


- slash - 2010-11-19

henrikyo Wrote:I still have a greyed out save button, dharma beta 4, default skin.

allow control of xbmc via http is enabled
and web interface is XWMM, i also have 1.9.3 enabled

get access to all my movies on http:IP etc, but when i change something, like the tagline, it cant save

Hi,

Try changing a field and then click on a an other field in the form, the save button should become enabled. I will work on a better way (using keyup and keydown events) in the future.

Let me know
/


- MindTooth - 2010-11-19

Is it possible to scrape from IMDb directly, to update outdated movies or wrong ones?


Feature Request..... - hogfan - 2010-11-19

I didn't know where else to post this because it would be part of your existing interface if it saw the light of day. Here is VERY Rough mockup of what I would like to see. I have been following your other thread regarding a better web interface for "Eden", but we don't even have Dharma RC yet. I'd like the ability to create playlists and stream my music over HTTP. This way I could listen to my music at work instead of Pandora and all of it's ads. It could be called XBMC Web Media Streamer (XWMS) Smile

Image


Thoughts?

As you can see it uses much of what you already have in place.

-hogfan


- slash - 2010-11-23

MindTooth Wrote:Is it possible to scrape from IMDb directly, to update outdated movies or wrong ones?


For now you can only scan for new content in the file section.

/


Nice work! BUT ONE big Problem for non-English Users. Mess Code while update data - xhbl - 2010-11-24

Nice work! BUT ONE big Problem for non-English Users. That is mess code!
Can you add non-English (like chinese, japanese) support?
While using AJAX submit the XBMC command url request, it should be encoded for non-English value strings in XBMC commmd url, or it would be mess code accepted by XBMC server and wrriten to database.

XBMC command url such as:
http ://xxx:xx//xbmcCmds/xbmcHttp?command=execmusicdatabase(UPDATE album SET idArtist = "王菲", iYear = "1997", idGenre = "流行音乐", strAlbum = "畅游" WHERE idAlbum='10'
which contains non-English Chinese, if ajax directly request the url, the value string in the SQL will be mess code in the XBMC server. I think the url should be transcoded first before request.


- d3structivepyr0 - 2010-11-25

Great work! This is really useful. Just wanted to say thanks and suggest a feature. Not sure how difficult it would be, but if you could highlight multiple movies and select mark as watched, that would be awesome.

keep up the good work!


- slash - 2010-11-25

xhbl Wrote:Nice work! BUT ONE big Problem for non-English Users. That is mess code!
Can you add non-English (like chinese, japanese) support?
While using AJAX submit the XBMC command url request, it should be encoded for non-English value strings in XBMC commmd url, or it would be mess code accepted by XBMC server and wrriten to database.

XBMC command url such as:
http ://xxx:xx//xbmcCmds/xbmcHttp?command=execmusicdatabase(UPDATE album SET idArtist = "王菲", iYear = "1997", idGenre = "流行音乐", strAlbum = "畅游" WHERE idAlbum='10'
which contains non-English Chinese, if ajax directly request the url, the value string in the SQL will be mess code in the XBMC server. I think the url should be transcoded first before request.

You are absolutely right, Blush
I already some complains about that. Tried awhile ago but didn't succeed.

It is still in my bug list to fix any help would be appreciated.
/


- slash - 2010-11-25

d3structivepyr0 Wrote:Great work! This is really useful. Just wanted to say thanks and suggest a feature. Not sure how difficult it would be, but if you could highlight multiple movies and select mark as watched, that would be awesome.

keep up the good work!

Thanks for the nice feedback. Added to the feature requests.
/


- shinobigarth - 2010-11-28

i cant get TV show episode info to change properly, but movies seem to work for the most part. when i edit a TV episodes info, then reload the page to check, it goes back to what it originally was.

i mean once you get all the bugs worked out of this and it works consistently it will be very awesome and useful, especially for those of us who are sticklers about having all the metadata be perfect. Tongue


- slash - 2010-11-28

shinobigarth Wrote:i cant get TV show episode info to change properly, but movies seem to work for the most part. when i edit a TV episodes info, then reload the page to check, it goes back to what it originally was.

i mean once you get all the bugs worked out of this and it works consistently it will be very awesome and useful, especially for those of us who are sticklers about having all the metadata be perfect. Tongue

Hi,
I've just tried to change some fields in an episode and it worked for me. Could you provide more info, so I can replicate the problem ?

Tested successfully with firefox 3.6.12, XBMC Dharma RC1, XWMM 1.9.3
Changed fields episode : title, description, rating, director.

/


- shinobigarth - 2010-11-28

im using everything as you, FF 3.6.12, Dharma RC and 1.9.3.

i changed the title and edited a part of the description on an episode, clicked on save, it said it saved, then reloaded the page, went back to the episode and it hadnt changed.


- slash - 2010-11-29

Did you look into xbmc.log (debug enabled) for any error ?