All Projects → chicio → Mp3ID3Tagger

chicio / Mp3ID3Tagger

Licence: MIT License
🎶🎵A macOS application to edit the ID3 tag of your mp3 files. Developed with RxSwift and RxCocoa. 🎸🎼

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Mp3ID3Tagger

dart-tags
ID3 Tag parser written on the pure dart language.
Stars: ✭ 35 (+105.88%)
Mutual labels:  mp3, id3v2, id3v1, id3, mp3-tags
audio-metadata
A library for reading and, in the future, writing audio metadata. https://audio-metadata.readthedocs.io/
Stars: ✭ 41 (+141.18%)
Mutual labels:  mp3, id3v2, id3v1, id3
mp3tag.js
MP3 tagging library written in pure JavaScript for Node.js and browsers
Stars: ✭ 39 (+129.41%)
Mutual labels:  mp3, id3v2, id3v1, id3
SwiftObserver
Elegant Reactive Primitives for Clean Swift Architecture #NoRx
Stars: ✭ 14 (-17.65%)
Mutual labels:  reactive, rxswift, reactive-programming
GITGET
GitHub의 Contributions를 iOS의 Widget으로 보여주는 App
Stars: ✭ 101 (+494.12%)
Mutual labels:  rxswift, mvvm, rxcocoa
Cleanarchitecturerxswift
Example of Clean Architecture of iOS app using RxSwift
Stars: ✭ 3,256 (+19052.94%)
Mutual labels:  rxswift, mvvm, reactive-programming
MovieInfoMVVMiOS
Movie Info app using TMDb API built with MVVM
Stars: ✭ 38 (+123.53%)
Mutual labels:  rxswift, mvvm, rxcocoa
Rxcombine
Bi-directional type bridging between RxSwift and Apple's Combine framework
Stars: ✭ 741 (+4258.82%)
Mutual labels:  reactive, rxswift, reactive-programming
Bark
Bark is an iOS App which allows you to push customed notifications to your iPhone
Stars: ✭ 2,371 (+13847.06%)
Mutual labels:  rxswift, mvvm, rxcocoa
Rxswift To Combine Cheatsheet
RxSwift to Apple’s Combine Cheat Sheet
Stars: ✭ 1,040 (+6017.65%)
Mutual labels:  reactive, rxswift, reactive-programming
meta-audio
A PHP library to read and write metadata tags to audio files (MP3, ID3, APE, etc)
Stars: ✭ 32 (+88.24%)
Mutual labels:  mp3, id3v2, id3v1
Mp3Info
The fastest PHP library to extract mp3 meta information (duration, bitrate, samplerate and so on) and tags (id3v1, id3v2).
Stars: ✭ 114 (+570.59%)
Mutual labels:  mp3, id3v2, id3v1
Cathay
an iOS project for demonstration of Reactive Programming
Stars: ✭ 21 (+23.53%)
Mutual labels:  rxswift, mvvm, rxcocoa
mvcvm-swift-file-templates
Swift file templates for boosting mobile app development.
Stars: ✭ 16 (-5.88%)
Mutual labels:  reactive, rxswift, mvvm
Combine Mvvm
Sample project with Combine & UIKit framework, MVVM architecture
Stars: ✭ 132 (+676.47%)
Mutual labels:  reactive, mvvm, reactive-programming
laravel-getid3
A Laravel package to extract metadata from media files. mp3, aac, etc. It can be used with files stored on different disks such as local disk, S3 etc.
Stars: ✭ 50 (+194.12%)
Mutual labels:  id3v2, id3v1, id3
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+500%)
Mutual labels:  reactive, reactive-programming
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (+264.71%)
Mutual labels:  reactive, reactive-programming
Sensor
A fresh look at iOS development
Stars: ✭ 37 (+117.65%)
Mutual labels:  reactive, rxswift
Akka
Examples and explanations of how Akka toolkit works
Stars: ✭ 20 (+17.65%)
Mutual labels:  reactive, reactive-programming

Mp3ID3Tagger

Build Status GitHub license Supported platform

Mp3ID3Tagger: A macOS application to edit the ID3 tag of your mp3 files

A macOS application to edit the ID3 tag of your mp3 files. You can download the application from this link.

Description

Mp3ID3Tagger support the following ID3 tag versions: 2.2, 2.3 and 2.4. It will let you modify the following information inside the ID3 tag of you mp3 file:

  • version of the tag
  • title
  • artist
  • album
  • year
  • track position
  • genre
  • attached picture set as Front cover

Details

The application is entirely written in swift. It relays on a swift library I developed to edit ID3 tags of mp3 files: ID3TagEditor. The application has been built using RxSwift and RxCocoa as an experiment to apply the reactive programming paradigm in a real project. The architectural pattern used to build the application is the Model-View-ViewModel.
Below you can find some screenshots of the app:

Screenshot 1 Screenshot 2 Screenshot 2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].