MediaPortal SVN-Snapshot:-02-28-2009 00-07h - Revision:21813.rar (2 Viewers)

losttown

Community Skin Designer
January 7, 2008
167
58
With "clear recorded Tv thumbs" deleted are only thumbs in MP thumbs folder, and i think it is the problem with new thumbs generation.
 

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    rtv
    1.) Why is it not SVN related? It is a self compiled 21813 SVN.
    2.) Yes it shows StreamedMP why not?
    3.) Mhm but i was in RecordedTV - i'm shure.

    But here another one with Blue3Wide and again in RecordedTV.
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    With "clear recorded Tv thumbs" deleted are only thumbs in MP thumbs folder, and i think it is the problem with new thumbs generation.

    If you choose _not_ to keep a copy in the recording folder _and_ delete the cache then MP will remove remaining thumbs the next time you open recordedtv.

    Reminder: Please post ONLY issues relevant to THIS SVN build here...
     

    Guzzi

    Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,161
    747
    RTV, I have the same problem, using current SVN. And yes, mtn shows messages in log:

    2009-03-04 20:36:47.696218 [Info.][MPMain]: ThreadPool.Init()
    2009-03-04 20:36:47.696218 [Debug][MPMain]: ThreadPool.StartThreads() : Thread PoolThread14 started
    2009-03-04 20:36:47.758709 [Debug][PoolThread14]: TvFullScreen: IsSingleSeat - RemoteControl.HostName = xnt-gmi-01 / Environment.MachineName = WMC-GMI-GUZZI
    2009-03-04 20:36:47.883691 [Debug][PoolThread14]: TvFullScreen: IsSingleSeat - RemoteControl.HostName = xnt-gmi-01 / Environment.MachineName = WMC-GMI-GUZZI
    2009-03-04 20:36:48.164902 [Debug][PoolThread14]: VideoThumbCreator: Settings loaded - using 2 columns and 2 rows. Share thumb = True
    2009-03-04 20:36:48.852305 [Warn.][PoolThread14]: Util: E:\Programme\Team MediaPortal\MediaPortal\MovieThumbnailer\mtn.exe failed on condition: all rows're skipped?
    2009-03-04 20:36:49.102270 [Warn.][PoolThread14]: Util: E:\Programme\Team MediaPortal\MediaPortal\MovieThumbnailer\mtn.exe failed on condition: all rows're skipped?
    2009-03-04 20:36:49.102270 [Info.][PoolThread14]: VideoThumbCreator: mtn.exe has not been executed successfully with arguments: -D 8 -B 0 -E 0 -c 2 -r 2 -s 60 -t -i -w 0 -n -P "G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal\Abenteuer Wissen - - 2008-08-15 - 21_45.ts"
    2009-03-04 20:36:49.211629 [Debug][PoolThread14]: VideoThumbCreator: mtn.exe did not extract a thumbnail to: G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal\Abenteuer Wissen - - 2008-08-15 - 21_45_s.jpg
    2009-03-04 20:36:49.242875 [Info.][PoolThread14]: RecordedTV: No thumbnail created for Abenteuer Wissen - - 2008-08-15 - 21_45.ts

    So seems to hang - possibly on old recordings?

    Any chance to let MTN "skip" erreounous files to get at least the rest?
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Mhm i've checked my logs again i really have nothing related to mtn.exe.. very strange...
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    RTV, I have the same problem, using current SVN.
    You don't have the same problem and this one isn't specific to this SVN build either :rolleyes:

    2009-03-04 20:36:49.102270 [Info.][PoolThread14]: VideoThumbCreator: mtn.exe has not been executed successfully with arguments: -D 8 -B 0 -E 0 -c 2 -r 2 -s 60 -t -i -w 0 -n -P "G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal\Abenteuer Wissen - - 2008-08-15 - 21_45.ts"
    2009-03-04 20:36:49.211629 [Debug][PoolThread14]: VideoThumbCreator: mtn.exe did not extract a thumbnail to: G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal\Abenteuer Wissen - - 2008-08-15 - 21_45_s.jpg
    2009-03-04 20:36:49.242875 [Info.][PoolThread14]: RecordedTV: No thumbnail created for Abenteuer Wissen - - 2008-08-15 - 21_45.ts

    So seems to hang - possibly on old recordings?
    Are those maybe h.264 files? Please try mtn.exe (see arguments above) from commandline as well.

    Any chance to let MTN "skip" erreounous files to get at least the rest?
    It should get killed after 15 sec (but retries once - so it might "hang" / need 30s per file if something goes wrong).


    btw: disaster doesn't seem to use the original tvplugin as this logs:
    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));
    Which does not show up at all...
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    rtv
    it is the original plain build tvplugin.dll - no patches from me or any other person.

    Please think about what log lines you'll see when
    if (VideoThumbCreator.CreateVideoThumb(recFileName, thumbNail, true, true))
    never get finished?

    The Problem in my case is that is starts on a h264 file and never stops so you CANNOT see any log entries cause it never get finished. So please don't tell the people simply that i'm to bad to use the plain tvplugin.dll. But thank you anyway.

    And in my opinion this IS related to this SVN - cause it is a bug. That it doesn't stop after 15s as you told above.

    an ugly hack could be this:
    Index: TVLibrary/TvPlugin/TvPlugin/TvRecorded.cs
    ===================================================================
    --- TVLibrary/TvPlugin/TvPlugin/TvRecorded.cs (revision 21813)
    +++ TVLibrary/TvPlugin/TvPlugin/TvRecorded.cs (working copy)
    @@ -91,8 +91,10 @@
    _thumbCreationActive = true;

    IList<Recording> recordings = Recording.ListAll();
    - foreach (Recording rec in recordings)
    + //foreach (Recording rec in recordings)
    + for (int i = recordings.Count - 1; i >= 0; i--)
    {
    + Recording rec = recordings;
    string recFileName = GetFileName(rec.FileName);

    string thumbNail = string.Format("{0}\\{1}{2}", Thumbs.TVRecorded,


    It doesn't fix the real 15s problem but it starts the creation from the newest files and not from the older ones. So now i get the new recordings - that's fine.
     

    Guzzi

    Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,161
    747
    [...]
    Are those maybe h.264 files? Please try mtn.exe (see arguments above) from commandline as well.

    okay, doing it from the commandline I get the following:

    mtn.exe: av_open_input_file G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal\Abenteuer Wissen - - 2008-08-15 - 21_45.ts failed: -2

    So seems to be unable to open the file. It is MPEG2 SD, no H264. I can play it by launching e.g. in VLC, so seems not to be defective.

    dir "G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal\Abenteuer Wissen - - 2008-08-15 - 21_45.ts"
    outputs the following:

    Verzeichnis von G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal

    Datei nicht gefunden

    dir "G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal\*.*"
    outputs the following:
    Verzeichnis von G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal

    05.03.2009 00:35 <DIR> .
    05.03.2009 00:35 <DIR> ..
    15.08.2008 21:20 1.811.616.504 Abenteuer Wissen - - 2008-08-15 - 21_45.ts
    15.08.2008 20:40 497 Abenteuer Wissen - - 2008-08-15 - 21_45.xml

    So: mtn tries to open the file with one missing "blank" - thus not being able to find it!:
    mtn:
    G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal\Abenteuer Wissen - - 2008-08-15 - 21_45.ts
    true filename:
    G:\TV-Server\_Recording\Abenteuer Wissen - ZDFdokukanal\Abenteuer Wissen - - 2008-08-15 - 21_45.ts

    How does MP "build" the filename to open?

    And sorry, if this does not belong here - please move post accordingly.

    Thanks,

    Guzzi
     

    Attachments

    • Filenames-mtn-vs-true.txt
      30.7 KB

    johans

    Portal Member
    October 31, 2006
    16
    1
    Analogue Hauppauge

    TV doesn't work for me anymore with this build. I have an analogue card (Hauppage). I get a "failed to start timeshift / unknown error". Related to the removal of the .mpg format from TV perhaps?

    Emph

    there are codec issues in your log
    Code:
    2009-02-28 20:17:49.893750 [7]: Exception   :TvLibrary.TvException: Cyberlink MPEG Muxer filter (mpgmux.ax) not installed Det går inte att hitta filen. (Exception from HRESULT: 0x80070002)
       at TvLibrary.Implementations.Analog.TvCardAnalog.AddMpegMuxer()
       at TvLibrary.Implementations.Analog.TvCardAnalog.BuildGraph()
    Exception   :Cyberlink MPEG Muxer filter (mpgmux.ax) not installed Det går inte att hitta filen. (Exception from HRESULT: 0x80070002)
      site      :Boolean AddMpegMuxer()
      source    :TVLibrary
      stacktrace:   at TvLibrary.Implementations.Analog.TvCardAnalog.AddMpegMuxer()
       at TvLibrary.Implementations.Analog.TvCardAnalog.BuildGraph()

    check if your codecs are installed / registered properly .

    Have the same problem with my Hauppauge PVR-500 dual-tuner analogue card, reverting to MP 1.0 fixed the problem, so there seems to be an issue with the latest SVN and mpgmux.ax filter. My TechnoTrend CT-3650 CI card did work though.

    Johan
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Before issuing an observation with the new svn, I would like to check if this is really a bug or a feature:

    In case you have selected an external player for the videos, is it by intention that the same player is also used for the TV-Client playback? (As it is currently done)


    Cheers,

    Hi,
    Yeah, saw that too when testing some other things, not had time to follow it up yet but looks like a bug ;)

    Regards
    Roy
     

    Users who are viewing this thread

    Top Bottom