Windows Entertainment and Connected Home

How to organize, access and enjoy all of your media in and around your home

GetTrailers

  • rated by 0 users
  • This post has 11 Replies |
  • 1 Follower
Page 1 of 1 (12 items)
  •  
    Seems like everyone's releasing a trailer app these days :D

    But before HD Movie Trailer Downloader was released I built a basic application to retrieve high quality (in most cases) trailers from the web. It was mainly designed for personal use but I've decided to make it available for general use.





    If the resolution you specify is not available it will drop back through the resolutions until the highest available quality one is found (i.e if you specify 1080p and it's not available it will try 720p, then 480p and then the default resolution).

    There's a rudimentary auto-download function as well, with the app attempting to match folder names in a specified directory with available trailers from the list and download the trailer into that directory.

    You can download it here
  •  
    Hi dgaust,

    Great job, had a quick test here at work and downloaded a few trailers with no probs.

    Will give the auto download feature a go later back at home.

    Thanks a lot for posting your app,
    Stu
  •  

    Very fine tool !

    Here http://thegreenbutton.com/forums/thread/341288.aspx you can find my opinion about the "HD MTD"-app from MediaPCTycoon...

    Your 2 apps merged in one final tool (plus streaming for VMC) could be the perfect solution for all "trailer-lovers" using the Media Center...

    Like i wrote in the other thread: Get in contact, stick your heads together and write a perfect application !!!! ;-) Synergy !

    In your tool i also miss streaming and the option to show only the newest trailers NOT in alphabetical order...

    Don't stop developing !!! ;-)

  •  
    i downladed the application but i have trouble making work
    I have a folder with files movietitle.avi
    I want the application to find the movies and download the trailers...i change the "auto download"  top folder setting to point to my movies folder, i click on run, it says 2 movies found (this is correct) but nothing is displayed on the two lists or anything is downloaded.

    any ideas ?
  •  
    It matches against Folder names not video file names. So if your files are all in the one directory it won't work for you.
  •  
    I am getting an error and cant use the program.

    The remote server returned an error: (404) Not Found.
    7MC: HP d5100t, 3 cablecards, XBOX 360, Linksys dma2100 WHS, Quad Core, 4GB RAM with 13TB Storage and growing. Display: 52 240hz Samsung LCD and 90" HD Projector.
  •  
    I don't know if this is possible but I have a feature request that shouldn't be to hard to implement.
    It won't match against any of my folders, though I have a mymovies.xml with relevant metadata in every folder. Could you implement optional matching againsta mymovies.xml in every folder?

    <Title>
      <LocalTitle>Blade Runner</LocalTitle>
      <OriginalTitle>Blade Runner</OriginalTitle>

    Otherwise seems like a great app

  •  
    This is great...

    ... except it needs to either (a) read the movie title from the metadata or (b) strip out anything in parenthesis or comments from the folder name.

    All of my movies (1,300+) are organized in individual folders with the year in parenthesis. Some folders have comments in brackets, per standard naming conventions.

    Ex.:
    E:\Movies\The Dark Knight (2008) [720p]
    E:\Movies\A Bug's Life (1999)

    etc.

    I'd have to rename every single folder to get this to work. Any chance you throw a regex replacement at this?

    In C# it would look like:

    sNewFolder = System.Text.RegularExpressions.Regex.Replace(sCurrentFolder, @"\(.*?\)", "").Trim();

    And do the same for anything in brackets [ ].

    Would be greatly appreciated so I can grab trailers too. Thanks!
    Peter Souza IV Media Center Master (MCM) Movies, television, theatrical trailers, stand-up comedy, adult titles, auto-scanning, actor thumbnails, media organizer, torrent downloading, and more... current version 1.27.31710.515 / Nov 13th, 2010
  •  
    I thought this was a plug-in, not a stand alone. Some guys at work just got Macs, and are showing off how the can view streaming trailers.

    Mike

    Win7 Ultimate x32 SP1, Harmony 700, Comcast Houston (cable co), Cooler Master Elite 360 Mini Tower case on it's side, ASUS M4A87TD-USB3 MB, AMD Phenom II 555 Black DualCore, 4G RAM, PNY GT440 1gb DDR5, 160GB SATA II (OS) - AHCI, 1TB SATA II (DATA) - AHCI, LG GGC-H20LK Combo drive, TMT3, Ceton InfiniTV 4, Onkyo TX-SR608, Samsung PN50C550

  •  

    mmatheny:
    I thought this was a plug-in, not a stand alone. Some guys at work just got Macs, and are showing off how the can view streaming trailers.

    Next version of MediaBrowser is supposed to have streaming trailers built in. Right now you can get streaming trailers with XBMC or MediaPortal.

    Cheers, Damian

    http://www.adigitalhomeblog.com

    http://www.mediasmartserver.net

    - contributing editor

    Windows Entertainment and Connected Home MVP 2010

  •  

    OK - is this app remote aware, i.e. can I control it with my remote? If so, I can call it from the Extras strip. Actually, just remembered I can probably program Intelliremote to control it when it is running!

     

    Mike

    Win7 Ultimate x32 SP1, Harmony 700, Comcast Houston (cable co), Cooler Master Elite 360 Mini Tower case on it's side, ASUS M4A87TD-USB3 MB, AMD Phenom II 555 Black DualCore, 4G RAM, PNY GT440 1gb DDR5, 160GB SATA II (OS) - AHCI, 1TB SATA II (DATA) - AHCI, LG GGC-H20LK Combo drive, TMT3, Ceton InfiniTV 4, Onkyo TX-SR608, Samsung PN50C550

  •  
    psouza4:
    This is great...

    ... except it needs to either (a) read the movie title from the metadata or (b) strip out anything in parenthesis or comments from the folder name.

    All of my movies (1,300+) are organized in individual folders with the year in parenthesis. Some folders have comments in brackets, per standard naming conventions.

    Ex.:
    E:\Movies\The Dark Knight (2008) [720p]
    E:\Movies\A Bug's Life (1999)

    etc.

    I'd have to rename every single folder to get this to work.


    Nevermind, I have written support into Media Center Master to support this. I understand that this project is a personal solution for you and that you don't have the time or energy to fulfill everyone's needs.
    Peter Souza IV Media Center Master (MCM) Movies, television, theatrical trailers, stand-up comedy, adult titles, auto-scanning, actor thumbnails, media organizer, torrent downloading, and more... current version 1.27.31710.515 / Nov 13th, 2010
Page 1 of 1 (12 items)