Imports sermons into Sermon Manager using ID3 information.
Imports sermons into Sermon Manager for WordPress using ID3 information. Only MP3 files are currently supported. Files can either be uploaded via the WordPress uploader or through another method. The plugin adds files to the wp-content/uploads/sermon-manager-import
folder by default. A different folder can be specified in the options. The plugin only searches the base folder specified! Files added through the WordPress uploader will show up in the media library as unattached. The files are then attached to the sermon when imported.
When the sermon is posted, the file is moved to the uploads folder using the organization method selected in the WordPress settings. Sermons can be posted in the publish
or draft
status.
Warning there are a few warnings you should read in the Other Notes
section.
If you want to contribute go to Github, fork, and send a pull request. Issues and comments are welcome as well.
audio/mp3
(usually only MP3 files) are uploaded to the import folder specified. All other files will be uploaded to the normal upload directory. Import Options
. I recommend you activate this plugin only when needed and disable it when not needed.Thank you Jack for creating a useful and well documented plugin. Other themes and plugins are available at WordPress for Church.
Tom McFarlin’s WordPress Plugin Boilerplate.
James Heinrich’s getID3.
Paul Sheldrake’s MP3 to Post Plugin.
/wp-content/plugins/
directory via FTP or git clone https://github.com/khornberg/sermon-manager-import
in the /wp-content/plugins/
directory.While this plugin is activated, mp3 files will go to the folder specified in the Import Options
. I recommend you activate this plugin only when needed and disable it when not needed.
ID3 is metadata for most MP3 files. When you use a media player (e.g. iTunes, Windows Media Player, etc.) the title, artist, etc. is stored within each file in the ID3 format.
Likely you are importing a lot of sermons. Refresh the page and import all of the remaining sermons again. Repeat as necessary if that doesn’t do it. Your server is set to run a process for limited time. When importing many sermons, you reach this limit and the server lets you know.
Not sure. Please let me know.
Sure can. See the Contributing / Other Notes section.