GithubHelp home page GithubHelp logo

kyunghoon / libid3-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rjyo/libid3-ios

0.0 1.0 0.0 318 KB

libid3-ios is a patched version based on id3lib 3.8.3-2. It includes a target of libid3.a static library for iOS.

C++ 86.24% C 13.76%

libid3-ios's Introduction

Introduction

What's id3lib

id3lib is a software library for manipulating ID3v1/v1.1 and ID3v2 tags. id3lib 3.0.x conforms to all ID3v2 standards up to and including the ID3v2.3.0 informal standard.

The id3lib project makes use of the resources available through SourceForge.net. Using SourceForge, the id3lib project is able to provide several tools for developers, including a project homepage, a mailing list, a patch manager, bug tracking, and cvs access, among other things.

The id3lib project page, which includes links to all of the above, is: http://sourceforge.net/project/?group_id=979

The official id3lib homepage is: http://id3lib.sourceforge.net

The id3lib developers' mailing list's address is: [email protected]

You can subscribe, unsubscribe, and view mailing list archives at: http://lists.sourceforge.net/mailman/listinfo/id3lib-devel

Information about ID3v2 and related standards can be found at: http://www.id3.org

What's libid3-ios

libid3-ios is a patched version based on id3lib 3.8.3-2, which is a unicode patch from 3.8.3. But even with 3.8.3-2, unicode was still not working on iOS. The problem is fixed in this commit.

Not all makefile and configure script are copied. Only the source (under ./src) and header (under ./include) files needed are imported into libid3-ios. And as all static library in iOS starts with lib. To make this library not something like libid3lib.a, lib was used as a prefix.

A workable iPhone Example target is also included.

Installation

Quick Start (Xcode 4)

  1. Add cross-project reference by dragging libid3.xcodeproj to your project
  2. Choose Build Phrases tab for your project by chooseing the project file
  3. Add libid3 aggregate target to Target Dependencies list
  4. Add the following to Link Binary With Libraries list
    • libiconv.dylib
    • libstdc++.dylib
    • libz.dylib
    • libid3.a
  5. Choose Build Settings tab
  6. Add $(SRCROOT)/libid3-ios/include to Library Search Paths, no recursive. This path should be changed if you put libid3-io somewhere other than project root.

You can always check the settings in Example target if anything not working in your project.

License

The libid3-ios and id3lib library is open-source software, licensed under the GNU Library General Public License (LGPL). In short, this allows any application to link to and use the library without affecting their license, while guaranteeing that the id3lib library itself (and any modifications to it) will remain freely available in source code form. The project developers therefore greatly encourage input from everyone, be it with feature suggestions, code patches, bug reports, or anything. The best way to contribute to this effort is to subscribe to the mailing list and join in on the discussions!

Versions of ID3Lib prior to and including version 3.05a were released to the public domain. The last such release is still available for download. These versions are therefore completely free of any license restrictions, but are no longer maintained.

libid3-ios's People

Contributors

rjyo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.