diff --git a/README.md b/README.md index 4b883ab..c11c15d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Once the server is active (Blue Status), you can access the following data URLs ## 📋 Requirements * Windows 7 or later. * .NET Framework 4.7.2. -* RadioDJ with the **REST Server Plugin** enabled and accessible. +* RadioDJ with the **REST Server Plugin** enabled and configured. ## 🔧 Installation & Setup 1. **Download & Extract:** Run the `RadioDJViewer.exe`. @@ -43,15 +43,13 @@ Once the server is active (Blue Status), you can access the following data URLs 5. **Connect:** Click **Connect**. Your status box should turn **Blue** when everything is active. ## 🌐 Network & Firewall Setup -To access the widget from another device (like a phone or second PC), you must open a port in the Windows Firewall: +To allow other devices to see the widget, you must open the port in the Windows Firewall: 1. Open **Windows Firewall with Advanced Security**. 2. Create a **New Inbound Rule** -> **Port** -> **TCP**. 3. Enter Port **8181** (or your chosen port) and select **Allow the connection**. -## 📝 Project Background -This project was born from a desire to move away from purely web-based external tools and create a native Windows utility for stream overlays. Special thanks to [Roderick's RadioDJ Tutorials](https://www.youtube.com/@RodericksRadioDJTutorials) for the inspiration and initial logic concepts. - -This program was developed as a learning journey into C# and .NET, with significant collaborative assistance from **Microsoft Copilot** and **Google Gemini** to refine the API parsing and web server logic. +## 📝 Credits +This program was developed as a learning journey into C# and .NET, with collaborative assistance from **Microsoft Copilot** and **Google Gemini** to refine the API parsing and web server logic. ## 🔗 Links * **Repository:** [https://git.smartcraft.me/minster586/RadioDJViewer](https://git.smartcraft.me/minster586/RadioDJViewer)