File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "on_worker_process" : 1
1313 },
1414 "tags" : " video,ffmpeg" ,
15- "version" : " 0.1.11 "
15+ "version" : " 0.1.12 "
1616}
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
2- # -*- coding:utf-8 -*-
2+ # -*- coding: utf-8 -*-
3+
4+ """
5+ plugins.base.py
6+
7+ Written by: Josh.5 <jsunnex@gmail.com>
8+ Date: 29 August 2025, (10:45 AM)
9+
10+ Copyright:
11+ Copyright (C) 2021 Josh Sunnex
12+
13+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General
14+ Public License as published by the Free Software Foundation, version 3.
15+
16+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
17+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18+ for more details.
19+
20+ You should have received a copy of the GNU General Public License along with this program.
21+ If not, see <https://www.gnu.org/licenses/>.
22+
23+ """
324import logging
425
526logger = logging .getLogger ("Unmanic.Plugin.video_transcoder" )
You can’t perform that action at this time.
0 commit comments