Thread Skript für automatisches File-Linking mit Matroska (49 answers)
Opened by Habanero at 2010-02-07 13:33

Gast wer
 2010-02-11 21:28
#132749 #132749
Die UIDs haben Leerzeichen!

Änder mal die zeilen 39/40 wie folgt:
Code (perl): (dl )
1
2
    push @options, '--set', 'prev-uid="'.$prev_uid.'"' if (defined $prev_uid);
    push @options, '--set', 'next-uid="'.$next_uid.'"' if (defined $next_uid);

View full thread Skript für automatisches File-Linking mit Matroska