[Plugin] DVDArt - All artwork for MovingPictures, MyFilms, TVSeries, Music & more!!! (4 Viewers)

SpudR

Retired Team Member
  • Premium Supporter
  • July 27, 2007
    2,657
    718
    Yorkshire, UK
    Home Country
    England England
    No error - just not showing (or grabbing) the latest version, despite many cache deletes and 'updates' forced...
     

    Attachments

    • mpei.jpg
      mpei.jpg
      50.7 KB
    Last edited:

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    No error - just not showing (or grabbing) the latest version, despite many cache deletes and 'updates' forced...


    SpudR, did you try to run the MPEI manually... don't know where to start looking as I have it installed correctly on my setup as you can see from the image below.
    plugins.jpg
     

    SpudR

    Retired Team Member
  • Premium Supporter
  • July 27, 2007
    2,657
    718
    Yorkshire, UK
    Home Country
    England England
    The MPEI from the repository on the MP site works fine - but the version that the MPEI installer says is available on the 'Known Plugins' page is out of date.
    Try uninstalling it and then looking at the version on the known plugins tab.
     

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    The MPEI from the repository on the MP site works fine - but the version that the MPEI installer says is available on the 'Known Plugins' page is out of date.
    Try uninstalling it and then looking at the version on the known plugins tab.


    SpudR, somehow the update XML wasn't loaded correctly. Now it should be fine. Thanks for pointing this out.
     

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    This is not working with MyFilms or?
    If so, is there a way this can be done? ( @Guzzi ) :)

    I need clearart in MyFilms! :D


    infinite.loop, I do not use MyFilms plugin, but if you can provide me with a populated database, I will see how to integrate.
     

    Guzzi

    Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,161
    747
    This is not working with MyFilms or?

    If so, is there a way this can be done? ( @Guzzi ) :)



    I need clearart in MyFilms! :D





    infinite.loop, I do not use MyFilms plugin, but if you can provide me with a populated database, I will see how to integrate.

    ... alternatively (to reading DB directly), you could use the public method to get the film list - you could look into fanart handler or trakt.
    Something like (taken from Trakt MyFilms handler):
    Code:
    			ArrayList myvideos = new ArrayList();
    			BaseMesFilms.GetMovies(ref myvideos);
    			Log.Info("returning " + myvideos.Count + " movies");
     
    			List<MFMovie> MovieList = (from MFMovie movie in myvideos select movie).ToList();
    			foreach mov in MovieList ...
    This would avoid additional locking to DB and also respects user settings for "public" films in DB...
    You'll get array/list of movies with name, year, imdb, etc. (if DB is properly populated)
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi M3cury ,
    what about , to add support also to My Videos plugin .. the build in movie plugin ...that many of of mp users use for movies... :rolleyes: .
    we ask long time ago .... :(
     
    Last edited:

    m3rcury

    Development Group
  • Team MediaPortal
  • August 12, 2010
    977
    733
    Home Country
    Malta Malta
    Hi M3cury ,
    what about , to add support also to My Videos plugin .. the build in movie plugin ...that many of of mp users use for movies... :rolleyes: .
    we ask long time ago .... :(


    ysmp, must have slipped my mind. Will look into it.
     

    Users who are viewing this thread

    Top Bottom