1.4.x Themes: BasicHome, Clear Art's support for Titan, Weather icon on screen, bugfixes and more. (3 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Update will only work for those series that do not have at least one picture, if you want to run for all series then you need to click the download.
    PS: yet so, then how do everywhere.
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Code:
    call "%~dp0convert.exe" %1 -resize 1778x1778 ^ -gravity center -crop 1000x1000+0+0 +repage ^ transparency_mask.png -alpha off -compose copy_opacity -composite dvdoverlay.png -compose over -composite ^ %2

    seems to only work if I place the .cmd file in the same directory as MePoTools.exe. But it does work :)

    if you use %~dp0 then that inserts the working directory of the .bat file.
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    I run command file with full path:

    Code:
      26-06-2013 16:17:36.298 - Fake: Execute D:\Downloads\cnvrt\fanart2dvd.cmd D:\Work\Programming\Delphi\MePoTools\thumbs\Fan Art\FanArt\Original\260449-2.jpg D:\Work\Programming\Delphi\MePoTools\thumbs\CDArt\Series\260449.png

    My fanart2dvd.cmd:

    Code:
    D:\Downloads\cnvrt\convert.exe %1 -resize 1778x1778 ^ -gravity center -crop 1000x1000+0+0 +repage ^ D:\Downloads\cnvrt\transparency_mask.png -alpha off -compose copy_opacity -composite D:\Downloads\cnvrt\dvdoverlay.png -compose over -composite ^ %2

    Be sure to specify the full path to the file mask. (D:\Downloads\cnvrt\transparency_mask.png, D:\Downloads\cnvrt\dvdoverlay.png) & D:\Downloads\cnvrt\convert.exe

    I changed MePoTools, now have all the settings:
    mp.png[DOUBLEPOST=1372253403][/DOUBLEPOST]I'm at work, so do not read carefully. If you have something to add, remove, edit, speak. And if you've already said, but I did not respond, most likely missed. I apologize in advance for my not care.
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Added parameters for running:
    Code:
    Parameters:
    %s - Source file (fanart, poster etc)
    %t - Target file (CDArt)
    %mf - MePoTools folder
    %pf - Folder the program started
     

    Attachments

    • MePoTools-Beta.zip
      1.5 MB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    I can try to add support http://www.allcdcovers.com/, they have the API. But it must be like to change the batch file to get a decent result.
     

    Attachments

    • [AllCDCovers]_falling_skies_season_one_2011_ws_r2_custom_dvd-cd.jpg
      [AllCDCovers]_falling_skies_season_one_2011_ws_r2_custom_dvd-cd.jpg
      480.8 KB
    • 2.png
      2.png
      2.1 MB
    • [AllCDCovers]_v_season_one_2009_ws_r2_custom_dvd-cd.jpg
      [AllCDCovers]_v_season_one_2009_ws_r2_custom_dvd-cd.jpg
      218 KB
    Last edited:

    shorty1483

    MP Donator
  • Premium Supporter
  • June 12, 2011
    188
    61
    Home Country
    Germany Germany
    Would be awesome! Is there a possibility to scan the amount of seasons per series from database to save multiple CDArt per series, e. G. 17550_s1, 17550_s2? That's the naming convention of Avallanche.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    We http://www.allcdcovers.com/ very bad interface, I tried, but definitely find on the site, a disk image for each season, I could not. Make a dummy disc for each season as a whole is not difficult. I can try, but I would have kept these discs in a different directory. For example CDArt\Seasons\
     

    Users who are viewing this thread

    Top Bottom