이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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]

FAQ

There are no FAQs at this time.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“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