Search found 9 matches

Go to advanced search

by huck
21 May 2014 10:31
Forum: VLC media player for Windows Troubleshooting
Topic: Drag n' Dropping Files Into Docked Playlist-View
Replies: 2
Views: 289

Re: Drag n' Dropping Files Into Docked Playlist-View

Is only 1 out of order?

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.
by huck
12 May 2014 13:21
Forum: General VLC media player Troubleshooting
Topic: two currents and a wish list
Replies: 6
Views: 1337

Re: two currents and a wish list

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 ...
by huck
12 May 2014 06:14
Forum: General VLC media player Troubleshooting
Topic: two currents and a wish list
Replies: 6
Views: 1337

Re: two currents and a wish list

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...
by huck
12 May 2014 01:08
Forum: General VLC media player Troubleshooting
Topic: two currents and a wish list
Replies: 6
Views: 1337

Re: two currents and a wish list

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...
by huck
02 Mar 2014 20:11
Forum: VLC media player for Windows Troubleshooting
Topic: VLC wont open folders
Replies: 5
Views: 5689

Re: VLC wont open folders

Following these instructions fixed it for me

https://forum.videolan.org/viewtopic.ph ... 79#p399151
by huck
20 Mar 2013 15:04
Forum: General VLC media player Troubleshooting
Topic: VLC remote control via TCP
Replies: 4
Views: 2275

Re: VLC remote control via TCP

can you do non blocking IO? i think the prompt is "Password:" with no CR if its like the newest version.
by huck
20 Mar 2013 02:47
Forum: General VLC media player Troubleshooting
Topic: VLC remote control via TCP
Replies: 4
Views: 2275

Re: VLC remote control via TCP

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
by huck
18 Mar 2013 00:11
Forum: General VLC media player Troubleshooting
Topic: two currents and a wish list
Replies: 6
Views: 1337

Re: two currents and a wish list

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(...
by huck
14 Mar 2013 18:17
Forum: General VLC media player Troubleshooting
Topic: two currents and a wish list
Replies: 6
Views: 1337

two currents and a wish list

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...

Go to advanced search