MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
Thread Tools Display Modes
Old 2007-02-03, 20:55   #61 (permalink)
Portal Developer
 
chefkoch's Avatar
 
Join Date: Oct 2004
Location: Germany, Dresden
Age: 22
Posts: 770
Thanks: 153
Thanked 48 Times in 31 Posts

Country:

My System

Send a message via ICQ to chefkoch
Default

hmm then i wrote the text before finishing the code

will change that, thx for the info

best regards
chefkoch
__________________
Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!
chefkoch is offline   Reply With Quote
Old 2007-02-06, 04:31   #62 (permalink)
Portal Developer
 
chefkoch's Avatar
 
Join Date: Oct 2004
Location: Germany, Dresden
Age: 22
Posts: 770
Thanks: 153
Thanked 48 Times in 31 Posts

Country:

My System

Send a message via ICQ to chefkoch
Default

morning guys

I have attached a new plugin release: v0.2e
Most changes are "under the hood" and not too huge.

If no one report any issues i will upload it to official repository in a few days.

Quote:
Originally Posted by changelog
added option for displaying your own MSN on notify heading
added: when renaming a caller, who already has a thumbnail, the thumbnail will be renamed, too -> no manual work anymore
added icon to SetupForm, it is displayed in MPconfig > Plugins, too (THX to Harley, great icon )

added: some checks when adding caller
moved phonebook stuff and the other checks from FritzBoxWatch.cs to FritzBox.cs
more cleanups for setup form
btw: you can find latest source code in sourceforge project mp-plugins. more infos: http://forum.team-mediaportal.com/pl...vn-t15863.html

regards
chefkoch

EDIT: Sorry, forgot to upload the file. Here it is.
__________________
Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!

Last edited by chefkoch; 2007-02-12 at 11:04.
chefkoch is offline   Reply With Quote
Old 2007-02-12, 10:34   #63 (permalink)
Portal Developer
 
chefkoch's Avatar
 
Join Date: Oct 2004
Location: Germany, Dresden
Age: 22
Posts: 770
Thanks: 153
Thanked 48 Times in 31 Posts

Country:

My System

Send a message via ICQ to chefkoch
Default

uploaded the release 0.2e now to the repository, but it needs to be reviewed until you will see it there
__________________
Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!

Last edited by chefkoch; 2007-02-12 at 10:51.
chefkoch is offline   Reply With Quote
Old 2007-02-12, 10:40   #64 (permalink)
MP Donator
 
quake2rambo's Avatar
 
Join Date: Jan 2007
Posts: 125
Thanks: 1
Thanked 3 Times in 3 Posts

Country:

My System

Thumbs up Release Report 0.2e

Hi,
I tried it out and this release (0.2e) works fine. The Configuration looks a little bit more professional. Well done ...
quake2rambo is offline   Reply With Quote
Old 2007-02-13, 14:24   #65 (permalink)
Portal Member
 
Join Date: Nov 2004
Posts: 84
Thanks: 2
Thanked 0 Times in 0 Posts


Default Release 0.2e works fine for me

Hello Chefkoch,

seen the update last night and installed it. In a first test every works fine for me.

cu
merci

PS. Thanks for considering my feature-request!!!!!!!!!!
merci1983 is offline   Reply With Quote
Old 2007-02-13, 17:24   #66 (permalink)
Portal Developer
 
chefkoch's Avatar
 
Join Date: Oct 2004
Location: Germany, Dresden
Age: 22
Posts: 770
Thanks: 153
Thanked 48 Times in 31 Posts

Country:

My System

Send a message via ICQ to chefkoch
Default

for reports

@merci
no problem, was an easy feature to add
Note: When the MSN is shown, the word " on " is not mutli language, yet. Will change that for next release. Just a cosmetical issue .

kind regards
chefkoch
__________________
Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!
chefkoch is offline   Reply With Quote
Old 2007-04-07, 00:02   #67 (permalink)
Portal Member
 
archimede's Avatar
 
Join Date: Feb 2005
Location: Stuttgart, Germany
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts

My System

Default

Hi,
I have a problem with the Fritzbox plugin using the SVNs. With the original 0.2.2.0 is working good.
Currently I have installed the SVN Rev13533 (24/3) and I get the following error:
Code:
2007-04-06 23:56:37.250000 [ERROR][MPMain]: Unable to start plugin:FritzBox.FritzBox exception:System.TypeLoadException: Could not load type 'MediaPortal.Util.Config' from assembly 'Core, Version=1.0.2639.1892, Culture=neutral, PublicKeyToken=null'.
   at FritzBox.FritzBox.LoadSettings()
   at FritzBox.FritzBox.Start()
   at MediaPortal.GUI.Library.PluginManager.Start()
Beside this, MP is not closing correctly anymore, the process is still running also after the exit command.
Is it a known problem? What can I do to recover? Thank you.

Vic
archimede is offline   Reply With Quote
Old 2007-04-07, 03:22   #68 (permalink)
Portal Developer
 
chefkoch's Avatar
 
Join Date: Oct 2004
Location: Germany, Dresden
Age: 22
Posts: 770
Thanks: 153
Thanked 48 Times in 31 Posts

Country:

My System

Send a message via ICQ to chefkoch
Default

hi archimede

the plugin is working here like a charm with latest svn

it seems that there is a problem reading the phone numbers and names, because all are in only one string.

i have uploaded here a new test version, it now stores all phone numbers in fritzbox.xml.

it should be possible only to replace the plugin-dll. the plugin should convert all callers for itself to new format.

perhaps it would be good if you remove the last 2-3 callers manually in mediaportal.xml BEFORE replacing the dll.

The worst case is that you have to-re-add all caller manually through the config.

regards
chefkoch
__________________
Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!

Last edited by chefkoch; 2007-06-24 at 17:51.
chefkoch is offline   Reply With Quote
Old 2007-04-07, 11:11   #69 (permalink)
Portal Member
 
archimede's Avatar
 
Join Date: Feb 2005
Location: Stuttgart, Germany
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts

My System

Default

Hi chefkoch,
Alles Prima
Thanks a lot for the test version, it's working perfectly.
Now I only have to get all my contacts again in the database.
Ciao,
Vic
archimede is offline   Reply With Quote
Old 2007-04-07, 12:09   #70 (permalink)
Portal Member
 
archimede's Avatar
 
Join Date: Feb 2005
Location: Stuttgart, Germany
Posts: 75
Thanks: 0
Thanked 0 Times in 0 Posts

My System

Default

Hi chefkoch,
just another question: is there a fast way to populate the database?
I am using the Fritz!Box Monitor on another PC and there I have a big phone book. Can I somehow convert it to something usable by this plugin?
Thank you for helping.
Regards,
Vic
archimede is offline   Reply With Quote
Reply

Bookmarks

Tags
callmonitor, fritzbox

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
FRITZ!Box CallMonitor - after press OK Video run to fast dd129 0.2.3.0 final and SVN Builds 0 2008-01-26 17:03
TVEngine3 Snapshot: 08-08-2007 17-04h Revision 15473 MediaPortal-BOT untested 'Nightly Builds' of TV-Server 1 2007-08-08 17:07
TVEngine3 Snapshot: 08-08-2007 14-40h Revision 15469 MediaPortal-BOT untested 'Nightly Builds' of TV-Server 1 2007-08-08 14:49
Fritz!Box-CallMonitor: Where are Contact stored, Outllok-Lookup possible in Future aquamax Plugins 1 2007-03-23 12:35


All times are GMT +1. The time now is 09:51.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden