Releases: stsaz/phiola
Releases · stsaz/phiola
v2.3-beta6
+ GUI: edit tags: "Keep Original File Date"
+ GUI: `File->Rename`
* `tag`: Support writing arbitrary tags
v2.3-beta5
+ Android: `Settings->ReplayGain Normalizer`
+ GUI: Convert: add setting `Overwrite Output File`
+ `play -rgnorm`: ReplayGain Normalizer
+ `tag -rg track_gain`: write ReplayGain tags
+ `tag`: support .flac files
* CLI: all `-include/-exclude` options can be specified multiple times
- `tag`: .mp3: safer approach for preserving existing tags
v2.3-beta4
+ Android: Settings->Playback: Auto Loudness Normalizer
+ GUI: basic functionality for editing file tags
+ `info -loudness`: analyze audio loudness
+ `play -norm ""`: Auto Loudness Normalizer
* .cue read: can specify range of tracks, e.g. `-tracks 1-5`
* Opus encoder: use unconstrained VBR mode; use max. complexity setting
* update libmpg123 to 1.32.10
! Android: disable insecure ALAC decoder by default (`Settings->Enable Deprecated Modules`)
! removed `info -peaks_crc` function
! removed `play -danorm` function
v2.3-beta3
+ Android: new command `List: Move Left`
+ GUI: Convert: new setting "Preserve Original File Date"
+ `tag` command: support .ogg and .opus files
v2.3-beta2
+ remote: new commands `seek forward` and `seek back`
+ TUI: Play first/last track by `Home`/`End` keys
+ TUI: Play track at index by pressing numeric keys
* support redirection between plain HTTP and HTTPS
v2.3-beta1
+ Android: Convert: can specify output audio tags
+ Android: start playback from file manager via "Open With" list
+ GUI: Convert: can specify output audio tags
* Android: load playlists on-demand
* Android: select playlist via menu
* convert/record: default Vorbis encoding quality = 5
* HLS: support m3u8 sublist
* support .ts(MP3) streams
v2.3-beta0
+ playback HLS radio streams
+ read .ts(AAC) streams
- `-dup` option didn't work sometimes