Skip to content

Commit 20c3138

Browse files
committed
Bump version
1 parent ab740f8 commit 20c3138

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
"on_worker_process": 1
1313
},
1414
"tags": "video,ffmpeg",
15-
"version": "0.1.11"
15+
"version": "0.1.12"
1616
}

lib/encoders/base.py

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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+
"""
324
import logging
425

526
logger = logging.getLogger("Unmanic.Plugin.video_transcoder")

0 commit comments

Comments
 (0)