there is a strang thing with win drag&drop. as i understand it the file you are pointing at when you start dragging is placed the first in the list, then the others follow in listed order from the win-explorer.
There is no warranty that the input item ID is unique. It's mostly useless legacy stuff from the aging playlist code. Please don't use it in new code. Im not sure i understand. My suggestion is to open up a new lua function that returns the currently playing playlist_item_id because you cant match ...
This is the fix i propose 330a331,345 > static int vlclua_playlist_current_playlist_id( lua_State *L ) > { > playlist_t *p_playlist = vlclua_get_playlist_internal( L ); > PL_LOCK; > playlist_item_t *p_pl_item=get_current_status_item(p_playlist); > int id = -1; > if( p_pl_item ) > id = p_pl_item->i_i...
I saw that this had been fixed " Resolution set to fixed Status changed from new to closed commit 5192a05dbb57338f9633b39a32309f6421f33a0e Author: Francois Cartegnie <fcvlcdev@…> Date: Sat Apr 13 15:04:15 2013 +0200 lua intf: httprequests: fix current (fix #8314) Compare items ID, not paths whi...
Have you looked at what vlc is sending you over the socket? I havent looked much at oldrc, but the new interfaces request a password before doing anything
You should file a bug about the first issue. ok, i think i did. #8314 , but i suspect you knew something heh, been digging thru guts "#warning Indexing input items by ID is unsafe" "p_input->i_id = vlc_atomic_inc(&last_input_id);" " input_item_t *p_item = input_GetItem(...
Hi, new here, been reading some, but i hope this is the right place. I put it here because i am communicating via the http: interface. first a probable bug. im win-xp, vlc-205 to replicate, "start vlc" below means "start vlc with the http interface running on port 8080" start vlc...