atrocity
2018-12-06 02:44:59 UTC
I've been fooling around with downloading videos from YouTube and
demuxing the AAC streams into M4A files. (Note: Not for piracy of easily
paid-for items, but for things like
LMS will happily play the
resulting files via drag and drop or Music Folder, but will not
recognize the metadata and, I assume for that reason, doesn't add them
to the library after a scan. The files behave completely normally when
opened in Foobar2000, mp3tag and (shockingly!) even in iTunes.
I'm using ffmpeg to do the work and can immediately see via its helper
ffprobe that there are differences in the metadata. A "normal" AAC/M4A
file starts off with:
Code:
--------------------
major_brand : M4A
minor_version : 0
compatible_brands: M4A mp42isom
--------------------
While the files LMS doesn't like start off with:
Code:
--------------------
major_brand : M4V
minor_version : 512
compatible_brands: isomiso2avc1
--------------------
I plan to keep looking at the ffmpeg documentation to see if I can find
any obvious answer, but it makes my brain hurt, so I thought I'd ask
here first just in case someone else has encountered this.
------------------------------------------------------------------------
atrocity's Profile: http://forums.slimdevices.com/member.php?userid=16009
View this thread: http://forums.slimdevices.com/showthread.php?t=109839
demuxing the AAC streams into M4A files. (Note: Not for piracy of easily
paid-for items, but for things like
LMS will happily play the
resulting files via drag and drop or Music Folder, but will not
recognize the metadata and, I assume for that reason, doesn't add them
to the library after a scan. The files behave completely normally when
opened in Foobar2000, mp3tag and (shockingly!) even in iTunes.
I'm using ffmpeg to do the work and can immediately see via its helper
ffprobe that there are differences in the metadata. A "normal" AAC/M4A
file starts off with:
Code:
--------------------
major_brand : M4A
minor_version : 0
compatible_brands: M4A mp42isom
--------------------
While the files LMS doesn't like start off with:
Code:
--------------------
major_brand : M4V
minor_version : 512
compatible_brands: isomiso2avc1
--------------------
I plan to keep looking at the ffmpeg documentation to see if I can find
any obvious answer, but it makes my brain hurt, so I thought I'd ask
here first just in case someone else has encountered this.
------------------------------------------------------------------------
atrocity's Profile: http://forums.slimdevices.com/member.php?userid=16009
View this thread: http://forums.slimdevices.com/showthread.php?t=109839