Sonerezh / sonerezh

A self-hosted, web-based application to stream your music, everywhere.
https://www.sonerezh.bzh
GNU Affero General Public License v3.0
767 stars 122 forks source link

Personalizing Sonerezh #387

Open muhsintt opened 4 years ago

muhsintt commented 4 years ago

First let me start by letting you all know how remarkable you work and accomplishment with Sonerezh is. I tried several solutions for hosting audio and Sonerezh is my first choice.

I am very new to web development and programming in general. I am a into networking so i know a little bit about scripting and can kind of understand codes a little bit.

My question for you guys are the following:

  1. How can I personalize Sonerezh to make it more brand neutral that is removing the ''Sonerezh" at the top left and puting a different logo or leaving it blank, and also removing Sonerezh name in certain areas of the code but having somewhere at the bottom of every page "Powered by Sonerezh" that links to Sonerezh website

  2. Add a generic login account that can do multiple sessions with read only permissions and customized playlists so that when people log into Sonerehz, the can create a playlist and play the songs in the library. Without an account, this playlist will not be permanent but at least there can be some temporary customization.

  3. I am happy to contribute some time to learn and write some of this code (I don't want to be a passive user) and share the source code but could you recommend a tool to use other than Notepad++ which I currently use.

I hope this is the right place to raise these requests and I am looking forward to your responses.

Many thanks

gitbreaker222 commented 3 years ago

could you recommend a tool to use other than Notepad++

Try VS-Code https://code.visualstudio.com/ . After a series of popular editors (Sublime, Brackets, Atom, etc.) This is the current state of the evolution. It is both open-source and vital by active development from Microsoft and has a large contributer base (e.g. for PHP Extensions ). You will see it in many Online-/Video-Tutorials.

The other popular branch of the evolution is the Jetbrains-Line with Powerful Editors like Web-Storm or PHP-Storm. These are commercial products, with free personal / open-source licenses afaik. If you are familiar with the UI, you can easily start using the other products, including the official Android IDE which is based/forked from ~Webstorm