Latest Media Handler v2.4.X.000 (4 Viewers)

ysmp

Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    hey guys,
    i only use plotoutline for .myvideo (in the skin view) from the day deda add it MP1.3 ... (well he add it to my request ... never have time reading the full summry :p)

    it will be nice to add the short summry to all plugin in LMH ... if can do it ...why not ;)
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Summary (wait new beta) properties: :D
    Why invent the wheel again :confused:
    We already have (since the beginning and I use them already in DefaultWideHD) these properties for plot in MyVideo, TVSeries, MovingPictures:

    #latestMediaHandler.tvseries.latest1.plot
    #latestMediaHandler.myvideo.latest1.plot
    #latestMediaHandler.movingpicture.latest1.plot

    Ofc replace the 1 with 2 or 3 ;)

    But big THX for the rest, ajs (y)
    No he is adding plotOutline which is a short version of plot, the first two sentences of plot.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,616
    10,544
    Kyiv
    Home Country
    Ukraine Ukraine
    Sorry, I forgot a USB flash drive at work, so I will try tomorrow afternoon or evening.
    Optimize queries, time: ~11500 -> ~140ms :)
    SQL:
    SELECT strAlbumArtist, strAlbum, strFileType, dateAdded, iTimesPlayed, dateLastPlayed, strGenre, strPath,
           (SELECT strAMGBio FROM artistinfo WHERE LOWER(TRIM(T.strAlbumArtist,'| ')) = LOWER(TRIM(strArtist))) AS strLyrics
    FROM
      (SELECT strAlbumArtist, strAlbum, strFileType,
              MAX(dateAdded) AS dateAdded,
              CAST(ROUND(AVG(iTimesPlayed)) AS INTEGER) AS iTimesPlayed,
              MAX(dateLastPlayed) AS dateLastPlayed,
              GROUP_CONCAT(strGenre,'|') AS strGenre,
              GROUP_CONCAT(strPath,'|') AS strPath
       FROM tracks
       GROUP BY strAlbumArtist, strAlbum, strFileType
       ORDER BY dateLastPlayed DESC LIMIT 10) AS T;
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,616
    10,544
    Kyiv
    Home Country
    Ukraine Ukraine
    LatestMediaHandler 2.3.0.47 Beta.4
    + Add ability change latests view mode for TV Series (Latests Episodes, Latests Seasons, Latests Series) Configurator and Context menu.
    + Language file updated
    + Fix for thumbnails file name
    + Add jump to Now Playing when music play start
    + Add properties: :D
    Code:
    #latestMediaHandler.tvrecordings.latest.[1,2,3,4].summary
    #latestMediaHandler.tvrecordings.latest.[1,2,3,4].series
    #latestMediaHandler.tvrecordings.latest.[1,2,3,4].episode
    #latestMediaHandler.tvrecordings.latest.[1,2,3,4].episodename
    
    #latestMediaHandler.music.latest.[1,2,3].artistbio
    
    #latestMediaHandler.myvideo.latest.[1,2,3].plotoutline
    
    #latestMediaHandler.movingpicture.latest.[1,2,3].plotoutline
    
    #latestMediaHandler.myfilms.latest.[1,2,3].plot - always empty - I did not find how to get
    #latestMediaHandler.myfilms.latest.[1,2,3].plotoutline - always empty - I did not find how to get
    
    #latestMediaHandler.tvseries.latest.mode - episodes, seasons, series
    #latestMediaHandler.tvseries.latest.type
    #latestMediaHandler.tvseries.latest.[1,2,3].plotoutline
    Add to language file (en.xml in zip):
    XML:
    <string Field="NoDescription">No Description available...</string>
     

    Attachments

    • LatestMediaHandler 2.3.0.47 Beta.4.zip
      242.8 KB

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,421
    10,444
    Königstein (Taunus)
    Home Country
    Germany Germany
    Just tested - works great so far (y) (y) (y)
    Screenshot of latest TV Recordings with summary and lates Music with artist bio:

    09-23-16.jpg 09-32-45.jpg 09-32-52.jpg 09-32-57.jpg
     
    Last edited:

    Users who are viewing this thread

    Top Bottom