Turn to 'subtitles available' when a certain string is in the filename (1 Viewer)

Zinu

Portal Pro
February 28, 2008
650
23
Home Country
Netherlands Netherlands
I have loads of files with hardcoded dutch subtitles. To make this clear for the user these have '.nlsubbed' at the end before the extention in the filename.

Would it be possible for MyTVseries to look for these kinds of strings and change the 'Subtitle available' database field accordingly?
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    You could just edit the existing logo rule which shows subtitles yourself in TVSeries.SkinSettings.xml like so:

    Code:
    skin\StreamedMP\Media\Logos\Misc\SUBTITLES.png;-;<Episode.AvailableSubtitles>;-;=;-;1;-;OR;-;<Episode.EpisodeFilename>;-;contains;-;nlsubbed;-;AND;-;;-;=;-;;-;
     

    Users who are viewing this thread

    Top Bottom