From 12a747b425332c7d4d89f6483a7e95978e5d5b1e Mon Sep 17 00:00:00 2001 From: lynxize Date: Fri, 20 Jun 2025 17:01:57 -0600 Subject: [PATCH] replace readme --- README.md | 3 +++ Readme.txt | 22 ---------------------- 2 files changed, 3 insertions(+), 22 deletions(-) create mode 100644 README.md delete mode 100644 Readme.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a58f41 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/Readme.txt b/Readme.txt deleted file mode 100644 index 008fff7..0000000 --- a/Readme.txt +++ /dev/null @@ -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