Get full file path... - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Get full file path... (/showthread.php?tid=71289) Get full file path... by mad_willsy on 02-01-2007 at 05:59 PM
How do i get the full file path of the currently playing file in WMP? - Cheers RE: Get full file path... by tryxter on 02-01-2007 at 07:39 PM That's because I wrote something that after some research, I found it wasn't truth. RE: Get full file path... by mad_willsy on 02-01-2007 at 07:51 PM
Oh, If its not the truth... quote: Can I have a snippet - PLEASEEE! RE: Get full file path... by tryxter on 02-01-2007 at 07:54 PM I've searched around the forum, and I found some threads that can help you and you already have been there. RE: Get full file path... by mad_willsy on 02-01-2007 at 07:59 PM
- I havn't seen a snippet for this... RE: Get full file path... by roflmao456 on 02-01-2007 at 10:03 PM
quote: well if you get the wmp control on your script : code: WMP.URL is what you are aiming for. dont double post. use the button instead please RE: Get full file path... by mad_willsy on 02-03-2007 at 06:11 PM
So, if I put code: then the filepath will be stored in WMP.url? RE: Get full file path... by roflmao456 on 02-04-2007 at 12:25 AM
well, not from the real player.. lol RE: Get full file path... by mad_willsy on 02-05-2007 at 07:10 PM
Because the script is for my needs. It needs to tell if SamBC or WMP is open and then use the apropriate player as its source. No script supports both - I looked. RE: Get full file path... by matty on 02-05-2007 at 08:59 PM Look at the script NowPlaying. It includes a dll that is used to read this information. Take a look at it. RE: Get full file path... by mad_willsy on 02-05-2007 at 09:02 PM Thanks, but how do i take the information out of the dll? RE: Get full file path... by matty on 02-05-2007 at 09:04 PM You don't you include the dll in your script pack and use it. If we had a snippet to give you for it we would but we don't. RE: Get full file path... by mad_willsy on 02-05-2007 at 09:13 PM I think I get you now. I scan the file to find out how the songs are sent. Copy this code and any releted functions. Copy the .dll file in the NowPlaying script to my package. And then test test test. I'll post back on how i get on. RE: Get full file path... by -dt- on 02-06-2007 at 01:41 AM
quote:it doesnt get file path, least not yet anyway |