|
General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players. |
| LinkBack | Thread Tools | Search this Thread | Display Modes |
| |||
auto autoplay in Win XP I have added following entries to my registry (all values are REG_SZ): Code: key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\BSplayerPlayVideo\ with values: Action = Play Video DefaultIcon = C:\Media Programs\BSPlayer\BSplayer.exe,0 FriendlyName = Play video files with BSplayer InvokeProgID = BSP.autoplay InvokeVerb = play Provider = BSplayer value (empty string): HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayVideoFilesOnArrival\BSPlayerPlayVideo keys: HKEY_CLASSES_ROOT\BSP.autoplay\ HKEY_CLASSES_ROOT\BSP.autoplay\shell\ HKEY_CLASSES_ROOT\BSP.autoplay\shell\play\ HKEY_CLASSES_ROOT\BSP.autoplay\shell\play\command\ with default value = C:\Media Programs\BSPlayer\bsplayer.exe "%L" ... why is that? Any help would be appreciated ^_^ |
| |||
>_<
hmmm.... that might be because autoplay pass only folder, e.g.: "D:\", not the file that it decided to play. Unfortunatelly I don't know any BSplayer command line option to add dir. Also -add option does not start playing file. Another thing is that it does not add file to playlist when BSplayer is already running (or at least does not, when used from windows cmd.exe)... >_< I think I'm going to do something else now... |
| |||
Quote:
Quote:
|
| |||
cool. What about some explanation? 1. Install bsplayer exactly like this (but replace bspath with your own path): Code: start /wait bspath\bsplayer100.812.exe /S /D=C:\Progra~1\BSPlayer >nul Q2: afaik you can use "C:\Program Files\BSPlayer" instead of C:\Progra~1\BSPlayer, at least in XPPro 2. Download this completely silent rar sfx archive... http://161.53.43.3/~dbukvic/stuff/bspl/bst-autoplay.exe Q: oh, so you just made a program? what does it exactly do? 3. ...and run it simply like this (replace bspath with your own path): Code: start /wait bspath\bst-autoplay.exe >nul 4. Code: "DefaultIcon"=hex(2):25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\ 00,6c,00,65,00,73,00,25,00,5c,00,42,00,53,00,50,00,6c,00,61,00,79,00,65,00,\ 72,00,5c,00,62,00,73,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,\ 00,65,00,2c,00,30,00,00,00 "C:\Program Files\BSPlayer\BSplayer.exe",9 is better imho PS: They still havent fixed the installer name, it should be 1.02.812 !! |
Tags |
auto, autoplay, win |
| |