mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
scrub: Added MP4 support to scrub plugin
--HG-- branch : scrub-add-mp4
This commit is contained in:
parent
c57f2d0b78
commit
7310f0a371
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ _MUTAGEN_FORMATS = {
|
|||
'flac': 'FLAC',
|
||||
'id3': 'ID3FileType',
|
||||
'mp3': 'MP3',
|
||||
'mp4': 'MP4',
|
||||
'oggflac': 'OggFLAC',
|
||||
'oggspeex': 'OggSpeex',
|
||||
'oggtheora': 'OggTheora',
|
||||
|
|
|
|||
Loading…
Reference in a new issue