Title: Sermon Manager Import
Author: khornberg
Published: <strong>23 اکتبر 2013</strong>
Last modified: 29 مارس 2019

---

جستجوی افزونه‌ها

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://s.w.org/plugins/geopattern-icon/sermon-manager-import.svg)

# Sermon Manager Import

 توسط [khornberg](https://profiles.wordpress.org/khornberg/)

[دانلود](https://downloads.wordpress.org/plugin/sermon-manager-import.0.2.5.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/sermon-manager-import/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/sermon-manager-import/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/sermon-manager-import/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/sermon-manager-import/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/sermon-manager-import/)

## توضیحات

Imports sermons into [Sermon Manager for WordPress](https://bitbucket.org/wpforchurch/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.

### Contributing

If you want to contribute go to [Github](https://github.com/khornberg/sermon-manager-import),
fork, and send a pull request. Issues and comments are welcome as well.

#### **WARNINGS**

 * All uploads identified as `audio/mp3` (usually only MP3 files) are uploaded to
   the import folder specified. All other files will be uploaded to the normal upload
   directory.
 * When posting a file that is an unattached entry, the unattached entry will be
   deleted. Normally, this is not an issue and is only a temporary entry. However,
   if you manually attached the uploaded media to a post, it will not work after
   importing the sermon. This is an unlikely scenario.
 * This plugin does not have the ability to add media already in the WordPress media
   library to sermon manager. To do this, one would manually (ssh, ftp, etc) move
   the files to the specified import folder. Then continue as normal. This method
   will delete the previous entry in the media library. If you have the media attached
   to another post, the old post will not work.
 * 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.

### TODO (if interest is expressed)

 * Add featured image from ID3 embedded picture
 * Import other types of audio files

### Thank you

Thank you Jack for creating a useful and well documented plugin. Other themes and
plugins are available at [WordPress for Church](http://www.wpforchurch.com/).
 Tom
McFarlin’s [WordPress Plugin Boilerplate](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate).
James Heinrich’s [getID3](https://github.com/JamesHeinrich/getID3). Paul Sheldrake’s
[MP3 to Post Plugin](https://fa.wordpress.org/plugins/sermon-manager-import/www.fractured-state.com/2011/09/mp3-to-post-plugin?output_format=md).

## عکس‌های صفحه

[[

[[

[[

## نصب

 1. Upload the plugin directory to the `/wp-content/plugins/` directory via FTP or `
    git clone https://github.com/khornberg/sermon-manager-import` in the `/wp-content/
    plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## سوالات متداول

  Why do my uploads keep going to the sermon-manager-import folder?

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.

  What is ID3?

[ID3](http://en.wikipedia.com/wiki/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.

  I get a `Fatal error: Maximum execution time of 30 seconds exceeded`

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.

  Does this work with Amazon S3 or other services?

Not sure. Please let me know.

  Can I help?

Sure can. See the Contributing / Other Notes section.

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/8665de9d64b89c443dd37c03c7def3788f5c5fab2b696bc81bb4705d0fa238f9?
s=60&d=retro&r=g)

### 󠀁[Suck](https://wordpress.org/support/topic/suck-2/)󠁿

 [Matthew](https://profiles.wordpress.org/kidsguide/) 7 فوریه 2017 1 پاسخ

Sucks man

 [ خواندن تمامی 3 نقد و بررسی‌ ](https://wordpress.org/support/plugin/sermon-manager-import/reviews/)

## توسعه دهندگان و همکاران

“Sermon Manager Import” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ khornberg ](https://profiles.wordpress.org/khornberg/)

[ترجمه “Sermon Manager Import” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/sermon-manager-import)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/sermon-manager-import/)،
[مخزن SVN](https://plugins.svn.wordpress.org/sermon-manager-import/) را بررسی کنید،
یا از طریق [RSS](https://plugins.trac.wordpress.org/log/sermon-manager-import/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/sermon-manager-import/) 
مشترک شوید.

## گزارش تغییرات

#### 0.2.5

 * Fixed some PHP-Issues
 * Updated ID3-Code to newest Version
 * Added compatibility to PHP 7
 * Added possibility to call the import-function via shortcode. Just create a page
   and add [import_all_sermons]. After pushing a new mp3-File to the import-Folder,
   simply open the created page and the Files are published.

#### 0.2.3

 * Readme update

#### 0.2.2

 * Sets new podcasting options as of Sermon Manager 1.8
 * Add explanation when files are not imported
 * Made details screen more clear

#### 0.2.1

 * Added option to set service type based on meridiem
 * Remove old files

#### 0.2

 * Added GUI to allow customized bind of ID3 tags to Sermon Manager fields (e.g.
   comment to bible passage, date from the file name, etc.)
 * Warns if sermon manager not activated, will not import if the sermon manager 
   plugin is not activated
 * Added support to import sermon as a draft
 * Added Options page
 * Can find multiple date formats and use them for the date of the sermon
 * Code refactor for use on WordPress Multisite, efficiency, maintainability
 * Removed bootstrap dependency
 * Updated WordPress help screen

#### 0.1

 * Initial Release

## اطلاعات

 *  نگارش **0.2.5**
 *  آخرین به‌روزرسانی **7 سال پیش**
 *  نصب‌های فعال **90+**
 *  نگارش وردپرس ** 3.6 یا بالاتر **
 *  آزمایش‌شده تا **4.9.30**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/sermon-manager-import/)
 * برچسب
 * [id3](https://fa.wordpress.org/plugins/tags/id3/)[mp3](https://fa.wordpress.org/plugins/tags/mp3/)
   [podcasting](https://fa.wordpress.org/plugins/tags/podcasting/)[sermon](https://fa.wordpress.org/plugins/tags/sermon/)
   [sermon manager](https://fa.wordpress.org/plugins/tags/sermon-manager/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/sermon-manager-import/advanced/)

## امتیازها

 3.7 از 5 ستاره.

 *  [  امتیاز 2 5-ستاره     ](https://wordpress.org/support/plugin/sermon-manager-import/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/sermon-manager-import/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/sermon-manager-import/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/sermon-manager-import/reviews/?filter=2)
 *  [  امتیاز 1 1-ستاره     ](https://wordpress.org/support/plugin/sermon-manager-import/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/sermon-manager-import/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/sermon-manager-import/reviews/)

## مشارکت کنندگان

 *   [ khornberg ](https://profiles.wordpress.org/khornberg/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/sermon-manager-import/)