• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 19
Release [Helix-Isengard] WiMM - Web interface Media Manager for Kodi
#1
Information 
News

XWMM has been renamed to WIMM and has a new logo/icon/fanart by Samfisher.

NOTICE From Build 4.1.10 new repository system has been added, if you install this version or later, you should get autoupdates to the addon within 6 hours of it being posted.

WIMM 4.x is now a DEAD horse, see http://forum.kodi.tv/showthread.php?tid=...pid2212509 for more information



Introduction

WIMM is a cross platform tool to manage the XBMC/Kodi Media Database. It is completely web based, so you don't need to install anything on your workstation to manage your media.

This tool is intended to facilitate the use of the XBMC/Kodi media management features (media infos, media categorization, scraping, etc ...)



We are looking for bug reports, suggestions, feature requests and developers. Wink

Thanks in advance for your input.

Slash2009

Project note: This is still slash's project and I've been helping around with github maintenance/issues etc.. for XBMC v12.3 - please find old thread here

Note:
It is recommended to make a copy of your Kodi/XBMC video database before using it (MyVideos##.db Mymusic##.db) located in your userdata (wiki).

Development
WIMM is developed via GIT, please visit the project page for more information.

watch gallery



Requirements :

- Internet Browser : tested with Firefox 16.0.x and Newer and Chrome (Internet Explorer not fully supported it has debug support now since 4.1.0)
- Kodi Helix v14.x or Kodi v15.x Isengard

Current available Features:
- Manage Movies, TV Show and Music databases
- Manage Genres, Covers and Fanarts
- Manage movie sets, create add, remove
- Manage Cast (actors)
- Manage Music
- Quick search
- HTML export for Movies List (all / watched / unwatched / rating)
- Display video flags
- Manage watched / unwatched status
- Control scraper ("scan for new content" and update XBMC library)
- Browse video sources and search un-scraped files
- MySQL Support (Reported working by hetas)

Downloads

Latest version of 4.x - for v14 Helix - http://kodi.neptune-one.net/addons/helix...face.WIMM/

Latest Version of 4.x - for v15 Isengard - http://kodi.neptune-one.net/isengard/

Latest Version of 5.x - for v14 Helix - Rewrite and work in progress - http://kodi.neptune-one.net/addons/helix...e.wimm-ng/ (need to change the addon.xml to work in Isengard)
Code:
Change from

<extension
    point="xbmc.gui.webinterface"/>
<extension>

Change to:

<extension
    point="xbmc.webinterface"/>
<extension>

Installation via zip file only atm.
See HOW-TO:Install an Add-on from a zip file (wiki)

Instructions:
Method 1: (WIMM will be the only web interface) -- 4.1.11 or newer required fr this)
- Go to System > Add-ons > Get Add-ons > WIMM Add-on Repository > Web interface
- Select WIMM
- Go to System > Settings > Network > Services:
- Allow control XBMC via HTTP
- Web interface : WiMM
- open your browser to http://<your_Kodi_IP>:<port>

Method 2 : (if you use multiple web tools)
- Go to System > Add-ons > Install from zip file
- Select the downloaded Download webinterface.WIMM-x-x-x.zip file and unzip it
- Copy webinterface.WIMM in the user directory to webinterface.default/WiMM in the XBMC directory
- Go to System > Settings > Network > Services:
- Allow control XBMC via HTTP
- Web interface : Default
- open your browser to http://<your_XBMC_IP>:<port>/WIMM/index.html

Limitations / Know issues :
- Image (fanart and covers) upload is not supported yet (work in progress)
- Change thumbnail and fanart not supported for TV Shows
- Image (fanart and covers) upload is not supported yet (work in progress)
- Files tab doesn't work. (Support removed due to it being utterly broken)
- Manage Cast (actors) On the to do list
- Browse video sources and search un-scraped files Not supported/never will again
- Control scraper ("scan for new content" and update XBMC library) -- issue requires (press refresh on interface side for status to update is necessary for now.)


Useful Links

