Add-on:Mutagen: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot repo category update)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=mutagen
|Name=Mutagen
|provider-name=Joe Wreschnig
|provider-name=Christoph Reiter
|ID=script.module.mutagen
|ID=script.module.mutagen
|latest-version=1.22.0
|latest-version=1.47.0
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
|Summary=Mutagen is a Python module to handle audio metadata.
|Summary=Library to handle audio metadata.
|Description=Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC,
|Description=Mutagen is a Python module to handle audio metadata.
M4A, Monkey's Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg
Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG audio files. All
versions of ID3v2 are supported, and all standard ID3v2.4 frames are
parsed. It can read Xing headers to accurately calculate the bitrate and
length of MP3s. ID3 and APEv2 tags can be edited regardless of audio
format. It can also manipulate Ogg streams on an individual packet/page
level.
|Platform=all
|Platform=all
|Language=
|Language=
|License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
|License=GPL-2.0-or-later
|Forum=
|Forum=
|Website=http://code.google.com/p/mutagen/
|Website=https://mutagen.readthedocs.io/en/latest/
|Source=https://bitbucket.org/lazka/mutagen/overview
|Source=https://github.com/quodlibet/mutagen
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/krypton/script.module.mutagen/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/omega/script.module.mutagen/resources/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-on libraries/modules]]
Line 30: Line 23:
[[Category:Add-ons with website tag]]
[[Category:Add-ons with website tag]]
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:Krypton add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Omega add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Jarvis add-on repository]]

Latest revision as of 19:43, 11 April 2024

Mutagen
icon.png

See this add-on on the kodi.tv showcase

Author: Christoph Reiter
Website: link
Type: Add-on library/module
Repo: Kodi.tv repo v21
Kodi.tv repo v20
Kodi.tv repo v19

License: GPL-2.0-or-later
Source: Source code
Summary: Library to handle audio metadata.
Home icon grey.png   ▶ Add-ons ▶ Mutagen

Mutagen is a Python module to handle audio metadata.