Broken episode thumbnail crashes MediaPortal (1 Viewer)

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Bumping old thread :D
    I believe My PC (not MediaPortal) is crashing because of MP-TVSeries.
    And my guess i's because of some file.
    Currently I'm checking thumbs with ImageMagick (there are pretty many erros tbh) but I'll try to debug plugin to find out the issue.
    Stay tuned ;)
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,726
    1,183
    Alingsås
    Home Country
    Sweden Sweden
    • Thread starter
    • Moderator
    • #23
    If it is because of the broken image bug, it should trigger every time you browse the episode thumb for that episode, i.e. selecting the episode.

    Emph
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Yeah, I did simple bat for detecting corrupted files
    Code:
    @echo off
    FOR /R %%a IN (*.jpg) DO (mogrify -identify "%%a" >>"1.txt")
    pause
    But I didn't find out how to log results properly :oops:
     

    Users who are viewing this thread

    Top Bottom