Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10757 closed Bug Report - General (fixed)

MythMusic scanner stops being able to read files

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

Description

When performing a scan of my music folder, at some point the scanner no longer is able to "read the file".

This is similar to #10721, but that patch appears to not fix my problem.

$ find| grep -c mp3 69157 $ find| grep -c flac 13972 $ find| grep -c m4a 24338

$ framelist Yo\ La\ Tengo\ -\ Electr-O-Pura\ -\ 01\ -\ Decora.flac "Yo La Tengo - Electr-O-Pura - 01 - Decora.flac" TagLib?: MPEG::Header::parse() -- Invalid sample rate. 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

a$ tagreader Yo\ La\ Tengo\ -\ Electr-O-Pura\ -\ 01\ -\ Decora.flac "Yo La Tengo - Electr-O-Pura - 01 - Decora.flac" -- TAG -- title - "Decora" artist - "Yo La Tengo" album - "ElectrOPura" year - "1995" comment - "" track - "1" genre - "Indie pop" -- AUDIO -- bitrate - 910 sample rate - 44100 channels - 2 length - 3:26

Attachments (1)

mythfrontend.20120525124719.25783.log.gz (202.3 KB) - added by Steven Adeff <adeffs.mythtv@…> 12 years ago.
log output

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by Steven Adeff <adeffs.mythtv@…>

log output

comment:1 Changed 12 years ago by Stuart Morgan <smorgan@…>

Owner: set to Stuart Morgan <smorgan@…>
Resolution: fixed
Status: newclosed

In 2144ef18beb7024b0e266e3dd5d0ed056ca0cd3a/mythtv:

Fix leak of MetaIOID3() object if we're scanning Flac files without ID3 tags. Fixes #10776 and #10757

comment:2 Changed 12 years ago by Stuart Morgan <smorgan@…>

In 036d9970b21e71bd1a243ecdc234ca35445587ae/mythtv:

Fix leak of MetaIOID3() object if we're scanning Flac files without ID3 tags. Fixes #10776 and #10757
(cherry picked from commit 2144ef18beb7024b0e266e3dd5d0ed056ca0cd3a)

comment:3 Changed 12 years ago by Raymond Wagner

Milestone: unknown0.25.1
Note: See TracTickets for help on using tickets.