* [Current WIMM's existing issues and requests]

* [Make a bug reports / Make a feature request]

* [F.A.Q. - Frequently Asked Questions]

All other discussions about WiMM should remain here forums.

What If I would like to add some feature or fix a bug?

The idea is to fork this repo work on your changes and make a pull request (PR) to the master branch, it should contain some of the following:

* What the patch addresses, if its a bug-fix a feature or improvement or something else.
* Any comments in code for what is not immediately obvious.
* Corresponding version bumps and changelog entries.

WiMM needs your help! Are you a talented or curious developer? Please join WIMM project and help make WIMM the nr#1 web media manager and perhaps more Wink
#2
I am having a bit of trouble installing this currently.
I have downloaded the XWMM-4.0.1-master.zip and go to install from zip but when I choose it, it says dependencies not met. I am most likely making some stupid mistake but I'm not sure what haha.

EDIT- I am an idiot I downloaded the Gotham version not Fodo
#3
Ok, I downloaded the zip to my home directory, and selected install.

I now have a XWMM-4.0.1-master directory in my ~/.xbmc/addons folder.

Now what?

Where is the webinterface.XWMM from the instructions?
#4
Have you done:

- Go to System > Settings > Network > Services:
- Allow control XBMC via HTTP
- Web interface : -> change this to XWMM
- open your browser to http://<your_XBMC_IP>:<port>/XWMM/index.html
#5
Yes. I get a simple webpage with 'file not found'. I haven't copied anything anywhere, just installed the *.zip.

I'm running stock Gotham XBMCBuntu.
#6
Well, idk what that means, but it looks like you done something odd., it works here quite well.

Use a modern browser, Not Internet Explorer.

So when you go into Web_interface (wiki)

http://<your_XBMC_IP>:<port>/addons/ is XWMM listed there? Screenshot pls.

A debug log off of xbmc would also be helpful and screenshots of any errors too.

All fails download the https://github.com/slash2009/XWMM/archive/v4.0.1.zip and install according to HOW-TO:Install_an_Add-on_from_a_zip_file (wiki) and reconfigure xbmc properly.
#7
>is XWMM listed there?

Yes.

Clicking on it takes me to the interface at : "http://xx.xx.xx.xx:8080/addons/webinterface.XWMM/movies/index.html" and it appears to be working.

Thanks!

Edit : Some art is not there, and I would *love* a quick way to set the watch flag. I'm sure these are known issues?
#8
Watched flag works properly for both Movies and shows.

Art setting/choosing/changing is not working yet (listed known issue see list on main post) as no one has worked on or submitted such fixes/additions yet.

If someone fixes, adds or restores any functions not known working, I'll be happy to merge and release such work. Wink
#9
Does this tool allow to not just edit the path of a movie one by one but also doing a search and replace amongst all movies in the database, e.g. changing all smb://server/d/movies to smb://server/e/hd-movies?
#10
Founded official thread..

Question.. how about movie tag?
#11
@pigeli

idk about path changes if they work of not as you expect. Il need to look at that and see how its intended if at all. But Im juts a user like you not a dev. Autofix path is a broken feature. And there is no one working on these that I know of.

@Bazzu85

Like I said I dont think tags are supported, XWMM needs to have people who can understand .js and jsonrpc to help fix current bugs and or add new features.

Please visit https://github.com/slash2009/XWMM for more information and look at source code and see if you can help us. XWMM was fixed by users and is chugging away slowly because of such contributions, the more the merrier. Wink
#12
(2014-03-29, 23:47)uNiversal Wrote: @pigeli

idk about path changes if they work of not as you expect. Il need to look at that and see how its intended if at all. But Im juts a user like you not a dev. Autofix path is a broken feature. And there is no one working on these that I know of.

@Bazzu85

Like I said I dont think tags are supported, XWMM needs to have people who can understand .js and jsonrpc to help fix current bugs and or add new features.

Please visit https://github.com/slash2009/XWMM for more information and look at source code and see if you can help us. XWMM was fixed by users and is chugging away slowly because of such contributions, the more the merrier. Wink

Hope someone improve functionality..
Thx for the reply.. ;-)
#13
Not likely, I hope so too for much of many things, XWMM needs people to work on these things and technically there are no developers I know working on any of these things. Slash is a bit MIA and the others come and go as real life allows.

When I say XWMM needs developers Im not exaggerating.
#14
I know..

I'm a Cobol developer..and don't have much time to dedicate to other languages..
Sorry
#15
Please update the OP to say if it supports SQL shared library or not?
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 19

Logout Mark Read Team Forum Stats Members Help
[Helix-Isengard] WiMM - Web interface Media Manager for Kodi1