<div class="gmail_quote">On Fri, Mar 30, 2012 at 1:01 PM, Edward Wang <span dir="ltr"><<a href="mailto:edward.c.wang@compdigitec.com">edward.c.wang@compdigitec.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 12-03-30 06:17 AM, XilasZ wrote:<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
there are also issues with URI stored in the DB, for instance delete doesn't work anymore with URI<br>
</blockquote></div>
...and confirmed via SQLite database that delete() works. Happy?<br></blockquote><div><br>No, stop ignoring issues just because you didn't experienced it. Did you try 
with hundred of media ? it is slower.<br>about the delete, with a DB full of medias, if i select only an empty folder in 
preferences (to force the app to empty the DB using the delete), all delete fails. mDb.delete doesn't like to have an URI string in args, while using mDb.execSQL("DELETE FROM ... WHERE ...") works. and i suspect the same with update.<br>
<br>
<br>My point is to use the make_URI function inside 
libvlc_media_new_path, which i think will always be faster than anything
 we can do in java.<br></div></div>