Hello, I would like to ask developers for the same feature: My idea: vlc receives lirc command, decodes the command (e.g. key-next) lirc.c else if( !strcmp( c, "NEXT" ) ) { p_playlist = vlc_object_find( p_intf, VLC_OBJECT_PLAYLIST, FIND_ANYWHERE ); if( p_playlist ) { playlist_Next( p_playl...