- January 24, 2012
- 2,569
- 2,680
- Home Country
- United Kingdom
- Thread starter
- Moderator
- #41
Can you replace this file and show me how it looks after ?Hi, i found a bug in weather Lite. Have a look at the clouds.
Can you replace this file and show me how it looks after ?Hi, i found a bug in weather Lite. Have a look at the clouds.
ok i will take a look ive never seen a title that long before lol.Looks good!
Here an other bug.
TVSeries - When the end of the row is reached it do a break. Please look at the screenshot.
Ok thanks i will tag @Sebastiii here too in case it is related to MadVR. Seb have you seen this before ? does using MadVR interfere with the MP properties ?
I will need a full fresh set of logs if you need any further help although i'm not convinced this is a skin issue because your movie title is showing as the file name but it should be the same as the title in the moving pictures screen.
Also are you using MadVR ?
diff --git a/MP-TVSeries/VideoHandler.cs b/MP-TVSeries/VideoHandler.cs
index 763938f..5a144d7 100644
--- a/MP-TVSeries/VideoHandler.cs
+++ b/MP-TVSeries/VideoHandler.cs
@@ -99,6 +99,7 @@ namespace WindowPlugins.GUITVSeries
g_Player.PlayBackEnded += new MediaPortal.Player.g_Player.EndedHandler(OnPlayBackEnded);
g_Player.PlayBackStarted += new MediaPortal.Player.g_Player.StartedHandler(OnPlayBackStarted);
g_Player.PlayBackChanged += new g_Player.ChangedHandler(OnPlaybackChanged);
+ MediaPortal.GUI.Video.GUIVideoOverlay.SetGuiPropertiesUpdate += new MediaPortal.GUI.Video.GUIVideoOverlay.SetGuiProperties(SetGuiPropertiesUpdate);
PlayPropertyUpdater.WorkerSupportsCancellation = true;
PlayPropertyUpdater.DoWork += new DoWorkEventHandler(SetPlayProperties_DoWork);
}
@@ -304,6 +305,14 @@ namespace WindowPlugins.GUITVSeries
SetGUIProperties((bool)e.Argument);
}
+ private void SetGuiPropertiesUpdate(g_Player.MediaType type, string filename)
+ {
+ if (PlayBackOpIsOfConcern(type, filename))
+ {
+ SetGUIProperties(false);
+ }
+ }
+
/// <summary>
/// Sets the following Properties:
/// "#Play.Current.Title"
@@ -377,7 +386,7 @@ namespace WindowPlugins.GUITVSeries
GUIPropertyManager.SetProperty(kvp.Key, " ");
}
}
-
+
GUIPropertyManager.SetProperty("#Play.Current.Title", clear ? " " : m_currentEpisode.onlineEpisode.CompleteTitle);
GUIPropertyManager.SetProperty("#Play.Current.Year", clear ? " " : FieldGetter.resolveDynString("<" + DBEpisode.cOutName + "." + DBOnlineEpisode.cFirstAired + ">", m_currentEpisode, false));
GUIPropertyManager.SetProperty("#Play.Current.Genre", clear ? " " : FieldGetter.resolveDynString(TVSeriesPlugin.m_sFormatEpisodeSubtitle, m_currentEpisode));
@@ -587,6 +596,7 @@ namespace WindowPlugins.GUITVSeries
if (PlayBackOpIsOfConcern(type, filename))
{
LogPlayBackOp("started", filename);
+ // TODO surely can be removed now.
// really stupid, you have to wait until the player itself sets the properties (a few seconds) and after that set them
PlayPropertyUpdater.RunWorkerAsync(false);
}
--
2.10.0.windows.1
Actually this was intentional as the guide tile is the most used so you can see latest recorded just before you go to epg ( obviously may be different for some people )1. look Screenshot: The latest media over the EPG tile. This are the last recordings. I think there should be no latest media.
2. TV Aufnahmen (Plugin: RecordedTV): there should be the latest media of last recordings.
I noticed but it's not something i have set, argus just takes over control of the default mediaportal windows for tv etc i guess the window id for argus is different.3.1 Geplante Aufnahmen (Plugin: Scheduled Recordings): this tile has no function.
Maybe although it's not high on the priority list at the moment and i'm not sure how well latestmediahandler pulls from argus if at all.3.2 Perhaps you can add upcoming recordings as last media.
LMH 2.3.0.58 and higher support Argus in full.and i'm not sure how well latestmediahandler pulls from argus if at all.
Yes but does LMH use the tvrecordings properties for argus if installed or does it have it's own argus properties ? i can see nothing for argus hereLMH 2.3.0.58 and higher support Argus in full.
https://forum.team-mediaportal.com/...andler-v2-3-x-000.132114/page-59#post-1179026
Yes!Yes but does LMH use the tvrecordings properties
No!or does it have it's own argus properties