Ken Sible
Ken Sible
https://arxiv.org/abs/2111.05861 (a preprint of the publication)
@TheCaptain989 I tested the update today, and everything seems to be working properly. I checked the log `/config/logs/striptracks.txt` and confirmed that all unwanted subtitle tracks were removed. However, I don't...
``` 2025-05-16 13:48:00.5|[2991]Info|Using settings from environment variable. 2025-05-16 13:48:00.5|[2991]Info|Sonarr event: Download, Video: .mkv, Size: 232.465M 2025-05-16 13:48:00.8|[2991]Warn|No languages found in any profile or custom format. Unable to use a utomatic...
@shivanraptor I was able to suppress everything except for the progress bar using: ```python warnings.filterwarnings('ignore', module='torchmetrics') warnings.filterwarnings('ignore', module='pytorch_lightning') logging.getLogger('comet.models').setLevel(logging.WARNING) logging.getLogger('pytorch_lightning.accelerators.cuda').setLevel(logging.WARNING) logging.getLogger('pytorch_lightning.utilities.rank_zero').setLevel(logging.WARNING) ``` However, make sure you put these statements _before_...