rejetto forum

Suggest: HFS + MediaInfo

0 Members and 1 Guest are viewing this topic.

Offline ScorpAL

  • Occasional poster
  • *
    • Posts: 10
    • View Profile
Hi.

Idea:
Show info of media files on Templates.
MyFile.avi | Duration: 1 hour 32 min | Resolution: 760 x 250 | any other info...

Why?
We have large media collection.
For example - a lot of movies.
Before download user wan't know what he get (Quality, Lenght, Format, Codec info e.t.c.)

How:
I don't know how  ;)
I am not programmer. Just usability expert.
But I think it will be posible if HFS interract with mediainfo.dll

What is MediaInfo?
MediaInfo supplies technical and tag information about a video or audio file.
It is free software (free of charge and free access to source code: GPL or LGPL licence)
http://mediainfo.sourceforge.net/en


What you think about this idea?
How to dificult release this?


Offline slasherx

  • Occasional poster
  • *
    • Posts: 98
    • View Profile
I would rather add info about the movie or so maybe cover and cast info etc.. don't know how.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
it's interesting, thanks for reporting!
i will put it in the to-do list.
while it is not really integrated with HFS, you can interact with it by using a similar script inside your template under [file] section

{.if|{.match|jpg;avi;mp3|%item-ext%.}|
  {.exec|C:\folder\mediainfo.exe %item-resource%|out=x.}
  here goes something else that will deal with the content of "x"
  {.^x.}
/if.}