Description
SailfishOS VERSION (Settings → About product → Build): 4.5.0.25
HARDWARE (Settings → About product → Manufacturer & Product name): Volla Phone 22
FlowPlayer VERSION (FlowPlayer → [Top pulley] Settings → [Top pulley] About): 0.3.5
BUG DESCRIPTION
I am unable to import my .ogg music that I manage and convert with beets program on PC. Tapping on "Update collection" after selecting the Music folder gives me this in journalctl:
May 28 12:58:25 Volla22 flowplayer[14716]: [D] unknown:0 - PROCESSING FILE: "/home/defaultuser/Music/Alestorm/No Grave but the Sea/01 - No Grave but the Sea.ogg" "INVALID TAG"
May 28 12:58:25 Volla22 lipstick[2903]: TagLib: Vorbis::File::read() - Could not find the Vorbis comment header.
May 28 12:58:25 Volla22 flowplayer[14716]: [D] unknown:0 - PROCESSING FILE: "/home/defaultuser/Music/Alestorm/No Grave but the Sea/05 - Bar ünd Imbiss.ogg" "INVALID TAG"
May 28 12:58:26 Volla22 lipstick[2903]: TagLib: Vorbis::File::read() - Could not find the Vorbis comment header.
May 28 12:58:26 Volla22 flowplayer[14716]: [D] unknown:0 - PROCESSING FILE: "/home/defaultuser/Music/Alestorm/No Grave but the Sea/03 - To the End of the World.ogg" "INVALID TAG"
STEPS TO REPRODUCE
- Setup conversion format for beets like so:
formats:
opus:
command: ffmpeg -i $source -y -vn -acodec libopus -ab 96k $dest
extension: ogg
- Copy music to phone
- Try to import
ADDITIONAL INFORMATION
Beets uses MusicBrainz for backend for filling in tags. Sometimes I update the albums manually with MusicBrainz Picard, but that doesn't seem to change the outcome. I can upload some ogg files here for further investigation.
Including output from ffprobe from one of the affected files:
ffprobe.txt
Activity