Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Flac Music
#7
@Park13

I agree with @Atair that your flac files may be wonky. In normal circumstances, ffmpeg does not get involved with flac files because mpd as compiled for moOde includes its own flac decoder.

Here's a snippet from my mpd log when updating (e.g., adding) some flac tracks, including the Stereo Test track and a test track from Atair:

Code:
pi@moode3a:/mnt/SDCARD/FuriousFreak $ more /var/log/mpd/log
Sep 02 12:28 : update: updating SDCARD/Stereo Test/LRMonoPhase4.flac
Sep 02 12:28 : update: updating SDCARD/Atair/01-01-Richard_Galliano-A_French_Touch-LLS.flac
Sep 02 12:28 : update: updating SDCARD/FuriousFreak/ff-16b-2c-44100hz.flac


Those lines in your output which show files with names beginning with dot-underscore suggest the files came from an OS X system. In Linux (and maybe in OS X too? I don't use it), files with names beginning with a dot are hidden by default. They are not a problem per se but they will cause duplicate tracks to appear in your Library. You can direct mpd to ignore them (using the .mpdignore convention; see other posts on this forum).

Here, for example, is what I get if I create a dot-underscore version of the ff-16b-2c-44100hz.flac file shown about and update the Library:

Code:
Sep 02 15:10 : update: added SDCARD/FuriousFreak/._ff-16b-2c-44100hz.flac

No problem, but my Library listing now shows two copies of the same track.

So, back to your Aerosmith tracks. Try running the commands "file" and/or "mediainfo" on them to see what Linux thinks they contain.

Example (note that a dot-underscore file won't show up unless you take a little extra care):

Code:
pi@moode3a:/mnt/SDCARD/FuriousFreak $ file ff-16b-2c-44100hz.flac
ff-16b-2c-44100hz.flac: FLAC audio bitstream data, 16 bit, stereo, 44.1 kHz, 8250520 samples
pi@moode3a:/mnt/SDCARD/FuriousFreak $ file "._ff-16b-2c-44100hz.flac"
._ff-16b-2c-44100hz.flac: FLAC audio bitstream data, 16 bit, stereo, 44.1 kHz, 8250520 samples


pi@moode3a:/mnt/SDCARD/FuriousFreak $ mediainfo ff-16b-2c-44100hz.flac
General
Complete name                            : ff-16b-2c-44100hz.flac
Format                                   : FLAC
Format/Info                              : Free Lossless Audio Codec
File size                                : 21.4 MiB
Duration                                 : 3 min 7 s
Overall bit rate mode                    : Variable
Overall bit rate                         : 958 kb/s
Album                                    : Incompetech.com
Track name                               : Furious Freak-FLAC
Track name/Position                      : 02
Performer                                : Kevin MacLeod
Genre                                    : Electronic / Movie
Description                              : docs.expressif.com
Recorded date                            : 2016

Audio
Format                                   : FLAC
Format/Info                              : Free Lossless Audio Codec
Duration                                 : 3 min 7 s
Bit rate mode                            : Variable
Bit rate                                 : 958 kb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 44.1 kHz
Bit depth                                : 16 bits
Compression mode                         : Lossless
Stream size                              : 21.4 MiB (100%)
Writing library                          : Lavf56.40.101

where the Audio Format stanza is the important one here.

Regards,
Kent
Reply


Messages In This Thread
Flac Music - by Park13 - 09-02-2020, 05:33 PM
RE: Flac Music - by Park13 - 09-02-2020, 05:44 PM
RE: Flac Music - by Atair - 09-02-2020, 05:57 PM
RE: Flac Music - by Park13 - 09-02-2020, 06:02 PM
RE: Flac Music - by Atair - 09-02-2020, 07:11 PM
RE: Flac Music - by Tim Curtis - 09-02-2020, 07:18 PM
RE: Flac Music - by TheOldPresbyope - 09-02-2020, 07:35 PM
RE: Flac Music - by TheOldPresbyope - 09-02-2020, 07:36 PM
RE: Flac Music - by Park13 - 09-02-2020, 08:23 PM
RE: Flac Music - by TheOldPresbyope - 09-02-2020, 09:42 PM
RE: Flac Music - by Park13 - 09-02-2020, 11:15 PM
RE: Flac Music - by CallMeMike - 09-03-2020, 05:36 AM
RE: Flac Music - by Park13 - 09-03-2020, 04:10 PM
RE: Flac Music - by Park13 - 09-02-2020, 11:45 PM
RE: Flac Music - by Tim Curtis - 09-02-2020, 11:52 PM
RE: Flac Music - by Park13 - 09-02-2020, 11:58 PM
RE: Flac Music - by Tim Curtis - 09-03-2020, 01:42 AM
RE: Flac Music - by Park13 - 09-03-2020, 04:07 PM
RE: Flac Music - by Park13 - 09-04-2020, 03:36 PM
RE: Flac Music - by vinnn - 09-04-2020, 03:49 PM
RE: Flac Music - by Park13 - 09-04-2020, 10:10 PM
RE: Flac Music - by CallMeMike - 09-05-2020, 04:35 AM
RE: Flac Music - by jonners - 09-04-2020, 03:55 PM

Forum Jump: