Opened 13 years ago

Closed 13 years ago

#10738 closed Bug Report - General (Fixed)

MythMusic fails to obtain ID3 tags from music files

Reported by: Steven Adeff <adeffs.mythtv@…> Owned by: stuartm
Priority: minor Milestone: 0.25.1
Component: Plugin - MythMusic Version: 0.25-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

documented here: http://www.gossamer-threads.com/lists/mythtv/users/517199

I placed two trouble files here: http://tincanfury.dyndns.org/users/tincanfury/flac/

"TagLib?: Could not open file" I'm getting this error in a scan, the file permissions are set to read for the file for all users and I've verified ythe mythtv user can play the files.

as per Paul Harrison's request I obtained the following: $ tagreader Wheat\ -\ Hope\ and\ Adams\ -\ 01\ -\ This\ Wheat.flac "Wheat - Hope and Adams - 01 - This Wheat.flac" -- TAG -- title - "This Wheat" artist - "Wheat" album - "Hope and Adams" year - "1999" comment - "" track - "1" genre - "Pop/Rock?" -- AUDIO -- bitrate - 847 sample rate - 44100 channels - 2 length - 1:51

$ framelist Wheat\ -\ Hope\ and\ Adams\ -\ 01\ -\ This\ Wheat.flac "Wheat - Hope and Adams - 01 - This Wheat.flac" ID3v2.4.0, 0 bytes in tag

ID3v1 title - "" artist - "" album - "" year - "0" comment - "" track - "0" genre - ""

APE file does not have a valid APE tag

I've used Jaikoz to tag my music, all with id3 v24 ISO-8859-1, UTF-8 for unicode

Change History (3)

comment:1 Changed 13 years ago by Steven Adeff <adeffs.mythtv@…>

$ tagreader Wheat\ -\ Hope\ and\ Adams\ -\ 01\ -\ This\ Wheat.flac
******************** "Wheat - Hope and Adams - 01 - This Wheat.flac"
********************
-- TAG --
title   - "This Wheat"
artist  - "Wheat"
album   - "Hope and Adams"
year    - "1999"
comment - ""
track   - "1"
genre   - "Pop/Rock"
-- AUDIO --
bitrate     - 847
sample rate - 44100
channels    - 2
length      - 1:51

$ framelist Wheat\ -\ Hope\ and\ Adams\ -\ 01\ -\ This\ Wheat.flac
******************** "Wheat - Hope and Adams - 01 - This
Wheat.flac"********************
ID3v2.4.0, 0 bytes in tag

ID3v1
title   - ""
artist  - ""
album   - ""
year    - "0"
comment - ""
track   - "0"
genre   - ""

APE
file does not have a valid APE tag

comment:2 Changed 13 years ago by stuartm

Milestone: unknown0.25.1
Owner: set to stuartm
Status: newassigned

comment:3 Changed 13 years ago by stuartm

Resolution: Fixed
Status: assignedclosed

Fixed in 8c48b7182

Note: See TracTickets for help on using tickets.