Skip to content

citizenTFA/DDEXUI

 
 

Repository files navigation

Build Status

#DDEXUI

DDEXUI provides a user interface for supplying digital music in a ddex compliant way. It aims to abstract the complexities of ddex for ease of use by smaller independent labels and artists.

DDEXUI is currently in development, but parts of the ddex spec have already been covered.

requires python3.3.

To start the program run:

python metadata_form.py

Installing dependencies

Linux

Assuming you have pip3 installed:

pip install -r requirements.txt

Windows

install pip3:

pip install -r requirements.txt

#install of pillow and lxml will fail. I haven't yet managed to install lxml on windows, but it is only a dependency on the tests

easy_install Pillow

Packaging

DDEXUI uses the awesome cx_freeze library to package itself into a windows executable that can be run without python being installed. To package the current version of the code to an exe, install cx_freeze and run:

python unpackEgg.py Pillow
python setup.py build

this will create the executable version of the program in:

build/exe.win-XX/metadata_form.exe

To run the exe, users will need to install the Microsoft Visual C++ Redistributable Package that matches the processor architecture 32bit 64bit

About

A user interface for creating simplified ddex metadata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%