This blog is not updated anymore.
Visit http://thumbgen.codeplex.com for news and details about ThumbGen

17 March 2010

WDTV ThumbGen v0.11.8 released!

Version 0.11.8
---------------------------
Link: Click to download or click "Check for updates" (v0.6+)
Release Notes:
  • Added search box inside the IMDb Preselect page to allow fine querying
  • Added tokens %SUBTITLES% and %EXTERNALSUBTITLES% for the embedded/external subtitles
  • Fixed: Properly formatted bitrates to Kbps/Mbps/Gbps
  • Added container to the text media info (%CONTAINERTEXT%)
  • Added possibility to select an entire disk drive to be processed
  • Added correct video/audio codec description
  • Added possibility to load own backdrops from disk (added an "Add from disk" button to the backdrops list)
  • Fixed: Sometimes (Win7) accesing My Documents caused an exception
  • Fixed: SplashScreen was causing crashes preventing ThumbGen's startup
  • Fixed: Removed the default values for .iso files
  • Fixed: Querying media info about .iso files was hanging
  • Updated documentation for templates support: Click to download

NOTE: This release is not properly tested; switch to a previous version if you find it buggy (and of course report the bugs here)

Important: ThumbGen requires a PC with Microsoft Windows XP/Vista/2008/7 and Microsoft .NET Framework v3.5SP1 installed (can be downloaded for free here).
Disclaimer: THE PROGRAM IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

5 comments:

  1. Would you please include the option to exclude specific dirs. For example, dirs called "sample" or containing the word "complete" should be possible to exclude. Also, if I don't have the movie file unpacked (I usually keep my movies compressed), TG seems to consider the dir "empty" and doesn't add any movie info to it at all, even though the setting "based on dir name" is used.

    ReplyDelete
  2. ThumbGen's basic working unit is the moviefile. A file that has one of the supported movie extensions. I can add a filter to exclude folders containing some tokens given by the user (applicable to both searching methods: based on filename or foldername).

    Regarding the compressed movies... of course I consider the directory empty if I do not find any movie inside. I do NOT process folders, I process files. The setting "based on folder name" is referring to the place where I extract my search keywords from: the movie filename or from its parent folder name. So I can't help you with the compressed movies...

    ReplyDelete
  3. Hi, for spanish people ;)

    There is a web for covers: index-dvd.com

    I use this code for get the image:

    web=$(wget -U firefox -qO - "http://www.index-dvd.com/calendar_ult.php?tema=cine&order=tit&busqueda=$nombre_peli" \
    | sed 's/>/\n/g' \
    | grep -m 1 'caratula-delante' \
    | awk -F "=" '{print$2}' \
    | sed 's/^.//g' \
    | sed 's/.$//g' )
    grabber_picture=$(wget -U firefox -qO - "$web" \
    | sed 's/>/\n/g' \
    | grep 'http://www.index-dvd.com/covers/300' \
    | awk -F \' '{print$2}' )

    ReplyDelete
  4. Thx... it is on my list already. I'll do it fully (incl. movie info) a bit later.

    ReplyDelete