6 Commits

Author SHA1 Message Date
Maksim Totmin
8b122aa938 docs: correct README — player supports iPod Nano 7G only, not 6G 2026-06-02 09:19:20 +07:00
Maksim Totmin
8317ad1fe4 docs: rewrite README.md with detailed project description
- Update entry point from main.py to app.py
- Document all modules: artwork pipeline, iOpenPod integration,
  SQLite cache, session store, device monitor, playlist manager,
  hotkeys, UI widgets (8 tabs), worker thread
- Add architecture overview and technology table
- Add configuration paths section
2026-06-02 08:58:13 +07:00
Maksim Totmin
e569f8c731 refactor: remove YouTube download feature, extract TrackInfo dataclass, clean up config and hotkeys 2026-06-01 09:19:14 +07:00
Maksim Totmin
803f0c4d9a Update README with current features and project structure
- Cover art pipeline, iTunes-style player, Nano 7G DB
- AppImage build, config in ~/.config/, reembed script
- Accurate directory structure
2026-05-31 18:06:43 +07:00
Maksim Totmin
885a401ad0 Rebrand project to neo-pod-desktop with updated description and improvements
- Rename project from 'youtube-to-ipod-nano' to 'neo-pod-desktop' across all files
- Update description: 'Desktop application for downloading, converting,
  managing and transferring music to iPod Nano devices'
- Update setup.py: name, description, url, entry_points, author
- Update run.py: docstring and argparse description
- Update src/__init__.py: module docstring
- Update src/main.py: docstring, window title, about label
- Update src/cli.py: docstring, class docstring, argparse description
- Update README.md: title and project description
- Improve duplicate track detection in ipod_nano7_db.py:
  case-insensitive matching, bulk removal with file cleanup
2026-05-31 16:19:15 +07:00
Antonio Lorusso
9dcb1228ca initial app 2025-03-12 01:01:43 +01:00