mirror of
https://github.com/forkless/Piperless.git
synced 2026-08-20 10:13:34 +02:00
v1.1.1: Player fix for logged-out users, field reorder, changelog
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user