@Tyomix sorry, I forgot to say that scripts needs to be ported. If you start amarok from command line with --debug option you will probably see some error message like:
[ERROR__] [ScriptManager] script.json for "/home/mori/.local/share/amarok/scripts/BurnPlaylist/main.js" is missing!
You need to produce a script.json file like this:
{
"KPlugin": {
"Category": "Scriptable Service",
"Id": "BurnPlayList",
"Version": "1.0.1",
"Dependencies": ["Amarok2.0"],
"EnabledByDefault": "true"
}
}
in order for the script to be loaded. More porting is likely necessary, depending on the content of the script itself. I am not an expert but I can try to provide some assistance if needed. Please move this discussion to the amarok-scripting page.
Pinned Comments