OpenELEC Testbuilds for RaspberryPi Part 2
(2014-01-26, 23:26)popcornmix Wrote: This is the logic that determines if EDL file is opened:
Code:
/*
   * Only check for edit decision lists if the movie is on the local hard drive, or accessed over a
   * network share.
   */
  if ((URIUtils::IsHD(strMovie)  ||
       URIUtils::IsSmb(strMovie) ||
       URIUtils::IsNfs(strMovie) ||
       URIUtils::IsAfp(strMovie))         &&
      !URIUtils::IsPVRRecording(strMovie) &&
      !URIUtils::IsInternetStream(strMovie))
  {
    CLog::Log(LOGDEBUG, "%s - Checking for edit decision lists (EDL) on local drive or remote share for: %s",
              __FUNCTION__, strMovie.c_str());

I've added an extra debug log message to newclock3 to see if this code is rejecting the EDL check. IsSmb should be true for you and IsPVRRecording/IsInternetStream should be false.
Should be able to confirm that in a future build.

Great, thanks. Keep me posted once a build comes out that includes this and I'll try it right away (EDL support is very important for me as I use SageTV to record TV, comskip to generate the .EDL files, and then I playback those SageTV with related .edl files in XBMC).


Messages In This Thread
AW: RE: - by DieterLumpen - 2013-07-29, 20:50
include guires switch? - by hpbaxxter - 2013-08-01, 21:46
RE: dual audio?? - by pootler - 2013-08-03, 17:13
Help, watch 3D Film on Non 3D TV - by unix72 - 2013-08-09, 12:39
Remote Controllers - by tfft - 2013-08-14, 09:11
rbej repeatable crash - by RichG - 2013-08-19, 12:43
New Tester - by theneverstill - 2013-10-03, 17:16
[split] missing subtitle stream - by Jönke - 2014-01-08, 21:03
3D Support - by michbeck100 - 2014-01-11, 01:01
No sound on Gotham builds - by URBANsUNITED - 2014-01-13, 15:19
RE: OpenELEC Testbuilds for RaspberryPi Part 2 - by LehighBri - 2014-01-27, 02:44
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 223