ipodsync 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ipodsync-0.1.0 → ipodsync-0.1.1}/PKG-INFO +6 -4
- {ipodsync-0.1.0 → ipodsync-0.1.1}/README.md +5 -3
- {ipodsync-0.1.0 → ipodsync-0.1.1}/pyproject.toml +1 -1
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/__init__.py +1 -1
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/cli.py +2 -1
- {ipodsync-0.1.0 → ipodsync-0.1.1}/.github/workflows/ci.yml +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/.github/workflows/publish.yml +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/.gitignore +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/LICENSE +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/__main__.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_art_templates.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_gen.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_gen2.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_gen_rt.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_py.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_tables.bin +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_tables.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_lib_templates.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/artwork_writer.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/cbk.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/export.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/hashab.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/importer.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/library.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/models.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/sysinfo.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/transport.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/ArtworkDB +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/Locations.itdb +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/Locations.itdb.cbk +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/hashab-traces.json +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/hashab-vectors.json +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/test_artwork_writer.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/test_cbk.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/test_hashab.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/test_hashab_port.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tools/build_gen2.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tools/gen_art_templates.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tools/gen_hashab_tables.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tools/gen_lib_templates.py +0 -0
- {ipodsync-0.1.0 → ipodsync-0.1.1}/tools/transpile_hashab.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ipodsync
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Upload music to an iPod nano 6G/7G without iTunes: SQLite library, hashAB signing, cover art (pure-Python).
|
|
5
5
|
Project-URL: Homepage, https://github.com/buldiei/ipodsync
|
|
6
6
|
Project-URL: Repository, https://github.com/buldiei/ipodsync
|
|
@@ -36,9 +36,11 @@ Upload music to an **iPod nano 6G/7G** without iTunes/Apple Music — straight f
|
|
|
36
36
|
the terminal, on macOS and Linux. The iPod mounts as a plain volume; `ipodsync`
|
|
37
37
|
edits its SQLite library, signs it (hashAB) and **generates cover art itself**.
|
|
38
38
|
|
|
39
|
-
> ⚠️ Alpha. Works on real hardware, but it writes to the player's binary database
|
|
40
|
-
> **
|
|
41
|
-
>
|
|
39
|
+
> ⚠️ Alpha. Works on real hardware, but it writes to the player's binary database,
|
|
40
|
+
> so **keep backups** (the tool makes one before every edit). Browsing the iPod in
|
|
41
|
+
> Finder or the Music app is fine — just don't let Apple's software **auto-sync** it:
|
|
42
|
+
> a sync rebuilds the library from your computer and would drop manually-added tracks
|
|
43
|
+
> (keep the iPod in "manually manage music" mode).
|
|
42
44
|
|
|
43
45
|
## Features
|
|
44
46
|
|
|
@@ -9,9 +9,11 @@ Upload music to an **iPod nano 6G/7G** without iTunes/Apple Music — straight f
|
|
|
9
9
|
the terminal, on macOS and Linux. The iPod mounts as a plain volume; `ipodsync`
|
|
10
10
|
edits its SQLite library, signs it (hashAB) and **generates cover art itself**.
|
|
11
11
|
|
|
12
|
-
> ⚠️ Alpha. Works on real hardware, but it writes to the player's binary database
|
|
13
|
-
> **
|
|
14
|
-
>
|
|
12
|
+
> ⚠️ Alpha. Works on real hardware, but it writes to the player's binary database,
|
|
13
|
+
> so **keep backups** (the tool makes one before every edit). Browsing the iPod in
|
|
14
|
+
> Finder or the Music app is fine — just don't let Apple's software **auto-sync** it:
|
|
15
|
+
> a sync rebuilds the library from your computer and would drop manually-added tracks
|
|
16
|
+
> (keep the iPod in "manually manage music" mode).
|
|
15
17
|
|
|
16
18
|
## Features
|
|
17
19
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ipodsync"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Upload music to an iPod nano 6G/7G without iTunes: SQLite library, hashAB signing, cover art (pure-Python)."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
ipodsync cover PID [--image IMG] # attach a cover to a track
|
|
9
9
|
|
|
10
10
|
Export is read-only for the device. add/rm/cover write to the database (they back up .itlp).
|
|
11
|
-
|
|
11
|
+
Browsing the iPod in Finder/Music is fine; just don't let Apple's software auto-sync it,
|
|
12
|
+
or a sync will drop manually-added tracks.
|
|
12
13
|
"""
|
|
13
14
|
from __future__ import annotations
|
|
14
15
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|