New Plugin FritzBox Manager * Update Merged Plugin 0.3.4.9 (1 Viewer)

Status
Not open for further replies.

steve42

MP Donator
  • Premium Supporter
  • November 9, 2008
    79
    30
    Ettlingen
    Home Country
    Germany Germany
    naich said:
    but not all mailbox entrys are listed (if I look on the usb i see 7, only 3 are listed within the plugin) ... also playing the listed recordings didn't work ... any tip?, maybe i choose a wrong way to install the speedex.exe ??
    are you sure you did the update? You error description matches exact the bug in the former version. you must install speexdec where ever you like, but be sure its "on the path". so if you type speexdec in a cmd window there should be some output like "speexdec ..."

    naich said:
    If you like, I'll take a closer look at the skin files at the weekend ...

    any suggestions are welcome. I'm not good in skinning and graphics ;-)

    to fix your problems: have you checked the log file (mediaportal.log)? in debug log level every read on the voicebox meta data is logged.

    steve
     

    naich

    MP Donator
  • Premium Supporter
  • August 6, 2007
    529
    25
    Home Country
    Germany Germany
    Hi steve42!

    I downloaded the file in the first post (after you told there's a new version) and update all the files!?

    but be sure its "on the path"
    I don't understand what you mean?? Which path do you mean??

    I copied all files in c:\programme\fritzmanager and execute the speecdex.exe within the windows folder
    The fritzmanager.dll in MediaPortal program folder /plugins/windows
    and the skin files in skins/BlackGlas

    I try to optimize the skin files a little bit at the weekend


    FIXED: It looks like I've downloaded the old version ... did it again and now all works as it should :D

    An option to delete the files within the plugin would be nice ;)


    cu and thx again
    naich
     

    naich

    MP Donator
  • Premium Supporter
  • August 6, 2007
    529
    25
    Home Country
    Germany Germany
    screenshot: Fritz Manager with an BasicHome button for BlackGlas
     

    Attachments

    • BGBH.jpg
      BGBH.jpg
      452.2 KB

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    So far really great plugin but i did some modifications:

    1) Added mapping for the msn numbers. You can now create a plain text file in you mp config dir name "fritzmanager_msns.txt" with entries in the form "1234=work" and so on. Every entry should be on one line, then a linebreak and then the next line

    2) changed "update(false)" to "update(true)". Otherwise the list would always show without the names when the plugin is started for the first time. Although this adds a delay, because it always load the list from fb it worth waiting to get the names from the phonebook. Maybe this can be made configurable.

    I attached the .diff file which looks like quite much has been changed but it's mostly formatting. The only real changes were made on in "OnPageLoad".

    I also attached a skin file for Black & White skin
     

    Attachments

    • with_msn_phonebook.diff
      30.7 KB
    • FritzManager.xml
      30.6 KB

    steve42

    MP Donator
  • Premium Supporter
  • November 9, 2008
    79
    30
    Ettlingen
    Home Country
    Germany Germany
    gemx: I've added this to SVN and it will be included in the next version. update on first load will be configurable because of the delay.

    steve
     

    netexplorer

    MP Donator
  • Premium Supporter
  • January 21, 2009
    736
    104
    Home Country
    Germany Germany
    Hi steve,
    your plugin seems to match my goals. For the VDR systems exists a Frtz!Box plugin also, which display the call lists. But it have some other features, which i suggest for your plugin.
    Incoming calls are displayed in a notification window and it can display the name of the caller instead of the number. To resolve the name, it can use the Fritz!Box adressbook, or backward search from "Das Oertliche". The sourcecode is available, so maybe it is possible to copy this functions.
    Regards, Netexplorer.
     

    steve42

    MP Donator
  • Premium Supporter
  • November 9, 2008
    79
    30
    Ettlingen
    Home Country
    Germany Germany
    netexplorer said:
    Incoming calls are displayed in a notification window.
    There is also a plugin call Fritz CallMonitor, that does exactly the same thing. Chefkoch the plugins author already agreed with me, that we will merge the two plugins. Just a matter of time.

    netexplorer said:
    ... and it can display the name of the caller instead of the numberIncoming calls are displayed in a notification window.
    FritzManager also shows names instead of numbers, once the call summary was requested. In the future this will always happen (at least in a background thread).
    netexplorer said:
    ... backward search from "Das Oertliche"
    Thank you for this suggestion, when background processing in fritz manager is ready (for call list / phonebook refresh / auto refresh) I will try to integrate
    this. Do you know a source snippet in C# for requesting "Das Örtliche"?

    steve
     

    netexplorer

    MP Donator
  • Premium Supporter
  • January 21, 2009
    736
    104
    Home Country
    Germany Germany
    Hi steve,
    that sounds good. Here is the project homepage of this plugin. There you can download the last version ith source code.It's written in C++, but i think it should be possible to transform the code.
    Code:
    try {
    		*dsyslog << __FILE__ << ": sending reverse lookup request for " << Tools::NormalizeNumber(number) 
                    << " to www.dasoertliche.de" << std::endl;
    		std::string host = "www.dasoertliche.de";
    		tcpclient::HttpClient tc(host, PORT_WWW);
    		tc << "GET /?id=9999999999999999999999&form_name=detail&lastFormName=search_inv&ph="
                    << Tools::NormalizeNumber(number) 
                    << "&recFrom=1&hitno=0&zvo_ok=1&page=TREFFERLISTE&context=TREFFERLISTE&action=TEILNEHMER&detvert_ok=1 
                    HTTP/1.1\nHost: www.dasoertliche.de\nAccept-Charset: ISO-8859-1\nUser-Agent: Lynx/2.8.5\nConnection: close\n\n\0";
    		tc >> msg;
    	}
    Netexplorer.
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    I also implemented a search via "Das örtliche" but since some months they changed their policies.
    So the backwards search seems only available for numbers where the owner of the number explicitly agreed to allow this.
    All others names/numbers aren't found anymore - or has someone new info about that?
     

    usualsuspect

    Portal Pro
    May 12, 2009
    631
    98
    Home Country
    Germany Germany
    So the backwards search seems only available for numbers where the owner of the number explicitly agreed to allow this.
    this has been the case since the "rückwärtssuche" was implemented. for legal inverse searching the users always had to agree, which imo is absolutely correct.
    EDIT: that's not correct, users do not have to explicitly agree, but they may explicity disagree... , see here
    there were (are?) some tools which used the whole database from offline data (klickinvers...) but I guess this should not be implemented here.

    for important numbers you still have your personal phonebook...
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom