06-19-2020, 12:22 PM
Generally you would either fork the Moode development repo on Github or download the sources zip into your local development environment and then start modifying the sources, creating new sql table, etc., whatever is required to implement your feature.
If the adds/changes are relatively simple you can just email me and get a discussion going so I can start to understand the feature and begin to test the code out. If the feature involves more extensive changes then you will need to learn how to construct a Git pull request.
I think for the ratings feature you would need a new sql table for example cfg_ratings which has columns id, song,rating and then code that does add/edit/delete on the entries in that table, and also UI code to display and accept ratings entries.
Also decide where you want the ratings to appear for example in Tag view tracks list, Playlist, underneath cover in Playback and CoverView, etc.
-Tim
If the adds/changes are relatively simple you can just email me and get a discussion going so I can start to understand the feature and begin to test the code out. If the feature involves more extensive changes then you will need to learn how to construct a Git pull request.
I think for the ratings feature you would need a new sql table for example cfg_ratings which has columns id, song,rating and then code that does add/edit/delete on the entries in that table, and also UI code to display and accept ratings entries.
Also decide where you want the ratings to appear for example in Tag view tracks list, Playlist, underneath cover in Playback and CoverView, etc.
-Tim