Index: action.py
==================================================================
--- action.py
+++ action.py
@@ -297,10 +297,11 @@
     if local_file and conf.reuse_m3u and os.path.exists(tmp_fn(row, dest)):
         log.STAT("reuse temporary filename")
         return [tmp_fn(row, dest)]
     
     # Retrieve from URL
+    main.status("Converting " + url, timeout=0.95)
     (mime, cnt) = http_probe_get(url)
     
     # Leave streaming server as is
     if mime == "srv":
         cnt = ""