Reply to thread

hi, ive got good news and bad news:


good:

the plugin works :D (even the logging works which proves the logging code was not incorrect)


bad:

only through MyScript (no config options cos its not a true plugin)


let me giv you some info about wat i do with the dll:


i use Microsoft Visual C# 2005 Express Edition, (.net2003 dont work cos is too old)

i used command line tool svn to download latest vers. to c:\mpsvn\

i build

i reference:

core 

    system

    system.data

    system.windows.forms

    system.xml

    utils


(core and utils are from mpsvn\mediaportal\ directory)


project is in D:\Visual Studio 2005\Projects\ClassLibrary1\ClassLibrary1\

d:\ is my documents


i copy the dll and pdb to process plugins directory


i get no result in config OR mp


also, lil help, i cant seem to find out when the player ends (i want bg to reappear when vid is finished but not if next track is gonna play). btw, the current version of mp doesnt check this either so if in livetv in bg mode, if vid has finished but menu was over it at the time, the menu bg stays hidden (black bg)


*edit*


Also, ive noticed that within the core program, the onActionhandler which handles the background toggle sets the aspect ratio as stretch at the same time, i figured that this was a bug to be fixed later on (i thought this before seeing the code having experienced it from v2.00 i think, it was fixable via toggling fullscreen, but an annoyance to me nonetheless)


now that ive found the bug, if it is a feature, ignore this, but maybe set an option in the config that sets the preferred aspect ratio wen in menu with 'current AR' being an option, otherwise... here you go, sorry its not in the bug section :p


Top Bottom