[fixed] Video thumbnails are not being generated in RC5 (3 Viewers)

Migue

Retired Team Member
  • Premium Supporter
  • January 27, 2006
    381
    305
    Florida
    Ah we're getting closer, you're right but GetThumb(item.Path) only seems to get from Thumbs folder, not Thumbs\Videos.
    Code:
    string strRet = Path.GetFullPath(String.Format("{0}{1}.jpg", Config.GetFolder(Config.Dir.Thumbs), dwcrc));
     

    chemelli

    Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    50
    Milano, Italy
    Home Country
    Italy Italy
    Ah we're getting closer, you're right but GetThumb(item.Path) only seems to get from Thumbs folder, not Thumbs\Videos.
    Code:
    string strRet = Path.GetFullPath(String.Format("{0}{1}.jpg", Config.GetFolder(Config.Dir.Thumbs), dwcrc));

    Here is one of the 2 bugs we are seeing :)

    Simone
     

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Working fine here with video files on local drive and on network shares.

    Mark
     

    Users who are viewing this thread

    Top Bottom