I found that even when placing the files where instructed, audiofield was not able to locate my jplayer library. It looks like this is the culprit:
before:
$players_dir = config_get('audiofield.settings', 'players_dir');
after:
$players_dir = BACKDROP_ROOT . config_get('audiofield.settings', 'players_dir');
I found that even when placing the files where instructed, audiofield was not able to locate my jplayer library. It looks like this is the culprit:
before:
after: