[mythtv-commits] mythtv/master commit: 2fa00e745 by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Wed Feb 22 06:43:11 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-02-21T22:07:54-08:00
   Push Date:  2012/02/21 22:42:40 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  2fa00e745deff33d2a342fca367ba15bdc62fa96
   Changeset:  https://github.com/MythTV/mythtv/commit/2fa00e745

Log:

Fix bluray playback when path to bluray mountpoint contains a trailing /

Bluray playback started from either mythfrontend or mythavtest would fail if the path provided contained a trailing / (such as /media/cdrom0/).
Issue lied with ProgramInfo::GetPlaybackURL() trying to find if the file was local. Now do not attempt any file path processing if the URI is for DVD or BD playback

Fixes #10340 (Part 1)

Modified:

   mythtv/libs/libmyth/programinfo.cpp
   mythtv/programs/mythfrontend/main.cpp



More information about the mythtv-commits mailing list