MP-TVSeries v4.3.6 Release [2020-01-24] (3 Viewers)

Imzadi

MP Donator
  • Premium Supporter
  • June 18, 2008
    250
    67
    Aachen
    Home Country
    Germany Germany
    These are some amazing new additions. Thank you!
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    • Thread starter
    • Moderator
    • #42
    New release available:

    v4.2.1
    • Fixed community ratings not being displayed when using a comma for decimal separator in regional settings.
    • Fixed an issue where series were not correctly matching if two series differed only by an exclamation mark e.g. Betrayal -> Betrayal!
    • Added PDB debug file to installer.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    • Thread starter
    • Moderator
    • #44
    New release available

    v4.2.2
    • Fixed trakt community ratings sometimes being overwritten with tvdb ratings.
    • Fixed user edited fields not being reflected in the configuration tool after reload.
    • Added new skin setting function 'FormatThousands' to allow you format large numbers e.g trakt community votes e.g 41983 -> 41,983.
    • Added new formatting rules to the Titan skin so it displays vote counts for ratings with thousands separators.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    I got this one today. Is it an MP or an Tv Series Bug?

    Code:
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
       bei WindowPlugins.GUITVSeries.ImageAllocator.GdipLoadImageFromFile(System.String, IntPtr ByRef)
       bei WindowPlugins.GUITVSeries.ImageAllocator.LoadImageFastFromFile(System.String)
       bei WindowPlugins.GUITVSeries.OnlineParsing.CheckArtwork(System.String)
       bei System.Linq.Enumerable+WhereListIterator`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].MoveNext()
       bei System.Collections.Generic.List`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]..ctor(System.Collections.Generic.IEnumerable`1<System.__Canon>)
       bei System.Linq.Enumerable.ToList[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]](System.Collections.Generic.IEnumerable`1<System.__Canon>)
       bei WindowPlugins.GUITVSeries.OnlineParsing.CheckBanners()
       bei WindowPlugins.GUITVSeries.OnlineParsing.worker_DoWork(System.Object, System.ComponentModel.DoWorkEventArgs)
       bei System.ComponentModel.BackgroundWorker.OnDoWork(System.ComponentModel.DoWorkEventArgs)
       bei System.ComponentModel.BackgroundWorker.WorkerThreadStart(System.Object)
       bei System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr, System.Object[], System.Object, System.Object[] ByRef)
       bei System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessageSink)
       bei System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(System.Object)
       bei System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
       bei System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       bei System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       bei System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       bei System.Threading.ThreadPoolWorkQueue.Dispatch()
       bei System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    • Thread starter
    • Moderator
    • #46
    New release available:

    v4.3.0

    • Removed plugin override of button labels in skin side menu. This change may break some skins side menus.
    • Added RatedAt fields to the OnlineSeries, OnlineEpisode and Seasons table. This will be used to record when an item was rated.
    • Added auto backup and restore for database volume if corrupt. If the database integrity is good on startup then its backed up, if it's corrupt the corrupted database is backed up and the last known good one is restored automatically.
    • Added season ratings to Season view in Titan skin. Requires trakt community ratings to be enabled in configuration, thetvdb.com does not provide season ratings.
    • Updated translations from Transifex.
    Note: Skinners will need to double check what is being used for labels on side menu buttons and ensure they're still correct. This release does not come packaged with the new default skin in MP 1.3, it will be added in a future release.
     
    Last edited:

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    • Thread starter
    • Moderator
    • #47
    @high , could you please update the url for the MPEI update.xml which is now located here:

    Code:
    https://raw.githubusercontent.com/damienhaynes/mptvseries/master/MPEI/update.xml
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Any chance of some documentation or the ability to enable a debugging option that exposes all the possible properties like in mov pics ?
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    • Thread starter
    • Moderator
    • #49
    Any chance of some documentation or the ability to enable a debugging option that exposes all the possible properties like in mov pics ?
    Not really as TVSeries only publishes what the skinner has provided in the their XMLs. It reads them on startup and evaluates what it can.

    You can use any database property from the episode, season and series tables in the database. They just need to be prefixed with the respective object e.g.
    Code:
    #TVSeries.Episode.
    #TVSeries.Season.
    #TVSeries.Series.

    I would recommend just downloading something that can open the database and then inspect the respective tables for what fields are available, there are two tables each for episode and series. The plugin has a few custom ones as well but would need to dig to find them since google code has now gone and for some reason the wiki did not transfer.
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Thanks yea i tried that using the column name of the one i want but didnt seem to work also tried adding it to skinsettings to be evaluated on start but same result [emoji24]
     

    Users who are viewing this thread

    Top Bottom