beets/beets
Simon Luijk 0309775a91 Initial support for ALAC encoded audio files
Both AAC and ALAC are normally embedded in an .m4a container. For
this reason I have split the m4a type into aac and alac types.

To distinguish between the two encodings I have taken advantage
of the fact that, in my collection, ALAC don't have a sample_rate
set. I could not find verification if this is always the case
or not. Would bitrate be a more reliable determining factor?
e.g. if bitrate > 320000: type = 'alac'

Signed-off-by: Simon Luijk <simon@simonluijk.com>
2013-05-29 21:25:23 +02:00
..
autotag fix for undefined TRACK_LENGTH_GRACE 2013-05-28 23:37:04 -07:00
ui distinguish Album and Item template fields 2013-05-28 22:30:23 -07:00
util human-readable errors in read() and write() 2013-05-21 15:58:22 -07:00
__init__.py use lazy config loader in confit 2013-05-17 19:05:16 -07:00
config_default.yaml discogs: move config default into constructor 2013-05-28 21:45:31 -07:00
importer.py tag_album does not take timid as an argument 2013-02-27 08:43:32 +00:00
library.py use album template fields in item templates 2013-05-29 10:10:07 -07:00
mediafile.py Initial support for ALAC encoded audio files 2013-05-29 21:25:23 +02:00
plugins.py distinguish Album and Item template fields 2013-05-28 22:30:23 -07:00
vfs.py happy new year 2013-01-11 10:43:41 -08:00