Skip to content

Commit 008a8ef

Browse files
committed
Beta version bump 3.10.5
1 parent 974c748 commit 008a8ef

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

addon.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.plexkodiconnect" name="PlexKodiConnect" version="3.10.4" provider-name="croneter">
2+
<addon id="plugin.video.plexkodiconnect" name="PlexKodiConnect" version="3.10.5" provider-name="croneter">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.requests" version="2.22.0" />
@@ -113,7 +113,12 @@
113113
<summary lang="ko_KR">Plex를 Kodi에 기본 통합</summary>
114114
<description lang="ko_KR">Kodi를 Plex Media Server에 연결합니다. 이 플러그인은 Plex로 모든 비디오를 관리하고 Kodi로는 관리하지 않는다고 가정합니다. Kodi 비디오 및 음악 데이터베이스에 이미 저장된 데이터가 손실 될 수 있습니다 (이 플러그인이 직접 변경하므로). 자신의 책임하에 사용하십시오!</description>
115115
<disclaimer lang="ko_KR">자신의 책임하에 사용</disclaimer>
116-
<news>version 3.10.4:
116+
<news>version 3.10.5 (beta only):
117+
- Add setting to force transcode AV1 #2113 (thanks @bakkerthehacker)
118+
- Fix transcoding with bitrates generally being too low #2124
119+
- Improve description of transcoding quality settings #2125
120+
121+
version 3.10.4:
117122
- Preliminary support for Kodi 22 Piers #2100
118123
- version 3.10.3 for everyone
119124

changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
version 3.10.5 (beta only):
2+
- Add setting to force transcode AV1 #2113 (thanks @bakkerthehacker)
3+
- Fix transcoding with bitrates generally being too low #2124
4+
- Improve description of transcoding quality settings #2125
5+
16
version 3.10.4:
27
- Preliminary support for Kodi 22 Piers #2100
38
- version 3.10.3 for everyone

0 commit comments

Comments
 (0)