Recent content by sunedane

  1. S

    TVService - Not detecting if episode has been recorded

    Hi. Just updated to 1.2.3 TVService is not detecting if episode is recorded or not since this commit to git : Mantis 3608 - Duplicate episode detection does not work within the same day The check to see if the recording is present or not is now broken. If a recording is present THIS code...
  2. S

    Dolphin and Wiimote Autopair?

    Some missing files and a modified bat file, and i got it working on my windows 7x64. unzip files to the root of dolphin and set the emulator path in Emulator 2 config to Wiiconnect.bat using /b /e as arguments and selected "use quotes in paths". This is for full screen Mediaportal. Just...
  3. S

    No Music folder view

    Hi. You have to edit mediaportal.xml. search for startWindow in the music section and change the value from 504 to 501. you might also need to change the value in avalon.xml for your music menu to 501. I think the avalon editor has a bug.
  4. S

    MPDisplay++ - Extended Display/Touchscreen Plugin

    Re: MPDisplay2 - MP Secondary Display Hi This is my SVN fixed version build against 1.1.6.27746 and its NOT working with 1.2 alpha or earlier. fixed: Listview, TVprogressbar This is how my TVprogress bar is defined. <section name="Control14"> <entry...
  5. S

    MPDisplay++ - Extended Display/Touchscreen Plugin

    Re: MPDisplay2 - MP Secondary Display welcome back sa_ddam213 :-) I have made some patches to your program, from the source provided by Wondermusic so i could run it on latest SVN. MPD2_TVprogress is now showing all 3 progesses. Timeshift, program and Live. Didnt try to make the slider...
  6. S

    [Approved] flickering #TV.View.description property

    Hi. UpdateCurrentEpgValues makes the properties flicker in TVHome. how to reproduce: Go to MyTv and tune to a channel containing EPG. (Don't start tv in full screen). All the properties starts to flicker. The problem is also in fullscreen but you only notice it if you have some kind...
  7. S

    MPDisplay++ - Extended Display/Touchscreen Plugin

    Re: MPDisplay2 - MP Secondary Display Hi sa_ddam213 Even when set to Listview it does not show any lists. And yes, I'm using TVServer latest SVN too. Not using 4TR. Regards /sd
  8. S

    MPDisplay++ - Extended Display/Touchscreen Plugin

    Re: MPDisplay2 - MP Secondary Display Hi sa_ddam213 Nice plugin. I'm running latest SVN of Mediaportal, and I cant get any lists to work. Not in radio, music or picture. No lists is show at all. Another problem is the Tv section. I Only get a blank black screen. Can you confirm my issues...
  9. S

    [fixed] New TVLibrary.dll makes changing channel very slow

    I can confirm that your new TVLibrary.dll fixes the channel change delay of the current SVN. Will the fix go into SVN soon or can we get a patch? /sd
  10. S

    MPTouch - Mediaportal TouchScreen Plugin

    Hi Sa_ddam213 Looking very nice, despite its a prepreprealpha :) I tried you new TouchV3 against the latest SVN (27119) and got a system exception in UpdateEQ(). Bass libraries are updated to version 2.4.7.0 i SVN since 1. December and yours is compiled with 2.4.4.3. 2010-12-25...
  11. S

    [fixed] Mantis 2853: Editing channel fix

    Hi. After gemx checked in his fix for mantis 2853 (Revision 26251) the polarisation values on Editing DVB-S channels, does not match the value you get from channel scan. Its properly because the index is changed while adding NotSet and NotDefined. Horizontal values are stored as 1 in the...
  12. S

    [Plugin] Browse The Web / Webbrowser

    Hi. Very useful and nice plugin :) The problem with no id's showing, could be caused by having older versions of the needed dll's in the root of mediaportal directory. The older dll's will then be used instead of the once in the plugin directory. Regards Sunedane
  13. S

    [confirm] Bug in XmlTvImportWakeupHandler.cs

    Hi I think i found a bug in the XmlTvImportWakeupHandler.cs. GetNextWakeupTime has a bug, that prevents the WakeupHandler to set the right date. if ((now < remoteScheduleTime) && (remoteScheduleTime > DateTime.MinValue)) { remoteScheduleTime.AddDays(1); }...
  14. S

    MPTouch - Mediaportal TouchScreen Plugin

    New release tested with dialog fix... works fine now. keep up the great work sa_ddam213 :)
  15. S

    MPTouch - Mediaportal TouchScreen Plugin

    This is indeed a nice plugin for a touchscreen :) If found a bug in the MiniEPG Dialog that popup when selecting channel. Mediaportal crash if changing favorite list before the dialog is finish updating the touchscreen. Im running latest svn (build 25793) and version 0.0.1.2 of this...
Top Bottom