v1.1.1: Player fix for logged-out users, field reorder, changelog

This commit is contained in:
Forkless
2026-05-11 21:57:24 +02:00
parent d5bd564ae2
commit 89cd772f8b
3 changed files with 20 additions and 10 deletions
+8 -8
View File
@@ -192,14 +192,6 @@ class Settings {
'description' => __( 'Absolute path to the ffprobe binary for audio duration detection. Auto-detected from the ffmpeg directory if left empty.', 'piperless' ),
], $this->page_slug_piper );
$this->add_field( 'piper_mp3_bitrate', __( 'MP3 Bitrate', 'piperless' ), 'select', 'piperless_piper_section', [
'description' => __( 'Audio quality for MP3 conversion. Lower = smaller files.', 'piperless' ),
'options' => [
'24k' => __( '24 kbps (compact)', 'piperless' ),
'32k' => __( '32 kbps (standard)', 'piperless' ),
],
], $this->page_slug_piper );
$this->add_field( 'piper_audio_format', __( 'Audio Format', 'piperless' ), 'select', 'piperless_piper_section', [
'description' => __( 'Output audio format. MP3 is universally supported. Opus offers better quality at the same bitrate but has narrower browser support.', 'piperless' ),
'options' => [
@@ -208,6 +200,14 @@ class Settings {
],
], $this->page_slug_piper );
$this->add_field( 'piper_mp3_bitrate', __( 'MP3 Bitrate', 'piperless' ), 'select', 'piperless_piper_section', [
'description' => __( 'Audio quality for MP3 conversion. Lower = smaller files.', 'piperless' ),
'options' => [
'24k' => __( '24 kbps (compact)', 'piperless' ),
'32k' => __( '32 kbps (standard)', 'piperless' ),
],
], $this->page_slug_piper );
$this->add_field( 'piper_opus_bitrate', __( 'Opus Bitrate', 'piperless' ), 'select', 'piperless_piper_section', [
'description' => __( 'Bitrate for Opus encoding. Opus achieves good quality at much lower bitrates than MP3. Mono output.', 'piperless' ),
'options' => [