Music album web page generator
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
choj a014d9b1b9 v2 initial python script il y a 3 ans
assets UI stuff + audio player implementation il y a 4 ans
.gitignore POC commit. il y a 4 ans
README.md UI stuff + audio player implementation il y a 4 ans
labelize.py v2 initial python script il y a 3 ans
labelize.yaml UI stuff + audio player implementation il y a 4 ans
requirements.txt début refonte v2 il y a 4 ans
template.html UI stuff + audio player implementation il y a 4 ans

README.md

Labelize

Music band web page generator : 1 folder with music files + images + 1 optional configuration file = 1 single page app with audio player

Installation

$ python3 -m venv labelize-env
$ . ./labelize-env/bin/activate
$ pip install -r requirements.txt

#Configuration

In a labelize.yaml file :

band: band name
images:
  cover: my_cover_image.png
  contact: my_contact_image.png
albums_section :
    title: Album section tile
    albums:
      - year : 2019
        title : my album title
      - year : 2018
        title : my album title

Usage

$ python labelize.py [inputDirectory] [outputDirectory]

Credentials

Dev : CHOJ

UI Design : CDRC LCHRZ