Kodi Community Forum
Release [Helix-Isengard] WiMM - Web interface Media Manager for Kodi - 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: Release [Helix-Isengard] WiMM - Web interface Media Manager for Kodi (/showthread.php?tid=188839)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19


RE: [Gotham/Helix] WiMM - Web interface Media Manager - un1versal - 2014-11-13

Are you clearing browser cache... haven't tested this with current nighties because xbmc as changed to kodi (was working at alpha 3/4 and I wonder if there is any dependency or change required.

Ill have a look later if its something I can do, else must wait for a developer to have a go if and when anyone has time.

Edit

try this

https://github.com/slash2009/XWMM/releases/tag/4.1.8-alpha1

Changed the json api to match Helix.

If that doesn't work please refer to https://github.com/slash2009/XWMM/wiki/F.A.Q.-Frequently-asked-questions#xwmm-is-not-working-or-i-found-a-bug-what-do-i-do

I did some tests and it works... any outstanding issues/bugs are either up on github or probably new unreported bugs.

And open an issue at the project github with the required information as described in the link I just porvided, that will help narrow this issue down.


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - kuzeth - 2014-11-14

Hey, I've been using XWMM for quite a few years now and love it!

However I've run into a problem. I had some free time and was planning on doing a clean install of my HTPC's XBMC install as I've been running into a few source related bugs and the like, so I've written down a step by step guide for myself to change all settings for bitstreaming, modified XML's and scripts, etc. I've hit a bit of a wall with getting XWMM to work. I've done the basics.. I'm not sure if its conflicting with my other XBMC instance or what is going on.

Download: https://github.com/slash2009/XWMM/releases/tag/v4.1.7-rc7
Install from zip file
Allow Control of XBMC Via HTTP - ENABLE
PORT: ****
Username: XBMC
Password: ********
Web Interface: XWMM

I then browse to http://<MYIP>:<PORT> and get nothing but errors. 403 forbidden being the favorite. Set up exactly like my HTPC's instance (which is working) using the same port and IP (besides the last number obviously). Both are using static IP's and verified as accurate.

I've also tried http://<MYIP>:<PORT>/view/movies.html

Any help would be great!


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - un1versal - 2014-11-14

Not without more information.

A full Debug log (wiki) <- click there.... from xbmc on pastebin when you doing this.

A full browser console output pastebin of also when you doing this.

See https://github.com/slash2009/XWMM/wiki/F.A.Q.-Frequently-asked-questions#wimm-is-not-working-or-i-found-a-bug-what-do-i-do on info how to get that browser console output.


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - kuzeth - 2014-11-15

Alright, don't mind me. I was doing this at about 4am last night, turns out I was using the wrong IP address haha. Working now, thanks for the reply uNiversal.


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - un1versal - 2014-11-15

Well, glad you sorted it out in the end..


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - un1versal - 2014-11-19

News

4.1.9 is available

Notable changes.

- Project has a new logo/icon, fanart and favicon, courtesy of samfisher
- XWMM has been renamed to WIMM
- Some minor bug fixes.

Gotham https://github.com/slash2009/XWMM/releases/tag/v4.1.9-alpha1

Helix https://github.com/slash2009/XWMM/releases/tag/v4.1.9-alpha2


WIMM v4.1.10 Released - fyfe - 2014-11-23

News

v4.1.10 is available:
  • Revert JSON API version to 6.14.3
  • Show placeholder artwork if no poster/fanart available for a movie
  • Add button to clear selected genres
  • Add repository to addon.xml for auto updates

Gotham & Helix - Download

Note: From v4.1.10 WIMM will automatically update as new versions are made available.

watch gallery



WIMM v4.1.11 Released - fyfe - 2014-11-23

News

v4.1.11 is available:
  • Add support for tags to TV shows
  • Add sort title for TV shows
  • Add content rating for TV shows
  • Sort TV shows by sort title

Gotham & Helix - Download


WIMM v4.1.12 Released - fyfe - 2014-11-23

News

v4.1.12 is available:
  • Massive clean up of the music section

Gotham & Helix - Download


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - LakersFan - 2014-11-24

You're on a roll! Thank you for the updates!


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - un1versal - 2014-11-24

@LakersFan incase you missed, after you install 4.1.10 it should now auto update within 6 hours


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - khaoohs - 2014-12-01

Installed WiiMM 4.1.12 for the first time. Where can I change the 'watched status' of a movie?


Change movie watched state - fyfe - 2014-12-01

Select the movie then right-click on it's title...

Image


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - khaoohs - 2014-12-01

@fyfe, thank you.


RE: [Gotham/Helix] WiMM - Web interface Media Manager for Kodi - khaoohs - 2014-12-03

When I tag my music, I use a semicolon ';' to separate my genre tags.This works well for foobar2000 and Kodi, they recognize the ; as a separator.

In WIMM, my genres look like this, " Electronic[object Object]Metal[object Object]Black Metal[object Object]Industrial[object Object]Ambient[object Object]Symphonic[object Object]Rock"

I assume WIMM is not interpreting the ';' correctly?


Also, can you display and edit the musicbrainz tag info from the database in WIMM?


I can create a git issue if that would be preferred.