petlyh / daw-icons

Text-based track icons for your DAW.
https://petlyh.github.io/daw-icons/
Other
0 stars 0 forks source link

Generate folder icons #1

Open StephanRoemer opened 3 months ago

StephanRoemer commented 3 months ago

Hey petlyh,

thanks for this extremely useful script! I noticed that there's a FOLDER section in the config.json, but apparently the output isn't generated. Is this on purpose?

petlyh commented 3 months ago

I'm glad that you've found the project useful.

I noticed that there's a FOLDER section in the config.json, but apparently the output isn't generated. Is this on purpose?

It's "on purpose" in the sense that it's not a bug or an oversight, but rather something that hasn't been implemented yet. To implement the folder icons, it must first be figured out how the names should be abbreviated where necessary, if/how they should look different than the regular icons (colors, maybe dimensions?), and how they should be added to the webpage (completely separate or just another category?). I'm not working on this project myself at this time, though code contributions are always welcome :)

StephanRoemer commented 3 months ago

Hey!

Thanks for explaining! Unfortunately, I'm a total noob when it comes to Python. I would love to contribute, but I'm only fluent in lua. In some areas, I frankensteined the script to my needs with the help of ChatGPT. But when I get a bit more time, I will see what I can do.