Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (43 loc) · 2.06 KB

README.md

File metadata and controls

51 lines (43 loc) · 2.06 KB

Logo

Description

EzCar is a music player meant and built just for cars, it has an elegant UI. It has a plugin system making it really easy to add on to your car.

Downloads Repo Size Version

Installation

Requirements:

  • A copy of EzCar
  • A Windows 10 computer
  • A zip extractor (like 7-zip or the built-in one).

Steps:

  1. Download EzCar
    To download EzCar, just navigate to "https://github.com/RED7Studios/RED7Studios.EzCarRecode/releases/latest" and then hit the "Download .zip file".
    Downloading EzCar

  2. Extract EzCar Update Zip
    Find the "update.zip" file, right-click it and press "Extract All" (built-in)
    Extract Context Menu

  3. Run EzCar for the first time. Double-click it (errors after start, just press okay on them and press on an artist then an album).
    Error
    Select artist and album

  4. You are done!

How to Edit/Contribute

Requirements:

  • A copy of Visual Studio 2019 or newer
  • A windows 10 or later computer
  • A zip extractor (7-zip or winrar)
  • A copy of the EzCar source code
  • .Net Framework 4.0
  • Windows Forms (C#)

Steps:

  1. Download EzCar Source Code
    To download the EzCar Source Code, just navigate to "https://github.com/RED7Studios/RED7Studios.EzCarRecode/archive/main.zip".

2. Extract EzCar Source Code Zip
Find the "EzCar-main.zip" file, right-click it and press "Extract All" (built-in)

3. Open the EzCar Project
Open the "EzCar-main" folder and open the "EzCar2.sln" (it should open Visual Studio)

4. Build the project
Build the project by clicking "Start" at the top of the project screen.