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.
Files changed (41) hide show
  1. {ipodsync-0.1.0 → ipodsync-0.1.1}/PKG-INFO +6 -4
  2. {ipodsync-0.1.0 → ipodsync-0.1.1}/README.md +5 -3
  3. {ipodsync-0.1.0 → ipodsync-0.1.1}/pyproject.toml +1 -1
  4. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/__init__.py +1 -1
  5. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/cli.py +2 -1
  6. {ipodsync-0.1.0 → ipodsync-0.1.1}/.github/workflows/ci.yml +0 -0
  7. {ipodsync-0.1.0 → ipodsync-0.1.1}/.github/workflows/publish.yml +0 -0
  8. {ipodsync-0.1.0 → ipodsync-0.1.1}/.gitignore +0 -0
  9. {ipodsync-0.1.0 → ipodsync-0.1.1}/LICENSE +0 -0
  10. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/__main__.py +0 -0
  11. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_art_templates.py +0 -0
  12. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_gen.py +0 -0
  13. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_gen2.py +0 -0
  14. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_gen_rt.py +0 -0
  15. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_py.py +0 -0
  16. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_tables.bin +0 -0
  17. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_hashab_tables.py +0 -0
  18. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/_lib_templates.py +0 -0
  19. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/artwork_writer.py +0 -0
  20. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/cbk.py +0 -0
  21. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/export.py +0 -0
  22. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/hashab.py +0 -0
  23. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/importer.py +0 -0
  24. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/library.py +0 -0
  25. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/models.py +0 -0
  26. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/sysinfo.py +0 -0
  27. {ipodsync-0.1.0 → ipodsync-0.1.1}/src/ipodsync/transport.py +0 -0
  28. {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/ArtworkDB +0 -0
  29. {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/Locations.itdb +0 -0
  30. {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/Locations.itdb.cbk +0 -0
  31. {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/hashab-traces.json +0 -0
  32. {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/data/hashab-vectors.json +0 -0
  33. {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/test_artwork_writer.py +0 -0
  34. {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/test_cbk.py +0 -0
  35. {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/test_hashab.py +0 -0
  36. {ipodsync-0.1.0 → ipodsync-0.1.1}/tests/test_hashab_port.py +0 -0
  37. {ipodsync-0.1.0 → ipodsync-0.1.1}/tools/build_gen2.py +0 -0
  38. {ipodsync-0.1.0 → ipodsync-0.1.1}/tools/gen_art_templates.py +0 -0
  39. {ipodsync-0.1.0 → ipodsync-0.1.1}/tools/gen_hashab_tables.py +0 -0
  40. {ipodsync-0.1.0 → ipodsync-0.1.1}/tools/gen_lib_templates.py +0 -0
  41. {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.0
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
- > **Keep backups** (the tool makes one before every edit) and don't open this iPod
41
- > in iTunes.
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
- > **Keep backups** (the tool makes one before every edit) and don't open this iPod
14
- > in iTunes.
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.0"
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"
@@ -13,7 +13,7 @@ from .library import ItlpLibrary
13
13
  from .models import Track
14
14
  from .transport import IPod, IPodNotFound, find_ipod
15
15
 
16
- __version__ = "0.1.0"
16
+ __version__ = "0.1.1"
17
17
 
18
18
  __all__ = [
19
19
  "find_ipod",
@@ -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
- Do not open this iPod in iTunes.
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