INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: I have several FLAC files that play, but they are missing lots of data  (Read 969 times)

theloniouscoltrane

  • Recent member
  • *
  • Posts: 11

Like duration, bitrate, and genre. How do I get them in there?
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2570
Re: I have several FLAC files that play, but they are missing lots of data
« Reply #1 on: November 22, 2013, 05:54:38 pm »

Genre is a user-defined field so that will be up to you to fill. However, duration and bitrate should be automatically populated. It is possible you might have a borked FLAC header. One possibility is to transcode your FLAC collection to the latest version of FLAC.

You can do this by downloading the FLAC binary from their main site and using the --force option.

Quote
flac abc.flac --force

Automated batch script that will reencode all flac files it finds recursively:
Save as something.bat and run in the top-level music directory
Quote
for /r %%i in (.\*.flac) do flac %%i --force

To run at the CMD prompt instead:
Quote
for /r %i in (.\*.flac) do flac %i --force
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: I have several FLAC files that play, but they are missing lots of data
« Reply #2 on: November 22, 2013, 05:59:10 pm »

I think Library Tools > Update Library (from tags) will also set these values (assuming the flac file is not corrupt).
Logged
The opinions I express represent my own folly.

theloniouscoltrane

  • Recent member
  • *
  • Posts: 11
Re: I have several FLAC files that play, but they are missing lots of data
« Reply #3 on: November 23, 2013, 11:43:47 am »

Thanks for the advice. Turns out the files were corrupted so Library Tools > Update Library (from tags) didn't work. Luckily, I still had all the .wav files, so I redid the conversion and now everything is fixed. Thanks again. I'm new here and I am so happy to see an active and engaged forum filled with helpful folks.
Logged
Pages: [1]   Go Up