{"id":20721675,"url":"https://github.com/chicio/mp3id3tagger","last_synced_at":"2025-08-02T03:10:19.502Z","repository":{"id":83568160,"uuid":"129423042","full_name":"chicio/Mp3ID3Tagger","owner":"chicio","description":":notes::musical_note:A macOS application to edit the ID3 tag of your mp3 files. Developed with RxSwift and RxCocoa. :guitar::musical_score:","archived":false,"fork":false,"pushed_at":"2019-02-07T17:40:06.000Z","size":44787,"stargazers_count":23,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T15:21:28.868Z","etag":null,"topics":["id3","id3-reader","id3-writer","id3v1","id3v2","macos","mp3","mp3-tags","mvvm","reactive","reactive-programming","rxcocoa","rxswift","swift"],"latest_commit_sha":null,"homepage":"https://www.fabrizioduroni.it/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chicio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-13T15:46:16.000Z","updated_at":"2025-01-06T12:35:38.000Z","dependencies_parsed_at":"2023-07-07T19:33:44.356Z","dependency_job_id":null,"html_url":"https://github.com/chicio/Mp3ID3Tagger","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/chicio/Mp3ID3Tagger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicio%2FMp3ID3Tagger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicio%2FMp3ID3Tagger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicio%2FMp3ID3Tagger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicio%2FMp3ID3Tagger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chicio","download_url":"https://codeload.github.com/chicio/Mp3ID3Tagger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicio%2FMp3ID3Tagger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268330914,"owners_count":24233152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["id3","id3-reader","id3-writer","id3v1","id3v2","macos","mp3","mp3-tags","mvvm","reactive","reactive-programming","rxcocoa","rxswift","swift"],"created_at":"2024-11-17T03:28:57.914Z","updated_at":"2025-08-02T03:10:19.478Z","avatar_url":"https://github.com/chicio.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mp3ID3Tagger\n\n[![Build Status](https://travis-ci.org/chicio/Mp3ID3Tagger.svg?branch=master)](https://travis-ci.org/chicio/Mp3ID3Tagger?branch=master)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/chicio/Mp3ID3Tagger/master/LICENSE.md)\n[![Supported platform](https://img.shields.io/badge/platforms-macOS-orange.svg)](https://img.shields.io/badge/platforms-macOS-orange.svg)\n\n![Mp3ID3Tagger: A macOS application to edit the ID3 tag of your mp3 files](https://raw.githubusercontent.com/chicio/Mp3ID3Tagger/master/Assets/Icon-logo-background.png?cc \n\"A macOS application to edit the ID3 tag of your mp3 files\")\n\nA macOS application to edit the ID3 tag of your mp3 files. You can download the application from [this link](https://github.com/chicio/Mp3ID3Tagger/raw/master/Release/Mp3ID3Tagger.dmg \"Mp3ID3Tagger\").\n\n## Description\n\nMp3ID3Tagger support the following ID3 tag versions: 2.2, 2.3 and 2.4.\nIt will let you modify the following information inside the ID3 tag of you mp3 file:\n\n* version of the tag\n* title\n* artist\n* album\n* year \n* track position\n* genre\n* attached picture set as Front cover\n\n## Details\n\nThe application is entirely written in swift. It relays on a swift library I developed to edit ID3 tags of mp3 files: [ID3TagEditor](https://github.com/chicio/ID3TagEditor \"ID3 tag editor\").\nThe application has been built using [RxSwift](https://github.com/ReactiveX/RxSwift \"RxSwift\") and [RxCocoa](https://github.com/ReactiveX/RxSwift/tree/master/RxCocoa \"RxCocoa\") as an experiment to apply the reactive programming paradigm in a real project.\nThe architectural pattern used to build the application is the [Model-View-ViewModel](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel \"model view viewmodel\").  \nBelow you can find some screenshots of the app: \n\n![Screenshot 1](https://github.com/chicio/Mp3ID3Tagger/raw/master/Assets/01-open-app.png \"Screenshot 1\")\n![Screenshot 2](https://github.com/chicio/Mp3ID3Tagger/raw/master/Assets/02-mp3-load.png \"Screenshot 2\")\n![Screenshot 2](https://github.com/chicio/Mp3ID3Tagger/raw/master/Assets/03-mp3-load.png \"Screenshot 3\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicio%2Fmp3id3tagger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchicio%2Fmp3id3tagger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicio%2Fmp3id3tagger/lists"}