<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi Pierre,</p>
<p>On 2016-11-07 01:21, Pierre Ynard wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> Umm okay if you say so. It sure seems to be the contrary to me for
 02_frenchtv.lua since it parses spaces and they would be encoded from
 the URI. But in fact it's still unclear to me what exactly is supposed
 to be called "filename".</code></pre>
</blockquote>
<p>Oh, and the above made me realize that I completely forgot to <em>url-decode</em> the extracted filename from the path (to account for what you mentioned). Thanks for the reminder!</p>
<p>Attached is a patch which: - has added comments related to filename extraction, and; - url decodes the extracted filename.</p>
<p>Best Regards,<br />
Filip</p>
</body>
</html>