Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skw4y/iTunesBackupFileExtractor
Simple app that extract media files contained in iTunes backup.
https://github.com/skw4y/iTunesBackupFileExtractor
Last synced: 2 months ago
JSON representation
Simple app that extract media files contained in iTunes backup.
- Host: GitHub
- URL: https://github.com/skw4y/iTunesBackupFileExtractor
- Owner: skw4y
- Created: 2014-04-05T13:52:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T10:11:29.000Z (over 7 years ago)
- Last Synced: 2024-08-02T01:23:35.812Z (6 months ago)
- Language: C#
- Homepage:
- Size: 311 KB
- Stars: 37
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iTunes Backup File Extractor
===========
Simple app that extract all the media files (Images, Videos, Music...) contained in your iTunes backup.Description
----
iTunes stores a copy of all your iDevice files in a backup folder.
Those files can't be view directly because iTunes encrypts the filenames using SHA-1.The purpose of this application is to retrieve the right extension, rename the files and copy them in the output folder.
Usage
=====
Compile application using Visual Studio.Just run the app, select your iTunes backup folder, your output folder, select the filetypes you want to extract and click on "Go!" to start the extraction.
iTunes backup folder example:
- Windows 7 : "C:\Users\USERNAME\AppData\Roaming\Apple Computer\MobileSync\Backup\YOUR_BACKUP_FOLDER"- Windows XP : "C:\Documents and Settings\USERNAME\Application Data\Apple Computer\MobileSync\Backup\YOUR_BACKUP_FOLDER"
Extracted files
=====
The app will extract the following files:- Images
- JPG
- BMP
- GIF
- TIF
- PNG
- Videos
- MOV
- MP4
- 3GP
- AVI
- FLV
- Audio files
- WMV
- MP3
- FLAC
- M4A
- M4P
- AAC
- WAV
- AAX
- AA
- Documents
- DOC
- DOCX
- PPT
- PPTX
- XLS
- XLSX
- TXT
- Database files
- SQLITE
Known Limitations
=================
- Does not work with encrypted backup.- This is Captain Obvious and I want to say that this app will not extract anything if you backup your iDevice with iCloud! It only works with old-school computer backup.
Contact
=======
You can contact me at: string.Format("{0}#{1}","its.skway","gmail.com").Replace("#","@");Donations are welcome:
- BTC: 174Eud8voesGp3YcpzjZJGjcjYAr2V42fHWritten by Skw4y in 2014. Released under the terms of the MIT License.