EDL Help Request
#1
I can't get Kodi to recognize the EDL files on my main Kodi set-up.... however, it works just fine on my laptop.

Server: Windows 10 Pro, Kodi 18.9, running mysql for library
Laptop: Windows 10 Home, Kodi 18.9, fresh install with reference to server library/files only

They both have the same advancedsetting.xml to point them to the server's IP address to share the library and files:
<advancedsettings>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.0.200</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>####</pass>
  </videodatabase> 
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
  </videolibrary>
</advancedsettings>

When I look in the log with debug I see the same thing except the edl action are on the laptop version only, not the server.  Server shows no errors, it just skips the EDL steps.

Laptop Log (full log zusuxarita.kodi (paste)):
2021-02-24 14:41:52.664 T:4160   DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_PAUSE: 0
2021-02-24 14:41:52.664 T:19988   DEBUG: CEdl::ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: smb://192.168.0.200/Videos/Movies/Family Movies/The Terminator (1984) [1080p]/The Terminator (1984).mp4
2021-02-24 14:41:52.799 T:19988   DEBUG: CEdl::AddCut - Pushing new cut to back [01:22:09.000 - 01:22:32.500], 0
2021-02-24 14:41:52.800 T:19988   DEBUG: CEdl::ReadEdl - Read 1 cuts and 0 scene markers in EDL file: smb://192.168.0.200/Videos/Movies/Family Movies/The Terminator (1984) [1080p]/The Terminator (1984).edl

2021-02-24 14:41:52.800 T:19988  NOTICE: Opening stream: 1 source: 256
2021-02-24 14:41:52.800 T:19988  NOTICE: Finding audio codec for: 86018

Server Log (full log wicoyufaxa.kodi (paste)):
2021-02-24 16:48:54.753 T:9608   DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_PAUSE: 0
2021-02-24 16:48:54.753 T:8936  NOTICE: Opening stream: 1 source: 256
2021-02-24 16:48:54.753 T:8936  NOTICE: Finding audio codec for: 86018

It's odd to me that the "client-only" laptop works fine with the EDL edits, while the "server" can't see/use the edl files where are local to it.
Any ideas on where I should look next?
Reply

Logout Mark Read Team Forum Stats Members Help
EDL Help Request0