Search found 3 matches

by madro17
07 Feb 2020, 09:42
Forum: Help and Support
Topic: Organize subtitles
Replies: 10
Views: 12031

Re: Organize subtitles

It works now, thank you :)


U:/downloads/_SORTED-SERIEN/{n} - {s00e00} - {t} - {vf} {ac}-{channels}/{f.subtitle ? 'Subs' : null}/{n} - {s00e00} - {t} - {airdate} {vf} {ac}-{channels}
{if (file.subtitle) fn =~ /[-]eng$/ ? '-eng' : '' }
{if (file.subtitle) fn =~ /[-]ger$/ ? '-ger' : '' }
{if (file ...
by madro17
07 Feb 2020, 08:40
Forum: Help and Support
Topic: Organize subtitles
Replies: 10
Views: 12031

Re: Organize subtitles

Hi,

thanks for your answer. For sure i did something wrong.
I tested now with this sheme:

U:/downloads/_SORTED-SERIEN/{n} - {s00e00} - {t} - {vf} {ac}-{channels}/{n} - {s00e00} - {t} - {airdate} {vf} {ac}-{channels}
{f.subtitle ? '/SUBS' : null}
{if (file.subtitle) fn =~ /[-]eng$/ ? '-eng ...
by madro17
07 Feb 2020, 07:59
Forum: Help and Support
Topic: Organize subtitles
Replies: 10
Views: 12031

Organize subtitles

Hi,

i use this sheme to organize my movies and series. Everything works well, but i want to have the subtitles in an extra folder called Subs. Please can you help me guys?

MOVIES:
U:/downloads/_SORTED-MOVIES/{n} - {y} {vf} {ac}-{channels}/{n} - {y} {vf} {ac}-{channels}
{if (file.subtitle) fn ...