disable Comm Skip / EDL files

Comm skip isn't always perfect or at least not for me. Actually let me rephrase that... it always works for me lol its all the weird trash tv shows my g/f watches that don't work perfectly with all their weird commercial breaks haha. In wmc I have a ...

KOdi 17 beta problem with smb

I have install Kodi 17 beta 3 on my shield tv but windows network smb not work. I can not add my files from the pc. Whene i push windows network smb i get only a not found. With Kodi 16 i dont have this problem.

Movie Playback in Jarvis

Hi, I am very new to Kodi so I do not know all of the tricks. I have ripped a number of blu ray movies using AnyDVD and MyMovies. While most playback without a problem I have about 10 that do not. I click on the movie and nothing happens. I get an e...

Level up and All albums in Music section

Hi! When entering in albums from an artist you can have an icon for Level up and other for All albums before the list of albums. Is there any way that could be used with conditional visibility so as to know if you are in one or another? I tried with !L...

Restoring Skin Settings

Hi, I'm having an issue restoring skin settings on one of my devices. I successfully done this on two other devices but this last one is giving my issues. Basically when I try to select a skin backup file, I can only select two network locations, .T...

3D media icons

Been tinkering in photoshop making up some 3D media icons. The source images in most instances are the color icons packaged in several skins. No idea who to credit but a big thanks. It certainly made things a lot easier. Most of my library is covere...

Fastforwarding live TV which is paused crashed Kodi

When Live TV is paused for a few minutes and then fastforwarding is used to catch-up to realtime, kodi crashes the moment it reaches realtime. Using Latest Kodi 17 nightly build on Windows7, and using latest dvblogic tv-server with two HD-Homerun quad...

No Auro3D Passthrough

While playing my original bluray with the movie Pixels and Auro3D sound selected, i noticed my Denon X5200W only receives 5.1 channels from Kodi while the Auro3D-stream contains 11.1 channels in this movie. Using PowerDVD 15 the sound gets passed th...

Changing individual movie paths

I'm running an SQL server for my movie database and I'm trying to update it manually so that it reflects the movie files that I've moved.
So for example my folders start with:

Code:
\Movies1
     \1.mkv
     \2.mkv
     \3.mkv
     \4.mkv

\Movies2
     \a.mkv
     \b.mkv
     \c.mkv
     \d.mkv

and folders now look like:

Code:
\Movies1
     \3.mkv
     \4.mkv

\Movies2
     \1.mkv
     \2.mkv
     \a.mkv
     \b.mkv
     \c.mkv
     \d.mkv

Now in the SQL database, I have updated the movie.c22 column to the correct string/filepath however the movie path isn't recognised when playing "1.mkv" in Kodi. I believe this is because in movieview.strPath it still shows it as the old path/folder "Movies1". I can't use an update query on this view because it is a join off the path table and it will change the entry of "Movies1" to "Movies2" which will then make 3.mkv and 4.mkv unplayable.

Does anyone know how to recreate or "refresh" the movieview view to show the correct strPath without modifying the path table?

Edit: The reason I'm doing this manually on the SQL database is because I'm moving a heap of files and don't want to rescrape the metadata as well as lose my watched/unwatched statuses. I'm also running a multiuser database so if I rescrape the movie, other users' watched statuses of that movie would need to be saved and re-imported. Therefore if I can just modify the master tables, none of the user tables will have to be touched.

What is a good skin to get started?

Hi there fellow Kodi developers, A year ago, I started looking at creating my own Kodi skin, and I was looking at Hitcher's excellent Foundation skin. Things happened, and I had to pause my work for a while. However now I am ready to pick it up. I w...