Skip to content

Commit

Permalink
added screenshot of equalizer CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
raleighlittles committed Nov 26, 2024
1 parent fadd5cd commit fa8a4de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![build-badge](https://github.com/raleighlittles/iTunesDB-Parser/actions/workflows/main.yml/badge.svg)

# Background

iPods store various information in what are called, "iTunesDB files". Despite the name, these are not "real" database (eg Postgres) files, but, instead binary files.
Expand Down Expand Up @@ -83,7 +85,7 @@ The 7 possible "type" options are:
$ /target/debug/itunesdb_parser <path-to-itunesdb-file> '<type>'
```

For iTunesDB, Photos Database, and Playcounts files, a CSV will be generated with all the relevant information. For example, if you run it on an iTunesDB file, the output CSV will contain the info for all songs and podcasts mentioned in the iTunesDB file.
For iTunesDB, Photos Database, Equalizer files, and Playcounts files, a CSV will be generated with all the relevant information. For example, if you run it on an iTunesDB file, the output CSV will contain the info for all songs and podcasts mentioned in the iTunesDB file.

![CSV music screenshot](./docs/20230716_music-csv.png)

Expand All @@ -93,6 +95,8 @@ If you run it on a Photo Database file, you'll see the list of all images stored

![CSV photo screenshot](./docs/20230715_photodatabase-csv.png)

Equalizer settings CSV: ![Equalizer settings CSV screenshot](./docs/20241126_equalizer-csv-example.png)

# Future roadmap

This project is a very early work-in-progress. The next major feature to come is [iThumb file decoding](https://github.com/raleighlittles/iTunesDB-Parser/issues/4)
Expand All @@ -107,4 +111,6 @@ Special thanks to:
* @AZProductions
* @joshkenney

for providing iTunesDB files!
for providing iTunesDB files!

<a href="https://www.buymeacoffee.com/raleighlittles" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="45" width="175"></a>
Binary file added docs/20241126_equalizer-csv-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa8a4de

Please sign in to comment.