No thumbnails (1 Viewer)

Jay_UK

Test Group
  • Team MediaPortal
  • October 6, 2009
    1,780
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    MediaPortal Version: MP 1.1 Final (Owlroost's V37, Miroslav22's Sky Grabber, Gibmans Graphpause, Gemx's My Pictures)
    MediaPortal Skin: Blue3 Wide
    Windows Version: W7x64 (fully patched)
    CPU Type: AMD Phenom II X3 705e
    HDD: 2 x Samsung 1TB
    Memory: 8GB 1333MHz (6GB Timeshift)
    Motherboard: M4A785TD-M EVO
    Video Card: Integrated ATI HD4200
    Video Card Driver: 10.6
    Sound Card: Integrated
    Sound Card AC3: Integrated
    Sound Card Driver: W7's
    1. TV Card: Hauppuage Nova S/S2
    1. TV Card Type: DVBS/S2
    1. TV Card Driver: W7's
    2. TV Card: Hauppuage Nova S/S2
    2. TV Card Type: DVBS/S2
    2. TV Card Driver: W7's
    3. TV Card:
    3. TV Card Type:
    3. TV Card Driver:
    4. TV Card:
    4. TV Card Type:
    4. TV Card Driver:
    MPEG2 Video Codec: SAF 4 (Unlocked) - PDVD
    MPEG2 Audio Codec: SAF 4 (Unlocked) - FFDAudio
    h.264 Video Codec: SAF 4 (Unlocked) - MS DTV (due to crappy BBCHD Stutter)
    Satelite/CableTV Provider: Astra 28.2E
    HTPC Case: Antec
    Cooling: Scythe Ninja Mini (passive), Nocturna case
    Power Supply: Antec
    Remote: Harmony 525
    TV: Samsung LE37B650
    TV - HTPC Connection: HDMI to TV, Optical to Sony AV

    Hi all,

    I am having problems with thumbnail generation. :(

    Thumbs are not being generated for some of my videos. It appears MPG videos work ok, but AVI and MOVSD videos are not working.

    I have attached the log of when I try and perform a scan from the configuration.exe program for Videos.

    Any help is much appreciated.

    Thanks,

    J. :D
     

    chemelli

    Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    52
    Milano, Italy
    Home Country
    Italy Italy
    MediaPortal Version: MP 1.1 Final (Owlroost's V37, Miroslav22's Sky Grabber, Gibmans Graphpause, Gemx's My Pictures)

    You won't have support for self compiled MP.

    Anyway, I checked your logs:

    2010-08-14 22:20:55.477468 [Debug][Config Main(1)]: SetThumbnails: Video thumb NOT found!
    2010-08-14 22:20:55.477468 [Debug][Config Main(1)]: SetThumbnails: Creating a Video thumb...
    [...]
    2010-08-14 22:20:55.852485 [Debug][Config Main(1)]: SetThumbnails: nothing to do.

    This is caused by following code:

    Code:
          if (item == null || String.IsNullOrEmpty(item.Path))
          {
            Log.Debug("SetThumbnails: nothing to do.");
            return;
          }

    or

    Code:
            if (IsPicture(item.Path))
            {
              Log.Debug("SetThumbnails: nothing to do.");
              return;
            }

    so a patch you applyed is the root cause of your issue.

    Simone
     

    Jay_UK

    Test Group
  • Team MediaPortal
  • October 6, 2009
    1,780
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    I tried running mtn manually from the commandline for the videos without thumbs.

    It generated the thumbnails ok, so its not a mtn or codec issue.

    Now what??? :(

    J.
     

    Jay_UK

    Test Group
  • Team MediaPortal
  • October 6, 2009
    1,780
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    Hi there,

    I appreciate the lack of support - We can't expect you guys to support every custom version out there. :eek:

    Hence why I'm grateful you and Inifinity Loop have spent time looking :)

    I did check with Miroslav22 (who released the SVN), he didn't believe any MePo clientside changes had been done (bar a language file change)

    Time to try and track down what patch/change may have caused this.

    Thanks,

    J.

    Me again...

    I have done some more "testing"...

    I can get thumbs to appear in Videos now. What I found (user error) was that if I had AVI and MOVSD defined as an extension in Pictures and Videos, then the thumbs were not generated in Videos.

    But I still can't get thumbs to appear in Gemx's new code - so I will post in that specific thread (as I now have the general MePo video thumb issue resolved).

    Thanks,

    J. :D
     

    Users who are viewing this thread

    Top Bottom