[Rejected] BUG on Usertsp after build 23685, can't play a started recording from the begining (1 Viewer)

iosub

Portal Pro
April 26, 2006
573
30
San Sebastian
Hi

after Build 23685,
Revision: 23685
Author: johnzered
Date: 13:07:35, sábado, 26 de septiembre de 2009
Message:
Additional fix for #2420 and #2435, applied the same fixes if the recording is started from TV Guide or Scheduled Recordings
----
Modified : /trunk/TvEngine3/TVLibrary/TVDatabase/Recording.cs
Modified : /trunk/TvEngine3/TVLibrary/TvPlugin/TvPlugin/TVScheduler.cs
Modified : /trunk/TvEngine3/TVLibrary/TvPlugin/TvPlugin/TvGuideBase.cs


after the above change, you can't play a started recording from the begining from guide (multisite)

Steps to reproduce the problem:
1.- Change on mediaportal.xml usertsp="No"
2.- Start Mediaportal
3.- Go to guide, select a show that is recording
4.- You get "error audio codec...."

Log:
2009-10-11 19:38:26.171863 [Debug][MPMain]: TvFullScreen: IsSingleSeat - RemoteControl.HostName = PERIKO / Environment.MachineName = IOSUBW7
2009-10-11 19:38:26.172861 [Info.][MPMain]: TvScheduler Play:C:\Grabaciones\unknown_12.ts - using rtsp mode:False

as you can see on the log, the file name should be \\periko\c\Grabaciones\unknown_12.ts but is C:\Grabaciones\unknown_12.ts, the client does not have access to the file.

The patch does the same thing that tsrecorded.cs, use the function " fileName = GetFileName(card.RecordingFileName);"

I have modify

Modified : /trunk/TvEngine3/TVLibrary/TvPlugin/TvPlugin/TVScheduler.cs
Modified : /trunk/TvEngine3/TVLibrary/TvPlugin/TvPlugin/TvGuideBase.cs

Patch included
Also TvPlugin.dll on a zip
Hope this helps
Iosu
 

Attachments

  • patchIosu.zip
    30.6 KB
  • tvplug23831.zip
    30.6 KB

johnzered

Retired Team Member
  • Premium Supporter
  • April 20, 2008
    358
    80
    Home Country
    Finland Finland
    Thanks iosub for the heads-up!

    I will reject this patch because it includes redundant code. I've made an alternative fix which is in svn 23870.

    Let's hope it's working now! :)

    Thank you for your help.

    //johnzered
     

    Users who are viewing this thread

    Top Bottom