[6.0.3] Trakt for MediaPortal [2020-01-01] (3 Viewers)

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Re: [1.1.3] Trakt for MediaPortal

    New release available (v1.1.3), see first post for download instructions.

    Change Log
    • Fixed skin buttons used for Add to Watchlist, Rate and Shouts not working on all Remote Controls.
    • Fix Movies not appearing immediately in MovingPictures trakt WatchList category if more than one was added in a short period.
    • Fixed avatar not being displayed always in Friends window.
    • Added Mark as Unwatched to context menu in relavent windows. This will only mark as unseen and will not remove watched history from online.
    • Added IMDb trailer lookup when attempting to play an episode and not found locally. This is only applicable in episode windows such as Calendar, Friends Watched History and Episode Watchlist.
    • Updated German translations, thanks catavolt.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Re: [1.1.3] Trakt for MediaPortal

    Sorry 1stdead, I saw your updated translations too late. Will be included in next version though.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Re: [1.2.0] Trakt for MediaPortal [2011-10-17]

    New release available (v1.2.0), see first post for download instructions.

    Change Log
    • Added support for trakt lists. The following features are available from the GUI:
    • Create a new list.
    • Delete or Edit a list.
    • Add a movie, show, season or episode to a list or multiple lists.
    • Delete an item from a list.
    • View your friends lists from the friends window.
    • Copy a friends lists.
    • Skin support that can allow items to be added to lists from various plugin windows like MovingPictures.
    • Easy to use API for lists from external plugins.
    • trakt windows updated to support Add to List from context menu.
    • Updated Default skins, can view lists from main trakt menu.
    • Added Spanish translations, thanks z3us.
    • Fixed an invalid translation reference. Added missing translations in primary language file (en-US.xml).
    • Updated Danish translations, thanks 1stdead.

    Note: This release is only applicable for MediaPortal 1.2 users.
     

    dietbutcher

    Portal Member
    February 4, 2007
    44
    2
    Re: [1.2.0] Trakt for MediaPortal [2011-10-17]

    Great! Trakt 1.2 with lists looks awesome. Is there any other way to access the Trakt lists than going to Plugins -> Trakt -> Lists? The other Trakt Integration (Watchlist and Recommendations) with Moving Pictures Categories works well, is it possible to have Trakt lists included here as well? I'm using StreamedMP as a Skin (thanks for that as well!)

    New release available (v1.2.0), see first post for download instructions.

    Change Log
    • Added support for trakt lists. The following features are available from the GUI:
    • Create a new list.
    • Delete or Edit a list.
    • Add a movie, show, season or episode to a list or multiple lists.
    • Delete an item from a list.
    • View your friends lists from the friends window.
    • Copy a friends lists.
    • Skin support that can allow items to be added to lists from various plugin windows like MovingPictures.
    • Easy to use API for lists from external plugins.
    • trakt windows updated to support Add to List from context menu.
    • Updated Default skins, can view lists from main trakt menu.
    • Added Spanish translations, thanks z3us.
    • Fixed an invalid translation reference. Added missing translations in primary language file (en-US.xml).
    • Updated Danish translations, thanks 1stdead.

    Note: This release is only applicable for MediaPortal 1.2 users.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Re: [1.2.0] Trakt for MediaPortal [2011-10-17]

    Great! Trakt 1.2 with lists looks awesome. Is there any other way to access the Trakt lists than going to Plugins -> Trakt -> Lists? The other Trakt Integration (Watchlist and Recommendations) with Moving Pictures Categories works well, is it possible to have Trakt lists included here as well? I'm using StreamedMP as a Skin (thanks for that as well!)
    Hi dietbutcher, it would be nice to integrate the custom lists as categories in MovingPictures but its not a feature of the current release. Currently the only integration is the ability to add movies to a list from MovingPictures.

    We may add support for that in future, it will obviously filter out tvshows from your lists as lists can be made up of anything. Probably would be nice to also have a way to select which lists you want to sync with movpics categories as you might not want to see them all.

    You also can link your BasicHome screen to point to Trakt Lists, just link Trakt.Lists.xml to a menu or sub-menu item.

    For now though, hope you have fun with the current lists feature!
     

    dietbutcher

    Portal Member
    February 4, 2007
    44
    2
    Re: [1.2.0] Trakt for MediaPortal [2011-10-17]

    Sounds great, will do Thanks again! It might also be nice to have a "Jump to" Trakt Lists While inside Moving Pictures which I imagine would be much less coding than the full Category integration. Thanks!
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Re: [1.2.1] Trakt for MediaPortal [2011-10-24]

    New maintenance release available (v1.2.1), see first post for download instructions.

    Change Log
    • Fixed issue where some users reported both a 'seen' and a 'scrobble' on trakt after watching a movie in MovingPictures plugin.
    • Fixed issue where the same movies were synced to trakt every sync interval even though they were already in your trakt library collection. This was due to movies using alternative titles but had no IMDb reference so they failed local matching.
    • Fixed dispose of OnlineVideos event handlers when disabling plugin handler from GUI.
    • Added thread names to logger where there were none.
    • Added thread safety to logger, will not have problems writing to log any more.
    • Improved layout of Multi-Select dialog in Default skins.
    • Updated German translations, thanks catavolt.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,755
    7,200
    Sydney
    Home Country
    Australia Australia
    Re: [1.3.0] Trakt for MediaPortal [2011-11-11]

    New release available (v1.3.0), see first post for download instructions.

    Change Log
    • Added ability to view Related Movies/Shows on any selected item. You can view the top 10 related items and even filter out ones you have watched.
    • Added ability to Search for NZBs via the mpNZB plugin, you can access this feature from the context menu on any selected movie or episode in any trakt window. Thanks goes to Shukuyen for providing patch.
    • Added Helpers for Shouts API, makes it a little easier for external plugins to view shouts.
    • Improved API and External Access to prompt warning if user is not Logged In when accessing area which requires authentication.
    • Fixed a bug where properties were not being cleared in Shouts window if user was not Logged In.
    • Fixed Scrobble/Watching errors when playing an episode from My Anime that is not yet available in the AnimeDB.
     

    Users who are viewing this thread

    Top Bottom