I made a .lua extension to rate videos/songs. I'm trying to upload it to http://addons.videolan.org but I cannot figure out how.
I went to http://api.addons.videolan.org and registered an account. So far so good. But when I go to the files section to upload my .lua file, I get PHP errors:
Notice: Undefined index: resources in /var/www/addons.videolan.org/module/Addons/src/Addons/Controller/EditionController.php on line 294
Warning: Invalid argument supplied for foreach() in /var/www/addons.videolan.org/module/Addons/src/Addons/Controller/EditionController.php on line 294
How do I upload my extension?