Linux 软件免费装
Banner图

Neutrope Protected Audio Player

开发者 neutropeinc
更新时间 2026年9月13日 20:43
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

audio mp3 audio player protected download protection

下载

0.1.2

详情介绍:

Neutrope Protected Audio Player lets you publish MP3 audio on your WordPress site without exposing the real file URL in your page source. Files are stored in a protected uploads folder that denies direct access, and the player streams audio through a short-lived, signed playback URL instead of a permanent, guessable link. This is not DRM. It makes casual downloading harder, but it cannot provide DRM or perfect copy protection. If audio can be played in a browser, it can potentially be captured by determined users. The goal is simply to stop ordinary visitors from finding and saving the MP3 with a right-click or a quick look at the page source. What it does

安装:

  1. Upload the neutrope-protected-audio-player folder to the /wp-content/plugins/ directory, or install the plugin through the Plugins screen in WordPress.
  2. Activate the plugin through the "Plugins" screen in WordPress. Activation creates the protected uploads folder.
  3. Open the new "Protected Audio" menu, add an item, upload an MP3, and publish it.
  4. Copy the shortcode shown on the edit screen, for example [npap_audio id="123"], and paste it into any post or page.

屏幕截图:

  • Upload an MP3 file and copy the shortcode from the audio edit screen.
  • Display a simple audio player on the front end with a shortcode.
  • Choose whether plugin data should be removed on uninstall.
  • Clear notes explain that this is not DRM and that server configuration may affect protection.

升级注意事项:

0.1.2 Visual polish only for the admin and front-end UI. No changes to stored data or playback behavior. 0.1.1 Quality and coding-standards update for WordPress.org review. No changes to stored data or playback behavior. 0.1.0 Initial release.

常见问题:

Does this stop people from downloading my audio?

No tool can fully prevent that. This plugin removes the easy ways to grab a file (visible URLs, the browser download button, predictable links) so casual users cannot simply save it. Anyone able to play the audio could still capture it with the right tools.

Is this DRM?

No. It is an obfuscation and access-control layer, not digital rights management.

Which file types are supported?

MP3 only in this version. Uploads are checked by extension and by their real MIME type (audio/mpeg).

I use Nginx. Is the folder still protected?

Nginx ignores .htaccess, so you must add a server rule that denies direct access to wp-content/uploads/neutrope-protected-audio-player/. Until you do, the folder may be reachable directly.

Does the plugin delete my files when I uninstall it?

No. By default nothing is deleted on uninstall. Data is only removed when the protected_audio_player_delete_data option is set to a truthy value, which you can enable under Settings → Neutrope Protected Audio Player.

更新日志:

0.1.2 0.1.1 0.1.0