Effective date: June 27, 2026 ยท Last updated: June 27, 2026
Summary: MediaTAG3 does not transmit any personal information to the internet. The app operates solely to read and edit ID3 tags of MP3 files stored on your device. The minimal settings data it retains is kept entirely on your device.
MediaTAG3 is a Flutter-based Android application that lets you view and edit the ID3 tags of MP3 files stored on your device โ including title, artist, album, album artist, track number, disc number, year, genre, and album art. The app works entirely offline and only accesses the local file system on your device.
| Field | Details |
|---|---|
| App name | MediaTAG3 |
| Developer | Gyeongmo Choi |
| Copyright holder | Mario Interactive |
| Platform | Android |
The table below describes all data MediaTAG3 reads or stores. Everything stays on your device โ nothing is sent to any external server.
| Data | How it is processed | Where it is stored | Note |
|---|---|---|---|
| MP3 ID3 tag data (title, artist, album, genre, year, etc.) |
Read directly from MP3 files in the folder you select | Inside the MP3 file + local SharedPreferences cache | Local only |
| Album art images | Extracted from embedded MP3 artwork, or chosen by you from the gallery | Inside the MP3 file + .mp3tag_cache/ temp folder |
Local only |
| Last opened folder path | Saved automatically when you select a folder | Device SharedPreferences | Local only |
| Theme preference (dark / light) | Changed by you inside the app | Device SharedPreferences | Local only |
The data processed by the app is used exclusively for the following purposes:
No data is used for marketing, advertising, profiling, or any secondary purpose.
is_dark โ dark mode toggle (true / false)last_folder_path โ path of the last folder you openedmp3tag_cache_<file-path> โ per-file tag edit backup cache (JSON).mp3tag_cache/ directory inside the selected folder.Uninstalling the app causes the system to automatically delete all SharedPreferences data, including settings and tag caches. Tags written into MP3 files persist as long as those files exist; you can remove or modify them at any time using MediaTAG3 or any other tag editor.
MediaTAG3 does not transmit any information to external servers, cloud services, or third parties.
The app does not request the INTERNET permission, and all operations run entirely on your device.
The following services are not used in MediaTAG3:
The following Android permissions are requested by MediaTAG3 and the reason each is needed:
Each permission is requested only when the relevant feature is used. Denying a permission disables that specific feature but does not affect the rest of the app.
When you select a folder, the app scans for .mp3 files and uses the
flutter_audio_tagger library to read each file's ID3 tags (v1โv2.4) and embedded
album art. The data is held in app memory and a local cache only.
When you save your edits, flutter_audio_tagger writes the updated tags directly
into the ID3 area of the MP3 file. Afterwards, an Android media scanner is triggered to refresh
the system media database.
Artist - Title.mp3 format and populate the corresponding tag fields automaticallyArtist - Title.mp3 format based on existing tag dataTag edits and file renames are applied directly to the original MP3 files and cannot be undone. Please back up any important files before editing.
MediaTAG3 is not directed at children under the age of 13, and we do not knowingly collect personal information from children. If a child under 13 uses the app, a parent or guardian should supervise their use.
To remove data stored by the app, use any of the methods below:
.mp3tag_cache/ folder inside each MP3 folder can be deleted with any file manager.This policy may be updated when the app is updated or when applicable laws change. Material changes will be announced through app store release notes or an in-app notice. Updated policies take effect 7 days after the announcement date.
If you have any questions about this privacy policy, please reach out:
| Developer | Gyeongmo Choi |
| Company | Mario Interactive |