Announcement: TV Recordings v0.2 (1 Viewer)

Golf4

Portal Pro
August 18, 2006
2,723
219
Dunkeldeutschland
Home Country
Germany Germany
Hi pkaul,
schön das du das Plugin aktualisiert hast. Habe ich schon vermisst.
Leider bekomm ich bei benutzung des "XmasBlue3wide" -Skin eine Fehlermeldung missing TVReco... . xml oder ähnlich.
Irgendwo hatte ich mal eine angepasste xml zu liegen - oder gibts da nen Trick?

Danke für die Antwort.
 

pkaul

Portal Pro
October 13, 2007
57
9
Hamburg
Home Country
Germany Germany
Hi,

Hi pkaul,
schön das du das Plugin aktualisiert hast. Habe ich schon vermisst.
Leider bekomm ich bei benutzung des "XmasBlue3wide" -Skin eine Fehlermeldung missing TVReco... . xml oder ähnlich.
Irgendwo hatte ich mal eine angepasste xml zu liegen - oder gibts da nen Trick?

Danke für die Antwort.

TvRecordings unterstützt leider nur die Skins Blue3 und Blue3Wide. Du kannst aber mal schauen was passiert, wenn Du die beiden Dateien TvRecordingsXXX.xml aus skins/blue3wide nach skins/XmasBlue3wide kopierst. Vielleicht funktioniert das ja.

Grüße
Peter
 

Golf4

Portal Pro
August 18, 2006
2,723
219
Dunkeldeutschland
Home Country
Germany Germany
Hi
danke für die schnelle Antwort.
Bin da auch schon drauf gekommen.
Ich habe gedacht der Xmas wird unterstützt weil dieser in der Liste beim Install des Plugins auftaucht.
Habs dann auch so gemacht und vom blue3-wide die zwei xml-Dateien einfach kopiert.
Hatt auch funktioniert!
Adios!
 

MoPhat

