Giter Site home page Giter Site logo

keremkoseoglu / setlist-generator Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.05 MB

Setlist generator for musicians

License: MIT License

Python 86.17% CSS 0.45% HTML 6.03% JavaScript 7.36%
setlist-generator musicians json songs python desktop gui generator setlist playlist

setlist-generator's Introduction

Setlist Generator

Screenshot This project is targeted at musicians, who want to generate the best setlist possible.

Basically; you provide your song pool and set flow in JSON format, and the program automatically generates the best sequence of songs.

You can watch a live demo on YouTube .

How To Use

  • Edit config.json and put your own values here
  • Create and put your JSON files into the /data folder. The file should look like the samples provided in /data. The format is very intuitive.
  • Run main.py

Igigi integration

Igigi is a mobile gig helper app, available at https://github.com/keremkoseoglu/igigi .

When you generate an HTML output, it will also generate an output for Igigi which can later be downloaded to Igigi (iPad) over Dropbox.

FlukeBox integration

FlukeBox is a cross-streaming-service audio player, available at https://github.com/keremkoseoglu/flukebox .

When you generate an HTML output, it will also trigger FlukeBox to generate an output for rehearsal / studying.

To enable that functionality;

  • Install FlukeBox
  • Edit config.json so that FLUKEBOX_DIR points to your FlukeBox installation directory

To disable that functionality; simply edit config.json and leave FLUKEBOX_DIR empty.

How To Extend

If you want to add new song properties;

  • Extend your JSON file(s) with new properties
  • Edit gig/song.py to support the new properties
  • Edit generator/primal_song_picker.py (or your own generators) to consider the new properties

If you want to modify the default generator, you can edit /generator/primal_song_picker.py with your own logic

If you want to develop a new generator;

  • Create a new file + class under /generator, which extends /generator/abstract_generator
  • Ensure that /gui/prime.py uses your new generator instead of the default one

If you need a new writer (like a new file format output);

  • Create a new file + class under /writer, which extends /writer/abstract_writer

setlist-generator's People

Contributors

keremkoseoglu avatar

Watchers

 avatar  avatar

setlist-generator's Issues

keyboard player option

Some songs can only be played if keyboard player is present. Modify accordingly.

  • Band JSON: Setup definition (Trio, Quartet, etc)
  • Song JSON: Available setups (array)
  • Gig JSON: Band setup
  • Generator: If song doesn't contain setup, generate like now. Otherwise, generate if only gig setup matches song setup
  • If a song is skipped due to setup, ensure the skip reason is displayed

pylint

linter should be executed

Generate Practice

  • add new value to songs: URL (can be local file too)
  • generate random practice HTML for band (song + tone + URL)
  • when generating regular setlist, generate practice HTML as well

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.