Do you get error message in logs files ?Hey! Thanks a lot for adding the ability to show the movie information in the filmstrip view.
Unfortunately after migrating to 4.5 my screen looks like this. Did i do anything wrong? I'm sure I picked the SVN version.
2008-03-31 22.28.35.729318 [ERROR][MPMain]: Exception :Error: NullWithNoNullValueUnclassified
Gentle.Common.GentleException: The column epgHasGaps was null but no NullValue was declared for the corresponding property on class Channel.
at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)
at Gentle.Common.Check.Verify(Boolean condition, Error error, Object[] args)
at Gentle.Framework.FieldMap.SetValue(Object instance, Object value)
at Gentle.Framework.ConstructorMap.UpdateMembers(Object result, Object[] row)
at Gentle.Framework.ConstructorMap.Construct(Object[] row, PersistenceBroker broker)
at Gentle.Framework.ObjectConstructor.Construct(Int32 columnComboHashCode, Object[] row, PersistenceBroker broker)
at Gentle.Framework.ObjectFactory.GetCollection(Type type, SqlResult sr, IList result)
at Gentle.Framework.ObjectFactory.GetCollection(Type type, SqlResult sr)
at TvDatabase.TvBusinessLayer.GetAllRadioChannels()
at TvPlugin.ChannelNavigator.ReLoad()
2008-03-31 22.28.35.730318 [ERROR][MPMain]: Exception :The column epgHasGaps was null but no NullValue was declared for the corresponding property on class Channel.
2008-03-31 22.28.35.730318 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String)
2008-03-31 22.28.35.730318 [ERROR][MPMain]: source :Gentle.Common
2008-03-31 22.28.35.731318 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)
at Gentle.Common.Check.Verify(Boolean condition, Error error, Object[] args)
at Gentle.Framework.FieldMap.SetValue(Object instance, Object value)
at Gentle.Framework.ConstructorMap.UpdateMembers(Object result, Object[] row)
at Gentle.Framework.ConstructorMap.Construct(Object[] row, PersistenceBroker broker)
at Gentle.Framework.ObjectConstructor.Construct(Int32 columnComboHashCode, Object[] row, PersistenceBroker broker)
at Gentle.Framework.ObjectFactory.GetCollection(Type type, SqlResult sr, IList result)
at Gentle.Framework.ObjectFactory.GetCollection(Type type, SqlResult sr)
at TvDatabase.TvBusinessLayer.GetAllRadioChannels()
at TvPlugin.ChannelNavigator.ReLoad()
2008-03-31 22.28.40.802318 [ERROR][MPMain]: Exception: System.ArgumentException: Column '(none)' does not belong to table Movie.
at System.Data.DataRow.GetDataColumn(String columnName)
at System.Data.DataRow.get_Item(String columnName)
at MesFilms.MesFilms.GetFilmList[T](T gSelItem)
at MesFilms.MesFilms.Fin_Charge_Init(Boolean LoadDfltSlct)
at MesFilms.MesFilms.OnMessage(GUIMessage messageType)
at MediaPortal.GUI.Library.GUIWindowManager.ActivateWindow(Int32 newWindowId, Boolean replaceWindow)
OK, you have to delete the (none) information under tab 'Optional 1' into the Detailed Supplementary Information fields. Leave those fields empty or choose an existing field of your database.i got the same problem... deleted the cache but didn't solve it... =(
Code:2008-03-31 22.28.35.729318 [ERROR][MPMain]: Exception :Error: NullWithNoNullValueUnclassified Gentle.Common.GentleException: The column epgHasGaps was null but no NullValue was declared for the corresponding property on class Channel. at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Verify(Boolean condition, Error error, Object[] args) at Gentle.Framework.FieldMap.SetValue(Object instance, Object value) at Gentle.Framework.ConstructorMap.UpdateMembers(Object result, Object[] row) at Gentle.Framework.ConstructorMap.Construct(Object[] row, PersistenceBroker broker) at Gentle.Framework.ObjectConstructor.Construct(Int32 columnComboHashCode, Object[] row, PersistenceBroker broker) at Gentle.Framework.ObjectFactory.GetCollection(Type type, SqlResult sr, IList result) at Gentle.Framework.ObjectFactory.GetCollection(Type type, SqlResult sr) at TvDatabase.TvBusinessLayer.GetAllRadioChannels() at TvPlugin.ChannelNavigator.ReLoad() 2008-03-31 22.28.35.730318 [ERROR][MPMain]: Exception :The column epgHasGaps was null but no NullValue was declared for the corresponding property on class Channel. 2008-03-31 22.28.35.730318 [ERROR][MPMain]: site :Void FailWith(Gentle.Common.Severity, Gentle.Common.Error, System.Exception, System.String) 2008-03-31 22.28.35.730318 [ERROR][MPMain]: source :Gentle.Common 2008-03-31 22.28.35.731318 [ERROR][MPMain]: stacktrace: at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg) at Gentle.Common.Check.Verify(Boolean condition, Error error, Object[] args) at Gentle.Framework.FieldMap.SetValue(Object instance, Object value) at Gentle.Framework.ConstructorMap.UpdateMembers(Object result, Object[] row) at Gentle.Framework.ConstructorMap.Construct(Object[] row, PersistenceBroker broker) at Gentle.Framework.ObjectConstructor.Construct(Int32 columnComboHashCode, Object[] row, PersistenceBroker broker) at Gentle.Framework.ObjectFactory.GetCollection(Type type, SqlResult sr, IList result) at Gentle.Framework.ObjectFactory.GetCollection(Type type, SqlResult sr) at TvDatabase.TvBusinessLayer.GetAllRadioChannels() at TvPlugin.ChannelNavigator.ReLoad() 2008-03-31 22.28.40.802318 [ERROR][MPMain]: Exception: System.ArgumentException: Column '(none)' does not belong to table Movie. at System.Data.DataRow.GetDataColumn(String columnName) at System.Data.DataRow.get_Item(String columnName) at MesFilms.MesFilms.GetFilmList[T](T gSelItem) at MesFilms.MesFilms.Fin_Charge_Init(Boolean LoadDfltSlct) at MesFilms.MesFilms.OnMessage(GUIMessage messageType) at MediaPortal.GUI.Library.GUIWindowManager.ActivateWindow(Int32 newWindowId, Boolean replaceWindow)
nevermind i fixed it... it was a (none) under tab "Optional 1" and "Detailed Supplementary Information", i changed it to an existent camp and now the plugin works again...