Search found 13 matches

Go to advanced search

by briantokyo
14 May 2010 07:02
Forum: VLC media player Feature Requests
Topic: WM_COPYDATA with current file/folder
Replies: 6
Views: 1119

Re: WM_COPYDATA with current file/folder

Has this been added recently? My old methods to retrieve current media no longer work with latest versions. NTQuerySystemInformation only works if you are on 32-bit windows Retrieving the tittle from statusbar no longer works through conventional methods since you changed the interface apis from wx ...
by briantokyo
19 Jul 2008 16:45
Forum: VLC media player Feature Requests
Topic: WM_COPYDATA with current file/folder
Replies: 6
Views: 1119

Re: WM_COPYDATA with current file/folder

That could work, I could make a unique window class to send the message to, but this has 2 problems: - it would require people enabling the new module - the message would only be sent when a new video has been launched. my app can be run after that so it wouldn't catch the message. VLC already suppo...
by briantokyo
18 Jul 2008 15:59
Forum: VLC media player Feature Requests
Topic: WM_COPYDATA with current file/folder
Replies: 6
Views: 1119

Re: WM_COPYDATA with current file/folder

Yes I can already retrieve the filename through various methods, but knowing also the path would help with some features of my program. I thought of retrieving the device and file handles associated with the process through NTQuerySystemInformation, but when requested from a 32-bit process (my app) ...
by briantokyo
17 Jul 2008 17:11
Forum: VLC media player Feature Requests
Topic: WM_COPYDATA with current file/folder
Replies: 6
Views: 1119

WM_COPYDATA with current file/folder

It would be nice if you could add a message (unless there's one already? couldn't find any info about it) to return the full path+filename of the file that's currently playing.

Thanks
by briantokyo
22 Jun 2008 22:54
Forum: VLC media player Feature Requests
Topic: Filename in the window caption/taskbar
Replies: 6
Views: 1126

Re: Filename in the window caption/taskbar

How do you mean? "MSN Now-Playing"? Won't that only send the info to windows with class "MsnMsgrUIManager"?
by briantokyo
22 Jun 2008 21:47
Forum: VLC media player Feature Requests
Topic: Filename in the window caption/taskbar
Replies: 6
Views: 1126

Re: Filename in the window caption/taskbar

Oh ok, thanks. I'm the developer of an application that interacts with various media players, and retrieves the info of the current file being played. This was very hard with VLC and the easiest ways I found were either checking all the device handles open (not 100% reliable and doesn't work in Vist...
by briantokyo
22 Jun 2008 21:37
Forum: VLC media player Feature Requests
Topic: Filename in the window caption/taskbar
Replies: 6
Views: 1126

Re: Filename in the window caption/taskbar

Really? I checked in the last version and couldn't find the option in the settings. I'll check again.

Thanks
by briantokyo
22 Jun 2008 21:18
Forum: VLC media player Feature Requests
Topic: Filename in the window caption/taskbar
Replies: 6
Views: 1126

Filename in the window caption/taskbar

Please add an option (or defaulted) to show the current filename being played in the window caption bar/taskbar button. Most other players do this, dunno why VLC still doesn't.
by briantokyo
29 Mar 2008 06:16
Forum: VLC media player for Windows Troubleshooting
Topic: Retrieving the current filename from another application
Replies: 1
Views: 329

Re: Retrieving the current filename from another application

Can also retrieve the commandline but that only works for the first file.
by briantokyo
24 Mar 2008 20:08
Forum: VLC media player for Windows Troubleshooting
Topic: Retrieving the current filename from another application
Replies: 1
Views: 329

Retrieving the current filename from another application

How could I accurately retrieve the current media being played in VLC? The DLL seems to provide this info only for an app using it to play on its own, but not for an external application trying to find the current media being played in the VLC player itself. So far I've come up with 3 ways to do thi...
by briantokyo
25 Feb 2008 10:55
Forum: VLC media player for Windows Troubleshooting
Topic: VLC remote control via WM_COMMAND
Replies: 15
Views: 23335

Re: VLC remote control via WM_COMMAND

Is there a recent list of commands? I Can't find them even in the source code. All those listed above don't seem to work anymore
by briantokyo
22 Feb 2008 06:36
Forum: VLC media player for Windows Troubleshooting
Topic: libvlc: get current filename being played
Replies: 2
Views: 446

Re: libvlc: get current filename being played

Can I use it to find out the normal player's item or is it only valid to use my own player instance?

I need to find if the player is running and retrieve the current filename being played, but I see this DLL is mostly oriented to create your own instance of the player
by briantokyo
21 Feb 2008 04:36
Forum: VLC media player for Windows Troubleshooting
Topic: libvlc: get current filename being played
Replies: 2
Views: 446

libvlc: get current filename being played

Hi,

Is there any way to get the current filename that vlc is playing? I've been checking libvlc for quite a bit and couldn't find anything helpful. Isn't there a specific function to retrieve the current media info?

Thanks

Go to advanced search