MePo Tools - Download ClearArt/CDArt/ClearLogos, Music Video clips and more! (4 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,651
    10,609
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #21
    should be "%~dp0convert.exe" ^
    ""D:\Work\Programming\Delphi\MePoTools\convert.exe"" is not an internal or external command, operable program or batch file.
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    hmmm that is strange

    %~dp0

    Should give the folder of the batch file, not the mepo tools folder :(

    are you using virtual machine or remote desktop?

    Maybe I will make it a requirement that fakecd is installed to same folder as mepotools.exe
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,651
    10,609
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #23
    are you using virtual machine or remote desktop?
    No! Win 7 x86 Pro[DOUBLEPOST=1373449342][/DOUBLEPOST]
    Maybe I will make it a requirement that fakecd is installed to same folder as mepotools.exe
    We must give people the right to choose :D[DOUBLEPOST=1373449476][/DOUBLEPOST]This file works fine with me.[DOUBLEPOST=1373449760][/DOUBLEPOST]For the series lacks title. :whistle:
     

    Attachments

    • tt1449283.png
      tt1449283.png
      1.5 MB
    • 164091.png
      164091.png
      1.3 MB
    • 223111.png
      223111.png
      530.2 KB
    • 223111_s1.png
      223111_s1.png
      526.2 KB
    • fakecd.cmd.zip
      1.9 KB
    Last edited:

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    We must give people the right to choose :D

    Democracy is over-rated. :p

    For the series lacks title.
    I don't want to add titles for series disc, because then I have to have title AND season for season disc.
    I think 2x titles on a disc will look bad.

    tt1449283-png.132642


    ^ oppps I left a shadow on the image mask

    New version fakecd06.rar
    https://forum.team-mediaportal.com/attachments/fakecd-v06-rar.132647/
    Fixed missing %~dp0 in code
    Fixed a glitch in image mask
    Moved files out of main folder
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,651
    10,609
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #25
    Fixed missing %~dp0 in code
    Code:
    movie.audio.channel: [D:\Downloads\FakeCD\Images\blank.png]
    Studio1: [Walt Disney Animation Studios]
    Studio2: [Walt Disney Pictures]
    Studio3: [~1,-1]
    Studio1: [D:\Work\Programming\Delphi\MePoTools\Images\blank.png]
    Studio2: [D:\Work\Programming\Delphi\MePoTools\Images\blank.png]
    ""D:\Work\Programming\Delphi\MePoTools\convert.exe"" не является внутренней или внешней командой, исполняемой программой или пакетным файлом.

    movie.audio.channel: [D:\Downloads\FakeCD\Images\blank.png] - %~dp0 Work
    Studio1: [D:\Work\Programming\Delphi\MePoTools\Images\blank.png] - %~dp0 Not work
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    movie.audio.channel: [D:\Downloads\FakeCD\Images\blank.png] - %~dp0 Work Studio1: [D:\Work\Programming\Delphi\MePoTools\Images\blank.png] - %~dp0 Not work
    :ROFLMAO: o_O :mad: (n) :whistle:

    This is why .bat sucks as a programming language :) ...

    I think it will work if you put everything in the same directory
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,651
    10,609
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #28
    Fixed in monitor mode. Also added support for FakeCD in monitor mode. In first post.[DOUBLEPOST=1373463483][/DOUBLEPOST]
    I think it will work if you put everything in the same directory
    Look at my version of the file fakecd.cmd.zip[DOUBLEPOST=1373463689][/DOUBLEPOST]
    Updated to FakeCD v0.7
    I add to begin of batch file:
    SET FCDHOME=%~dp0
    and replace all %~dp0 -> %FCDHOME%
    Work fine for me.

    tt1449283.png
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,651
    10,609
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #30
    That's not a bad idea...
    Here's a version will return errors, while added 2 options, file not found, no startup parameter.
    Pay attention to the variables: FCDHOME, FCDERROR
     

    Attachments

    • fakecd.with.errorcodes.zip
      2 KB
    Last edited:

    Users who are viewing this thread

    Top Bottom