Metadata-Version: 2.3
Name: ipodnano-scrobbler
Version: 0.6.4
Summary: iPod Nano 6th Gen last.fm scrobbler
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pandas
Requires-Dist: polars
Requires-Dist: pyarrow
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: trainerlog
Description-Content-Type: text/markdown

# iPod Nano scrobbler

Upload your iPod music listening stats on last.fm.

Tested on the iPod Nano 6th gen. Previous generations probably won't work, the 7th generation might.

```
usage: ipodnano_scrobble [-h] --ipod_path IPOD_PATH [--skipcount SKIPCOUNT] [--days DAYS]

options:
  -h, --help            show this help message and exit
  --ipod_path IPOD_PATH
                        Path to the iPod's 'iTunes Library.itlp' folder
  --skipcount SKIPCOUNT
                        Skip songs with this or more recent plays
  --days DAYS           Skip playcounts older than this
```
