I spent ages and ages trying to figure out why the embedded Premium Beat Single player worked on my local copy (Windows) and not on the live server (Linux) and realised it is due to the documentation you have supplied.

In the documentation, you explain where the player should be stored on the server but it is incorrect:
> The Premium Beat single track player should be at:
/sites/all/libraries/player/playersinglepackage/playerSingle.swf

In audiofield.module on line 281 (referring to beta8), you have specified the folder be called playerSinglePackage - for Windows, the upper case S and P are ignored, but on Linux the upper case letters are necessary.

Therefore, you need to change your documentation to explicitly say that the folder names have to be specific to what you have added in the audiofield.module file or they may not work.

Comments

tamerzg’s picture

Status: Active » Fixed

Yes you are right. I corrected the documentation. This player used to come inside a folder called playerSinglePackage, but now they changed that to originalPackage. So before you just had to copy that whole folder, but now you have to rename it too.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.