Jump to content

how to use t


Recommended Posts

Hi.

I think DVBViewer is a great program when i first have seen what it can do! but can somebody help me here:

when i use the NewPlayList function i can't save it afterwards there are no errors when i use the Save method!

dim currentPlayList As IPlaylist

Dim myPlayListeItem As IPlaylistItem

Set currentPlayList = myViewer.PlayListManager.NewPlayList()

With currentPlayList

.Name ="My list"

Set myPlayListeItem = myViewer.PlayListManager.NewPlaylistItem()

myPlayListeItem.Description = "Con Te Partiro"

myPlayListeItem.Filename = "D:\musik\Andrea Bocelli\Con Te Partiro.mp3"

myPlayListeItem.Typ = 1

.Add myPlayListeItem

.Save "d:\music\playlist\MyList.m3u"

End With

 

I have made a playlist through DVBViewer's own menues and it was working ok.

 

Sorry if the Topic looks not right, but i am blind and the screenreader is not very fond of this board

 

Best regards

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...