這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Tune Library

描述

This plugin is used to import an XML iTunes Music Library file into your WordPress database. Once imported, you can display a complete listing of your music collection on a page of your WordPress site.

You can try it out in a temporary copy of WordPress here.

螢幕截圖

  • The Tune Library Configuration Screen
  • A sample output of the Tune Library plugin when used inside of a Wordpress page

安裝

  1. Download the plugin and unzip it.
  2. Upload the tune-library folder to the /wp-content/plugins/ directory of your web site.
  3. Activate the plugin in the WordPress Admin.
  4. Upload the iTunes Music Library.xml file from your user profile to the plugin directory. (Help finding your XML File)
  5. In the Tune Library Plugin Configuration Screen, make sure that the name of the iTunes library matches the name of the file that you uploaded.
  6. Select Import iTunes Library to load the contents of your library into the WordPress database.
  7. Configure the plugin based on the desired output.
  8. In the WordPress Admin, create a new page containing the following code:
    [tune-library]

常見問題

There are no FAQs at this time.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Tune Library” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Tune Library 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.6.2

  • Fixed problem with table creation code for new users of the plugin

1.6.1

  • Fixed issue with track names not displaying since 1.6 update unless library is re-imported by iTunes
  • Fixed option to delete all items from library and reset all settings
  • Made corrections to work with albums that have special characters in title (e.g. +)

1.6

  • Add ability to import dics number data and display disc numbers when more than one disc is found

1.5.8

  • Further updates for PHP 7.0 comptability

1.5.7

  • Update for PHP 7.0 compatibility

1.5.6

  • Fix for AJAX category switching

1.5.5

  • Fixed for SQL injection vulnerabilities

1.5.4

  • Fix issue when checking off ‘Group Non-Alphabetic Entries’

1.5.3

  • Increased maximum file size for uploads

1.5.2

  • Addressed security exploit in AJAX loading mode

1.5.1

  • Fixed iTunes Music Library Importer. Was not working since 1.5

1.5

  • Added ability to browse for and upload iTunes library instead of having to upload the file to server manually
  • Added CSV file import capability

1.4.4

  • Added distinct styles in stylesheet to avoid conflicts with theme

1.4.3

  • Fixed: Activation problem on servers that do not support short open tags

1.4.2

  • Changed creation of initial table to avoid using file_get_contents
  • Moved admin panel from plugins section to options section
  • Corrected problem with Numeric entries not showing up correctly in AJAX mode when using album artist instead of track artist.

1.4.1

  • Added code to correctly load the jquery module. Fixes AJAX mode not working on some installations.

1.4

  • Re-architected main function to print output where the tune-library shortcode is used on a page. Used to always print output before any page content.

1.3.3

  • Fix to avoid javascript error on pages that don’t have a folder tree

1.3.2

  • Changed code around Loading Icon styling

1.3.1

  • Added support for AJAX query mode to avoid unnecessary screen refreshes and database queries

1.3

  • Development version released by mistake

1.2.1

  • Changed code for default letter shown in filter mode. Was previously hard-coded to A. Now shows appropriate first letter

1.2

  • Added new functionality to only show artists whose names start with a single letter at a time to accomodate large collections. Added alphabetical list for regular library display to jump to a specific letter quickly.

1.1

  • Changed main function structure to print data directly as it parses track list instead of building large string in memory. This allows Tune Library to support large iTunes libraries.

1.0.1

  • Added new option to display black or white expand and collapse icons