Hi all,<div><br></div><div>I am not familiar with the VLC source and am hoping someone can point me in the proper direction to accomplish the following goal:</div><div><br></div><div>Assume I have two types of files, audio-and-video and audio-only files. The encoding of each does not matter; the only distinction drawn is whether or not the file contains video information. I would like to modify VLC such that, given a playlist containing both audio-only and audio-and-video files, VLC will play a "default" video if the current file is an audio-only file. Obviously, I'd like that "default" video to pause/suspend when an audio-and-video file is chosen from the playlist. Likewise, when an audio-only file is loaded, the default video should resume where it last left off.</div>
<div><br></div><div>As an example, let's say I have a three file playlist playing in non-random order, starting at songA.mp3:</div><div> songA.mp3 [audio only]</div><div> songB.avi  [audio+video]</div><div> songC.avi [audio only]</div>
<div>I additionally have a file "defaultVideo.avi" (whose audio contents, if any, are ignored)</div><div><br></div><div>My goal is for VLC to:</div><div>1) show the video from defaultVideo.avi during the playback of songA.mp3</div>
<div>2) at the end of songA.mp3, the position in defaultVideo.avi should be saved, and songB.avi should play (both audio and video)</div><div>3) at the end of songB.avi, defaultVideo.avi should resume from the saved position, and songC.mp3 should play. </div>
<div><br></div><div>Thanks in advance for any & all help,</div><div>-Rick R. </div>