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

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (/forumdisplay.php?fid=156)
+---- Thread: [Web Interface Addon] XWMM - XBMC Web Media Manager (/showthread.php?tid=60643)



- coendeurloo - 2010-04-28 22:29

I have an XBMCLive install and updated to the latest SVN, unpacked XWMM to usr/share/xbmc/web and it didn't work (error page in firefox). My normal webserver did work before unpacking but doesn't work anymore now (error page too), how can that be?


- slash - 2010-04-29 13:16

coendeurloo Wrote:I have an XBMCLive install and updated to the latest SVN, unpacked XWMM to usr/share/xbmc/web and it didn't work (error page in firefox). My normal webserver did work before unpacking but doesn't work anymore now (error page too), how can that be?

Hi coendeurloo,

I didnt' have the chance to test the latest SVN. I will try it this week-end.

Could you post the exact message you are getting from firefox ?


- slash - 2010-04-29 13:19

zilexa Wrote:I think all he means is to click a button that will generate a list of all movies, perhaps with the year to recognize movies with the same title. And maybe links to imdb or trailer. But not much more then a simple list/report as txt or rtf or html file.
I'll see if my issue happens again and get debuglogs. Maybe it only happens with firefox 363.

Hmm, never tried to generate a file on the desktop with JS, sounds fun to do Wink
I could look into generating one file with all the movies and another one for all the TV shows.

Would that be good enough ?


- kiboy6 - 2010-04-30 02:04

slash Wrote:Hmm, never tried to generate a file on the desktop with JS, sounds fun to do Wink
I could look into generating one file with all the movies and another one for all the TV shows.

Would that be good enough ?

yes- that would be more than good enough! The only extended info I would personally love to see included in such an export would an indication of the video quality (ie DVD /xvid/ HDx264).

Thanks!

slash Wrote:svn-174 have only watched / unwatched status display but you can't change it yet (I'm working on it).

that's great Smile - is there any plan to be able to view a list of only watched movies?

It's really only my "watched" movies, ie my keeper collection that I would love to export a list of as described above!

Thanks for all the great work - IMO this tool is utterly essential for pain free XBMC library management.


Can't update info.... - hogfan - 2010-04-30 05:19

I have been using the stable release of this tool and I love it. However, for some reason I am unable to make changes to movie info and write it back to the DB. I'm on Linux and I have set the permissions of /usr/share/xbmc/web to 777 recursively so that it is applied to all child objects of that root folder. Is there something special I need to do to allow XWMM to write the data back to the database? Whenever I try to update information I get the message saying the info was successfully updated, but if I browse to that movie again, the info has not changed. Any ideas? Thanks.

-hogfan


- slash - 2010-04-30 14:25

hogfan Wrote:I have been using the stable release of this tool and I love it. However, for some reason I am unable to make changes to movie info and write it back to the DB. I'm on Linux and I have set the permissions of /usr/share/xbmc/web to 777 recursively so that it is applied to all child objects of that root folder. Is there something special I need to do to allow XWMM to write the data back to the database? Whenever I try to update information I get the message saying the info was successfully updated, but if I browse to that movie again, the info has not changed. Any ideas? Thanks.

-hogfan

Could you send in pastbin your xbmc.log with debug enabled ?


- slash - 2010-04-30 14:29

kiboy6 Wrote:yes- that would be more than good enough! The only extended info I would personally love to see included in such an export would an indication of the video quality (ie DVD /xvid/ HDx264).

I'll look into it. With JavaScript you cannot write file to the Desktop (security restrictions).

kiboy6 Wrote:Thanks for all the great work - IMO this tool is utterly essential for pain free XBMC library management.

Many thanks for the encouragements Cool


Will do... - hogfan - 2010-04-30 17:58

I will post it up this evening and update this thread. Thanks for the reply.

-hogfan


- coendeurloo - 2010-04-30 23:16

slash Wrote:Hi coendeurloo,

I didnt' have the chance to test the latest SVN. I will try it this week-end.

Could you post the exact message you are getting from firefox ?

It's just a generic 'can't find the page', nothing specific that could help...same with the normal xbmc web page


- slash - 2010-05-01 12:20

coendeurloo Wrote:It's just a generic 'can't find the page', nothing specific that could help...same with the normal xbmc web page

try connecting to :

http://<your_XBMC_IP>:<port>/XWMM/index.html
or
http://<your_XBMC_IP>:<port>/XWMM/movies/index.html

also could you pasbin your xbmc.log in debug mode?