vidUnpacker (1 Viewer)

stanoislav

MP Donator
  • Premium Supporter
  • February 20, 2007
    22
    1
    Home Country
    I have put together a little utility that helps me preprocess video files before I use them in the MediaPortal.

    If you have your videos in multiple archives (rar, zip, ...) and have .nfo file in the same folder that contains a link to IMDB the vidUnpacker can do the following:

    1. find out the IMDB url from the .nfo file
    2. connect to IMDB to lookup full name of the movie
    3. open the IMDB url in a browser
    4. create folder that exactly matches IMDB name
    5. unpacks all the archives with the movies (with processing multiple CD folders if necessary) and renames teh uznipped movie files to match the IMDB name
    6. finds the subtitle folder if present and unpacks them with correct names
    7. moves the source files into recycle bin

    run vidUnpacker.exe -? for full list of options

    you can for example create a shortcut that would execute

    "vidUnpacker.exe -p c:\movies -s"

    and double clicking on the shortcut would unpack all your videos in the movies folder

    It is something that might be useful as a MP plugin (or included in existing MP modules). If anybody wants to pick it up I can publish teh source code (c#).

    Let me know if you have any suggestions.

    s.
     

    mzemina

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,065
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    Yes - Please, please supply the source code. It can be helpful in many areas!!
     

    onkl

    Portal Pro
    February 18, 2005
    341
    0
    48
    Wageningen
    Home Country
    Netherlands Netherlands
    For example, .rar as movie extension. Once clicked, on-the-fly unrar to a temp folder, play movie and clean up movie when stopped/any other suitable moment. Could be a process plugin, invisible in the GUI.

    (this is just "my usercase", as a suggestion how users approach this, don't know if it is in any way actually feasible. ;)
     

    stanoislav

    MP Donator
  • Premium Supporter
  • February 20, 2007
    22
    1
    Home Country
    vidUnpacker source

    free to use / modify ...

    let me know if you have any questions
     

    stanoislav

    MP Donator
  • Premium Supporter
  • February 20, 2007
    22
    1
    Home Country
    I think point # 7. is what you are after. It deletes the original rar / zip files into the recycle bin.
     

    Users who are viewing this thread

    Top Bottom