Project

mbdb

0.0
No commit activity in last 3 years
No release in over 3 years
The .mbdb file extension is associated with the Apple iTunes, the standard manage application for iOS devices. A .mbdb file contains a list of files, that are stored in the backup of the iOS device. The MBDB database was introduced in iTunes 9.2.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.9
~> 0.10
~> 0.12
 Project Readme

MBDB.rb

Read .mbdb files using Ruby.

The .mbdb file extension is associated with the Apple iTunes, the standard manage application for iOS devices. A .mbdb file contains a list of files, that are stored in the backup of the iOS device. The MB database was introduced in iTunes 9.2.

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration.

  • The main purpose of this library is to provide an interface to Apple's MB database format using Ruby.
  • The features should not go beyond Apple's features and functions. So the features of this software are limited to those of Apple.
  • This list is open. Feel free to request features.

Install

The preferred method of installation is via RubyGems.org:
https://rubygems.org/gems/mbdb

gem install mbdb

or via Gemfile:

gem 'mbdb', '~>0.1'

Use it in your sources:

require 'mbdb'

Project Links