https://github.com/reupen/ipod_manager
iPod manager component for foobar2000
https://github.com/reupen/ipod_manager
columns-ui-panel foobar2000
Last synced: 5 months ago
JSON representation
iPod manager component for foobar2000
- Host: GitHub
- URL: https://github.com/reupen/ipod_manager
- Owner: reupen
- License: other
- Created: 2015-12-01T20:52:53.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T18:52:40.000Z (about 2 years ago)
- Last Synced: 2024-05-02T05:52:12.534Z (about 1 year ago)
- Topics: columns-ui-panel, foobar2000
- Language: C
- Homepage: http://yuo.be/ipod_manager
- Size: 2.53 MB
- Stars: 74
- Watchers: 6
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# iPod manager
http://yuo.be/ipod-manager
[](https://reupen.visualstudio.com/Columns%20UI/_build/latest?definitionId=7&branchName=master)
## Licence
The iPod manager source code (contained in the `foo_dop` directory) is released under the Lesser GNU Public Licence (LGPL) (see `foo_dop/COPYING` and `foo_dop/COPYING.LESSER`).
The iPod manager SDK source code (contained in the `dop-sdk` directory) is released under the BSD Zero Clause (0BSD) licence (see `dop-sdk/LICENCE`).
## Building
1. Clone the repo (use `git clone --recursive` to clone all submodules at the same time).
2. Install `ms-gsl` and `wil` using [Vcpkg](https://github.com/Microsoft/vcpkg).
3. Open the solution in the `vc16` folder using Visual Studio 2019, and build the solution from the Build menu.
Produced builds require `iTunesCrypt.dll` found in the `MobileDeviceSign` folder.
## Acknowledgements
Required to build iPod manager, and contained in this repo are:
### zlib
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler
http://zlib.net
For the licence, please see `zlib-1.2.5/zlib.h`
### SQLite
Public domain
https://www.sqlite.org