From 92e8ce3c4d02e5e0f3743fd1b1fe5dfafdf88e03 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Sat, 18 May 2024 02:00:59 -0500 Subject: [PATCH] Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2234fa --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Zune Modding Helper + +The Zune Modding Helper, or ZMH for short, is a portable tool for modifying the desktop Zune software. It includes the following mods: +- **Features Override:** Re-enables access to some features disabled by Microsoft, such as the Social and Marketplace tabs. Does not restore functionality of those features, but shows them in the software. +- **Fix Video Sync:** Resolves "Error C00D11CD" when attempting to sync video to a Zune device using Windows 10 1607 (Anniversary Update) or newer. +- **Community Webservices:** Partially restores online features such as the Marketplace by patching the Zune desktop software to use the community's recreation of Microsoft's Zune servers at zunes.me (instead of zune.net). +- **Background Image:** Replaces the "Zero" background with an image of your choice. +- **MusicBrainz ID Locator:** Puts MusicBrainz IDs added by MusicBrainz Picard and mp3tag where the Zune software can use it to show additional information provided by Community Webservices. + +## System Requirements +- Windows 7 or newer +- x64 or x86 CPU +- [.NET Desktop Runtime 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or newer +- 30 MB or more of available storage +- Microsoft Zune software \ No newline at end of file