Kodi wakes hdds up

Hi, since a few days I'm testing with Kodi Krypton and got one issue: I've got a few video shares, they all assigned to different samba shares on my linux server. These samba shares are assigned to single hdds, which set to standby via hdparm. So, th...

Two Feature Suggestions

1) When playing a video and you pause, can we add a display of the weather to the left of the time/duration/finish info? 2) This same play bar mentioned in #1 shown when paused... Can we add an option to hide this temporarily? I really like this b...

Messy folder structure and movies library

Hi guys, happy to join community after over a year of lurking I have problem with proper movies library implementation. I use kodi for over a year now, but it's a first time I used this functionality. On my external drive connected to rsb3 I have th...

Favorites, (again)

Is there no simple way to add another "favorites" category? If I could just have 1 for movies and 1 for TV, that would be great! I'm aware of Super Favorites, but that's a lot more complex then I feel I need. Thanx.

Remote control on app Windows 10

Hi all. I have downloaded the Windows 10 app on my desktop PC. On my smartphone I have also downloaded the app for remote control (https://www.microsoft.com/it-it/store/p/...ggh4t892). I have setted my PC IP address on the app of the phone, but I can't...

Dialog Confirm Different Button Layouts

I'm currently coding DialogConfirm.xml and am trying to have different button sizes depending on whether it's an OK, Yes/No or Progress dialog. This is my code... Code:               &n...

Problem with TV input switching once move is loaded

Kodi 17.1 FireStick Whenever I select a movie to watch, once the movie loads and starts to play, the input selected for my firestick goes back to my Tv input. When I change the input back to my firestick (Kodi) it will go back to the tv input, The n...

XBox One + Raspberry Pi – single remote?

For high WAF I'd like to have a single remote that runs my xbox one and kodi running on a pi3. The Xbox one media remote runs kodi very well but the problem is that the back button on the remote leaves the tv app and the left button on the wheel bri...

Changing library location

Jarvis 16.1, on Win 10 I want to move all my music files from their current location to my brand new Synology SAN. I would rather not delete the current music source, and re-add it with the new location, and have to re-scrape everything. Searches here...

Apple TV 4. Audio problem with kodi

First time I experience this problem with audio and I'm sure it's about what version of kodi I'm having kodi 17. And just after I started forwarding a movie the sound became weak. Even if hit volume plus. Almost I heard nothing . I did fresh. Start ...

NFS and Fedora

I'm running Fedora 25 on a desktop PC. I have Libreelec with kodi 17 on my HTPC. Desktop PC has NFS shares yet when the firewall is on the HTPC can't access. I've turned off the firewall and everything works but I would prefer to have a firewall on. ...

Looking for a way to get kodi pictures through the API

Hi all

I'm looking for a way to display pictures (png/jpg) in a table in a angularJS open source remote.
The remote: https://github.com/gabriel-detassigny/kodi-angular

There's lists created already in the remote and I wanted to use the code structure to create a simular list for pictures.
However, I can't seem to find the proper methods on: http://kodi.wiki/view/JSON-RPC_API/v6 to do the trick.

There's some working code for Music, taken from the remote:

Code:
artists: function(artistNum, size) {
      var deferred = $q.defer();
      KodiWS.send('AudioLibrary.GetArtists', { properties: ['genre'], sort: { method: 'artist' }, limits: { start: artistNum, end: artistNum + size }}).then(function(data) {
        deferred.resolve(data);
      });
      return deferred.promise;
    },

However, I'm not finding any examples for Pictures here: http://kodi.wiki/view/JSON-RPC_API/Examp...libraries.
Or anywhere else... Tried to achieve something simular via the http://kodi.wiki/view/JSON-RPC_API/v6#Fi...ileDetails method, but alas, no success.

So yeah, if anyone could offer any pointers here, that would be just great.

Thanks in advance.

[Amazon Fire TV] KODI Launcher/ Updater/ Installer

Hello all, I have created in my free time a little Android TV/ Amazon Fire TV application. It is especially helpful for every Fire TV devices as it features the following feature set: * Check the system architecture in the background * Download lates...