Recording thumbnails - resolved! :-D (1 Viewer)

glenn 1990

Portal Pro
July 1, 2010
247
36
Home Country
Belgium Belgium
I don't see anything happening when I follow your instructions. Do you log anything that I could look for in the log-files? I don't use 4TR but ordinary MP TV-client in multiseat (UNC) on Windows 7 64-bit Ultimate.

Yes this is for the ordinary mp client (I can't test, because I use 4TR). Can I get your mp log, added some extra logging to get the recording and thumb paths (probably the thumb path is wrong).
 

powermarcel10

Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    36
    Groningen
    Home Country
    Netherlands Netherlands
    Ok, does someone wants to test?

    It's possible that it don't work, because I can't test it (4TR user).
    If it works (or not), please post your mp log.

    Follow these steps:
    - use windows 7 (not sure about vista)
    - use a single seat setup (or multiseat with UNC streaming)
    - use mp 1.2 RC
    - clear your recording thumbs folder
    - Replace tvplugin.dll with the attached one. (backup your old one)
    - place the other 2 dll's in the same folder (.../plugins/windows)
    - test, and show me your results

    JOEHOE! That works! Also for HD channels.. It also creates a thumb for all existing recordings.. So, very good job mate!
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    I don't see anything happening when I follow your instructions. Do you log anything that I could look for in the log-files? I don't use 4TR but ordinary MP TV-client in multiseat (UNC) on Windows 7 64-bit Ultimate.

    Yes this is for the ordinary mp client (I can't test, because I use 4TR). Can I get your mp log, added some extra logging to get the recording and thumb paths (probably the thumb path is wrong).

    Sure, does the plugin run at MediaPortal startup, or when I enter Recorded TV? Should I use the original files you supplied earlier or do you have another version with more logging?

    :D
     

    glenn 1990

    Portal Pro
    July 1, 2010
    247
    36
    Home Country
    Belgium Belgium
    I don't see anything happening when I follow your instructions. Do you log anything that I could look for in the log-files? I don't use 4TR but ordinary MP TV-client in multiseat (UNC) on Windows 7 64-bit Ultimate.

    Yes this is for the ordinary mp client (I can't test, because I use 4TR). Can I get your mp log, added some extra logging to get the recording and thumb paths (probably the thumb path is wrong).

    Sure, does the plugin run at MediaPortal startup, or when I enter Recorded TV? Should I use the original files you supplied earlier or do you have another version with more logging?

    :D

    It runs on entering Recorded TV, you can use the files I posted before (they already contains some extra logging).
    Be shure that you put all 3 dll's in the windows folder.

    And this is not a plugin, just changed some code.

    this is the original code to create thumbs:
    Code:
          if (VideoThumbCreator.CreateVideoThumb(recFileName, thumbNail, true, true))
                    {
                      Log.Info("RecordedTV: Thumbnail successfully created for - {0}", Utils.SplitFilename(recFileName));
                    }
                    else
                    {
                      Log.Info("RecordedTV: No thumbnail created for - {0}", Utils.SplitFilename(recFileName));
                    }

    And I changed it in this:
    Code:
                      try
                      {
                          using (ShellObject Item = ShellObject.FromParsingName(recFileName))
                          {
                              Item.Thumbnail.RetrievalOption = ShellThumbnailRetrievalOption.Default;
                              Item.Thumbnail.FormatOption = ShellThumbnailFormatOption.ThumbnailOnly;
                              Bitmap _bitmap;
                              _bitmap = Item.Thumbnail.LargeBitmap;
                              if (_bitmap != null)
                              {
                                  _bitmap.Save(thumbNail, System.Drawing.Imaging.ImageFormat.Jpeg);
                                  Log.Info("RecordedTV: Thumbnail successfully created for -- {0}", recFileName);
                              }
                          }
                      }
                      catch
                      {
                          Log.Info("RecordedTV: No thumbnail created for -- {0}", recFileName);
                      }
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    I don't have any logging about thumbnails in Mediaportal.log :confused:

    I did off course replace the TVPlugin.dll and the two other DLL's...weird.

    Thumbs should be created in C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\tv\Recorded

    right?
     

    glenn 1990

    Portal Pro
    July 1, 2010
    247
    36
    Home Country
    Belgium Belgium
    I don't have any logging about thumbnails in Mediaportal.log :confused:

    I did off course replace the TVPlugin.dll and the two other DLL's...weird.

    right?

    Strange, you should see "RecordedTV: No thumbnail created for ...." or
    "RecordedTV: Thumbnail successfully created for ....." in your logs.

    What's you log level, debug?

    Do you get some exceptions?, can I get the logs?

    Thumbs should be created in C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\tv\Recorded
    correct

    Edit: I think TVHome.UseRTSP() is set to true in multiseat, even if you're using UNC.
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    It doesn't seem to create screendumps for any of my MPEG4 recordings, only MPEG2.

    MPEG 4 channels: DR HD, DR Ramasjang
    MPEG 2 channels DR1, DR2, TV 2 Østjylland

    2011-09-16 18:52:59.856647 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Lille Nørd - DR Ramasjang - 2011-05-17.ts
    2011-09-16 18:52:59.907650 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Burn After Reading - TV 2 Østjylland - 2011-05-15.ts
    2011-09-16 18:53:00.013656 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\How to Lose a Guy in 10 Days - TV 2 Østjylland - 2011-05-15.ts
    2011-09-16 18:53:01.399736 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Rosa fra Rouladegade - DR Ramasjang - 2011-05-14.ts
    2011-09-16 18:53:01.448738 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Switchback - TV 2 Østjylland - 2011-05-08.ts
    2011-09-16 18:53:01.556745 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Bamses Billedbog - DR1 - 2011-05-05.ts
    2011-09-16 18:53:03.002827 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Cirkeline og verdens mindste superhelt - DR Ramasjang - 2011-05-01.ts
    2011-09-16 18:53:03.032829 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Bamses billedbog - DR1 - 2011-04-28.ts
    2011-09-16 18:53:03.072831 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Cirkusrevyen 2010 (2_2) - DR1 - 2011-04-25.ts
    2011-09-16 18:53:03.118834 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Krudtuglerne - DR2 - 2011-04-25.ts
    2011-09-16 18:53:03.156836 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Cirkus Summarum 2010 (2_2) - DR1 - 2011-04-25.ts
    2011-09-16 18:53:04.547916 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Changeling - DR HD - 2011-04-24.ts
    2011-09-16 18:53:04.582918 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Kingdom of Heaven - TV 2 Østjylland - 2011-04-24.ts
    2011-09-16 18:53:04.610919 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Cirkus Summarum 2010 (1_2) - DR1 - 2011-04-24.ts
    2011-09-16 18:53:05.938995 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Fredagsfilm_ The Bourne Identity - DR HD - 2011-04-22.ts
    2011-09-16 18:53:07.039058 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\King Kong - DR HD - 2011-04-21.ts
    2011-09-16 18:53:07.066060 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\America's Sweethearts - DR2 - 2011-04-17.ts
    2011-09-16 18:53:07.096061 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Deuce Bigalow 2_ Er du stadig til noget_ - TV 2 Østjylland - 2011-04-15.ts
    2011-09-16 18:53:07.120063 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Extrem - trang til opmærksomhed - TV 2 Østjylland - 2011-04-14.ts
    2011-09-16 18:53:07.144064 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Kaj og Andrea - DR1 - 2011-04-11.ts
    2011-09-16 18:53:08.378135 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Lille Nørd - DR Ramasjang - 2011-04-05.ts
    2011-09-16 18:53:08.422137 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Skandale - 13 nætter der væltede en minister - DR2 - 2011-03-27.ts
    2011-09-16 18:53:08.448139 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\27 Bryllupper - TV 2 Østjylland - 2011-03-27.ts
    2011-09-16 18:53:08.502142 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Madagascar - DR1 - 2011-03-26.ts
    2011-09-16 18:53:08.538144 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\The Return - DR1 - 2011-03-26.ts
    2011-09-16 18:53:09.692210 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Dark Blue - DR HD - 2011-03-22.ts
    2011-09-16 18:53:09.740213 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Filmperler_ Nodevenderen - DR2 - 2011-03-21.ts
    2011-09-16 18:53:11.013285 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Emil fra Lønneberg - DR Ramasjang - 2011-03-17.ts
    2011-09-16 18:53:13.696439 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Bullerfnis (1_9) - DR Ramasjang - 2011-03-17.ts
    2011-09-16 18:53:13.744442 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Bamses Billedbog - DR1 - 2011-03-17.ts
    2011-09-16 18:53:13.791444 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Operation Valkyrie - TV 2 Østjylland - 2011-03-13.ts
    2011-09-16 18:53:15.182524 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\Skæg med bogstaver - DR Ramasjang - 2011-03-11.ts
    2011-09-16 18:53:15.218526 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Blekingegadebanden (2_2) - DR1 - 2011-03-09.ts
    2011-09-16 18:53:15.247528 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\MGP 2011 - DR1 - 2011-03-05.ts
    2011-09-16 18:53:15.291530 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\The Manchurian Candidate - TV 2 Østjylland - 2011-03-04.ts
    2011-09-16 18:53:15.331532 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Blekingegadebanden (1_2) - DR1 - 2011-03-02.ts
    2011-09-16 18:53:15.360534 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Lille Nørd - DR1 - 2011-03-01.ts
    2011-09-16 18:53:15.424538 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Peter Pedal - DR1 - 2011-03-01.ts
    2011-09-16 18:53:15.464540 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Cirkeline i Fandango - DR1 - 2011-03-01.ts
    2011-09-16 18:53:15.508543 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Wallander_ Luftkastellet - DR1 - 2010-03-23.ts
    2011-09-16 18:53:15.540544 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Wallander_ Det svage punkt - DR1 - 2010-03-09.ts
    2011-09-16 18:53:15.587547 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Undercover chef - CRH- Concrete - DR1 - 2011-01-25.ts
    2011-09-16 18:53:15.642550 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Ulands Fandango - DR1 - 2010-11-04.ts
    2011-09-16 18:53:15.693553 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Thomas og hans venner - DR1 - 2011-02-22.ts
    2011-09-16 18:53:15.720555 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Thomas og hans venner - DR1 - 2011-01-14.ts
    2011-09-16 18:53:15.760557 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Thomas og hans venner - DR1 - 2010-08-20.ts
    2011-09-16 18:53:15.816560 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Thomas og hans venner - DR1 - 2010-08-09.ts
    2011-09-16 18:53:15.858563 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Thomas og hans venner - DR1 - 2010-05-20.ts
    2011-09-16 18:53:15.895565 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Thomas og hans venner - DR1 - 2010-04-30.ts
    2011-09-16 18:53:15.919566 [Info.][PoolThread25(25)]: RecordedTV: Thumbnail successfully created for -- \\NAS\DATA\Optagelser\Thomas Helmig - Mit livs kærlighed - DR1 - 2010-10-29.ts
    2011-09-16 18:53:17.035630 [Info.][PoolThread25(25)]: RecordedTV: No thumbnail created for -- \\NAS\DATA\Optagelser\The Hunting Party - DR HD - 2010-10-27.ts
     

    Users who are viewing this thread

    Top Bottom