Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 2.24 KB

README.md

File metadata and controls

25 lines (17 loc) · 2.24 KB

MDISCIS

Codacy Badge

MDISCIS is an application for indexing Minidiscs. Minidiscs do not allow artists and titles to be saved as track information. As a consequence, I developed MDISCIS in January 2003 as a solution to this problem. It acts as an information system for Minidiscs. The program has since then been regularly updated for new Java versions up to and including Java 11. MDISCIS is an open source project but is no longer in active development.

How to run MDISCIS without checking out the code base

You need the Java 11 Runtime Enviroment (or later) installed on your computer. If you are not sure which version of Java you have, run “java -version” from the command prompt (Windows) or from a terminal (Linux/Mac). You can download the latest version of the Java Runtime Environment here.

  • Windows/Linux/Mac: JAR File (Download the file to a directory of your choice). After installation, open a console or terminal and navigate to the chosen folder. Once in this directory, run java -jar “mdiscis-2.4.0.jar” MDISCIS contains an on-line help system to answer queries and provide further help during use of MDISCIS.

Checkout and Contribute

This repository contains the current version of MDISCIS and the current source code in Java:

  • Clone the git branch and import the project in your favourite IDE.
  • The current main class is MDISCISGUI.
  • Dependencies are managed through the pom.xml file and Apache Maven.
  • No database configuration is currently used.
  • JUnit tests can be run either individually or collectively in the IDE or through maven.
  • Releases can be built through Maven - this should happen only after permission from the Repo Owner!