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

kiwijunglist

Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    fakecmd.cmd "%s" "%t" %rm %ns

    eg. fakecmd.cmd "input.file" "output.file" MVM "R18" "1080P" "DX50" "PCM" "STEREO" "20th Century Fox Studios"

    or. fakecmd.cmd "input.file" "output.file" MVM "" "1080P" "DX50" "" "" "20th Century Fox Studios"

    Yes I can do that, as long as it has quotes around each of them I will use
    %4 = certification
    %5 = resolution
    %6 = video codec
    %7 = audio codec
    %8 = audio channels
    %9 = movie studio
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Code:
    MyVideo:
    tt0443272	Lincoln	1	"PG-13"  "1080I" "MPEG VIDEO VERSION 2 MAIN@HIGH" "PCM" "stereo"
    MovingPictures:
    tt0443272 Lincoln 15 "PG-13" "1080i" "MP2V" "PCM" "stereo"

    %ns = "PG-13" "1080I" "MPEG VIDEO VERSION 2 MAIN@HIGH" "PCM" "stereo" or "PG-13" "1080i" "MP2V" "PCM" "stereo"
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    %ns = "PG-13" "1080I" "MPEG VIDEO VERSION 2 MAIN@HIGH" "PCM" "stereo" or "PG-13" "1080i" "MP2V" "PCM" "stereo"

    "PG-13" "1080i" "MP2V" "PCM" "stereo"

    If you have Titan skin then look inside
    \skins\Titan\Media\Logos\
    I am using what is inside of there.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    Studios can unload this:
    mp.png mv.png[DOUBLEPOST=1373360788][/DOUBLEPOST]
    "PG-13" "1080i" "MP2V" "PCM" "stereo"
    This only works for moving pictures :(
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    Can you give me only the first studio?[DOUBLEPOST=1373360852][/DOUBLEPOST]In my videos inside mediaportal skin, what do you see for video codec for "MPEG VIDEO VERSION 2 MAIN@HIGH"??
    Is it missing as well?
    I can just copy "mp2v.png" -> "mpeg video version 2 MAIN@HIGH.png"
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    I've got a bad database for my videos. If someone is unable to fulfill such a request here at home, then it could have a look.
    Code:
    SELECT imdbid, strTitle, m.idMovie, """"||m.mpaa||""" """||a.[videoResolution]||""" """||a.[videoCodec]||""" """||a.[audioCodec]||""" """||a.[audioChannels]||""" """||Trim(m.[studios])||"""" FROM movieinfo m
    LEFT JOIN (SELECT f.[idMovie], i.[videoResolution], i.[videoCodec], i.[audioCodec], i.[audioChannels] FROM files f, filesmediainfo i WHERE f.[idFile] = i.[idFile]) a ON m.[idMovie]=a.[idMovie]
     

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    so if bad database then %ns =

    SELECT imdbid, strTitle, m.idMovie, """"||m.mpaa||""" """||a.[videoResolution]||""" """||a.[videoCodec]||""" """||a.[audioCodec]||""" """||a.[audioChannels]||""" """||Trim(m.[studios])||"""" FROM movieinfo m
    LEFT JOIN (SELECT f.[idMovie], i.[videoResolution], i.[videoCodec], i.[audioCodec], i.[audioChannels] FROM files f, filesmediainfo i WHERE f.[idFile] = i.[idFile]) a ON m.[idMovie]=a.[idMovie]

    (or)

    if bad database then %ns = <null>
    ???
     
    Last edited:

    kiwijunglist

    Super Moderator
  • Team MediaPortal
  • June 10, 2008
    6,746
    1,751
    New Zealand
    Home Country
    New Zealand New Zealand
    or you can give me lots of studio and I can use more than one

    fakecmd.cmd "%s" "%t" %rm %ns
    eg. fakecmd.cmd "input.file" "output.file" MVM "R18" "1080P" "DX50" "PCM" "STEREO" "20th Century Fox Studios" "Unviersal Pictures" "wild bunch" "m6 films"

    Yes I can do that, as long as it has quotes around each of them I will use
    %4 = certification
    %5 = resolution
    %6 = video codec
    %7 = audio codec
    %8 = audio channels
    %9 = movie studio
    %10 = movie studio
    %11 = movie studio
    %12 = movie studio
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,039
    11,112
    Kyiv
    Home Country
    Ukraine Ukraine
    so if bad database then %ns =
    No, I've got a test database, and no data about the movies because it's just empty files with the names of movies and extension avi.[DOUBLEPOST=1373361709][/DOUBLEPOST]
    or you can give me lots of studio and I can use more than one
    I'll have to try, but I can think so.[DOUBLEPOST=1373361853][/DOUBLEPOST]
    If you have my video and have the opportunity to perform on your database SQL query that I posted above. Then you will get a good result. And do not like me.
     
    Last edited:

    Users who are viewing this thread

    Top Bottom