<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Ok. That didn't work:-(.</span></div><div><br><span></span></div><div><span>Is there some other way I could code this?</span></div><div><br><span></span></div><div><span>Regards,</span></div><div><span>Peter<br></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Peter Tap <ptrtap@yahoo.com><br> <b><span style="font-weight: bold;">To:</span></b> Mailing list for VLC media player developers <vlc-devel@videolan.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, March 14, 2012 10:02 PM<br> <b><span style="font-weight:
 bold;">Subject:</span></b> Re: [vlc-devel] Where to hard-code permanent loading of marquee..<br> </font> </div> <br>
<meta http-equiv="x-dns-prefetch-control" content="off"><div id="yiv1750185209"><div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt;"><div><span>Hello Edward,</span></div><div><br><span></span></div><div><span>Thank you for your help.</span></div><div><br><span></span></div><div><span>I think I may not have been clear in what I was asking for. I wanted to permanently code it in my customized version of vlc such that the module always gets loaded irrespective of the settings in the preferences or tools dialogs.</span></div><div><br><span></span></div><div><span>After digging through the code a bit deeper, it appears the answer could be in set_capability macro. For example, for the marquee filter, it is defined as:<br></span></div><div><span>    set_capability( "sub source", 0 )</span></div><div><br><span></span></div><div><span>The second parameter, the score, dictates how the
 module is loaded. The value 0 implies that the module can only be
 loaded explicitly. However, if I use a different value, the module will automatically get loaded.</span></div><div><br><span></span></div><div><span>Although I haven't tried it yet, I think that may do the trick.</span></div><div><br><span></span></div><div><span>Regards,</span></div><div><span>Peter</span></div><div><br></div>  <div style="font-family:times new roman, new york, times, serif;font-size:12pt;"> <div style="font-family:times new roman, new york, times, serif;font-size:12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Edward Wang <edward.c.wang@compdigitec.com><br> <b><span style="font-weight:bold;">To:</span></b> Mailing list for VLC media player developers <vlc-devel@videolan.org> <br> <b><span style="font-weight:bold;">Sent:</span></b> Wednesday, March 14, 2012 8:36 PM<br> <b><span style="font-weight:bold;">Subject:</span></b> Re: [vlc-devel] Where
 to hard-code permanent loading of marquee..<br> </font> </div> <br>
On 12-03-14 11:25 PM, Peter Tap wrote:<br>> <br>> In my customized version of VLC, the values used for the marquee filter are hard-coded and seem to be working as expected. There is still one problem I am trying to overcome. It seems the only way to enable the marquee filter is to go through Tools-->Effects and Filters-->Overlay and check "Add Text." However, in my case, I would like to have the filter always enabled whether or not "Add Text" is checked. I am trying to understand where would be a good place to permanently force this value.<br>Tools -> Preferences (select "All" radiobutton) -> Video -> Subtitles/OSD -> (Right panel)Subpictures filter module -> Check "Marquee"<br><br>Regards,<br>    Edward Wang<br>_______________________________________________<br>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br>http://mailman.videolan.org/listinfo/vlc-devel<br><br><br> </div> </div> 
 </div></div></div><meta http-equiv="x-dns-prefetch-control" content="on"><br>_______________________________________________<br>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br><br><br> </div> </div>  </div></body></html>