<div dir="ltr"><font class="" face="monospace, monospace">Hi,<br><br>I've noticed this discrepancy and looked further into the code to track it:<br><br>Mac OX result for VLC -H<br>------------------------<br>Stream MRL syntax:<br>  [[access][/demux]://]URL[@[title][:chapter][-[title][:chapter]]] [:option=value ...]<br><br>Windows result for vlc -H<br>-------------------------<br>Stream MRL syntax:<br>  [[access][/demux]://]URL[#[title][:chapter][-[title][:chapter]]] [:option=value ...]</font><div><font class="" face="monospace, monospace"><br></font></div><div><font class="Apple-style-span" face="monospace, monospace"><br></font></div><div><font class="Apple-style-span" face="monospace, monospace">===> To specify titles: in first case this is "@", in second case this is "#"</font></div><div><font class="Apple-style-span" face="monospace, monospace"><br></font></div><div><font class="Apple-style-span" face="monospace, monospace">Then I checked vlc-2.1.5\src\input\input.c</font></div><div><font class="Apple-style-span" face="monospace, monospace"><br></font></div><div><font class="Apple-style-span" face="monospace, monospace">MRLSections</font></div><div><font class="Apple-style-span" face="monospace, monospace">-----------</font></div><div><font class="Apple-style-span" face="monospace, monospace">(get title_start,chapter_start,title_end,chapter_end)<br>Syntax mentioned in source comments: [url][@[title_start][:chapter_start][-[title_end][:chapter_end]]]<br>It looks like the @ is the delimiter for titles and chapters string</font></div><div><font class="Apple-style-span" face="monospace, monospace"><br></font></div><div><font class="Apple-style-span" face="monospace, monospace">input_SplitMRL</font></div><div><font class="Apple-style-span" face="monospace, monospace">--------------</font></div><div><font class="Apple-style-span" face="monospace, monospace">(parse the access, demux and url part of the Media Resource Locator)</font></div><div><font class="Apple-style-span" face="monospace, monospace">split the string, the anchor is after '#' , anchor is the main argument for MRLSections<br></font></div><div><font class="Apple-style-span" face="monospace, monospace"><br></font></div><div><font class="Apple-style-span" face="monospace, monospace">=====>  So, does anyone have a clue about this syntax ?</font></div><div><font class="Apple-style-span" face="monospace, monospace"><br></font></div><div><font class="Apple-style-span" face="monospace, monospace">For sure the @ works in Mac OS as advertised in help, even for ISO files.</font></div><div><font class="Apple-style-span" face="monospace, monospace">And the # doesn't work in Windows on the same ISO file (neither does the @) :</font></div><div><font class="Apple-style-span" face="monospace, monospace">the character is always included in the file name, which is not found.</font></div><div><font class="Apple-style-span" face="monospace, monospace"><br></font></div><div><font class="Apple-style-span" face="monospace, monospace">I still have to figure out where is this difference between Mac OS and Windows in the source code.</font></div><div><font class="Apple-style-span" face="monospace, monospace"><br></font></div><div><font class="Apple-style-span" face="monospace, monospace">Please, could you tell me :</font></div><div><font class="Apple-style-span" face="monospace, monospace">1) where to look in source code ? (I've done global recursive search on *.c on a dozen keywords)</font></div><div><font class="Apple-style-span" face="monospace, monospace">2) why is there this character difference between those OSes ?</font></div><div><font class="Apple-style-span" face="monospace, monospace">3) which character is the right one in Windows to specify title on ISO file ?</font></div><div><font class="Apple-style-span" face="monospace, monospace"><br></font></div><div>Thanks</div></div>