If you have questions about how to use the MediaElch, please read the FAQ first. You can find help in following communities:
- [English] Kodi Forum
- [German] Kodinerds
You can open bugs at https://github.com/Komet/MediaElch/issues
- Please make sure that your problem is a bug. Ask for help in a community first (see above).
- Search the existing issues first as your issue might be already reported.
- Give details about your system (open MediaElch ->
About
->Developer
). - Describe how to reproduce the issue (if possible).
Thanks for wanting to contribute source code to MediaElch! Contributing source code is really easy. Please read the build instructions first. Then you can fork this repository, create a new branch, commit and push your changes and create a pull request.
What? | Convention |
---|---|
files | CamelCase.h |
folders | lower_snake_case/ |
namespace | lower_snake_case |
class / struct | CamelCase |
variable | camelCase |
Please submit translations via Transifex.