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-10-30

ijourneaux Wrote:Was just trying out XWMM. Installed fine. I can load up the webpage in the browser fine.

Unfortunately when I click on the Movies button, the busy icon starts rotating and the interface never comes back.

I have a lrage media library. Perhaps it just takes a long time?

Take Care

If you have a large media library it will take longer (rotating icon) but it should not take too long.

Could you open your browser with :
http://<your_xbmc_ip>:<port>//xbmcCmds/xbmcHttp?command=queryvideodatabase(select movieview.idMovie, strFilename, c10, c00, strPath, c14, idFile, playCount, c07, sets.idSet, strSet FROM movieview LEFT OUTER JOIN setlinkmovie ON movieview.idMovie = setlinkmovie.idMovie LEFT OUTER JOIN sets ON setlinkmovie.idSet = sets.idSet)

copy the page source and post it here, using pastebin.com

/


- tyers - 2010-10-30

Hi,

Just updated to Beta 4 and installed this from the addon repo. Really good so far. Only had a chance to check out the movie info so far, but I'm having a little issue.

When looking at the list of movies, the movie sets icon and the watched status icons are shown on all movies - i know for a fact that they should not be.

I've tried this in both Safari 5.0 and Camino 2.0 on OS X and Firefox 3.6 on Vista and I'm getting the same issue across all 3 browsers.

Any Ideas?

Other than this 1 small issue this is looking like a fantastic tool.

Thanks


- slash - 2010-11-01

tyersch Wrote:Hi,

Just updated to Beta 4 and installed this from the addon repo. Really good so far. Only had a chance to check out the movie info so far, but I'm having a little issue.

When looking at the list of movies, the movie sets icon and the watched status icons are shown on all movies - i know for a fact that they should not be.

I've tried this in both Safari 5.0 and Camino 2.0 on OS X and Firefox 3.6 on Vista and I'm getting the same issue across all 3 browsers.

Any Ideas?

Other than this 1 small issue this is looking like a fantastic tool.

Thanks

I didn't have a chance to check XWMM with beta4. I'll look into it.
Thanks.

/


new version available 1.9.2 - slash - 2010-11-02

Changes :

- Fixes :
- Fixed genre list display was not always showing in TV Shows
- Fixed episode list not always showing
- Added :
- Scraper list is created dynamicly from installed add-ons
- Fanart display in Movie interface

Tested with Beta 4.
let me know
/


- tyers - 2010-11-02

Is this update in the addons repo, or will it require a manual update?

At work at the moment, but will test in Beta 4 when i get home.

Thanks


- tyers - 2010-11-02

Hi,

Still seeing the same problem with the movie sets and watched flags using 1.9.2 on Beta 4.

Any way that i can try and help identify the issue?


- slash - 2010-11-03

tyersch Wrote:Is this update in the addons repo, or will it require a manual update?

At work at the moment, but will test in Beta 4 when i get home.

Thanks

Not yet available with the official repo. Will submit this week.
Thanks
/


- slash - 2010-11-03

tyersch Wrote:Hi,

Still seeing the same problem with the movie sets and watched flags using 1.9.2 on Beta 4.

Any way that i can try and help identify the issue?

Strange, I have the same setup and don't have the issue.

- try to set the movie to unwatched (select movie, right-click) and refresh the page how does it come back ?
- try with movies by genre and recently added. Do you have the same issue ?

- Try this from a browser, copy-past the result source page using pastebin.
http://<ip_xbmc>:<port>/xbmcCmds/xbmcHttp?command=queryvideodatabase(select movie.idMovie, strFilename, strGenre, c00, strPath, c14, movie.idFile, playCount, sets.idSet, strSet FROM movie JOIN files ON (movie.idFile = files.idFile) Join path ON (files.idPath = path.idPath) LEFT OUTER Join genrelinkmovie ON (genrelinkmovie.idMovie = movie.idMovie) LEFT OUTER JOIN genre ON (genrelinkmovie.idGenre = genre.idGenre) LEFT OUTER JOIN setlinkmovie ON movie.idMovie = setlinkmovie.idMovie LEFT OUTER JOIN sets ON setlinkmovie.idSet = sets.idSet)

We are looking at the 7th field of each record (playcount) should be empty or 0 if not watched.


- tyers - 2010-11-03

Quote:- try to set the movie to unwatched (select movie, right-click) and refresh the page how does it come back ?

After a refresh the watch tick returns. Also does not update the watched status in the XBMC Movie Library,

Quote:- try with movies by genre and recently added. Do you have the same issue ?

Having the same issues in Movies by Genre.

Watched Status issue is still there under Recently Added, but the Movie Sets flagging is correct.

Quote:- Try this from a browser

http://pastebin.com/3sUGKYQu


Just a thought... Could this be linked to me using a MySQL database?

Cheers


- JRock - 2010-11-03

Looks like an awesome app!

Sorry if this is a n00b question. Does this Web Addon scape the media information such as fan art, movie posters, Tv/Movie info to the directories where the actual movies/tv shows are stored, like ember media manager or is it saved directly on the XBMC media box. I stream all my content from a Freenas server and kind like how each directory contains all the information. Not to mention it reduces the hassle of having to always re-scrape content when upgrades are done etc....


Thanks


Great stuff! - tiburcillo - 2010-11-03

This is a wonderful tool!

Just one thing: I can't seem to replace covers with for example locally stored images. Is this supported?

Thanks,
t


- slash - 2010-11-04

tyersch Wrote:http://pastebin.com/3sUGKYQu

Just a thought... Could this be linked to me using a MySQL database?

Cheers

Hi again,

your pastebin does not contain the XML tags (<record>, <field>, etc ..). You need to copy paste the source page : when you execute the url I gave you, go into view / page source, and copy that content into pastebin.

Also, do you have the watched tag set in the XBMC interface or just in XWMM ?

As for the MySQL question, I'm not sure as I use only the standard SQLite setup. May be someone else using MySQL could jump in.
Thanks


- ijourneaux - 2010-11-04

Here is the source code associated with the address you listed.

http://pastebin.com/Qk1ZprdV


- tyers - 2010-11-04

Quote:your pastebin does not contain the XML tags (<record>, <field>, etc ..). You need to copy paste the source page

Sorry. Didn't realise you wanted teh page source. will put this on paste bin when i get home from work.

Quote:Also, do you have the watched tag set in the XBMC interface or just in XWMM ?

Tags are set for the majority in XBMC, but the are 20+ that are unwatched. I've checked these ones in XWMM and they are set to watched.


- slash - 2010-11-04

tyersch Wrote:Sorry. Didn't realise you wanted teh page source. will put this on paste bin when i get home from work.

No problem.Wink