mirror of
https://github.com/9001/copyparty.git
synced 2025-11-05 06:13:20 +00:00
cbz thumbs without ffmpeg; closes #859
This commit is contained in:
@@ -391,7 +391,10 @@ class SvcHub(object):
|
|||||||
t = "invalid mp3 transcoding quality [%s] specified; only supports [0] to disable, a CBR value such as [192k], or a CQ/CRF value such as [v2]"
|
t = "invalid mp3 transcoding quality [%s] specified; only supports [0] to disable, a CBR value such as [192k], or a CQ/CRF value such as [v2]"
|
||||||
raise Exception(t % (args.q_mp3,))
|
raise Exception(t % (args.q_mp3,))
|
||||||
else:
|
else:
|
||||||
args.au_unpk = {}
|
zss = set(args.th_r_ffa.split(",") + args.th_r_ffv.split(","))
|
||||||
|
args.au_unpk = {
|
||||||
|
k: v for k, v in args.au_unpk.items() if v.split(".")[0] not in zss
|
||||||
|
}
|
||||||
|
|
||||||
args.th_poke = min(args.th_poke, args.th_maxage, args.ac_maxage)
|
args.th_poke = min(args.th_poke, args.th_maxage, args.ac_maxage)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user