Retired Team Member
  • Premium Supporter
  • June 17, 2007
    816
    226
    Berg
    Home Country
    Switzerland Switzerland
    Hi pkaul

    Hast du einen Tip für mir mich wie aus auch der timerliste (schedules) den nächsten Timer raus kriege?

    Ich benötige das für meinen StandbyWatcher plugin um den rechner aus dem standby rechtzeitig aufzuwecken und nach der aufnahme wieder in den standby zu schicken wenn die aufnahme zuende ist und der Rechner schon im standby war.

    ich habe mal die Sourcen vom TVPlugin angeschaut, und ich kriege immer nur das Datum heraus wo es erstellt worden ist, also z.B. am 10.11.2008 einen wöchentlichen Timer erstellt und bei der rückgabe des Wertes kommt einfach nur der Eintrag aus der DB !?!?

    Hier mein Code

    Code:
    SqlBuilder sb = new SqlBuilder(Gentle.Framework.StatementType.Select, typeof(Schedule));
    SqlStatement stmt = sb.GetStatement(true);
    IList getList = ObjectFactory.GetCollection(typeof(Schedule), stmt.Execute());

    Einen Tip?

    Danke
    MoPhat
     

    pkaul

    Portal Pro
    October 13, 2007
    57
    9
    Hamburg
    Home Country
    Germany Germany
    Hey Caribou,

    Hi Peter,

    Please find attach the french translation completed.

    Note :
    - how to translate "TV recordings" main menu name ?

    - "suggestion" menu is no more displaid ?
    (remark: this functionality was looking good - but I had not understood how to active this)

    - "grouping" menu : I suggest to display "grouping (none)" rather than "grouping: none" as it is done for count values. or "grouping (title)" or "grouping (channel)" ...
    Indeed, "none" is the actual value and will change if we change the option... "grouping : none" seems to be an action to set grouping to "none". this is just my feeling...
    This add of grouping functionnality is really excellent !
    other suggestion : grouping should be available in the menu rather than the detail of recordings... ?

    thank you very much for the translation. I will integrate them as soon as possible. Unfortunately I have released version 1.0 before I have seen your post. But there will be another release very soon.

    Your suggestions sound very reasonable. I will try to realize them. How would you translate "Tv Recordings" into french?

    Greetings
    P.

    Hallo MoPhat,

    Hi pkaul

    Hast du einen Tip für mir mich wie aus auch der timerliste (schedules) den nächsten Timer raus kriege?

    Ich benötige das für meinen StandbyWatcher plugin um den rechner aus dem standby rechtzeitig aufzuwecken und nach der aufnahme wieder in den standby zu schicken wenn die aufnahme zuende ist und der Rechner schon im standby war.

    ich habe mal die Sourcen vom TVPlugin angeschaut, und ich kriege immer nur das Datum heraus wo es erstellt worden ist, also z.B. am 10.11.2008 einen wöchentlichen Timer erstellt und bei der rückgabe des Wertes kommt einfach nur der Eintrag aus der DB !?!?

    Hier mein Code

    Code:
    SqlBuilder sb = new SqlBuilder(Gentle.Framework.StatementType.Select, typeof(Schedule));
    SqlStatement stmt = sb.GetStatement(true);
    IList getList = ObjectFactory.GetCollection(typeof(Schedule), stmt.Execute());

    Einen Tip?

    Danke
    MoPhat

    ich bin mir nicht ganz sicher ob ich Dich korrekt verstehe, aber ich vermute, dass die Lösung für Dich ungefähr so aussehen könnte:

    • Initialisieren des IControllers
    • Auslesen aller Schedules: IList schedules = Schedule.ListAll();
    • Iterieren über alle Schedules und den kleinsten Wert Schedule#StartTime ermitteln der größer als das aktuelle Datum ist.

    Kennst Du das PowerScheduler-Plugin? Der macht doch eigentlich das was Du vorhast.

    Viele Grüße
    P.
     

    caribou

    MP Donator
  • Premium Supporter
  • December 5, 2008
    32
    0
    Nantes
    Home Country
    France France
    Hi pkaul,

    "TV recordings" = "Enregistrements TV" in french.

    I have another suggestion :
    - I think using "OK" to select the menu of an entry and not direct play is good ! ("OK" is used to direct play in MP standard and I don't like this)
    But I suggest to set also the same for the (") button (right clic). because it is a reflex to use this rather than "OK"... (as in MP standard recordings, TV OSD...). So both would do the same whatever the user is used to...
    this is just my feeling. ;)

    I would have some more suggestions about "planning" part but I need to practice more before.:p

    cheers.
     

    hjbaard

    Portal Pro
    April 25, 2007
    124
    2
    53
    Home Country
    Netherlands Netherlands
    I tried the plugin in version 1.0.0.0 with the monochrome skin.
    I found some problems here.
    - first of all I have to switch to b3w skin and open tv recordings, then switch back again to monochrome skin to get the plugin to work.
    - the recursive scheduled recordings are not shown in the plugin, only the ones that are scheduled ones.
    - when trying to add a new schedule in monochrome I get the following error:
    missing or invalid file ....\skin\monochrome\TvRecordingsSchedule.xml
    So I think this also has something to do with the skin I'm using.

    I hope this information helps you to further develope this plugin :)
     

    Homedom

    Portal Member
    April 28, 2006
    8
    0
    124
    Hallo,
    Ich benutze Windows Vista Ultimate 32bit und MediaPortal 1 final mit EVR als Renderer.. Wenn ich in TV Recordings ein Video anschauen will bleibt der Bildschirm schwarz und ich hör nur Ton. Dann muss ich MediaPortal immer neu starten. Wenn ich VMR9 benutze geht zwar das TV Recordings, aber das normale TV läuft nicht wie ich es gerne hätte. Wo liegt das Problem? Ist es das Plugin oder liegt es am Rechner? Kann mir jemand helfen?
    Danke, homedom
     

    pkaul

    Portal Pro
    October 13, 2007
    57
    9
    Hamburg
    Home Country
    Germany Germany
    Hi hjbaard,

    I tried the plugin in version 1.0.0.0 with the monochrome skin.
    I found some problems here.
    - first of all I have to switch to b3w skin and open tv recordings, then switch back again to monochrome skin to get the plugin to work.
    - the recursive scheduled recordings are not shown in the plugin, only the ones that are scheduled ones.
    - when trying to add a new schedule in monochrome I get the following error:
    missing or invalid file ....\skin\monochrome\TvRecordingsSchedule.xml
    So I think this also has something to do with the skin I'm using.

    I hope this information helps you to further develope this plugin :)

    the TvRecordings plugin supports the Blue3 and Blue3Wide skin only! You might try to copy the files TvRecording.xml and TvRecordingsSchedule.xml from skin\blue3wide or skin\blue3 into the directory skin\<your_skin>. This might help and I can't guarantee.

    What do you mean exactly by "recursive schedules recordings"?

    --------------------------------------------------------------------------------------

    Hallo Homedom,

    Hallo,
    Ich benutze Windows Vista Ultimate 32bit und MediaPortal 1 final mit EVR als Renderer.. Wenn ich in TV Recordings ein Video anschauen will bleibt der Bildschirm schwarz und ich hör nur Ton. Dann muss ich MediaPortal immer neu starten. Wenn ich VMR9 benutze geht zwar das TV Recordings, aber das normale TV läuft nicht wie ich es gerne hätte. Wo liegt das Problem? Ist es das Plugin oder liegt es am Rechner? Kann mir jemand helfen?
    Danke, homedom

    ich glaube nicht, dass das Problem am TvRecordings plugin liegt, weil zum Abspielen eines Videos die Standardfunktionalität von MediaPortal verwendet wird. Tritt das Problem auch auf, wenn Du ein Video aus dem eingebauten TV-Plugin oder dem Video-Plugin aufrufst? Wenn ja, dann solltest Du dieses Problem mal den MediaPortal-Team schildern.

    Ich selber habe seit MediaPortal 1.0 das Phänomen, dass beim Abspielen eines Videos erst der Ton zu hören ist und erst nach ein paar Sekunden das Bild kommt.

    Grüße
    P.
     

    Users who are viewing this thread

    Top Bottom