Music album web page generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 704 B

5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Labelize
  2. Music band web page generator : 1 folder with music files + images + 1 optional configuration file = 1 single page app with audio player
  3. # Installation
  4. ```
  5. $ python3 -m venv labelize-env
  6. $ . ./labelize-env/bin/activate
  7. $ pip install -r requirements.txt
  8. ```
  9. #Configuration
  10. In a labelize.yaml file :
  11. ````
  12. band: band name
  13. images:
  14. cover: my_cover_image.png
  15. contact: my_contact_image.png
  16. albums_section :
  17. title: Album section tile
  18. albums:
  19. - year : 2019
  20. title : my album title
  21. - year : 2018
  22. title : my album title
  23. ````
  24. # Usage
  25. ```
  26. $ python labelize.py [inputDirectory] [outputDirectory]
  27. ```
  28. # Credentials
  29. **Dev** : CHOJ
  30. **UI Design** : CDRC LCHRZ