hi guys,
i plan to write a small plugin for mediaportal to connect to a list of network drives. wgen media portal is automatically loaded on startup, no network drives are established, so a batch-script or some other tools are necessary in order to do this. however, when media portal is run as a shell, it is not possible to use these extra tools any more. so i thought it might be convinient if MP does this automatically on startup and checks this now and then.
so i got some questions:
1. i only know c++, never have done any c#- is this really necessary? i only have visual studio 6, so in order to code a plugin do i really need .NET studio?
2. such a plugin, can it be loaded automatically on startup and reside working in the background? i guess so, since all lcd plugins should work like this too, don't they?
i plan to write a small plugin for mediaportal to connect to a list of network drives. wgen media portal is automatically loaded on startup, no network drives are established, so a batch-script or some other tools are necessary in order to do this. however, when media portal is run as a shell, it is not possible to use these extra tools any more. so i thought it might be convinient if MP does this automatically on startup and checks this now and then.
so i got some questions:
1. i only know c++, never have done any c#- is this really necessary? i only have visual studio 6, so in order to code a plugin do i really need .NET studio?
2. such a plugin, can it be loaded automatically on startup and reside working in the background? i guess so, since all lcd plugins should work like this too, don't they?