[vlc-devel] [PATCH] GSoC: lua services discovery, core part

Fabio Ritrovato exsephiroth87 at gmail.com
Tue Nov 10 00:24:07 CET 2009


On Mon, Nov 9, 2009 at 11:39 PM, Pierre d'Herbemont <pdherbemont at free.fr> wrote:
>
> Remove the item added by add_query().
>
> I would pair it with a remove() for consistency, or have the resulting
> input_item returned somehow.

Ok, so it's the same as ItemRemove, right? Those queries still confuse me :P
I don't think that returning the input_item is needed, as it's already
been added to the playlist by the SD, and you can delete it from the
interface...

>>> pf_delete_item()
>
> That said, some item may be removable, some other not. How do you track this?

That's up to the SD to handle...

So, right now I have pf_put_item, pf_export_item_to_path and
pf_delete_item, right?



More information about the vlc-devel mailing list