Next: , Previous: Playlists, Up: Top



10 Track Information

Emms is distributed with two predefined methods for retrieving info, provided by emms-info-mp3info.el and emms-info-ogginfo.el. Both packages are front-ends for command-line tools. Ogg track information is retrieved using the ogginfo software. Likewise, mp3 track information is available using mp3info.

Automatic track information retrieval is enabled by default in the `emms-standard', `emms-all' and `emms-devel' setup levels provided by emms-setup.el. For more information about emms-setup.el see See Simple Setup.

If you would like to know how Emms track retreival works and how we can define new methods for track retrieval see See Defining Info Methods.

There are a number of user variables which control the behaviour of `emms-info'.

— User Option: emms-info-auto-update

Non-nil when Emms should update track information if the file changes. This will cause hard drive activity on track loading. If this is too annoying for you, set this variable to nil.

— User Option: emms-info-asynchronously

Non-nil when track information should be loaded asynchronously. This requires the feature `later-do' which is provided by the file later-do.el, which should come with Emms.

— User Option: emms-info-functions

Functions which add information to tracks. Each is called with a track as argument.