Skip to content

sergcam/SimpleTag

Repository files navigation

SimpleTag

A simple, powerful, audio tagger for Android

Kotlin Jetpack Compose API
GitHub Release GitHub License GitHub Downloads (all assets, all releases)



About

SimpleTag is a Material You audio tagger built with Jetpack Compose. Supports most major audio and tag formats with jaudiotagger under the hood

Features

  • MP3, MP4(audio), OGG, FLAC, WAV, AIF, DSF, and WMA audio format support
  • ID3v1, ID3v11, ID3v22, ID3v23, ID3v24, and FLAC tag format support
  • Supports 50+ of the most popular tag fields (full tag mapping here)
  • Batch tag editing (Planned)

Screenshots

Permissions

  • WRITE_EXTERNAL_STORAGE API29 and below. Used to read and write audio files
  • READ_EXTERNAL_STORAGE API30-API32. Used to read audio files
  • READ_MEDIA_AUDIO API33+. Used to read audio files

Optional permissions (API31+)

  • MANAGE_MEDIA Used in combination with ACCESS_MEDIA_LOCATION to write to audio files without system pop-up

  • ACCESS_MEDIA_LOCATION This one is a bit weird:

    From google: Allows an application to access any geographic locations persisted in the user's shared collection. However it is also for some reason required in conjunction with MANAGE_MEDIA to disable the write permission prompt (docs). Also, it shows up as access to photos and videos and "allow all" must be selected because the limited access prompt doesnt let you choose audio files

Installation

Recommended: Click on the Obtainium badge to add SimpleTag to your Obtainium library (download Obtainium here) or Click on the IzzyOnDroid badge to download through IzzyOnDroid F-Droid repo

Alternatively download the apk directly from the releases section

Contribute

Like SimpleTag and want to support it in some way? Help translate it into your language. Donations are also appreciated.

Translate

crowdin

Donate

Ko-fi Liberapay

License

Copyright (C) 2025 Sergio Camacho

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.