eharris / mp3splt

mp3splt/mp3splt-gtk/libmp3splt are tools and a library to allow frame-accurate splitting and joining of encoded audio files without requiring decoding or re-encoding. This project was migrated from the abandoned Sourceforge project on 2020-09-13.
0 stars 0 forks source link

Missing ID3 tag from cue file #313

Open eharris opened 3 years ago

eharris commented 3 years ago

Imported from SourceForge on 2020-09-13 05:37:39 Created by *anonymous on 2014-12-23 01:01:41 Original: https://sourceforge.net/p/mp3splt/bugs/181


I use cue files to define large mp3 file split points. The files specify Title and Performer to be used in filename generation and ID3 tag population.

In the latest v0.9.2, the filename is created as expected. However Performer/Artist is missing in the ID3 tag (Title is OK). This all worked as expected back in v0.7.3 (the only older version I saved).

Example of my cue file: FILE "foo.mp3" MP3 TRACK 01 AUDIO TITLE "FirstTrk" PERFORMER "First Performer" INDEX 01 00:00:00 TRACK 02 AUDIO TITLE "SecondTrk" PERFORMER "Second Performer" INDEX 01 01:24:00

Thanks. I really value this software and all your work. Wayne

eharris commented 3 years ago

Imported from SourceForge on 2020-09-13 05:37:40 Created by *anonymous on 2014-12-31 06:44:02 Original: https://sourceforge.net/p/mp3splt/bugs/181/#eb08


Same for me. More interesting is that it can build the filename correctly using the artist but it still doesn't show up in the Artist field in the splitpoint view and also isn't outputted to the split MP3 files.

Using 0.7.3 in the meantime works fine for me as well.

eharris commented 3 years ago

Imported from SourceForge on 2020-09-13 05:37:43 Created by *anonymous on 2015-01-10 16:46:02 Original: https://sourceforge.net/p/mp3splt/bugs/181/#621b


I'm also having this problem. While splitting, latest Mp3splt (0.9.2) doesn't copy the PERFORMER field from the .cue file to the "Artist" ID3 Tag.

eharris commented 3 years ago

Imported from SourceForge on 2020-09-13 05:37:45 Created by io_alex_2004 on 2015-03-10 23:48:56 Original: https://sourceforge.net/p/mp3splt/bugs/181/#40cb


Hi,

Thank you for reporting the issue. I have fixed this in the latest development snapshot.

Please tell me if you want a snapshot to play with.

-- Alex

eharris commented 3 years ago

Imported from SourceForge on 2020-09-13 05:37:49 Created by io_alex_2004 on 2015-03-11 22:30:13 Original: https://sourceforge.net/p/mp3splt/bugs/181/#d2b8


Hi,

I have built a snapshot. If you want to play with it, you can download it here: http://ioalex.net/testing_downloads/

-- Alex

eharris commented 3 years ago

Imported from SourceForge on 2020-09-13 05:37:52 Created by *anonymous on 2015-03-26 23:37:09 Original: https://sourceforge.net/p/mp3splt/bugs/181/#7ead


Yes. 0.9.3.10 seems to fix this problem. Thank you, Wayne