Jump to content

COM Method AddRecordingFolder doesn't work


StephaneM

Recommended Posts

Hi,

 

In my DVBViewer Recorder plugin for SageTV (DVBViewer being used as a recording engine for SageTV) is using the "AddRecordingFolder" COM method to add a folder in the DVBViewer config so as it can record in the path I choose.

 

Since DVBViewer 3.9.4 this method doesn't work anymore (it don't crash and even return the folder index), for example:

 

Dim oDVBViewer
Set oDVBViewer = GetObject(,"DVBViewerServer.DVBViewer")

Dim oTimerCollection
Set oTimerCollection = oDVBViewer.TimerManager

WScript.Echo oTimerCollection.AddRecordingFolder("C:\Videos")

 

does echo "3" if I already have two folders defined in DVBViewer, however "C:\Videos" is not added...

 

Is it just me, or is it really broken (not that many users that use my plugin are complaining that DVBViewer is not recording in the right folder, so I think it also happens on their setup too)

 

Regards,

Stéphane.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...