olixelle Posted December 20, 2007 Posted December 20, 2007 Hi all we are a young french company that provides custom media center applications for handicapped and old users. We are looking for a TV viewer with recording & time shifting capacities to include it in our applications. We recently bought DVBViewer and it looks to match to our needs. I saw that several tools are provided in the member seciton to customize DVBViewer. Could u please tell me how to custom it in order to fullfill our requirements: - start DVBViewer without window's border - channel +/-, go to channel X - start / stop record - start / stop time shifting - hide / show OSD information - custom OSD appearance (OSD menu editor should be the right tool As u probably understood it, we plan commercial uses of DVBViewer (i will contact u later about this purpose) but i'd like to be sure that DVBViewer is the right product. For information, our application is build in .net Thanks in advance for ur help ! Best regards Olivier ZIMMERMANN Quote
Moses Posted December 20, 2007 Posted December 20, 2007 It's possible to send every action from the actions.ini (in DVBViewer folder) to the DVBViewer via the COM Interface. I managed to use the COM Interface of DVBViewer with a J# Application. There is even a special command to set a certain channel number. Maybe you should have a look at the COM interface documentation (member section) and OSD Editor (not only the OSD Menu Editor). It's possible to send every action to DVBViewer with command line parameters (-x# where # is the action number from actions.ini), too. Quote
olixelle Posted December 21, 2007 Author Posted December 21, 2007 Hello Moses, thanks for ur answer Quote
FMode Posted January 7, 2008 Posted January 7, 2008 - start DVBViewer without window's border I would like to know that too... Or where/how I can remove it completely ? Quote
Tjod Posted January 7, 2008 Posted January 7, 2008 The only thigh i know the DVBViewer have a small border. View > Hide All or use Fullscreen. Quote
olixelle Posted January 8, 2008 Author Posted January 8, 2008 ok thanks ! here is what i tried: Me.MyManager.SetSetupValue("General", "HideMenu", "1") Me.MyManager.SetSetupValue("General", "Statusbar", "0") Me.MyManager.SetSetupValue("General", "Toolbar", "0") Me.MyManager.SetSetupValue("OSD", "UseOSD", "0") Me.MyManager.ApplyConfig() but doesnt apply... another question: i tried to start a record using this: Me.MyManager.SendCommand(22) but it doesnt work too.... please Quote
olixelle Posted January 10, 2008 Author Posted January 10, 2008 another question: i tried to start a record using this:Me.MyManager.SendCommand(22) it is not 22 but 34... it works now Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.