How to manage vPlug files for different App’s or folders

Status
Not open for further replies.

vegeku90

Registered
Messages
1,586
19.03.08

Vahid said:



Hello,
If you want to test vPlug with different dvb-s applications or with one app in different folders for example for PIP purposes, you can create a central location for all of the related files, for example c:\vPlugFiles and then open vPlug.ini and set FilesPath option to for example c:\vPlugFiles . It will make your life a lot easier!
From now on, you should “only” copy vPlug.dll and vPlug.ini to plugins folder of different applications and there’s no need to copy all of the relevant files any more.
It means after each update, you should only copy all of the new files to c:\vPlugFiles and then only new vPlug.dll and vPlug.ini (with modified FilesPath option) should be copied to plugins folder of your app’s.

Default value of FilesPath is an empty string and it means current folder. So if you copy all of the files to different plugins folders of one application and then after updating the vHelper of one of them, you may forget to update the other folders and you will see this error message:
“Please download latest vHelper.mdl …”
It means you are using Default value of FilesPath and you should update “all” of the plugins folders which an application is able to detect. It’s not a good idea and it’s very hard to manage it. So “central location” idea which is discussed previously is the best option for these situations.

Also you can create a batch file for copying vPlug.dll and vPlug.ini from the mentioned central location to different plugins folders of all of your dvb-s app’s.
This is a sample .bat file for doing this operation:
copy c:\vPlugFiles\vplug.dll E:\dvb-s\app1\Plugins
copy c:\vPlugFiles\vplug.ini E:\dvb-s\app1\Plugins

copy c:\vPlugFiles\vplug.dll E:\dvb-s\app2\Plugins
copy c:\vPlugFiles\vplug.ini E:\dvb-s\app2\Plugins

(…)
...

Big Thanks man:thum:
 

feixen

Registered
Messages
77
Q: which is the latest file-structure from vPlug [v.2.3.8]

A:

Code:
\DVBAPP. 
|
|_\Plugins
|  |
|  vplug.dll
|  vplug.ini
|  vhelper.mdl
|  [COLOR="Red"]v_keys.db[/COLOR]
|  [COLOR="red"]v_sids.db[/COLOR]
|  [COLOR="red"]v_emm.ini[/COLOR]
|  sqlite.mdl
|  tps.frm
|  ReadMe.txt
| 
|__[COLOR="red"]AUBins[/COLOR] 
|        |_all the "AU.bin" files
|
|__[COLOR="red"]CSA[/COLOR]
|     |_FFDecsa_mmx2008.mdl
|     |_FFDecsa_64_MMX.mdl
|     |_Optimized_CSA.mdl
|
|__[COLOR="red"]Lang[/COLOR]
|      |_all *lng files
|
|__[COLOR="red"]vModules[/COLOR]
          |_Cryptoworks.mdl
          |_Irdeto.mdl
          |_nagra.mdl
          |_n d s.mdl
          |_Seca.mdl
          |_Viaccess.mdl
          |_ProvidersDef.db
          |
          |___NagraBins
                      |_all related *.bin files

all red-marked /folders/files you can put in the separately "vPlugFiles" - folder

... how to handle this?
---> read above posting :)
 
Status
Not open for further replies.
Top