Official BS.Player forums  

Go Back   Official BS.Player forums > Main forum > General Talk And Support

General Talk And Support General talk and peer-to-peer support about BS.Player and other video and audio multimedia players.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 20th September 2004
Senior Member
BS.Player Power User
 
Join Date: Sep 2004
Location: Warsaw, Poland
Posts: 124
Rep Power: 0
Garet_Jax is an unknown quantity at this point
Default auto autoplay in Win XP

I use WinXP SP1 PL (<-- polish version)

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"
That should enable BSplayer in the autoplay list when inserting CD. It does. Unfortunatelly it only opens BSplayer, it doesn't play the movie nor open the movie.

... why is that?

Any help would be appreciated ^_^
Reply With Quote
  #2 (permalink)  
Old 20th September 2004
Senior Member
BS.Player Power User
 
Join Date: Sep 2004
Location: Warsaw, Poland
Posts: 124
Rep Power: 0
Garet_Jax is an unknown quantity at this point
Default >_<

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...
Reply With Quote
  #3 (permalink)  
Old 20th September 2004
Member
BS.player Regular User
 
Join Date: Sep 2004
Location: Croatia
Posts: 38
Rep Power: 0
V3rt!g(o) is an unknown quantity at this point
Default

just associate avi files to bsplayer and use integrated winxp autoplay. it will detect the video file on cd and start it in associated player.
Reply With Quote
  #4 (permalink)  
Old 20th September 2004
Senior Member
BS.Player Power User
 
Join Date: Sep 2004
Location: Warsaw, Poland
Posts: 124
Rep Power: 0
Garet_Jax is an unknown quantity at this point
Default

Quote:
Originally Posted by V3rt!g(o)
just associate avi files to bsplayer
they are associated
Quote:
Originally Posted by V3rt!g(o)
and use integrated winxp autoplay. it will detect the video file on cd and start it in associated player.
errr... I don't have such option, only actions available for video were "MSOpenFolder" and "MSTakeNoAction". I must have disabled it somehow long time ago. There is an action called ""MSPlayVideoFilesOnArrival" which could have been this default one, but that plays video with WMP.
Reply With Quote
  #5 (permalink)  
Old 30th September 2004
buletov's Avatar
Member
BS.player Regular User
 
Join Date: Sep 2004
Location: Croatia
Posts: 32
Rep Power: 0
buletov is an unknown quantity at this point
Default

i have solved this problem.

here: http://www.msfn.org/board/index.php?showtopic=28850
__________________
Moj se dida s igle skida...
Reply With Quote
  #6 (permalink)  
Old 30th September 2004
Senior Member
BS.Player Power User
 
Join Date: Sep 2004
Location: Warsaw, Poland
Posts: 124
Rep Power: 0
Garet_Jax is an unknown quantity at this point
Default

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
Q: What does this kind of install do? what those switches do?
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
Q: see 1.

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
LOL?
"C:\Program Files\BSPlayer\BSplayer.exe",9
is better imho


PS: They still havent fixed the installer name, it should be 1.02.812 !!
Reply With Quote
  #7 (permalink)  
Old 30th September 2004
buletov's Avatar
Member
BS.player Regular User
 
Join Date: Sep 2004
Location: Croatia
Posts: 32
Rep Power: 0
buletov is an unknown quantity at this point
Default

all this is designed for an unattended installation of win xp
you know, windows setup with no questions asked, with a bsplayer as a default (among else), and so on...

but here:

1 - you can install traditionall by clicking on a setup program, but make sure you install in C:\Program files\BSPlayer
switches are designed for a unattended install (as i said)

2 - yes, a nice small program that generates a playlist from the video files on cd and then launches bsplayer...all in one second or less

3 - again, unattended install, you could just do a doubleclick on downloadad file

4 - change the reg file if you like :)
__________________
Moj se dida s igle skida...
Reply With Quote
  #8 (permalink)  
Old 11th October 2004
Junior Member
BS.Player Newbie
 
Join Date: Oct 2004
Posts: 3
Rep Power: 0
Chief Rocka is an unknown quantity at this point
Default

will it work under win2000 as well ??
Reply With Quote
  #9 (permalink)  
Old 13th October 2004
buletov's Avatar
Member
BS.player Regular User
 
Join Date: Sep 2004
Location: Croatia
Posts: 32
Rep Power: 0
buletov is an unknown quantity at this point
Default

no
__________________
Moj se dida s igle skida...
Reply With Quote
  #10 (permalink)  
Old 13th October 2004
Junior Member
BS.Player Newbie
 
Join Date: Oct 2004
Posts: 3
Rep Power: 0
Chief Rocka is an unknown quantity at this point
Default

well, is there a way to edit it to work on win2k? can u maybe direct me with a nice link for solution? :)
also, can it include an automatic subtitles launch ???

Thanx!
Reply With Quote
  #11 (permalink)  
Old 13th October 2004
LSDSkunk's Avatar
Senior Member
BS.Player Power User
 
Join Date: Jun 2004
Location: Sweden
Posts: 109
Rep Power: 0
LSDSkunk is an unknown quantity at this point
Default

Quote:
Originally Posted by buletov
no
i guess? :roll:
In this case, win 2k is an inferior os
Reply With Quote
  #12 (permalink)  
Old 14th October 2004
buletov's Avatar
Member
BS.player Regular User
 
Join Date: Sep 2004
Location: Croatia
Posts: 32
Rep Power: 0
buletov is an unknown quantity at this point
Default

media content specific autoplay is a feature of win xp only
__________________
Moj se dida s igle skida...
Reply With Quote
Reply

Tags
auto, autoplay, win

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules


All times are GMT +1. The time now is 11:46 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
Ad Management plugin by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20