Skip to content

Instantly share code, notes, and snippets.

@gssariev
gssariev / gist:0b93a11e809c38e035388e4157b42c9a
Last active January 10, 2025 16:07
Henk's plugin v3 - handling undefined audio tracks. All undefined audio tracks will be tagged with either a user-specified tag or with the original language tag (if no user tags have been specified)
/* eslint-disable no-await-in-loop */
module.exports.dependencies = ['[email protected]', '@cospired/i18n-iso-languages'];
const details = () => ({
id: 'Tdarr_Plugin_henk_Keep_Native_Lang_Plus_Eng',
Stage: 'Pre-processing',
Name: 'Remove all langs except native and English',
Type: 'Audio',
Operation: 'Transcode',
Description: `This is a modified version made by gsariev of the original plugin. This plugin will remove all language audio tracks except the 'native' and user-specified languages.