lrkrol / Noctifer-Music

PHP HTML5 music player for self-hosted online libraries
GNU General Public License v3.0
56 stars 16 forks source link

Added multilanguage support #3

Open gigibu5 opened 3 years ago

gigibu5 commented 3 years ago

What's new:

Thank you for considering this PR.

lrkrol commented 3 years ago

Thanks for the PR @gigibu5 -- I had apparently switched off notifications for this repo and am only now seeing this. Apologies for that.

I like your changes. I did have, however, a specific reason for not having a separate config file: I kinda like the 'one file holds all' philosophy. The player works when all you have is index.php, with everything else (getid3, themes) being optional. Right now, someone would have to manually copy a config from the samples to the root for the player to work. Perhaps we could have a default config in the main file, which is overruled whenever config.php is found?