[vlc-devel] [PATCH] meta_engine: add art fetching from gvfs.

Francois Cartegnie fcvlcdev at free.fr
Sun Mar 17 13:42:43 CET 2013


Le 17/03/2013 12:57, Rémi Denis-Courmont a écrit :
> Le jeudi 7 mars 2013 21:00:58, Francois Cartegnie a écrit :
>> Retrieves art from GVFS metadata.
>> Gnome 2.x, MATE. Unsure if it's still used in Gnome 3.x.
>> Priority set to 91 (folder module + 1) as it is a user choice.
> 
> What is the user choice? Do you assume that desktop-agnostic distributions 
> will keep this plugin to a separate binary package?

User choice = art set by user, so probably better than any automatically
retrieved one.

>> +    g_type_init ();
>> +
>> +    GFile *p_file = g_file_new_for_uri( psz_dir );
> 
> So GVFS and above do not need any initialization?
> That seems too good to be true.

Doesn't look like it needs.
https://github.com/GNOME/gvfs/blob/master/programs/gvfs-info.c

Francois



More information about the vlc-devel mailing list