|
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 |
| |||
For some reason there are problems with the OpenWithList and BSplayer (discussed before somewhere in the forum) Yes, you can, simply create these registry key HKEY_CLASSES_ROOT\.wmv\OpenWithList\bsplayer.exe
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
| |||
P.S. I hope my suggestion works.. I never tried it :P
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
| |||
Strange thing, I do have in righclick menu for WMV: play in BSplayer Enqueue in BSplayer open (BSPlayer's too) play (still BSPlayer's) Open with----contains BSPlayer. |
| |||
Quote:
@ Digiface You don't have to add the path to BSplayer executable since it's present (well, it should be present) at the following key: HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\Applications\b splayer.exe that points to HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\Applications\B SPLAYER.EXE\shell\open\command
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
| |||
:? there should be a value.. Try to add BSplayer executable path to the default value. i.e.: C:\PROGRAM FILES\WEBTEH\BSPLAYER\BSPLAYER.EXE "%L"
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
| ||||
Better use this to make BSPlayer appear in the rightclick menu. Not in a submenu. Less clicking required. Change the strings where required to match your system. Code: REGEDIT4 [HKEY_CLASSES_ROOT\.wmv] @="ZZ_ASF_video" [HKEY_CLASSES_ROOT\ZZ_ASF_video] @="Advanced Streaming Format video" [HKEY_CLASSES_ROOT\ZZ_ASF_video\DefaultIcon] ;; --- change this @="D:\\Apps\\Bsplayer\\Bsplayer.exe,0" [HKEY_CLASSES_ROOT\ZZ_ASF_video\shell] @="bsplayer" [HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\bsplayer] @="• BSplayer" [HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\bsplayer\command] ;; --- change this @="D:\\Apps\\Bsplayer\\Bsplayer.exe \"%L\"" [HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\mplayer2] @="• Windows Media" [HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\mplayer2\command] @="mplayer2.exe \"%L\"" [HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\bloatedwmp] @="• Windows Media GUI" [HKEY_CLASSES_ROOT\ZZ_ASF_video\shell\bloatedwmp\command] @="wmplayer.exe \"%L\"" |
| ||||
Quote:
|
| ||||
its still not there. but i installed this program http://www.baxbex.com/openexpert.html with it i can add bsplayer
|
| ||||
You do not need to install a ton of programs for every simple function. If your context menu is able to run WMP, then you must also be able to run any other program. You need to add a simple command in <type>\shell\.
|
| |||
Don't know if it's your case, but maybe your registry is a bit messed up :( I don't know why it's not working for you and why you missed those values.. Anyhow I'm glad you were able to solve your problem with that utility :)
__________________ BSP SkinMaker (v1.07) the one and only Skin Editor for BSplayer BSP Definitions Manager (v1.02) BS.Player's FAQ (by BSPeter) | Italian language file (v2.57 build 1051) |
Tags |
add, open |
| |