replace readme

This commit is contained in:
lynxize 2025-06-20 17:01:57 -06:00
parent 3e70280cc4
commit 12a747b425
Signed by: lynxize
GPG key ID: 8615849B8532CD77
2 changed files with 3 additions and 22 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
Work-in-progress fork of Martin Fiedler's [iPod shuffle database builder](https://shuffle-db.sourceforge.net/), updated to Python 3 and modernized a little.
Better readme someday, maybe.

View file

@ -1,22 +0,0 @@
iPod shuffle Database Builder
=============================
This release contains multiple versions of the program:
rebuild_db.py - a Python script for almost any platform (RECOMMENDED)
rebuild_db.exe - a standalone Win32 console application (DEPRECATED)
Please use the Python version, because it is the only one that is actively
developed, and it has a lot more features compared to the Win32 version.
To use the Database Builder, copy rebuild_db.py to your iPod's root directory
and start it, e.g. with a double click in Explorer or Finder.
Additionally, this archive contains rebuild_db-win32.src.zip, which is an
archive of the C source code for the Win32 version (compile with lcc-win32).
For any other details regarding the software, please visit the webpage at
http://shuffle-db.sourceforge.net
Have fun with the program (and with your iPod as well),
Martin J. Fiedler <martin.fiedler@gmx.net>