JP2008102883A - Host device, database management system, database management method and program - Google Patents

Host device, database management system, database management method and program Download PDF

Info

Publication number
JP2008102883A
JP2008102883A JP2006287018A JP2006287018A JP2008102883A JP 2008102883 A JP2008102883 A JP 2008102883A JP 2006287018 A JP2006287018 A JP 2006287018A JP 2006287018 A JP2006287018 A JP 2006287018A JP 2008102883 A JP2008102883 A JP 2008102883A
Authority
JP
Japan
Prior art keywords
function
database
update
information
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2006287018A
Other languages
Japanese (ja)
Inventor
Koji Seki
康治 関
Takamichi Hayashi
隆道 林
Masato Hattori
真人 服部
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP2006287018A priority Critical patent/JP2008102883A/en
Publication of JP2008102883A publication Critical patent/JP2008102883A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To enable a host device to select correspondence/non-correspondence for each function and easily add a new function in updating the DB of each function owned by a device. <P>SOLUTION: The host device 10 comprises a device information acquisition part 136 for acquiring, from the device 20, identification information of each function to which the device 20 corresponds and version information of the function; a host information acquisition part 156 for acquiring, from a function information storage part 154 of the host device 10, identification information of each function to which the host device 10 corresponds and version information of the function; an update function extraction part 158 for extracting, based on the information acquired by the device information acquisition part 136 and the host information acquisition part 156, a function to which the host device 10 can correspond of each function to which the device 20 corresponds as an update object function; a DB update part 160 for updating a DB corresponding to the update object function in the device 20; and a log recording part 162 for recording a log showing the update result to the device 20. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、ホスト装置、データベース管理システム、データベース管理方法及びプログラムに関する。   The present invention relates to a host device, a database management system, a database management method, and a program.

近年、音楽コンテンツデータなどのデジタルコンテンツデータ(以下、単に「コンテンツ」という。)の記録再生装置として、ハードディスクドライブ(Hard Disc Drive:HDD)や半導体メモリ等の大容量記憶媒体を備えた記録再生装置が開発されている。かかる記録再生装置としては、比較的大きい記憶容量の記憶媒体及び高処理能力のプロセッサを容易に搭載可能なパーソナルコンピュータ(Personal Computer:PC)等のホスト装置のみならず、小型で持ち運びが便利な携帯型再生装置(Portable Device:PD)等のデバイスも普及している。かかるデバイスは、上記記憶媒体の記憶容量の増大に伴い、膨大な数(例えば、数百〜数万曲規模)のコンテンツを記憶可能となっている。   2. Description of the Related Art In recent years, a recording / reproducing apparatus provided with a large-capacity storage medium such as a hard disk drive (HDD) or a semiconductor memory as a recording / reproducing apparatus for digital content data (hereinafter simply referred to as “content”) such as music content data. Has been developed. As such a recording / reproducing apparatus, not only a host device such as a personal computer (PC) that can be easily mounted with a storage medium having a relatively large storage capacity and a processor having a high processing capacity, but also a small and portable portable device. A device such as a portable device (Portable Device: PD) is also widespread. Such a device can store a huge number of contents (for example, several hundred to several tens of thousands of songs) as the storage capacity of the storage medium increases.

一般的には、上記ホスト装置から上記デバイスにコンテンツを転送し、デバイスでコンテンツを再生するといった利用方法がなされている。例えば、特許文献1には、オーディオサーバから携帯型オーディオプレーヤに、大量の楽曲コンテンツを容易に転送するための技術が開示されている。   In general, a usage method is used in which content is transferred from the host device to the device, and the content is played back on the device. For example, Patent Document 1 discloses a technique for easily transferring a large amount of music content from an audio server to a portable audio player.

上記のように携帯型再生装置等のデバイスに多くのコンテンツを転送して再生する場合には、デバイスにおいて、記憶媒体に記憶された大量のコンテンツの中から、再生を所望するコンテンツを迅速に検索可能にする必要がある。従来のデバイスは、コンテンツとその属性情報(タイトル、アルバム名、アーティスト名など)とが一覧となったリレーショナルデータベース(RDB)を有しており、このRDBを検索キーに基づきクエリー(Query)して、検索表示用データベース(検索表示用テーブル等)を作成し、コンテンツの属性情報を分類表示した検索用の表示画面を生成していた。例えば、アーティスト名1を検索キーとした場合には、このアーティスト名1で検索してアルバム名を並び替えたテーブルを作成して表示していた。   As described above, when a large amount of content is transferred to a device such as a portable playback device and played back, the device quickly searches for the content desired to be played from the large amount of content stored in the storage medium. It needs to be possible. A conventional device has a relational database (RDB) that lists contents and attribute information (title, album name, artist name, etc.), and queries this RDB based on a search key. A search display database (search display table or the like) is created, and a search display screen in which attribute information of contents is classified and displayed is generated. For example, when artist name 1 is used as a search key, a table in which album names are rearranged by searching with artist name 1 is created and displayed.

しかし、一般的に、デバイスは、PC等のホスト装置と比べて処理能力が低く、電源容量も小さいという制約がある。よって、上記検索表示用データベースを作成する処理は計算負荷が高いため、この処理をデバイスが行うと、時間がかかり煩雑であるだけでなく、バッテリ電力を大量消費してしまうという問題があった。   However, in general, a device is limited in that it has a lower processing capacity and a smaller power supply capacity than a host device such as a PC. Therefore, since the process for creating the search display database has a high calculation load, when this process is performed by the device, there is a problem that not only is it time-consuming and complicated, but also a large amount of battery power is consumed.

そこで、処理能力が高く電源的制約が低いホスト装置にデバイスを接続し、ホスト装置によってデバイスの検索表示用データベースを作成及びメンテナンス(デバイスへのコンテンツの追加/削除等に応じてデータベースを更新)する方式が採用されている。これにより、デバイスの有する複数の検索表示用データベースを、電源的制約にかかわらず迅速に作成及びメンテナンスできるという利点がある。   Therefore, a device is connected to a host device with high processing capacity and low power constraints, and a device search display database is created and maintained by the host device (the database is updated in accordance with addition / deletion of contents to the device). The method is adopted. Thus, there is an advantage that a plurality of search display databases possessed by the device can be quickly created and maintained regardless of power restrictions.

特開2001−93226号公報JP 2001-93226 A

ところで、近年では、上記デバイスにおいては、コンテンツの検索機能として、一般的な検索機能(例えば、アーティスト名、アルバム名又はジャンル等による通常検索)のみならず、ユーザの利便性を高めるための特殊な検索機能(例えば、類似アーティスト相互のリンク、コンテンツの再生履歴、デバイスへの転送順等による高度な検索)が次々と開発され、新機能としてデバイス等に実装されている。   By the way, in recent years, in the above devices, as a search function for contents, not only a general search function (for example, normal search by artist name, album name, genre, etc.) but also a special function for improving user convenience. Search functions (for example, advanced searches based on links between similar artists, content playback history, transfer order to devices, etc.) have been developed one after another, and are implemented in devices as new functions.

ところが、これらの特殊な検索機能は、必須の機能というわけではなく、各ユーザの嗜好に依存するものである。よって、当該各機能の寿命は比較的短く、当該各機能の世代交替やバージョンアップが比較的頻繁に起こりうる。また、特殊な検索機能を実現するためには、当該機能用のデータベースをデバイスに記憶する必要があるが、記憶容量が少量のデバイスでは、コンテンツ用の記憶容量が制限される上に、データベースのメンテナンス時間も長くなるので、ユーザにとって不要な機能を非対応にしたいという要望もあった。   However, these special search functions are not indispensable functions and depend on the preference of each user. Therefore, the lifetime of each function is relatively short, and generational changes and version upgrades of each function can occur relatively frequently. In addition, in order to realize a special search function, it is necessary to store a database for the function in the device. However, in a device with a small storage capacity, the storage capacity for contents is limited, and Since the maintenance time also becomes longer, there has been a demand for non-supporting functions unnecessary for the user.

しかしながら、従来のデータベースフォーマットでは、上記複数の特殊な検索機能をひとまとめにして取り扱うように設計されており、デバイスにおける各機能のデータベースもホスト装置により一括してメンテナンスされていた。このように、従来のデータベースフォーマットでは、ホスト装置及びデバイスにおいて上記各特殊機能の取捨選択ができないという問題があった。   However, the conventional database format is designed to handle the plurality of special search functions as a whole, and the database of each function in the device is also maintained in a batch by the host device. As described above, the conventional database format has a problem that the special functions cannot be selected in the host apparatus and the device.

また、上記従来のデータベースフォーマットでは、新機能を搭載したホスト装置と新機能を非搭載のデバイスとが接続された場合や、その逆の場合に、ホスト装置の機能とデバイスの機能との間に互換性を持たせることが困難であり、ホスト装置がデバイスのデータベースを適切にメンテナンスすることができなかった。さらに、ホスト装置がHDDコンポ等の処理能力が限られた機器である場合には、既存の機能をPCのように頻繁にバージョンアップすることも望めない。このように、既存のホスト装置では、新機能を追加した新デバイスに対応することが困難であるので、新機能の追加を妨げる要因となっていた。   In the above conventional database format, when a host device equipped with a new function and a device not equipped with a new function are connected, or vice versa, the host device function and the device function are not connected. It is difficult to have compatibility, and the host device cannot properly maintain the device database. Furthermore, when the host device is a device with limited processing capability such as an HDD component, it cannot be expected that existing functions are frequently upgraded like a PC. As described above, since it is difficult for an existing host device to cope with a new device to which a new function is added, it has been a factor that hinders the addition of a new function.

そこで、本発明は、上記問題に鑑みてなされたものであり、本発明の目的とするところは、ホスト装置によりデバイスが有する各機能のデータベースを更新する場合において、機能ごとに対応/非対応を選択できるとともに、新機能を容易に追加することが可能な、新規かつ改良されたホスト装置、データベース管理システム、データベース管理方法及びプログラムを提供することにある。   Therefore, the present invention has been made in view of the above problems, and an object of the present invention is to support / not support each function when the database of each function of the device is updated by the host device. It is an object of the present invention to provide a new and improved host device, database management system, database management method, and program which can be selected and can easily add a new function.

上記課題を解決するために、本発明のある観点によれば、接続されたデバイスが有するデータベースを更新するホスト装置であって:デバイスから、デバイスが対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するデバイス情報取得部と;ホスト装置の機能情報記憶部から、ホスト装置が対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するホスト情報取得部と;デバイス情報取得部により取得された情報と、ホスト情報取得部により取得された情報とに基づいて、デバイスが対応する各機能のうちホスト装置が対応可能な機能を更新対象機能として抽出する更新機能抽出部と;デバイスにおける更新対象機能に対応するデータベースを更新するデータベース更新部と;データベース更新部による更新結果を示すログをデバイスに記録するログ記録部と;を備えることを特徴とする、ホスト装置が提供される。   In order to solve the above problems, according to an aspect of the present invention, there is provided a host device that updates a database included in a connected device: from the device, identification information of one or more functions to which the device corresponds; A device information acquisition unit that acquires information indicating the version of the function; identification information of one or more functions corresponding to the host device from the function information storage unit of the host device, and information indicating the version of the function A host information acquisition unit that acquires the function; a function that can be supported by the host device among the functions that the device supports based on the information acquired by the device information acquisition unit and the information acquired by the host information acquisition unit Function extraction unit that extracts a function as an update target function; and a database update unit that updates a database corresponding to the update target function in the device ; A log recording unit that records log indicating the update result of the database updating unit in the device; characterized in that it comprises a host device is provided.

また、上記機能は、デバイスに記憶された複数のコンテンツデータを検索するための検索機能であり、データベースは、複数のコンテンツデータの属性情報を検索機能に応じて分類した検索表示用データベースであり、デバイスは、当該デバイスが対応する1又は2以上の検索機能にそれぞれ対応する検索表示用データベースを有しており、ホスト装置のデータベース更新部は、デバイスに対するコンテンツデータの追加、削除、若しくはコンテンツデータの属性情報の更新に応じて、デバイスにおける検索表示用データベースを更新対象機能ごとに更新するようにしてもよい。   The function is a search function for searching a plurality of content data stored in the device, and the database is a search display database in which attribute information of the plurality of content data is classified according to the search function. The device has a search display database corresponding to one or two or more search functions corresponding to the device, and the database update unit of the host device adds, deletes, or stores content data for the device. The search display database in the device may be updated for each update target function in accordance with the update of the attribute information.

また、上記データベース更新部は、デバイスが対応する機能のうちホスト装置が対応不能な機能について、デバイスにおける当該対応不能な機能に対応するデータベースに、ホスト装置からデバイスに新規に追加されたコンテンツデータの識別情報を未分類情報として登録するようにしてもよい。   In addition, the database update unit is configured to store content data newly added from the host device to the device in a database corresponding to the function that cannot be supported by the host device among the functions supported by the device. The identification information may be registered as unclassified information.

また、上記データベース更新部は、デバイスにおける更新対象機能のデータベースに未分類情報が予め登録されている場合には、未分類情報を用いて当該更新対象機能のデータベースを更新するようにしてもよい。   The database update unit may update the database of the update target function using the unclassified information when the unclassified information is registered in advance in the update target function database of the device.

また、上記デバイスには、機能に対応する複数のデータベースが記憶されており、データベース更新部は、デバイスにおける更新対象機能に対応する複数のデータベースを更新するようにしてもよい。   The device may store a plurality of databases corresponding to the functions, and the database update unit may update the plurality of databases corresponding to the update target functions in the device.

また、上記ホスト装置は、データベース更新部による更新処理に必要な情報を提供する外部装置と通信可能な通信部をさらに備え、通信部が外部装置と通信不能である場合に、データベース更新部は、更新対象機能に対応するデータベースを更新しないようにしてもよい。   The host device further includes a communication unit capable of communicating with an external device that provides information necessary for update processing by the database update unit, and when the communication unit is unable to communicate with the external device, the database update unit The database corresponding to the update target function may not be updated.

また、上記更新対象機能のうちの一の機能が、通信部を介して外部装置から取得された情報を用いてデータベースを更新する必要があるとき、通信部が外部装置と通信不能である場合に、データベース更新部は、一の機能に対応するデータベースを更新しないようにしてもよい。   Also, when one of the functions to be updated needs to update the database using information acquired from the external device via the communication unit, the communication unit cannot communicate with the external device. The database update unit may not update the database corresponding to one function.

また、上記更新機能抽出部は、デバイス情報取得部により取得されたバージョンを示す情報に含まれるメジャーバージョン情報と、ホスト情報取得部により取得されたバージョンを示す情報に含まれるメジャーバージョン情報とに基づき、ホスト装置が対応可能な機能を更新対象機能として抽出するようにしてもよい。   Further, the update function extracting unit is based on major version information included in the information indicating the version acquired by the device information acquiring unit and major version information included in the information indicating the version acquired by the host information acquiring unit. A function that can be supported by the host device may be extracted as an update target function.

また、上記更新機能抽出部は、デバイス情報取得部により取得されたバージョンを示す情報に含まれるマイナーバージョン情報と、ホスト情報取得部により取得されたバージョンを示す情報に含まれるマイナーバージョン情報とに基づき、ホスト装置が対応可能な機能を更新対象機能として抽出するようにしてもよい。   The update function extraction unit is based on minor version information included in the information indicating the version acquired by the device information acquisition unit and minor version information included in the information indicating the version acquired by the host information acquisition unit. A function that can be supported by the host device may be extracted as an update target function.

また、上記ログ記録部は、データベース更新部による更新処理を行った日時であるデバイス更新日時をデバイスに記録するとともに、更新対象機能ごとに、データベースを更新した日時である機能更新日時と、ホスト装置側の更新対象機能のバージョン情報とをデバイスに記録するようにしてもよい。   In addition, the log recording unit records a device update date and time that is the date and time when the database update unit performs an update process on the device, a function update date and time that is a date and time when the database is updated for each update target function, and a host device The version information of the update target function on the side may be recorded in the device.

また、上記課題を解決するために、本発明の別の観点によれば、デバイスに接続可能なホスト装置により、デバイスが有するデータベースを更新するデータベース管理システムが提供される。このデータベース管理システムにおいて、デバイスは、デバイスが対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを記憶する機能情報記憶部と;デバイスが対応する各機能に対応するデータベースを記憶するターミナル記憶部と;ターミナル記憶部に記憶されたデータベースを利用して、デバイスが対応する各機能を実行する機能実行部と;を備える。ホスト装置は、デバイスから、デバイスが対応する各機能の識別情報と、当該機能のバージョンを示す情報とを取得するデバイス情報取得部と;ホスト装置の機能情報記憶部から、ホスト装置が対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するホスト情報取得部と;デバイス情報取得部により取得された情報と、ホスト情報取得部により取得された情報とに基づいて、デバイスが対応する各機能のうちホスト装置が対応可能な機能を更新対象機能として抽出する更新機能抽出部と;デバイスのターミナル記憶部における更新対象機能に対応するデータベースを更新するデータベース更新部と;データベース更新部による更新結果を示すログをデバイスに記録するログ記録部と;を備える。   In order to solve the above problems, according to another aspect of the present invention, a database management system is provided in which a database included in a device is updated by a host device that can be connected to the device. In this database management system, the device corresponds to each function corresponding to the device; and a function information storage unit that stores identification information of one or more functions corresponding to the device and information indicating the version of the function. A terminal storage unit that stores the database; and a function execution unit that executes each function corresponding to the device using the database stored in the terminal storage unit. The host device has a device information acquisition unit that acquires identification information of each function supported by the device and information indicating the version of the function from the device; 1 from the function information storage unit of the host device Or a host information acquisition unit that acquires identification information of two or more functions and information indicating the version of the function; based on information acquired by the device information acquisition unit and information acquired by the host information acquisition unit An update function extraction unit that extracts, as an update target function, a function that can be supported by the host device among functions supported by the device; a database update unit that updates a database corresponding to the update target function in the terminal storage unit of the device; A log recording unit for recording in the device a log indicating an update result by the database updating unit.

また、上記デバイスの機能実行部は、ホスト装置のログ記録部により記録された更新結果を示すログに基づいて、デバイスが対応する各機能を制御するようにしてもよい。   The function execution unit of the device may control each function corresponding to the device based on a log indicating the update result recorded by the log recording unit of the host device.

また、上記ログ記録部は、データベース更新部による更新処理を行った日時であるデバイス更新日時をデバイスに記録するとともに、更新対象機能ごとに、データベースを更新した日時である機能更新日時と、ホスト装置側の更新対象機能のバージョン情報とをデバイスに記録し、上記機能実行部は、デバイス更新日時と機能更新日時との比較結果に基づき、デバイスが対応する各機能のうち、データベースが更新済みの機能を特定するようにしてもよい。   In addition, the log recording unit records a device update date and time that is the date and time when the database update unit performs an update process on the device, a function update date and time that is a date and time when the database is updated for each update target function, and a host device The function execution unit records the version information of the function to be updated on the device side on the device, and the function execution unit functions based on the comparison result between the device update date and time and the function update date and time. May be specified.

また、上記課題を解決するために、本発明の別の観点によれば、 デバイスに接続可能なホスト装置により、デバイスが有するデータベースを更新するデータベース更新方法であって:デバイスから、デバイスが対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するデバイス情報取得ステップと;ホスト装置の機能情報記憶部から、ホスト装置が対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するホスト情報取得ステップと;デバイス情報取得ステップにより取得された情報と、ホスト情報取得ステップにより取得された情報とに基づいて、デバイスが対応する各機能のうちホスト装置が対応可能な機能を更新対象機能として抽出する更新機能抽出ステップと;デバイスにおける更新対象機能に対応するデータベースを更新するデータベース更新ステップと;データベース更新ステップにおける更新結果を示すログをデバイスに記録するログ記録ステップと;を含むことを特徴とする、データベース更新方法が提供される。   In order to solve the above-described problem, according to another aspect of the present invention, there is provided a database update method for updating a database included in a device by a host device connectable to the device: A device information acquisition step of acquiring identification information of one or more functions and information indicating a version of the function; identification of one or more functions corresponding to the host apparatus from the function information storage unit of the host apparatus A host information acquisition step for acquiring information and information indicating the version of the function; each of which the device corresponds to based on the information acquired by the device information acquisition step and the information acquired by the host information acquisition step An update function extraction step of extracting a function that can be supported by the host device as an update target function from among the functions; There is provided a database update method comprising: a database update step for updating a database corresponding to an update target function in a chair; and a log recording step for recording a log indicating an update result in the database update step in a device. The

また、上記課題を解決するために、本発明の別の観点によれば、コンピュータを、接続されたデバイスが有するデータベースを更新するホスト装置であって:デバイスから、デバイスが対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するデバイス情報取得部と;ホスト装置の機能情報記憶部から、ホスト装置が対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するホスト情報取得部と;デバイス情報取得部により取得された情報と、ホスト情報取得部により取得された情報とに基づいて、デバイスが対応する各機能のうちホスト装置が対応可能な機能を更新対象機能として抽出する更新機能抽出部と;デバイスにおける更新対象機能に対応するデータベースを更新するデータベース更新部と;データベース更新部による更新結果を示すログをデバイスに記録するログ記録部と;を備えたホスト装置として機能させるためのプログラムが提供される。   In order to solve the above-mentioned problem, according to another aspect of the present invention, there is provided a host apparatus that updates a database of a device connected to a computer: from a device to one or more corresponding devices A device information acquisition unit that acquires the function identification information and information indicating the version of the function; from the function information storage unit of the host device, identification information of one or more functions corresponding to the host device; A host information acquisition unit that acquires information indicating the version of the function; a host of each function supported by the device based on the information acquired by the device information acquisition unit and the information acquired by the host information acquisition unit Update function extraction unit that extracts functions that can be supported by the device as update target functions; updates the database corresponding to the update target functions in the device That the database updating unit and; a log indicating the update result of the database update unit and the log recording unit that records the device; program for functioning as a host device equipped with is provided.

なお、上記データベース管理システム、データベース更新方法及びプログラムにおける詳細な特徴は、上述したホスト装置の詳細な特徴と同様であるであるので、それらの説明は省略する。   Note that the detailed features of the database management system, the database update method, and the program are the same as the detailed features of the host device described above, and a description thereof will be omitted.

本発明によれば、ホスト装置によりデバイスが有する各機能のデータベースを更新する場合において、機能ごとに対応/非対応を選択できるとともに、新機能を容易に追加することができる。   According to the present invention, when the database of each function of the device is updated by the host device, it is possible to select corresponding / non-support for each function and to easily add a new function.

以下に添付図面を参照しながら、本発明の好適な実施の形態について詳細に説明する。なお、本明細書及び図面において、実質的に同一の機能構成を有する構成要素については、同一の符号を付することにより重複説明を省略する。   Exemplary embodiments of the present invention will be described below in detail with reference to the accompanying drawings. In addition, in this specification and drawing, about the component which has the substantially same function structure, duplication description is abbreviate | omitted by attaching | subjecting the same code | symbol.

(第1の実施形態)
以下に、本発明の第1の実施形態にかかるホスト装置、デバイス、データベース管理システム、データベース管理方法及びプログラムについて詳細に説明する。
(First embodiment)
The host device, device, database management system, database management method, and program according to the first embodiment of the present invention will be described in detail below.

<システム構成>
まず、図1に基づいて、本実施形態にかかるデータベース管理システム100の全体構成について説明する。なお、図1は、本実施形態にかかるデータベース管理システム100の全体構成を概略的に示すブロック図である。
<System configuration>
First, the overall configuration of the database management system 100 according to the present embodiment will be described with reference to FIG. FIG. 1 is a block diagram schematically showing the overall configuration of the database management system 100 according to the present embodiment.

図1に示すように、本実施形態にかかるデータベース管理システム100は、例えば、複数のホスト装置10A、10B、・・・(以下では「ホスト装置10」と総称する場合もある。)と、複数のデバイス20A、20B、・・・(以下では「デバイス20」と総称する場合もある。)と、コンテンツを配信するコンテンツ配信サーバ30と、これら装置を相互に接続するネットワーク5、ローカルライン9及び無線通信路と、記憶媒体7と、から構成される。   As shown in FIG. 1, the database management system 100 according to the present embodiment includes, for example, a plurality of host devices 10A, 10B,... (Hereinafter may be collectively referred to as “host device 10”). Of the devices 20A, 20B,... (Hereinafter may be collectively referred to as “device 20”), a content distribution server 30 for distributing content, a network 5, a local line 9, and A wireless communication path and a storage medium 7 are included.

また、本実施形態において、コンテンツは、例えば、音楽、講演、ラジオ番組等の音声(Audio)コンテンツや、映画、テレビジョン番組、ビデオプログラム等の動画、或いは、写真、絵画、図表等を構成する静止画からなる映像(Video)コンテンツ、電子図書(E−book)、ゲーム、ソフトウェアなど、任意のデジタルコンテンツデータであってよい。以下では、コンテンツとして、音声コンテンツ、特に、コンテンツ配信サーバ30から配信された音楽コンテンツ(楽曲)、或いは音楽CDからリッピングされた音楽コンテンツ(楽曲)の例を挙げて説明するが、本発明はかかる例に限定されない。また、本実施形態にかかるコンテンツは、例えば、著作権管理対象コンテンツ、即ち、チェックイン・チェックアウト方式やグループ管理方式などの各種の著作権管理方式で著作権管理されるコンテンツであってもよいし、或いは、著作権管理されないコンテンツであってもよい。   Further, in the present embodiment, the content includes, for example, audio content such as music, a lecture, and a radio program, a moving image such as a movie, a television program, and a video program, or a photograph, a painting, a chart, and the like. It may be arbitrary digital content data such as video (Video) content including a still image, electronic book (E-book), game, software, and the like. Hereinafter, examples of audio content, particularly music content (music) distributed from the content distribution server 30 or music content (music) ripped from a music CD will be described as content, but the present invention is applied. It is not limited to examples. Further, the content according to the present embodiment may be, for example, copyright management target content, that is, content that is copyright-managed by various copyright management methods such as a check-in / check-out method and a group management method. Alternatively, the content may not be copyright-managed.

ホスト装置10は、コンテンツを記録及び再生することが可能な情報処理装置であり、ネットワーク5を介した通信機能を有する。このホスト装置10は、ターミナルとしてのデバイス20に対して、コンテンツ及びその属性情報等の各種データを提供するホストとして機能する。かかるホスト装置10は、図示のように、例えば、パーソナルコンピュータ(Personal Computer:以下「PC」という。)10A等のコンピュータ装置(ノート型、デスクトップ型を問わない。)や、据え置き型の記録再生装置であるHDDコンポ10Bなどで構成される。しかし、ホスト装置10はかかる例に限定されず、ネットワーク5を介した通信機能を有する情報処理装置であれば、例えば、PDA(Personal Digital Assistant)、家庭用ゲーム機、情報家電などで構成することもできる。   The host device 10 is an information processing device capable of recording and reproducing content, and has a communication function via the network 5. The host device 10 functions as a host that provides various data such as contents and attribute information to the device 20 as a terminal. As shown in the figure, the host device 10 is, for example, a computer device (a laptop computer or a desktop computer) such as a personal computer (hereinafter referred to as “PC”) 10A, or a stationary recording / reproducing device. It is comprised with HDD component 10B etc. which are. However, the host device 10 is not limited to such an example, and if it is an information processing device having a communication function via the network 5, for example, it is configured by a PDA (Personal Digital Assistant), a home game machine, an information appliance, etc. You can also.

このホスト装置10は、例えば、ネットワーク5を介してコンテンツ配信サーバ30等の外部装置との間で通信接続可能である。このネットワーク5は、複数のホスト装置10およびコンテンツ配信サーバ30を双方向通信可能に接続する通信回線網である。このネットワーク5は、例えば、インターネット、電話回線網、衛星通信網等の公衆回線網や、WAN(Wide Area Network)、LAN(Local Area Network)、IP−VPN(Internet Protocol−Virtual Private Network)等の専用回線網などで構成されており、有線・無線を問わない。なお、ネットワーク5上には、コンテンツ配信サーバ30以外にも、後述するコンテンツの検索機能に供される情報(例えばアーティストリンク情報)などを提供するサーバ装置などが存在してもよい。   The host device 10 can be connected to an external device such as the content distribution server 30 via the network 5, for example. The network 5 is a communication line network that connects a plurality of host devices 10 and the content distribution server 30 so that bidirectional communication is possible. The network 5 is, for example, a public line network such as the Internet, a telephone line network, a satellite communication network, a WAN (Wide Area Network), a LAN (Local Area Network), an IP-VPN (Internet Protocol-Virtual Private Network), etc. It consists of a dedicated network and can be wired or wireless. In addition to the content distribution server 30, there may be a server device that provides information (for example, artist link information) used for a content search function, which will be described later, on the network 5.

ホスト装置10は、例えば、コンテンツ配信サービス用のソフトウェアや、リッピングコンテンツ共有サービス用のソフトウェアをインストール可能である。これにより、ホスト装置10は、コンテンツ配信サーバ30から配信されたコンテンツ(以下、「配信コンテンツ」)を取得し、この配信コンテンツをストレージ装置やリムーバブル記憶媒体7などの記憶媒体に記録することができる。   For example, the host device 10 can install software for content distribution service and software for ripping content sharing service. Thereby, the host device 10 can acquire the content distributed from the content distribution server 30 (hereinafter, “distributed content”) and record the distributed content in a storage medium such as the storage device or the removable storage medium 7. .

また、ホスト装置10は、例えば、セルフレコーディング(自己録音、録画等)やリッピングなどによって、新規にコンテンツを作成して、ストレージ装置やリムーバブル記憶媒体7に記録することができる。なお、セルフレコーディングとは、ホスト装置10自身が有する撮像装置/集音装置によって撮像/集音した映像/音声等を、映像/音声のデジタルデータとして記録することをいう。また、リッピングとは、音楽CD、ビデオDVD、ソフトウェア用CD−ROM等の記憶媒体に記録されているデジタル形式のコンテンツデータ(音声データや映像データ等)を抽出し、コンピュータで処理可能なファイル形式に変換して、ストレージ装置や記憶媒体7に記録することをいう。   Further, the host device 10 can newly create content by, for example, self-recording (self-recording, recording, etc.) or ripping, and record the content in the storage device or the removable storage medium 7. Self-recording refers to recording video / audio or the like imaged / sound collected by the imaging device / sound collecting device of the host device 10 itself as video / sound digital data. Ripping is a file format that can be extracted by digital content data (audio data, video data, etc.) recorded on a storage medium such as a music CD, video DVD, or software CD-ROM, and can be processed by a computer. Is recorded in the storage device or the storage medium 7.

さらに、ホスト装置10は、上記配信コンテンツやリッピングコンテンツを、他のホスト装置10またはデバイス20との間で、ネットワーク5やローカルライン9、ワイヤレスLAN等の無線通信路を介して送受信する、或いはリムーバブル記憶媒体7を介してやり取りすることができる。これにより、複数のホスト装置10、デバイス20間で、コンテンツを提供/取得して、コンテンツを共有できる。   Further, the host device 10 transmits / receives the distribution content and the ripped content to / from other host devices 10 or devices 20 via a wireless communication path such as the network 5, the local line 9, or a wireless LAN, or is removable. Communication is possible via the storage medium 7. As a result, content can be provided / acquired and shared among the plurality of host devices 10 and devices 20.

リムーバブル記憶媒体7は、コンテンツの属性情報等の各種データを格納し、ホスト装置10やデバイス20に脱着可能な記憶媒体であり、例えば、DVD−R、DVD−RW、DVD−RAM、CD−R、CD−RW、光磁気ディスク等の各種の光ディスクや、フレキシブルディスク、ハードディスク等の磁気ディスク、各種の半導体メモリなどである。なお、このリムーバブル記憶媒体7は、例えば、暗号鍵等を用いてコンテンツのコピーや再生等を制限する著作権管理機能付きの記憶媒体であってもよい。   The removable storage medium 7 is a storage medium that stores various data such as content attribute information and is detachable from the host device 10 or the device 20. For example, the removable storage medium 7 is a DVD-R, DVD-RW, DVD-RAM, CD-R. , CD-RW, various types of optical disks such as magneto-optical disks, flexible disks, magnetic disks such as hard disks, and various semiconductor memories. The removable storage medium 7 may be, for example, a storage medium with a copyright management function that restricts copying and reproduction of content using an encryption key or the like.

デバイス20は、コンテンツを再生可能な再生装置であって、例えば、携帯型再生装置であるポータブルデバイス(Portabale Device:以下「PD」という。)で構成される。より具体的には、デバイス20は、例えばハードディスクドライブ(HDD)又は半導体メモリ等の記憶媒体を備えた携帯型オーディオプレーヤなどで構成されるが、かかる例に限定されず、例えば、携帯型映像/音声プレーヤ、携帯型ゲーム機、PDA、携帯電話、PHSなど、各種の携帯端末であってもよいし、据え置き型の情報処理装置であってもよい。また、このデバイス20に内蔵される記憶媒体、或いはデバイス20に装着可能なリムーバブル記憶媒体7は、例えば、ハードディスク、光ディスク、光磁気ディスク、フラッシュメモリ、FeRAM、又は磁気メモリなど、ランダムアクセス可能な記憶媒体であれば構わない。なお、このデバイス20は、コンテンツ再生専用機であってもよいし、記録再生装置であってもよい。また、デバイス20は、ネットワーク5を介した通信機能を具備してもよい。   The device 20 is a playback device capable of playing back content. For example, the device 20 includes a portable device (Portable Device: hereinafter referred to as “PD”) that is a portable playback device. More specifically, the device 20 is configured by a portable audio player including a hard disk drive (HDD) or a storage medium such as a semiconductor memory, but is not limited to such an example. Various portable terminals such as an audio player, a portable game machine, a PDA, a cellular phone, and a PHS may be used, and a stationary information processing apparatus may be used. The storage medium built in the device 20 or the removable storage medium 7 that can be attached to the device 20 is a randomly accessible storage such as a hard disk, optical disk, magneto-optical disk, flash memory, FeRAM, or magnetic memory. Any medium can be used. The device 20 may be a content reproduction dedicated machine or a recording / reproducing apparatus. In addition, the device 20 may have a communication function via the network 5.

このデバイス20は、例えば、ローカルライン9、又は、ワイヤレスLAN等の無線通信路を介して、ホスト装置10と有線/無線接続可能であり、ホスト装置10との間で各種のデータを通信可能である。このローカルライン9は、例えば、例えばUSB(Univarsal Serial Bus)ケーブル、SCSI(Small Computer System Interface)ケーブル等の有線ケーブルなどで構成される。   The device 20 can be wired / wirelessly connected to the host apparatus 10 via a local communication line such as the local line 9 or a wireless LAN, and can communicate various data with the host apparatus 10. is there. The local line 9 is configured by, for example, a wired cable such as a USB (Universal Serial Bus) cable, a SCSI (Small Computer System Interface) cable, or the like.

かかるデバイス20をホスト装置10に接続することで、ホスト装置10からデバイス20にコンテンツを転送して、デバイス20の記録媒体に記録することができる。例えば、デバイス20Aとホスト装置10Aとを接続すれば、デバイス20Aは、ホスト装置10Aが有するコンテンツを取得でき、同じく、デバイス20Aとホスト装置10Bとを接続すれば、デバイス20Aは、ホスト装置10Bが有するコンテンツをも取得できる。デバイス20は、このようにホスト装置10から転送されたコンテンツや、リムーバブル記憶媒体7によって提供されたコンテンツを再生することができる。さらに、デバイス20は、自身の記憶媒体に記憶された複数のコンテンツの中から、ユーザが再生を所望するコンテンツを検索するために、各種の検索機能を有している。この検索機能については後述する。   By connecting the device 20 to the host device 10, content can be transferred from the host device 10 to the device 20 and recorded on the recording medium of the device 20. For example, if the device 20A is connected to the host device 10A, the device 20A can acquire the contents of the host device 10A. Similarly, if the device 20A is connected to the host device 10B, the device 20A is connected to the host device 10B. You can also get the content you have. The device 20 can reproduce the content transferred from the host device 10 in this way and the content provided by the removable storage medium 7. Furthermore, the device 20 has various search functions in order to search for contents that the user desires to reproduce from among a plurality of contents stored in its own storage medium. This search function will be described later.

コンテンツ配信サーバ30は、サーバ機能を備えたコンピュータ装置で構成される。このコンテンツ配信サーバ30は、コンテンツ配信サービスを提供するサーバ、例えば、電子音楽配信(EMD:Electronic Music Distribution)サービスを提供するEMDサーバとして機能する。かかるコンテンツ配信サーバ30は、ホスト装置10からの配信要求に応じて、当該ホスト装置10にネットワーク5を介してコンテンツを配信する。このとき、コンテンツ配信サーバ30は、配信対象の音楽コンテンツを、例えば、ATRAC3(Advanced Transform Acoustic Coding)方式またはMP3(MPEG Audio Layer−3)方式などの圧縮符号化方式で圧縮符号化し、DES(Data Encryption Standard)などの暗号化方式で暗号化した上で、ホスト装置10に配信する。また、コンテンツ配信サーバ30は、暗号化された配信コンテンツとともに、当該配信コンテンツを復号するためのコンテンツ鍵を暗号化して、ホスト装置10に送信する。また、コンテンツ配信サーバ30は、上記コンテンツの配信に応じて、コンテンツを購入したユーザに対し課金処理を行う。   The content distribution server 30 is configured by a computer device having a server function. The content distribution server 30 functions as a server that provides a content distribution service, for example, an EMD server that provides an electronic music distribution (EMD) service. The content distribution server 30 distributes content to the host device 10 via the network 5 in response to a distribution request from the host device 10. At this time, the content distribution server 30 compresses and encodes the music content to be distributed by a compression encoding method such as an ATRAC3 (Advanced Transform Acoustic Coding) method or an MP3 (MPEG Audio Layer-3) method. The data is encrypted by an encryption method such as Encryption Standard) and then distributed to the host device 10. Further, the content distribution server 30 encrypts the content key for decrypting the distribution content together with the encrypted distribution content, and transmits the encrypted content key to the host device 10. Further, the content distribution server 30 performs billing processing for the user who purchased the content in accordance with the distribution of the content.

以上、図1を参照して本実施形態にかかるデータベース管理システム100の概略構成について説明した。このデータベース管理システム100では、ホスト装置10からデバイス20に複数のコンテンツを転送して、デバイス20の記憶媒体に記憶できる。さらに、デバイス20は、デバイス20の記憶媒体に記憶された多数のコンテンツの中からユーザが所望のコンテンツを容易に捜し出せるように、複数種類のコンテンツ検索機能を具備している。この複数種類の検索機能を実行するためには、当該検索機能ごとに、コンテンツの属性情報を分類した検索表示用データベースを保持する必要がある。   The schematic configuration of the database management system 100 according to the present embodiment has been described above with reference to FIG. In the database management system 100, a plurality of contents can be transferred from the host device 10 to the device 20 and stored in the storage medium of the device 20. Further, the device 20 has a plurality of types of content search functions so that the user can easily search for desired content from among a large number of contents stored in the storage medium of the device 20. In order to execute the plurality of types of search functions, it is necessary to maintain a search display database in which attribute information of contents is classified for each search function.

<ホスト装置とデバイスとの関係>
ここで、図2を参照して、本実施形態にかかるホスト装置10とデバイス20における検索表示用データベースの授受について概略的に説明する。図2は、本実施形態にかかるデバイス20において、検索表示用データベースを用いて検索用画面11を表示する方式を示す概念図である。
<Relationship between host device and device>
Here, with reference to FIG. 2, the exchange of the search display database between the host device 10 and the device 20 according to the present embodiment will be schematically described. FIG. 2 is a conceptual diagram showing a method for displaying the search screen 11 using the search display database in the device 20 according to the present embodiment.

図2に示すように、本実施形態では、デバイス20におけるコンテンツの検索処理に利用される複数種類の検索表示用データベース15を、処理能力が高いホスト装置10によって作成し、この作成した複数種類の検索表示用データベース15をデバイス20に転送して記録するようにしている。さらに、ホスト装置10により、デバイス20が有するコンテンツが追加、削除されたり、当該コンテンツの属性情報が変更されたりする度に、ホスト装置10によって、デバイス20に記憶された各検索表示用データベース15を、デバイス20が保持する最新のコンテンツに対応するように更新する。   As shown in FIG. 2, in the present embodiment, a plurality of types of search display databases 15 used for content search processing in the device 20 are created by the host device 10 having a high processing capability, The search display database 15 is transferred to the device 20 and recorded. Further, each time the host device 10 adds or deletes the content of the device 20 or changes the attribute information of the content, the host device 10 stores each search display database 15 stored in the device 20. The device 20 is updated so as to correspond to the latest content held by the device 20.

この検索表示用データベース15は、例えば、アーティストリンク検索表示用データベース15a、読み仮名検索表示用データベース15b、最新転送曲検索表示用データベース15c、ブックマーク検索表示用データベース15dなどがあり、デバイス20が有するコンテンツの検索機能ごとにそれぞれ用意されている。このような各種の検索表示用データベース15の少なくとも一部は、各検索機能に応じてコンテンツの属性情報が階層構造化されたツリー状のテーブルとなっており、デバイス20におけるコンテンツ検索時に順次、表示される各検索用画面11に1:1対応するデータ構造となっている。   Examples of the search display database 15 include an artist link search display database 15a, a reading kana search display database 15b, a latest transfer song search display database 15c, a bookmark search display database 15d, and the like. Each search function is provided. At least a part of such various search display databases 15 is a tree-like table in which content attribute information is hierarchically structured according to each search function, and is sequentially displayed when searching for content in the device 20. Each search screen 11 has a data structure corresponding to 1: 1.

デバイス20は、このような複数種類の検索表示用データベース15を保持することで、コンテンツの検索時に、各検索表示用データベース15をそのまま検索用画面11に表示することができる。このとき、デバイス20は、かかる検索表示用データベース15を自ら作成する必要が無く、ホスト装置10から転送されて記憶されているものを読み出して利用すればよい。従って、デバイス20が検索表示用データベース15を作成・更新するための計算負荷をゼロにできるので、処理能力が低いデバイス20であっても、コンテンツ検索時の検索画面表示処理を迅速に実行できるとともに、デバイス20のバッテリ消費量も低減できるという利点がある。   The device 20 holds such a plurality of types of search display databases 15 so that the search display databases 15 can be displayed as they are on the search screen 11 when searching for content. At this time, it is not necessary for the device 20 to create the search display database 15 by itself, and the device 20 transferred from the host device 10 and stored therein may be read and used. Accordingly, since the calculation load for the device 20 to create and update the search display database 15 can be reduced to zero, the search screen display processing at the time of content search can be quickly executed even for the device 20 with low processing capability. There is an advantage that the battery consumption of the device 20 can also be reduced.

ところで、上述したように、従来の検索表示用データベースのフォーマットでは、上記のような複数の検索機能、特に、高度な検索を行うための特殊な検索機能のデータベースの全てを、ひとまとめにして1つのデータベースとして取り扱う(作成、更新等する)ものであった。この従来のデータベースフォーマットでは、各デバイスにおいて、検索機能ごとの対応/非対応を選択できず、このため、既存のデバイスにおいて、データベースの計算負荷の高い一部の機能や、ユーザが不要な一部の機能を非対応にしたり、或いは、新デバイスにおいて、複数の新機能のうち一部のみを対応可能にしたりすることができなかった。   By the way, as described above, in the conventional search display database format, all of the plurality of search functions as described above, in particular, a database of special search functions for performing advanced search, are grouped into one. It was handled (created, updated, etc.) as a database. In this conventional database format, it is not possible to select the correspondence / non-correspondence for each search function in each device. For this reason, in some existing devices, some functions with a high database calculation load and some that do not require a user. It is not possible to make this function non-compliant, or to make it possible to support only a part of a plurality of new functions in a new device.

ここで、図3及び図4を参照して、新機能の追加時における、従来のデータベースフォーマットの欠点と、本実施形態のデータベースフォーマットの利点について概略的に説明する。図3は、新機能の開発に伴うホスト装置とデバイスの市場への発売(リリース)順を示すフローチャートである。図4は、従来と本実施形態にかかるデータベースフォーマットにおける機器間の対応可否の関係を示す表である。   Here, with reference to FIG. 3 and FIG. 4, the shortcomings of the conventional database format and the advantages of the database format of the present embodiment when a new function is added will be schematically described. FIG. 3 is a flowchart showing the order of release (release) of the host device and device to the market accompanying the development of new functions. FIG. 4 is a table showing the correspondence between devices in the database format according to the prior art and the present embodiment.

図3に示すように、まず、同一の機能に対応するホスト装置A及びデバイスAが、ほぼ同時期に市場に発売され(S2、S4)、その後、新たな機能Bが発案及び開発され(S6)、この新機能Bに対応するホスト装置B及びデバイスBが、ほぼ同時期に市場に発売されたとする(S8、S10)。この図3のような状況下において、市場に流通しているホスト装置A、BとデバイスA、Bとがそれぞれ接続されて、ホスト装置A、BによってデバイスA、Bが有する検索表示機能用データベースの更新を試みる場合を考える。   As shown in FIG. 3, first, the host device A and the device A corresponding to the same function are put on the market almost simultaneously (S2, S4), and then a new function B is proposed and developed (S6). ) It is assumed that the host device B and device B corresponding to the new function B are released to the market almost at the same time (S8, S10). In the situation as shown in FIG. 3, the host devices A and B and devices A and B that are distributed in the market are connected to each other, and the database for the search display function that the devices A and B have by the host devices A and B. Suppose you are trying to update.

図4(a)に示すように、従来のデータベースフォーマットでは、市場に流通しているホスト装置AとデバイスAとが接続された場合、及び、ともに新機能Bに対応するホスト装置BとデバイスBとが接続された場合には、ホスト装置A、BはそれぞれデバイスA、Bに対応でき、デバイスA、Bのデータベースを更新することができる。   As shown in FIG. 4A, in the conventional database format, the host apparatus B and the device B corresponding to the new function B when the host apparatus A and the device A distributed in the market are connected. Are connected to the devices A and B, respectively, and the databases of the devices A and B can be updated.

しかし、ホスト装置AとデバイスBとを接続した場合には、ホスト装置Aは、新機能Bに対応していないので、デバイスBに対応できず、デバイスBのデータベース(新機能Bのみならず全ての機能のデータベース)を更新できない。この場合、ホスト装置Aの機能をバージョンアップして機能Bに対応可能にすることも考えられるが、ホスト装置Aが上記のHDDコンポ10B等の処理能力が限られた機器である場合には、既に市場に流通しているHDDコンポ10Bを、PCのように簡単にバージョンアップすることは非常に困難である。   However, when the host apparatus A and the device B are connected, the host apparatus A does not support the new function B, and therefore cannot support the device B, and the device B database (not only the new function B but all Database of functions cannot be updated. In this case, it is conceivable to upgrade the function of the host device A so as to be compatible with the function B. However, if the host device A is a device with limited processing capability such as the HDD component 10B, It is very difficult to upgrade the HDD component 10B already on the market as easily as a PC.

また、ホスト装置BとデバイスAとを接続した場合にも、ホスト装置Bは、新機能Bが追加されていないデバイスAとデータベースフォーマットが異なるため、デバイスAに対応することができない。この場合、ホスト装置Bが新旧デバイスA、Bの双方に対応できるように実装するのは、対応に大幅なコストを要するので、現実的ではない。   Even when the host apparatus B and the device A are connected, the host apparatus B cannot support the device A because the database format is different from that of the device A to which the new function B is not added. In this case, it is not realistic to mount the host apparatus B so as to be compatible with both the old and new devices A and B, because it requires a significant cost for the correspondence.

これに対して、本実施形態にかかるデータベースフォーマットでは、後述するように、デバイス20のデータベースを機能ごとに分解し、ホスト装置10が、デバイス20の有する複数の機能のデータベースを機能ごとにそれぞれ更新するように設計されている。   On the other hand, in the database format according to the present embodiment, as will be described later, the database of the device 20 is decomposed for each function, and the host device 10 updates the database of a plurality of functions of the device 20 for each function. Designed to be.

このため、図4(b)に示すように、本実施形態にかかるデータベースフォーマットでは、上記ホスト装置BとデバイスAとを接続した場合であっても、ホスト装置BはデバイスAに対応でき、デバイスAの各機能のデータベースをそれぞれ更新することができる。   For this reason, as shown in FIG. 4B, in the database format according to the present embodiment, even when the host apparatus B and the device A are connected, the host apparatus B can correspond to the device A, and the device The database of each function of A can be updated.

また、ホスト装置AとデバイスBとを接続した場合には、ホスト装置Aは、ホスト装置BのようにデバイスBの新機能Bのデータベースを更新できないにしろ、当該新機能Bのデータベースに対して最低限の処理を暫定的に施すようになっている(詳細は後述する。)。このような暫定処理を行っておくことで、その後に当該暫定処理が施されたデバイスBとホスト装置Bとが接続された場合に、ホスト装置Bによって、過去にホスト装置AとデバイスBとが接続した時におけるコンテンツ転送等も反映するようにして、デバイスBの機能Bのデータベースを好適に更新できる。   When the host device A and the device B are connected, the host device A cannot update the database of the new function B of the device B unlike the host device B, but the database of the new function B Minimum processing is provisionally performed (details will be described later). By performing such provisional processing, when the device B and the host apparatus B that have been subjected to the provisional processing are subsequently connected, the host apparatus B causes the host apparatus A and the device B to be connected in the past. The function B database of the device B can be suitably updated by reflecting the content transfer at the time of connection.

<データベースフォーマット>
次に、図5を参照して、本実施形態にかかるデータベースフォーマットの概要について概略的に説明する。図5は、本実施形態にかかるデータベースフォーマットの概略構成を示す説明図である。
<Database format>
Next, an outline of the database format according to the present embodiment will be schematically described with reference to FIG. FIG. 5 is an explanatory diagram showing a schematic configuration of a database format according to the present embodiment.

図5に示すように、本実施形態にかかるデータベースフォーマットは、機能仕様12と、基本仕様14と、通常機能仕様16とに分離して構成されている。   As shown in FIG. 5, the database format according to the present embodiment is divided into a function specification 12, a basic specification 14, and a normal function specification 16.

機能仕様12は、実際にデバイス20のユーザインターフェース(UI)上(即ち、表示画面上)に表れる機能(コンテンツの検索機能)である。この機能仕様12は、例えば、アーティストリンク検索機能(機能A)、読み仮名検索機能(機能B)、最新転送曲検索機能(機能C)、ブックマーク機能(機能D)、再生履歴検索機能(機能E)、削除ブックマーク検索機能(図示せず。)などの、各種の高度なコンテンツ検索機能を含む。デバイス20のユーザは、デバイス20が有するこれら各検索機能を利用して、デバイス20内に記憶された大量のコンテンツの中から、所望のコンテンツを見つけ出すことができる。   The function specification 12 is a function (content search function) that actually appears on the user interface (UI) of the device 20 (that is, on the display screen). This functional specification 12 includes, for example, an artist link search function (function A), a reading kana search function (function B), a latest transfer song search function (function C), a bookmark function (function D), and a playback history search function (function E). ) And a deleted bookmark search function (not shown). The user of the device 20 can find desired content from a large amount of content stored in the device 20 by using each of the search functions of the device 20.

このような機能仕様12に含まれる各機能A、B、C、D、E・・・のデータベースは、それぞれ独立しており、当該各機能の仕様は、機能毎に個別に定義される。これにより、デバイス20において各機能の取捨選択が可能になり、新機能の追加も容易になる。このように本実施形態にかかる機能仕様12において個々の機能が分離されていることは、従来のデータフォーマットにおいてこれらの各機能のデータベースを1つの仕様で管理していたのとは対照的である。   The databases of the functions A, B, C, D, E... Included in the function specification 12 are independent, and the specifications of the functions are individually defined for each function. As a result, each function can be selected in the device 20 and a new function can be easily added. As described above, the individual functions are separated in the functional specification 12 according to the present embodiment, in contrast to the case where the database of each of these functions is managed by one specification in the conventional data format. .

ここで、上記機能仕様12に含まれる各検索機能A、B、C、D、E・・・について説明する。   Here, each search function A, B, C, D, E... Included in the functional specification 12 will be described.

(A)アーティストリンク検索機能
アーティストリンク検索機能は、音楽コンテンツ(曲)の特徴が相互に類似しているアーティストを関連付けたアーティストリンク情報に基づき、再生中の曲のアーティストに近いジャンルの他のアーティストや曲を検索する機能である。例えば、デバイス20において、あるアーティストの曲の再生中に、ユーザによりアーティストリンクボタンが押下されると、デバイス20は、再生中のアーティストと同一のグループに属する他のアーティストの代表曲を順次スキャンして再生する。さらに、この再生中に、ユーザにより再生ボタンが押下され、アーティストが選択されると、デバイス20は、その選択されたアーティストの曲を再生する。これにより、ユーザは、自己の嗜好に合致する未知のアーティストのコンテンツを容易に検索することができる。
(A) Artist link search function The artist link search function is based on artist link information that associates artists whose music contents (songs) have similar characteristics. And search for songs. For example, when the artist link button is pressed by the user while a song of a certain artist is being played on the device 20, the device 20 sequentially scans representative songs of other artists belonging to the same group as the artist being played. To play. Further, when the playback button is pressed by the user during the playback and an artist is selected, the device 20 plays back the song of the selected artist. As a result, the user can easily search for content of an unknown artist that matches his / her preference.

(B)読み仮名機検索機能
読み仮名機検索機能は、各コンテンツの属性情報(音楽コンテンツのタイトル、アルバム名、アーティスト名など)を、その読み仮名順/文字列/イニシャル順(以下では、説明の便宜上、「読み順」と表記する。)に従って並び替えた一覧を表示し、この一覧表示に従ってコンテンツを検索する機能である。この機能により、コンテンツのタイトル、アルバム名、アーティスト名などが、英語や数字、平仮名、片仮名などの各種の表記法で表記される場合であっても、ユーザは、所望のコンテンツを容易に検索することができる。
(B) Reading Kana Machine Search Function The reading kana machine search function is a method of reading attribute information (music title, album name, artist name, etc.) of each content in the order of reading kana / character string / initial (in the following description). This is a function for displaying a list rearranged in accordance with “reading order” and searching for contents in accordance with this list display. With this function, even if the title, album name, artist name, etc. of the content are expressed in various notations such as English, numbers, hiragana and katakana, the user can easily search for the desired content. be able to.

(C)最新転送曲検索機能
最新転送曲検索機能は、各ホスト装置10からデバイス20へのコンテンツの転送日時情報に基づいて、デバイス20に転送された順にコンテンツのタイトル等を一覧表示し、この一覧表示に従ってコンテンツを検索する機能である。この機能により、ユーザは、自己のデバイス20に最近(若しくは前回、前々回)転送されたコンテンツを容易に検索することができる。
(C) Latest Transfer Song Search Function The latest transfer song search function displays a list of content titles and the like in the order of transfer to the device 20 based on the transfer date / time information of the content from each host device 10 to the device 20. This is a function for searching for contents according to a list display. With this function, the user can easily search for content that has recently been transferred to his / her device 20 (or the previous time or the last time).

(D)ブックマーク検索機能
ブックマーク検索機能は、ユーザによって登録されたコンテンツのタイトル等を一覧表示し、この一覧表示に従ってコンテンツを検索する機能である。この機能により、ユーザは、自己の嗜好に合致するコンテンツをお気に入りとして登録しておき、このお気に入りコンテンツを容易に検索することができる。なお、削除ブックマーク検索機能は、ユーザがデバイス20に対して削除指示したコンテンツのタイトル等を一覧表示する機能である。
(D) Bookmark Search Function The bookmark search function is a function that displays a list of content titles registered by the user and searches for content according to this list display. With this function, the user can register content that matches his / her preference as a favorite and easily search for the favorite content. The deletion bookmark search function is a function that displays a list of content titles and the like that the user has instructed the device 20 to delete.

(E)再生履歴検索機能
再生履歴検索機能は、デバイス20又はホスト装置10におけるコンテンツの再生履歴情報に基づき、コンテンツの再生日時、再生回数又は優先度(レーティング)等に従ってコンテンツのタイトル等を並び替えて一覧表示し、この一覧表示に従ってコンテンツを検索する機能である。この機能により、ユーザは、過去の任意の時期に聴いたコンテンツや、再生回数が多いコンテンツ、優先度が高いコンテンツなどを容易に検索することができる。
(E) Playback history search function The playback history search function sorts content titles and the like according to the playback date / time of the content, the number of playbacks or the priority (rating) based on the playback history information of the content in the device 20 or the host device 10 This is a function for displaying a list and searching for contents according to the list display. With this function, the user can easily search for content that has been listened to at any time in the past, content that has been played many times, content that has high priority, and the like.

次に、基本仕様14について説明する。基本仕様14は、本実施形態にかかるデータベースフォーマットを実現するために必要な基本的な機能であり、上記機能仕様12とは異なりUI上には表れない。この基本仕様14では、例えば、ホスト装置10とデバイス20間でやり取りされるコマンド、ファイルのデータ内容やフォーマットなどが規定されている。   Next, the basic specification 14 will be described. The basic specification 14 is a basic function necessary for realizing the database format according to the present embodiment, and does not appear on the UI unlike the functional specification 12 described above. In the basic specification 14, for example, commands exchanged between the host apparatus 10 and the device 20, data contents and format of files, and the like are defined.

ここで、この基本仕様14に従ったホスト装置10とデバイス20の動作の概略を説明する。まず、ホスト装置10とデバイス20が接続されると、デバイス20は、デバイス20が必要とする機能の識別情報(例えば機能ID)と当該機能のバージョン情報とを含むリスト(対応機能リスト)を、ホスト装置10に通知して、ホスト装置10に対して、デバイス20が必要な機能のメンテナンスを要求する。ここで、「メンテナンス」とは、ホスト装置10が、デバイス20に対するコンテンツの追加、削除等に応じて、デバイス20が対応する検索機能のデータベースを更新することである。また、「デバイス20が必要とする機能」とは、デバイス20が対応する機能のうち、デバイス20で実行されるよう設定(例えばユーザ設定)されている機能である。   Here, an outline of operations of the host apparatus 10 and the device 20 according to the basic specification 14 will be described. First, when the host apparatus 10 and the device 20 are connected, the device 20 generates a list (corresponding function list) including identification information (for example, function ID) of the function required by the device 20 and version information of the function. The host device 10 is notified, and the host device 10 is requested to perform maintenance of functions necessary for the device 20. Here, “maintenance” means that the host device 10 updates a database of search functions corresponding to the device 20 in accordance with addition or deletion of content to the device 20. The “functions required by the device 20” are functions that are set (for example, user settings) to be executed by the device 20 among the functions supported by the device 20.

次いで、ホスト装置10は、上記デバイス20から通知された機能のうち、ホスト装置10自身が対応可能な(即ち、メンテナンス可能な)機能である更新対象機能を抽出し、この更新対象機能について、デバイス20のデータベースを更新する。さらに、ホスト装置10は、かかる更新対象機能の更新結果(メンテナンス結果)のログを、デバイス20内の更新ログファイルに記録する。この更新ログファイルには、正常にメンテナンスが完了したことを表す情報として、更新された機能の識別情報(機能ID)及びバージョン情報と、その更新が完了した更新日時とが関連付けて記録される。このように、更新ログを機能ごとに記録することで、デバイス20は、かかる更新ログを参照して、各機能の動作を変更(例えば、更新済みの機能のみを実行するなど)することができる。   Next, the host device 10 extracts an update target function that is a function that can be handled by the host device 10 itself (i.e., a function that can be maintained) from the functions notified from the device 20. Update the 20 databases. Further, the host device 10 records a log of the update result (maintenance result) of the update target function in an update log file in the device 20. In this update log file, as information indicating that the maintenance has been normally completed, the identification information (function ID) and version information of the updated function and the update date and time when the update is completed are recorded in association with each other. As described above, by recording the update log for each function, the device 20 can change the operation of each function (for example, execute only the updated function) by referring to the update log. .

また、ホスト装置10は、上記デバイス20から通知された機能のうち、ホスト装置10自身が対応不能な(即ち、メンテナンス不能な)機能については、暫定処理として、当該対応不能な各機能のデータベースに対して最低限必要な処理を行う。この暫定処理は、例えば、当該対応不能な各機能のデータベースに、ホスト装置10からデバイス20に新規に追加されたコンテンツの識別情報を未分類情報として登録する処理などである。これにより、当該機能に対応不能なホスト装置10からデバイス20に新たに追加されたコンテンツの情報をデバイス20に記録しておき、その後に、当該デバイス20が、上記機能に対応可能なホスト装置10に接続されたときに、上記追加コンテンツを含めて、上記機能のデータベースを適切に更新できるようになる。   In addition, among the functions notified from the device 20, the host device 10 has a function that cannot be handled by the host device 10 itself (that is, that cannot be maintained) as a provisional process in the database of each function that cannot be handled. The minimum necessary processing is performed. This provisional process is, for example, a process of registering identification information of content newly added from the host apparatus 10 to the device 20 as unclassified information in the database of each function that cannot be handled. As a result, information on the content newly added to the device 20 from the host device 10 that cannot support the function is recorded in the device 20, and then the host device 10 that can support the function. When connected to the database, it is possible to appropriately update the database of the functions including the additional content.

次に、通常機能仕様16について説明する。通常機能仕様16も、実際にデバイス20のUI上に表れるコンテンツ検索機能であるが、この通常機能仕様16は、一般的に多用される通常検索機能である点で、上記高度な検索機能である機能仕様12とは異なる。例えば、この通常機能仕様16には、アルバム検索機能(アルバム名−曲タイトルの順で検索)や、アーティスト検索機能(アーティスト名−アルバム名−曲タイトルの順で検索)や、ジャンル検索機能(ジャンル−アーティスト名−アルバム名−曲タイトルの順で検索)などが含まれる。なお、本実施形態では機能仕様12と通常機能仕様16とを区別しているが、かかる例に限定されず、これらの通常検索機能を上記機能仕様12に含めて、全ての検索機能を同列に取り扱ってもよい。   Next, the normal function specification 16 will be described. The normal function specification 16 is also a content search function that actually appears on the UI of the device 20, but this normal function specification 16 is the above-described advanced search function in that it is a normal search function that is generally used. Different from the functional specification 12. For example, the normal function specification 16 includes an album search function (search in the order of album name-song title), an artist search function (search in the order of artist name-album name-song title), and a genre search function (genre). -Search in the order of artist name-album name-song title). In this embodiment, the function specification 12 and the normal function specification 16 are distinguished from each other. However, the present invention is not limited to this example, and these normal search functions are included in the function specification 12 and all search functions are handled in the same line. May be.

以上のように、本実施形態にかかるデータベースフォーマットを規定することで、新旧のホスト装置10と新旧のデバイス20との互換性を向上して、デバイス20が必要とする機能にホスト装置10が対応可能であるか否かに関わらず、各ホスト装置10により各デバイス20のデータベースを柔軟にメンテナンスできるようになる。このため、デバイス20において、機能仕様12の各機能の対応/非対応を選択することが可能となるとともに、新しいデバイス20に対して新機能を比較的容易に追加できるようになる。以下に、上記のような本実施形態にかかるデータベースフォーマットを実現するための、ホスト装置10及びデバイス20の構成について詳述する。   As described above, by defining the database format according to the present embodiment, the compatibility between the new and old host devices 10 and the old and new devices 20 is improved, and the host device 10 supports the functions required by the devices 20. Regardless of whether or not it is possible, each host device 10 can flexibly maintain the database of each device 20. For this reason, in the device 20, it is possible to select the correspondence / non-correspondence of each function of the functional specification 12, and it becomes possible to add a new function to the new device 20 relatively easily. The configurations of the host device 10 and the device 20 for realizing the database format according to the present embodiment as described above will be described in detail below.

<ホスト装置のハードウェア構成>
次に、図6に基づいて、本実施形態にかかるホスト装置10のハードウェア構成について説明する。なお、図6は、本実施形態にかかるホスト装置10としてのPCのハードウェア構成の例を概略的に示すブロック図である。
<Hardware configuration of host device>
Next, the hardware configuration of the host device 10 according to the present embodiment will be described with reference to FIG. FIG. 6 is a block diagram schematically showing an example of the hardware configuration of the PC as the host device 10 according to the present embodiment.

図6に示すように、ホスト装置(PC)10は、例えば、CPU(Central Processing Unit)101と、ROM(Read Only Memory)102と、RAM(Random Access Memory)103と、ホストバス104と、ブリッジ105と、外部バス106と、インタフェース107と、入力装置108と、出力装置110と、ストレージ装置(HDD)111と、ドライブ112と、接続ポート114と、通信装置115とを備える。   As shown in FIG. 6, the host device (PC) 10 includes, for example, a CPU (Central Processing Unit) 101, a ROM (Read Only Memory) 102, a RAM (Random Access Memory) 103, a host bus 104, a bridge, and the like. 105, an external bus 106, an interface 107, an input device 108, an output device 110, a storage device (HDD) 111, a drive 112, a connection port 114, and a communication device 115.

CPU101は、演算処理装置および制御装置として機能し、各種プログラムに従って動作し、ホスト装置10内の各部を制御する。ROM102は、CPU101が使用するプログラムや演算パラメータ等を記憶する。RAM103は、CPU101の実行において使用するプログラムや、その実行において適宜変化するパラメータ等を一次記憶する。これらはCPUバスなどから構成されるホストバス104により相互に接続されている。   The CPU 101 functions as an arithmetic processing device and a control device, operates according to various programs, and controls each unit in the host device 10. The ROM 102 stores programs and calculation parameters used by the CPU 101. The RAM 103 primarily stores programs used in the execution of the CPU 101, parameters that change as appropriate during the execution, and the like. These are connected to each other by a host bus 104 including a CPU bus.

ホストバス104は、ブリッジ105を介して、PCI(Peripheral Component Interconnect/Interface)バスなどの外部バス106に接続されている。   The host bus 104 is connected via a bridge 105 to an external bus 106 such as a PCI (Peripheral Component Interconnect / Interface) bus.

入力装置108は、例えば、マウス、キーボード、タッチパネル、ボタン、スイッチ、レバー等の操作手段と、入力信号を生成してCPU101に出力する入力制御回路などから構成されている。ホスト装置10のユーザは、この入力装置108を操作することにより、ホスト装置10に対して各種のデータを入力したり、処理動作を指示したりすることができる。   The input device 108 includes, for example, operation means such as a mouse, a keyboard, a touch panel, a button, a switch, and a lever, and an input control circuit that generates an input signal and outputs it to the CPU 101. The user of the host device 10 can input various data and instruct processing operations to the host device 10 by operating the input device 108.

出力装置110は、例えば、CRT(Cathode Ray Tube)ディスプレイ装置、液晶ディスプレイ(LCD)装置、ランプ等の表示装置と、スピーカ等の音声出力装置などで構成される。この出力装置110は、例えば、再生されたコンテンツを出力する。具体的には、表示装置は再生された映像データ等の各種情報をテキストまたはイメージで表示する。一方、音声出力装置は、再生された音声データ等を発音する。   The output device 110 includes, for example, a CRT (Cathode Ray Tube) display device, a liquid crystal display (LCD) device, a display device such as a lamp, and an audio output device such as a speaker. For example, the output device 110 outputs reproduced content. Specifically, the display device displays various information such as reproduced video data as text or images. On the other hand, the audio output device generates reproduced audio data and the like.

ストレージ装置111は、本実施形態にかかるホスト装置10の記憶部の一例として構成されたデータ格納装置であり、例えば、HDD(Hard Disk Drive)で構成される。このストレージ装置111は、記憶媒体であるハードディスクを駆動し、CPU101が実行するプログラムや各種データを格納する。   The storage device 111 is a data storage device configured as an example of a storage unit of the host device 10 according to the present embodiment, and includes, for example, an HDD (Hard Disk Drive). The storage device 111 drives a hard disk as a storage medium and stores programs executed by the CPU 101 and various data.

ドライブ112は、記憶媒体用リーダライタであり、ホスト装置10に内蔵、或いは外付けされる。このドライブ112は、ホスト装置10にローディングされた磁気ディスク、光ディスク、光磁気ディスク、または半導体メモリ等のリムーバブル記憶媒体7に対して、コンテンツの属性情報などの各種データを記録/再生する。   The drive 112 is a storage medium reader / writer, and is built in or externally attached to the host device 10. The drive 112 records / reproduces various data such as content attribute information on / from a removable storage medium 7 such as a magnetic disk, an optical disk, a magneto-optical disk, or a semiconductor memory loaded in the host apparatus 10.

具体的には、ドライブ112は、リムーバブル記憶媒体7に記録されているデータを読み出して、インタフェース107、外部バス106、ブリッジ105、およびホストバス104を介して接続されているRAM103に供給する。CPU101は、必要に応じて、これらのデータをROM102またはストレージ装置111などに格納する。一方、ドライブ112は、ROM102またはストレージ装置111などに格納されているデータや、新たに生成したデータ、外部装置から取得したデータをCPU101から受け取り、リムーバブル記憶媒体7に書き込む。   Specifically, the drive 112 reads data recorded in the removable storage medium 7 and supplies the data to the RAM 103 connected via the interface 107, the external bus 106, the bridge 105, and the host bus 104. The CPU 101 stores these data in the ROM 102 or the storage device 111 as necessary. On the other hand, the drive 112 receives data stored in the ROM 102 or the storage device 111, newly generated data, or data acquired from an external device from the CPU 101 and writes it to the removable storage medium 7.

接続ポート114は、例えばデバイス20等の外部周辺機器を接続するためのポートであり、例えば、USB、IEEE1394等の接続端子を有する。接続ポート114は、インタフェース107、および外部バス106、ブリッジ105、ホストバス104等を介してCPU101等に接続されている。かかる接続ポート114によって、ホスト装置10は、デバイス20とローカルライン9を介して、コンテンツおよびその属性情報、制御信号などの各種のデータを通信可能となる。本接続ポート114は、有線通信に限らず、無線通信により、デバイス20と通信接続可能である。例えば、本接続ポート114は、Bluetooth、 802.11a/b/g等に対応することもできる。   The connection port 114 is a port for connecting an external peripheral device such as the device 20 and has a connection terminal such as USB and IEEE1394. The connection port 114 is connected to the CPU 101 and the like via the interface 107, the external bus 106, the bridge 105, the host bus 104, and the like. With this connection port 114, the host device 10 can communicate various data such as contents, attribute information thereof, and control signals via the device 20 and the local line 9. The main connection port 114 can be connected to the device 20 through wireless communication, not limited to wired communication. For example, the connection port 114 can correspond to Bluetooth, 802.11a / b / g, or the like.

通信装置115は、例えば、ネットワーク5に接続するための通信デバイス等で構成された通信インタフェースである。この通信装置115は、他の情報処理装置(PC)10やコンテンツ配信サーバ30等の外部機器との間で、ネットワーク5を介して、コンテンツおよびその属性情報、制御信号などの各種データを送受信する。本通信装置115は、例えば、Ethernet(登録商標)や、Giga Ethernet(登録商標)に対応し、また、無線アクセスポイントとダイレクトに通信可能な環境においては、例えば、Bluetooth、 802.11a/b/g等の無線通信に対応することもできる。   The communication device 115 is a communication interface configured with, for example, a communication device for connecting to the network 5. The communication device 115 transmits / receives various data such as content and its attribute information and control signals to / from external devices such as another information processing device (PC) 10 and the content distribution server 30 via the network 5. . The communication device 115 corresponds to, for example, Ethernet (registered trademark) or Giga Ethernet (registered trademark), and in an environment capable of directly communicating with a wireless access point, for example, Bluetooth, 802.11a / b / It is also possible to support wireless communication such as g.

なお、コンテンツ配信サーバ30のハードウェア構成は、上述のホスト装置10のハードウェア構成とほぼ同様であるので、説明を省略する。   Note that the hardware configuration of the content distribution server 30 is almost the same as the hardware configuration of the host device 10 described above, and thus the description thereof is omitted.

<デバイスのハードウェア構成>
まず、図7に基づいて、本実施形態にかかるデバイス20のハードウェア構成について説明する。なお、図7は、本実施形態にかかるデバイス20としての携帯型再生装置(PD)のハードウェア構成の例を概略的に示すブロック図である。
<Device hardware configuration>
First, a hardware configuration of the device 20 according to the present embodiment will be described with reference to FIG. FIG. 7 is a block diagram schematically illustrating an example of a hardware configuration of a portable playback device (PD) as the device 20 according to the present embodiment.

図7に示すように、デバイス20は、例えば、メイン制御装置201と、フラッシュメモリ202と、RAM203と、バス206と、入力装置208と、表示装置210と、ストレージ装置(HDD)211と、デコーダ213と、通信装置215と、オーディオ出力回路216と、リモートコントローラ218と、ヘッドフォン219と、上記デバイス20の各部に電力供給するバッテリ(図示せず。)とを備える。   As illustrated in FIG. 7, the device 20 includes, for example, a main control device 201, a flash memory 202, a RAM 203, a bus 206, an input device 208, a display device 210, a storage device (HDD) 211, and a decoder. 213, a communication device 215, an audio output circuit 216, a remote controller 218, headphones 219, and a battery (not shown) that supplies power to each part of the device 20.

メイン制御装置201は、制御装置として機能し、デバイス20の各部を制御する。フラッシュメモリ202は、例えば、メイン制御装置201の動作を規定したプログラムや、各種のデータを記憶する。また、RAM203は、例えばSDRAM(Synchronous DRAM)で構成され、メイン制御装置201の処理に関する各種データを一時記憶する。   The main control device 201 functions as a control device and controls each part of the device 20. The flash memory 202 stores, for example, a program that defines the operation of the main control device 201 and various data. The RAM 203 is composed of, for example, SDRAM (Synchronous DRAM), and temporarily stores various data related to processing of the main control device 201.

バス206は、メイン制御装置201、フラッシュメモリ202、RAM203、入力装置208、表示装置210、ストレージ装置(HDD)211、デコーダ213、通信装置215およびオーディオ出力回路216などを接続するデータ線である。   A bus 206 is a data line that connects the main control device 201, flash memory 202, RAM 203, input device 208, display device 210, storage device (HDD) 211, decoder 213, communication device 215, audio output circuit 216, and the like.

入力装置208とリモートコントローラ218は、例えば、タッチパネル、ボタンキー、レバー、ダイヤル等の操作手段と、ユーザによる操作手段に対する操作に応じて入力信号を生成してメイン制御装置201に出力する入力制御回路などから構成されている。デバイス20のユーザは、この入力装置208や、後述のリモートコントローラ218を操作することにより、デバイス20に対して各種のデータを入力したり処理動作を指示したりすることができる。   The input device 208 and the remote controller 218 are, for example, an input control circuit that generates an input signal and outputs it to the main control device 201 in accordance with an operation unit such as a touch panel, a button key, a lever, and a dial, and a user operation on the operation unit. Etc. The user of the device 20 can input various data and instruct processing operations to the device 20 by operating the input device 208 and a remote controller 218 described later.

表示装置210は、例えばLCDパネルおよびLCD制御回路や、有機EL(Organic Electro Luminescence)パネルおよび有機EL制御回路などで構成される。この表示装置210は、メイン制御装置201の制御に応じて、各種情報をテキストまたはイメージで表示する。例えば、デバイス20内に保有されているコンテンツの属性情報(タイトル、アルバム名、アーティスト名、評価値など)を表示できる。   The display device 210 includes, for example, an LCD panel and an LCD control circuit, an organic EL (Organic Electro Luminescence) panel, an organic EL control circuit, and the like. The display device 210 displays various information as text or images in accordance with the control of the main control device 201. For example, attribute information (title, album name, artist name, evaluation value, etc.) of content held in the device 20 can be displayed.

ストレージ装置211は、本実施形態にかかるデバイス20の記憶部の一例として構成されたデータ格納装置である。このストレージ装置211は、例えば数十GBの記憶容量を有するハードディスクドライブ(HDD)で構成され、圧縮されたコンテンツや、メイン制御装置201のプログラム、処理データ等の各種のデータを格納する。なお、デバイス20は、記憶媒体として、このハードディスクドライブを具備しなくてもよい。この場合、デバイス20が具備する記憶媒体としては、例えば、フラッシュメモリ202等の半導体メモリや、光ディスクドライブ、リムーバブル記憶媒体7などを採用できる。   The storage device 211 is a data storage device configured as an example of a storage unit of the device 20 according to the present embodiment. The storage device 211 is composed of, for example, a hard disk drive (HDD) having a storage capacity of several tens GB, and stores various data such as compressed content, a program of the main control device 201, and processing data. The device 20 may not include this hard disk drive as a storage medium. In this case, as the storage medium included in the device 20, for example, a semiconductor memory such as the flash memory 202, an optical disk drive, the removable storage medium 7, or the like can be employed.

デコーダ213は、暗号化されているコンテンツデータの復号処理、デコード処理、サラウンド処理、PCMデータへの変換処理などを行う。   The decoder 213 performs decryption processing of the encrypted content data, decoding processing, surround processing, conversion processing to PCM data, and the like.

通信装置215は、例えば、USBコントローラおよびUSB端子の接続ポート、或いは、無線通信装置などで構成される。この通信装置215は、USBケーブル等のローカルライン9、又は、ワイヤレスLAN等の無線通信路を介して接続されたホスト装置10との間で、コンテンツ、コンテンツの属性情報、制御信号などの各種データを送受信する。この通信装置215は、有線通信に限らず、無線通信によりホスト装置10と通信接続可能であり、例えば、Bluetooth、 802.11a/b/g等に対応することもできる。   The communication device 215 includes, for example, a USB controller and a USB port connection port, or a wireless communication device. The communication device 215 receives various data such as content, content attribute information, and control signals with the local line 9 such as a USB cable or the host device 10 connected via a wireless communication path such as a wireless LAN. Send and receive. The communication device 215 can be connected to the host device 10 by wireless communication, not limited to wired communication, and can correspond to, for example, Bluetooth, 802.11a / b / g, or the like.

オーディオ出力回路216は、デコーダ213により復号され、CPUによってDA変換されたアナログ音声データを増幅してリモートコントローラ218に出力する。このアナログ音声データは、リモートコントローラ218からヘッドフォン219に出力され、ヘッドフォン219に内蔵されたスピーカから出力される。   The audio output circuit 216 amplifies the analog audio data decoded by the decoder 213 and DA-converted by the CPU, and outputs the amplified analog audio data to the remote controller 218. The analog audio data is output from the remote controller 218 to the headphone 219 and output from a speaker built in the headphone 219.

<デバイスの機能構成>
次に、図8を参照して、本実施形態にかかるデバイス20の機能構成について説明する。なお、図8は、本実施形態にかかるデバイス20の機能構成の例を概略的に示すブロック図である。
<Device functional configuration>
Next, the functional configuration of the device 20 according to the present embodiment will be described with reference to FIG. FIG. 8 is a block diagram schematically illustrating an example of a functional configuration of the device 20 according to the present embodiment.

図8に示すように、デバイス20は、例えば、コンテンツ記憶部220と、再生操作部222と、再生部224と、日時情報生成部226と、再生履歴生成部228と、再生履歴記憶部230と、削除指示受付部232と、削除コンテンツ記憶部234と、機能設定部236と、機能情報記憶部238と、更新要求部239と、ターミナル記憶部240と、評価値入力部242と、情報読出部244と、通信部246と、情報書込部248と、更新ログ記憶部250と、機能実行部254と、表示部256と、を主に備える。   As illustrated in FIG. 8, the device 20 includes, for example, a content storage unit 220, a playback operation unit 222, a playback unit 224, a date / time information generation unit 226, a playback history generation unit 228, and a playback history storage unit 230. , Deletion instruction reception unit 232, deletion content storage unit 234, function setting unit 236, function information storage unit 238, update request unit 239, terminal storage unit 240, evaluation value input unit 242, and information reading unit 244, a communication unit 246, an information writing unit 248, an update log storage unit 250, a function execution unit 254, and a display unit 256 are mainly provided.

コンテンツ記憶部220は、例えば、HDD等のストレージ装置211、フラッシュメモリ202、リムーバブル記憶媒体7などの記憶媒体で構成され、複数のコンテンツを記憶する機能を有する。コンテンツ記憶部220に記憶されているコンテンツには、コンテンツごとに固有に付与された識別情報であるコンテンツIDが付加されている。コンテンツ記憶部220に記憶されているコンテンツは、例えば、各ホスト装置10からデバイス20に転送されたコンテンツや、リムーバブル記憶媒体7を介して取得したコンテンツなどである。また、コンテンツ記憶部220に記憶されているコンテンツは、デバイス20が、コンテンツ配信サーバ30や、他のデバイス20などの外部装置から取得したコンテンツであってもよい。   The content storage unit 220 includes, for example, a storage device 211 such as an HDD, a flash memory 202, and a removable storage medium 7, and has a function of storing a plurality of contents. A content ID, which is identification information uniquely assigned to each content, is added to the content stored in the content storage unit 220. The content stored in the content storage unit 220 is, for example, content transferred from each host device 10 to the device 20 or content acquired via the removable storage medium 7. The content stored in the content storage unit 220 may be content acquired by the device 20 from an external device such as the content distribution server 30 or another device 20.

再生操作部222は、デバイス20に対するユーザの入力操作を受け付け、この入力操作に応じて各部に所定動作を指示する。例えば、再生操作部222は、コンテンツの再生に関する各種の再生操作を受け付けて再生部224に出力する。ユーザが入力可能な再生操作には、例えば、再生するコンテンツの選択、選択したコンテンツの再生、再生中のコンテンツの早送り、再生中のコンテンツの巻き戻し、再生中のコンテンツの再生停止(一時停止を含む)、再生中のコンテンツのスキップなどが含まれる。   The reproduction operation unit 222 receives a user input operation on the device 20, and instructs each unit to perform a predetermined operation in accordance with the input operation. For example, the playback operation unit 222 receives various playback operations related to content playback and outputs the received playback operations to the playback unit 224. The playback operation that can be input by the user includes, for example, selection of content to be played back, playback of the selected content, fast-forwarding of the content being played back, rewinding of the content being played back, and playback stop (pause) of the content being played back. Included), and skipping of the content being played back.

また、再生操作部222は、後述する機能実行部254の各種の検索機能の実行に伴い、ユーザによるコンテンツの検索・選択入力を受け付ける。即ち、再生操作部222は、機能実行部254により表示部256に検索表示されたコンテンツ(曲名、アルバム名等)の一覧の中から、ユーザの選択入力に応じて再生対象のコンテンツを選択し、選択されたコンテンツの再生を再生部224に指示する。なお、再生操作部222は、再生対象のコンテンツを所定の基準(例えばプレイリスト)に基づき、自動的に選択可能に構成することもできる。   In addition, the reproduction operation unit 222 receives content search / selection input by the user in accordance with execution of various search functions of the function execution unit 254 described later. That is, the playback operation unit 222 selects the content to be played back from the list of content (song title, album name, etc.) searched and displayed on the display unit 256 by the function execution unit 254 according to the user's selection input, The reproduction unit 224 is instructed to reproduce the selected content. Note that the reproduction operation unit 222 can be configured to automatically select the content to be reproduced based on a predetermined standard (for example, a playlist).

再生部224は、コンテンツ記憶部220に記憶されているコンテンツを再生する機能を有する。再生部224は、上記デコーダ213及びオーディオ出力回路216などを含み、コンテンツ記憶部220に記憶されている圧縮コンテンツを伸張(デコード)し、さらにD/A変換したアナログデータをヘッドフォン219に出力して、音声出力させる。この再生部224は、再生操作部222から取得した再生操作の情報に基づいて、コンテンツに対する処理を行う。再生部224が行うコンテンツに対する処理には、コンテンツの再生、再生中のコンテンツの早送り、再生中のコンテンツの巻き戻し、再生中のコンテンツの再生停止などが含まれる。   The playback unit 224 has a function of playing back content stored in the content storage unit 220. The playback unit 224 includes the decoder 213, the audio output circuit 216, and the like, decompresses (decodes) the compressed content stored in the content storage unit 220, and outputs analog data obtained by D / A conversion to the headphones 219. , Make audio output. The playback unit 224 performs processing on the content based on the playback operation information acquired from the playback operation unit 222. The processing on the content performed by the playback unit 224 includes playback of the content, fast-forwarding of the content being played back, rewinding of the content being played back, stop playback of the content being played back, and the like.

再生部224は、コンテンツに対する各処理を開始すると、処理の開始(以後、再生部224によるコンテンツに対する処理の開始を、イベントの発生とも称する。)を再生履歴生成部228に通知する。再生部224は、イベントの発生を通知する際に、開始した処理の種別(コンテンツの再生、再生中のコンテンツの早送り、再生中のコンテンツの巻き戻し、再生中のコンテンツの再生停止など。以後、開始した処理の種別を、イベント種別とも称する。)と、処理対象のコンテンツの識別情報(例えば、コンテンツID)とを再生履歴生成部228に提供する。   When the reproduction unit 224 starts each process for the content, the reproduction unit 224 notifies the reproduction history generation unit 228 of the start of the process (hereinafter, the start of the process for the content by the reproduction unit 224 is also referred to as the occurrence of an event). When notifying the occurrence of an event, the playback unit 224 starts the type of processing (content playback, fast-forwarding the content being played back, rewinding the content being played back, stopping playback of the content being played back, etc.) The type of processing that has been started is also referred to as an event type) and identification information (for example, content ID) of the content to be processed is provided to the reproduction history generation unit 228.

日時情報生成部226は、日時情報を生成する。詳細には、日時情報生成部226は、デバイス20の内蔵時計から日付と時刻を取得し、日付と時刻の情報が含まれる日時情報を生成する。日時情報生成部226は、再生履歴生成部228からの要求を受けて、生成した日時情報を再生履歴生成部228に出力する。   The date information generator 226 generates date information. Specifically, the date / time information generation unit 226 acquires the date and time from the built-in clock of the device 20, and generates date / time information including the date and time information. In response to the request from the reproduction history generation unit 228, the date information generation unit 226 outputs the generated date information to the reproduction history generation unit 228.

再生履歴生成部228は、再生部224によるコンテンツの再生履歴を表す再生履歴情報を生成し、再生履歴記憶部230に記録する機能を有する。具体的には、再生履歴生成部228は、再生部224が行うコンテンツに対する処理(イベントの発生)に応じて、イベントログを生成し、生成したイベントログを再生履歴記憶部230に書き込む。詳細には、再生履歴生成部228は、再生部224からイベントの発生の通知を受けると、日時情報生成部226から日時情報を取得し、取得した日時情報と、イベントの発生の通知に含まれるイベント種別と処理対象のコンテンツIDとを関連付けてイベントログを生成する。そして、再生履歴生成部228は、生成したイベントログを、イベントログが時系列に並ぶように再生履歴記憶部230に書き込む。ホスト装置10は、このようにデバイス20により蓄積されたイベントログに基づいて、コンテンツの再生回数、再生開始/終了日時、演算評価値などを求める。   The playback history generation unit 228 has a function of generating playback history information representing the playback history of content by the playback unit 224 and recording it in the playback history storage unit 230. Specifically, the playback history generation unit 228 generates an event log in accordance with processing (event generation) for the content performed by the playback unit 224, and writes the generated event log in the playback history storage unit 230. Specifically, when receiving the event occurrence notification from the reproduction unit 224, the reproduction history generation unit 228 acquires the date information from the date information generation unit 226, and is included in the acquired date information and the event occurrence notification. An event log is generated by associating the event type with the content ID to be processed. Then, the playback history generation unit 228 writes the generated event log in the playback history storage unit 230 so that the event logs are arranged in time series. Based on the event log accumulated by the device 20 as described above, the host device 10 obtains the number of times of content reproduction, the reproduction start / end date and time, the operation evaluation value, and the like.

再生履歴記憶部230は、例えば、HDD等のストレージ装置211、フラッシュメモリ202などで構成され、再生履歴生成部228によって生成されたイベントログを記憶する。   The reproduction history storage unit 230 includes, for example, a storage device 211 such as an HDD, a flash memory 202, and the like, and stores an event log generated by the reproduction history generation unit 228.

削除指示受付部232は、ユーザ入力に応じて、コンテンツ記憶部220に記憶されている複数のコンテンツの削除指示を受けると、当該削除指示されたコンテンツに対応するコンテンツIDを、削除コンテンツ記憶部234に記録する。具体的には、削除指示受付部232は、上述の削除ブックマークに相当する削除予定リストを生成して削除コンテンツ記憶部234に記憶する。この削除予定リストは、デバイス20においてユーザにより削除指示を受けたコンテンツに対応するコンテンツIDのリストである。なお、削除指示受付部232は、削除予定リスト以外にも、削除指示されたコンテンツを特定できる情報(例えば、タイトル名、アルバム名、アーティスト名等のコンテンツの属性情報)を記録するようにしてもよい。   Upon receiving a deletion instruction for a plurality of contents stored in the content storage unit 220 in response to a user input, the deletion instruction reception unit 232 assigns a content ID corresponding to the deletion-instructed content to the deletion content storage unit 234. To record. Specifically, the deletion instruction receiving unit 232 generates a deletion schedule list corresponding to the above-described deletion bookmark and stores it in the deletion content storage unit 234. This deletion schedule list is a list of content IDs corresponding to the content that has been instructed to be deleted by the user in the device 20. In addition to the deletion schedule list, the deletion instruction receiving unit 232 may record information (for example, content attribute information such as a title name, album name, and artist name) that can specify the content instructed to be deleted. Good.

削除コンテンツ記憶部234は、例えば、HDD等のストレージ装置211、フラッシュメモリ202などで構成され、上記削除予定リストを記憶する。デバイス20は、処理能力やバッテリの制約上、自身でコンテンツの削除を行うことが好適ではない場合がある。このため、ユーザからコンテンツの削除を要求された場合、デバイス20はそのコンテンツのコンテンツIDを削除予定リストに書き込んで削除コンテンツ記憶部234に保存しておく。そして、ホスト装置10とデバイス20が接続された際に、情報読出部244により削除コンテンツ記憶部234から削除予定リストを読み出し、通信部246を介してホスト装置10送信する。これにより、接続されているホスト装置10により、この削除予定リストで特定される1又は2以上のコンテンツが、デバイス20のコンテンツ記憶部220から削除される。   The deleted content storage unit 234 includes, for example, a storage device 211 such as an HDD, a flash memory 202, and the like, and stores the deletion schedule list. The device 20 may not be suitable for deleting content by itself due to processing capacity and battery constraints. For this reason, when content deletion is requested by the user, the device 20 writes the content ID of the content in the scheduled deletion list and stores it in the deleted content storage unit 234. When the host device 10 and the device 20 are connected, the information reading unit 244 reads the deletion schedule list from the deleted content storage unit 234 and transmits the host device 10 via the communication unit 246. As a result, the connected host device 10 deletes one or more contents specified in the deletion schedule list from the content storage unit 220 of the device 20.

機能設定部236は、デバイス20が有する各種の機能の対応/非対応を設定し、設定結果を機能情報記憶部238に登録する。本実施形態にかかるデバイス20は、例えば、上述したアーティストリンク検索機能(機能A)、読み仮名検索機能(機能B)、最新転送曲検索機能(機能C)、ブックマーク機能(機能D)、再生履歴検索機能(機能E)、削除ブックマーク検索機能(図示せず。)、通常検索機能などといった、複数の検索機能に対応可能である。しかし、デバイス20は、必ずしもこれら全ての検索機能に常に対応しなければならないわけではなく、ユーザの要望や、デバイス20の処理能力、記憶媒体の記憶容量等に応じて、上記複数の機能のうち、一部の機能を非対応にして、非対応の機能を動作させないようにすることもできる。   The function setting unit 236 sets correspondence / non-correspondence of various functions of the device 20 and registers the setting result in the function information storage unit 238. The device 20 according to the present embodiment includes, for example, the above-described artist link search function (function A), reading kana search function (function B), latest transfer song search function (function C), bookmark function (function D), and playback history. A plurality of search functions such as a search function (function E), a deleted bookmark search function (not shown), a normal search function, and the like can be supported. However, the device 20 does not always have to support all of these search functions. Depending on the user's request, the processing capability of the device 20, the storage capacity of the storage medium, etc., the device 20 It is also possible to make some of the functions non-compliant so that the non-compliant functions are not operated.

そこで、機能設定部236は、例えばユーザ入力に応じて、或いは、デバイス20の記憶媒体の記憶残量等に応じて自動的に、デバイス20にプリインストールされた複数の機能(機能A〜E)の対応/非対応をそれぞれ設定する。例えば、ユーザが、特殊な検索機能であるアーティストリンク検索機能(機能A)を不要と考え、当該機能Aを非対応にする旨の入力操作をした場合には、機能設定部236は、機能Aを「非対応」に設定し、他の機能(機能B〜E)を「対応」に設定することができる。なお、本実施形態では、機能A〜Eのような特殊な検索機能のみの対応/非対応を設定可能となっているが、場合によっては、この特殊な検索機能のみならず、通常検索機能の対応/非対応を設定可能することもできる。   Therefore, the function setting unit 236 has a plurality of functions (functions A to E) preinstalled in the device 20, for example, in response to user input or automatically in accordance with the remaining storage capacity of the storage medium of the device 20. Set correspondence / non-correspondence of. For example, when the user considers that the artist link search function (function A), which is a special search function, is unnecessary, and performs an input operation for disabling the function A, the function setting unit 236 displays the function A Can be set to “non-corresponding”, and other functions (functions B to E) can be set to “corresponding”. In this embodiment, it is possible to set the correspondence / non-correspondence of only the special search function such as the functions A to E. However, depending on the case, not only the special search function but also the normal search function can be set. Correspondence / non-correspondence can be set.

かかる機能設定部236により、ある機能が「非対応」に設定された場合、機能実行部254は、当該「非対応」機能を実行しないようになる。また、ターミナル記憶部240から当該「非対応」機能のデータベースが削除され、当該「非対応」機能のデータベースがホスト装置10によりメンテナンスされないようになる。これにより、不要な機能のデータベースが存在するため、デバイス20の記憶容量が制限されてしまうという問題を解消でき、また、ホスト装置10によるデバイス20のデータベースのメンテナンス時における処理負荷及び処理時間を低減できる。   When a function is set to “non-compliant” by the function setting unit 236, the function execution unit 254 does not execute the “non-compliant” function. Further, the database of the “non-supporting” function is deleted from the terminal storage unit 240, and the database of the “non-supporting” function is not maintained by the host device 10. This eliminates the problem that the storage capacity of the device 20 is limited because there is a database of unnecessary functions, and reduces the processing load and processing time when the host device 10 maintains the database of the device 20. it can.

機能情報記憶部238は、例えば、HDD等のストレージ装置211、フラッシュメモリ202などで構成されており、デバイス20の対応機能リストを記憶する。このデバイス20の対応機能リストは、例えば、デバイス20が対応する機能の識別情報(機能ID)と、当該機能のバージョンを示す情報とを関連付けた情報である。   The function information storage unit 238 includes, for example, a storage device 211 such as an HDD, a flash memory 202, and the like, and stores a corresponding function list of the device 20. The corresponding function list of the device 20 is, for example, information in which identification information (function ID) of a function supported by the device 20 is associated with information indicating the version of the function.

ここで、上記「デバイス20が対応する機能」は、デバイス20にインストールされた機能のうち、デバイス20が実際に対応している機能であり、デバイス20にインストールされていない機能や、上記機能設定部236により「非対応」に設定された機能は含まない。即ち、上記機能設定部236により「非対応」に設定された機能については、たとえ、デバイス20が対応可能な機能(つまり、デバイス20にインストールされた機能であって、機能設定部236により「対応」に設定されれば、デバイス20が対応できる機能)であったとしても、上記「デバイス20が対応する機能」には含まれない。   Here, the “function supported by the device 20” is a function that is actually supported by the device 20 among the functions installed in the device 20, and a function that is not installed in the device 20 or the function setting described above. The function set to “not supported” by the unit 236 is not included. In other words, the function set to “not supported” by the function setting unit 236 is a function that can be supported by the device 20 (that is, a function installed in the device 20, and “supported” by the function setting unit 236. If the function is a function that can be supported by the device 20), it is not included in the “function supported by the device 20”.

また、本実施形態では、上記デバイス20の対応機能リストのうちの「機能のバージョンを示す情報」として、機能のバージョン情報自体(例えば、バージョン2.2)を使用するが、本発明はかかる例に限定されない。「機能のバージョンを示す情報」は、デバイス20が有する機能のバージョン情報を特定できる情報であれば、例えば、デバイス20の発売時期、製造日等の日時情報や、デバイス20の製品番号、型番などの情報であってもよい。また、機能のバージョン情報は、例えば、過去バージョンとの互換性が確保されないメジャーバージョン情報(例えば、バージョン1.0とバージョン2.0)と、過去バージョンとの互換性が確保されるマイナーバージョン情報(例えば、バージョン1.1とバージョン1.2)とからなる。   In the present embodiment, the function version information itself (for example, version 2.2) is used as “information indicating the function version” in the corresponding function list of the device 20. It is not limited to. If the “information indicating the function version” is information that can identify the version information of the function of the device 20, for example, date and time information such as the release date and manufacturing date of the device 20, the product number and model number of the device 20, etc. It may be the information. The function version information includes, for example, major version information (for example, version 1.0 and version 2.0) in which compatibility with past versions is not ensured, and minor version information for which compatibility with past versions is ensured. (For example, version 1.1 and version 1.2).

更新要求部239は、デバイス20に接続されたホスト装置10に対して、デバイス20が対応する機能の更新を要求する。例えば、この更新要求部239は、上記機能情報記憶部238から、デバイス20が対応する機能とそのバージョン情報とを含む対応機能リストを読み出し、この対応機能リストを含む更新要求コマンドを、通信部246を介してホスト装置10に送信する。   The update request unit 239 requests the host device 10 connected to the device 20 to update the function corresponding to the device 20. For example, the update request unit 239 reads a corresponding function list including the function supported by the device 20 and its version information from the function information storage unit 238, and sends an update request command including the corresponding function list to the communication unit 246. To the host device 10 via

ターミナル記憶部240は、例えば、HDD等のストレージ装置211、フラッシュメモリ202などで構成される。このターミナル記憶部240は、デバイス20のコンテンツ記憶部220に記憶されている複数のコンテンツに関し、上記通常機能仕様16(図5参照)に含まれる複数の通常検索機能の検索表示用データベース13a、13b、・・・(以下「検索表示用データベース13」と総称する場合もある。)と、上記機能仕様12(図5参照)に含まれる特殊な検索機能の検索表示用データベース15a、15b、・・・(以下「検索表示用データベース15」と総称する場合もある。)と、基本データベースであるターミナルデータベース17とを記憶する。これらの検索表示用データベース13、15及びターミナルデータベース17は、デバイス20に接続されたホスト装置10によって作成及び更新される。   The terminal storage unit 240 includes, for example, a storage device 211 such as an HDD, a flash memory 202, and the like. The terminal storage unit 240 relates to a plurality of contents stored in the content storage unit 220 of the device 20, and a plurality of normal search function search display databases 13a and 13b included in the normal function specification 16 (see FIG. 5). , ... (hereinafter sometimes collectively referred to as "search display database 13"), and search display databases 15a, 15b for special search functions included in the functional specification 12 (see FIG. 5),. (Hereinafter also collectively referred to as “search display database 15”) and the terminal database 17 which is a basic database. The search display databases 13 and 15 and the terminal database 17 are created and updated by the host device 10 connected to the device 20.

検索表示用データベース13、15は、デバイス20が対応する検索機能ごとにそれぞれ設けられる。この検索表示用データベース13、15は、コンテンツ記憶部220に記憶されている各コンテンツの属性情報を、各検索機能に応じて分類及び階層構造化して得られた検索表示用テーブルを含む。この検索表示用テーブルは、デバイス20におけるコンテンツ検索時に機能実行部254によって順次表示される複数の検索表示画面に1対1対応する階層構造を有する。また、この検索表示用データベース13、15は、各機能に対応して1つだけ設けられてもよいし、複数設けられてもよい。かかる検索表示用データベース15は、本実施形態にかかる特徴的構成であり、その詳細については後述する(図11参照)。   The search display databases 13 and 15 are provided for each search function to which the device 20 corresponds. The search display databases 13 and 15 include a search display table obtained by classifying and hierarchically structuring attribute information of each content stored in the content storage unit 220 according to each search function. This search display table has a hierarchical structure corresponding to a plurality of search display screens that are sequentially displayed by the function execution unit 254 when searching for content in the device 20. Further, only one search display database 13 or 15 may be provided corresponding to each function, or a plurality of search display databases 13 and 15 may be provided. The search display database 15 has a characteristic configuration according to the present embodiment, and details thereof will be described later (see FIG. 11).

ターミナルデータベース17は、コンテンツ記憶部220に記憶されている各コンテンツの属性情報(コンテンツのタイトル(曲名)、アルバム名、アーティスト名、ジャンル、リリース年、評価値、イニシャル情報、再生履歴、転送履歴など)を、当該コンテンツのコンテンツIDと関連付けた基本データベースである。このターミナルデータベース17のデータ構造は、後述するホストデータベース170と略同一である(図10参照)。   The terminal database 17 includes attribute information (content title (song name), album name, artist name, genre, release year, evaluation value, initial information, reproduction history, transfer history, etc.) of each content stored in the content storage unit 220. ) Is a basic database associated with the content ID of the content. The data structure of the terminal database 17 is substantially the same as the host database 170 described later (see FIG. 10).

評価値入力部242は、ユーザ入力に応じて、コンテンツ記憶部220に記憶されているコンテンツの入力評価値を設定する。この評価値(レーティング)は、コンテンツの優先度を表す指標であり、例えば、ユーザによって手動で設定される入力評価値と、再生履歴等に基づき自動計算される自動評価値とがある。このうち入力評価値の設定手法について説明すると、例えば、あるコンテンツの再生中にユーザが所定の操作を行うと、機能実行部254によりデバイス20の表示部256に、入力評価値設定画面が表示される。これに応じて、ユーザが評価値入力操作を行うと、評価値入力部242は、当該評価値入力操作に応じて、例えば「1、2、3、4、5ポイント」の5段階で入力評価値を設定する。評価値入力部242は、このように設定した入力評価値を、対応するコンテンツのコンテンツIDに関連付けて、ターミナル記憶部240のターミナルデータベース17に書き込む。これによって、デバイス20において、コンテンツの入力評価値を設定して、即時、最新の入力評価値をコンテンツに関連付けて表示できるようになり、ユーザはこの入力評価位置に基づいてコンテンツを選択できる。   The evaluation value input unit 242 sets the input evaluation value of the content stored in the content storage unit 220 according to the user input. This evaluation value (rating) is an index representing the priority of content, and includes, for example, an input evaluation value manually set by a user and an automatic evaluation value automatically calculated based on a reproduction history or the like. Of these, the input evaluation value setting method will be described. For example, when a user performs a predetermined operation during reproduction of certain content, the function execution unit 254 displays an input evaluation value setting screen on the display unit 256 of the device 20. The In response to this, when the user performs an evaluation value input operation, the evaluation value input unit 242 performs input evaluation in, for example, “1, 2, 3, 4, 5 points” according to the evaluation value input operation. Set the value. The evaluation value input unit 242 writes the input evaluation value set in this way in the terminal database 17 of the terminal storage unit 240 in association with the content ID of the corresponding content. Thereby, the device 20 can set the input evaluation value of the content, and can immediately display the latest input evaluation value in association with the content, and the user can select the content based on the input evaluation position.

情報読出部244は、接続されたホスト装置10からの転送要求に応じて、上記再生履歴記憶部230、削除コンテンツ記憶部234、機能情報記憶部238又はターミナル記憶部240などの記憶媒体に記憶されている各種情報を読み出す。この読み出した情報は、通信部246を介してホスト装置10に転送される。   The information reading unit 244 is stored in a storage medium such as the reproduction history storage unit 230, the deleted content storage unit 234, the function information storage unit 238, or the terminal storage unit 240 in response to a transfer request from the connected host device 10. Read various information. The read information is transferred to the host device 10 via the communication unit 246.

また、デバイス20は、これらの情報以外にも、デバイス20に固有に付与された識別子であるデバイスIDをホスト装置10に転送してもよい。このデバイスIDを転送することにより、ホスト装置10に当該デバイスIDを記録して、当該デバイスIDに対応するデバイス20をホスト装置10にデバイス登録することができる。例えば、かかるデバイス登録を条件として、当該デバイスIDに対応するデバイス20と当該ホスト装置10との間で、例えば、コンテンツの属性情報、再生履歴情報、演算評価値、入力評価値、削除予定リスト、プレイリストなどの情報を、やり取りできるようにしてもよい。これにより、不特定多数の機器間で、これらの情報を共有できないようにできる。   In addition to these pieces of information, the device 20 may transfer a device ID that is an identifier uniquely assigned to the device 20 to the host device 10. By transferring this device ID, it is possible to record the device ID in the host apparatus 10 and register the device 20 corresponding to the device ID in the host apparatus 10. For example, on the condition of such device registration, between the device 20 corresponding to the device ID and the host device 10, for example, content attribute information, reproduction history information, calculation evaluation value, input evaluation value, deletion schedule list, Information such as a playlist may be exchanged. As a result, it is possible to prevent such information from being shared among a large number of unspecified devices.

情報書込部248は、ホスト装置10から通信部246介して受信した各種の情報を、ターミナル記憶部240又は更新ログ記憶部250などの記憶媒体に書き込む機能を有する。具体的には、情報書込部248は、ホスト装置10から、当該ホスト装置10によって作成・更新された検索表示用テーブル13、15を取得して、ターミナル記憶部240に記憶する。また、情報書込部248は、ホスト装置10から、コンテンツ、プレイリスト、転送履歴、コンテンツに付加された評価値であるレーティング(Rating)情報などを取得して、ターミナル記憶部240のターミナルデータベース17に書き込む。また、情報書込部248は、ホスト装置10から、ホスト装置10による検索表示用データベース13、15の更新結果を示すログを取得して、この更新結果を示すログを更新ログ記憶部250の更新ログファイル252内に書き込む。   The information writing unit 248 has a function of writing various information received from the host device 10 via the communication unit 246 to a storage medium such as the terminal storage unit 240 or the update log storage unit 250. Specifically, the information writing unit 248 acquires the search display tables 13 and 15 created and updated by the host device 10 from the host device 10 and stores them in the terminal storage unit 240. Further, the information writing unit 248 acquires content, playlist, transfer history, rating information that is an evaluation value added to the content, and the like from the host device 10, and the terminal database 17 of the terminal storage unit 240. Write to. Further, the information writing unit 248 acquires a log indicating the update result of the search display databases 13 and 15 by the host device 10 from the host device 10 and updates the log indicating the update result in the update log storage unit 250. Write in the log file 252.

更新ログ記憶部250は、HDD等のストレージ装置211、フラッシュメモリ202などで構成され、更新ログファイル252を記憶する。この更新ログファイル252には、ホスト装置10による検索表示用データベース15の更新結果を示すログとして、例えば、更新された機能ごとに、更新時のホスト装置10側の機能のバージョン情報と、その機能の更新が完了した日時(例えばタイムスタンプ)である機能更新日時とが機能IDに関連付けて書き込まれる。また、この更新ログファイル252には、ターミナル記憶部240内の検索表示用データベース15の少なくともいずれかが更新された最新の日時(例えばタイムスタンプ)が、デバイス更新日時として書き込まれる。   The update log storage unit 250 includes a storage device 211 such as an HDD, a flash memory 202, and the like, and stores an update log file 252. In the update log file 252, as a log indicating the update result of the search display database 15 by the host device 10, for example, for each updated function, version information of the function on the host device 10 side at the time of update, and the function The function update date and time that is the date and time (for example, a time stamp) when the update is completed is written in association with the function ID. In addition, in this update log file 252, the latest date and time (for example, time stamp) at which at least one of the search display database 15 in the terminal storage unit 240 is updated is written as the device update date and time.

機能実行部254は、ターミナル記憶部240に記憶された検索表示用データベース13、15を利用して、上記デバイス20が対応する各検索機能を実行する。ここで、デバイス20が対応する検索機能とは、デバイス20にインストールされた検索機能のうち、上記機能設定部236により「非対応」設定されていない検索機能である。   The function execution unit 254 uses the search display databases 13 and 15 stored in the terminal storage unit 240 to execute each search function corresponding to the device 20. Here, the search function supported by the device 20 is a search function that is not set to “not supported” by the function setting unit 236 among the search functions installed in the device 20.

機能実行部254は、コンテンツの検索時に、検索表示用データベース13、15に従って、各検索機能に対応する検索画面が表示部256に表示されるよう制御する。より詳細には、機能実行部254は、例えば、ユーザによって指定された検索機能に該当する検索表示用データベース13、15を上記ターミナル記憶部240から読み出し、ユーザの選択入力に応じて、この検索表示用データベース13、15に含まれるコンテンツ属性情報を表す各種の検索画面を、表示部256に順次表示させる。このとき、機能実行部254は、上記ターミナル記憶部240内に記憶されている検索表示用データベース13、15の情報をそのまま表示すればよく、データベース構造化のためのクエリー処理等といった計算処理は不要である。   The function execution unit 254 controls the search unit 256 to display a search screen corresponding to each search function according to the search display databases 13 and 15 when searching for content. More specifically, the function execution unit 254 reads, for example, the search display databases 13 and 15 corresponding to the search function designated by the user from the terminal storage unit 240, and performs the search display according to the user's selection input. Various search screens representing content attribute information included in the databases 13 and 15 are sequentially displayed on the display unit 256. At this time, the function execution unit 254 only needs to display the information of the search display databases 13 and 15 stored in the terminal storage unit 240 as it is, and does not require a calculation process such as a query process for structuring the database. It is.

かかる機能実行部254は、コンテンツ検索時には、検索表示に利用する検索表示用データベース13、15の種類によって、例えば、アーティストリンク検索機能(機能A)用の検索表示画面、読み仮名検索機能用の検索画面、通常検索機能の検索画面など、多様なバリエーションの検索画面を表示して、ユーザに多様な検索サービスを提供できる。   When searching for content, the function execution unit 254 determines, for example, a search display screen for an artist link search function (function A) or a search for a reading kana search function depending on the types of search display databases 13 and 15 used for search display. Various search services such as a screen and a search screen for a normal search function can be displayed to provide users with various search services.

また、機能実行部254は、ホスト装置により更新ログ記憶部250に記録された更新結果を示すログに基づいて、デバイス20が対応する各検索機能の動作を制御することもできる。この際、機能実行部254は、上記更新ログ記憶部250の更新ログファイル252に記録されたデバイス更新日時と機能更新日時とを比較し、この比較結果に基づいて、デバイスが対応する各検索機能のうち、検索表示用データベース15が更新済みの機能を特定できる。   Further, the function execution unit 254 can control the operation of each search function corresponding to the device 20 based on the log indicating the update result recorded in the update log storage unit 250 by the host device. At this time, the function execution unit 254 compares the device update date and time recorded in the update log file 252 of the update log storage unit 250 with the function update date and time, and based on the comparison result, each search function corresponding to the device. Among them, the function whose search display database 15 has been updated can be identified.

詳細には、機能実行部254は、更新ログ記憶部250の更新ログファイル252に記録されている機能ごとの更新結果のログに基づき、各検索表示用データベース15の更新状態(メンテナンス状況)をチェックし、このチェック結果に応じて各検索機能の動作を制御することができる。例えば、更新ログファイル252内に記述されたある検索機能の機能更新日時がデバイス更新日時よりも前の日時である場合には、当該検索機能のデータベースは最新の状態に合致するよう十分に更新されていない可能性がある。この場合、機能実行部254は、当該検索機能を表示しないように表示画面(UI)を変更してもよいし、或いは、ユーザに対して当該検索機能が不完全である旨の通知(例えば警告表示)を行った上で、当該検索機能を実行するようにしてもよい。   Specifically, the function execution unit 254 checks the update state (maintenance status) of each search display database 15 based on the update result log for each function recorded in the update log file 252 of the update log storage unit 250. The operation of each search function can be controlled according to the check result. For example, when the function update date and time of a search function described in the update log file 252 is a date and time before the device update date and time, the database of the search function is sufficiently updated to match the latest state. It may not be. In this case, the function execution unit 254 may change the display screen (UI) so as not to display the search function, or notify the user that the search function is incomplete (for example, a warning) The search function may be executed after display).

以上、本実施形態にかかるデバイス20の各部の機能構成について説明した。なお、上記デバイス20の各部は、例えば、上記各機能を有するハードウェアとして構成されてもよいし、或いは、上記各機能をコンピュータに実現させるプログラムをデバイス20にインストールすることによって構成されてもよい。   The functional configuration of each part of the device 20 according to the present embodiment has been described above. Each unit of the device 20 may be configured as hardware having each of the above functions, or may be configured by installing a program that causes the computer to realize the above functions in the device 20. .

<ホスト装置の機能構成>
次に、図9を参照して、本実施形態にかかるホスト装置10の機能構成について説明する。なお、図9は、本実施形態にかかるホスト装置10の機能構成の例を概略的に示すブロック図である。
<Functional configuration of host device>
Next, the functional configuration of the host device 10 according to the present embodiment will be described with reference to FIG. FIG. 9 is a block diagram schematically illustrating an example of a functional configuration of the host device 10 according to the present embodiment.

図9に示すように、ホスト装置10は、コンテンツ記憶部120と、再生操作部122と、再生部124と、日時情報生成部126と、再生履歴生成部128と、再生履歴記憶部130と、通信部132と、接続検知部134と、デバイス情報取得部136と、再生履歴解析部138と、解析結果記憶部140と、評価値演算部142と、評価値入力部144と、ホスト記憶部146と、プレイリスト生成部148、コンテンツ更新部150と、機能情報記憶部154と、ホスト情報取得部156と、更新機能抽出部158と、データベース更新部160と、ログ記録部162と、配信サービス利用部164と、リッピング部166と、機能実行部168と、表示部169と、を主に備える。   As shown in FIG. 9, the host device 10 includes a content storage unit 120, a playback operation unit 122, a playback unit 124, a date / time information generation unit 126, a playback history generation unit 128, a playback history storage unit 130, Communication unit 132, connection detection unit 134, device information acquisition unit 136, playback history analysis unit 138, analysis result storage unit 140, evaluation value calculation unit 142, evaluation value input unit 144, and host storage unit 146 A playlist generation unit 148, a content update unit 150, a function information storage unit 154, a host information acquisition unit 156, an update function extraction unit 158, a database update unit 160, a log recording unit 162, and a distribution service use Unit 164, ripping unit 166, function executing unit 168, and display unit 169.

このうち、コンテンツ記憶部120、再生操作部122、再生部124、日時情報生成部126、再生履歴生成部128、及び再生履歴記憶部130は、上述したデバイス20が備えるコンテンツ記憶部220、再生部224、再生操作部222、日時情報生成部226、再生履歴生成部228、および再生履歴記憶部230とほぼ同様の機能構成を有するため、説明を省略する。ホスト装置10は、デバイス20と同様に、ユーザによる再生操作に基づいてコンテンツに対する各処理を行い、イベントログを生成して記録することができる。   Among these, the content storage unit 120, the playback operation unit 122, the playback unit 124, the date / time information generation unit 126, the playback history generation unit 128, and the playback history storage unit 130 are the content storage unit 220 and playback unit included in the device 20 described above. 224, the reproduction operation unit 222, the date / time information generation unit 226, the reproduction history generation unit 228, and the reproduction history storage unit 230, the description thereof will be omitted. Similar to the device 20, the host device 10 can perform each process on the content based on the reproduction operation by the user, and generate and record an event log.

なお、コンテンツ記憶部120は、例えば、HDD等のストレージ装置111、半導体メモリ、リムーバブル記憶媒体7などの記憶媒体で構成され、複数のコンテンツを記憶する機能を有する。   The content storage unit 120 includes, for example, a storage device 111 such as an HDD, a storage medium such as a semiconductor memory, and a removable storage medium 7, and has a function of storing a plurality of contents.

通信部132は、例えば、上記接続ポート114や通信装置115などで構成されており、ローカルライン9や無線通信路、ネットワーク5などを介して、デバイス20、コンテンツ配信サーバ30又は他のホスト装置10といった外部装置との間で、各種の情報を通信可能である。   The communication unit 132 includes, for example, the connection port 114, the communication device 115, and the like, and the device 20, the content distribution server 30, or another host device 10 via the local line 9, the wireless communication path, the network 5, or the like. Various types of information can be communicated with such external devices.

接続検知部134は、通信部132を介して他の外部装置がホスト装置10に接続されたことを検知する。具体的には、接続検知部134は、デバイス20が接続ポート114に接続されたことを検知し、デバイス情報取得部136に通知する。   The connection detection unit 134 detects that another external device is connected to the host device 10 via the communication unit 132. Specifically, the connection detection unit 134 detects that the device 20 is connected to the connection port 114 and notifies the device information acquisition unit 136 of it.

デバイス情報取得部136は、ホスト装置10に接続されたデバイス20から、当該デバイス20の記憶媒体に記憶されている各種の情報を取得する。具体的には、デバイス情報取得部136は、上記接続検知部134からデバイス20との接続の検知の通知を受けると、通信部132を介してデバイス20にアクセスして必要な情報を取得する。   The device information acquisition unit 136 acquires various types of information stored in the storage medium of the device 20 from the device 20 connected to the host device 10. Specifically, upon receiving notification of detection of connection with the device 20 from the connection detection unit 134, the device information acquisition unit 136 accesses the device 20 via the communication unit 132 and acquires necessary information.

例えば、デバイス情報取得部136は、デバイス20から、当該デバイス20の再生履歴記憶部230に記憶されているイベントログを取得して、再生履歴解析部138に出力する。また、デバイス情報取得部136は、デバイス20から、当該デバイス20内に記憶されている各コンテンツの演算評価値と入力評価値を取得して、評価値演算部142に出力する。   For example, the device information acquisition unit 136 acquires an event log stored in the playback history storage unit 230 of the device 20 from the device 20 and outputs the event log to the playback history analysis unit 138. In addition, the device information acquisition unit 136 acquires the calculation evaluation value and the input evaluation value of each content stored in the device 20 from the device 20 and outputs the acquired calculation evaluation value and the input evaluation value to the evaluation value calculation unit 142.

また、デバイス情報取得部136は、デバイス20のコンテンツ記憶部220に記憶されているコンテンツや、ターミナル記憶部240に記憶されている検索表示用テーブル13、15や、ターミナルデータベース17のコンテンツの属性情報などを取得することもできる。このように取得されたコンテンツは、コンテンツ記憶部120に記憶され、属性情報や検索表示用テーブル13、15は、ホストデータベース170に記憶される。また、デバイス20から取得されたコンテンツ属性情報は、コンテンツ更新部150にも通知さえる。また、デバイス情報取得部136は、デバイス20から、1又は2以上のコンテンツIDを含む削除予定リストを取得し、コンテンツ更新部150に出力する。
また、デバイス情報取得部136は、上記デバイス20の更新要求部239から、デバイス20が対応する機能の識別情報(例えば機能ID)と、当該機能のバージョンを示す情報(例えばバージョン情報自体)とを関連付けた対応機能リストを含む更新要求コマンドを取得する。この更新要求コマンドにより、ホスト装置10は、リリース済みの複数の機能のうちデバイス20が対応する機能と、その機能のバージョンとを把握できる。デバイス情報取得部136は、デバイス20から取得した対応機能リストを更新機能抽出部158に出力し、デバイス20の更新対象機能の決定に利用させる。
The device information acquisition unit 136 also includes attribute information of content stored in the content storage unit 220 of the device 20, search display tables 13 and 15 stored in the terminal storage unit 240, and content of the terminal database 17. Etc. can also be acquired. The content acquired in this way is stored in the content storage unit 120, and the attribute information and the search display tables 13 and 15 are stored in the host database 170. Further, the content attribute information acquired from the device 20 is also notified to the content update unit 150. In addition, the device information acquisition unit 136 acquires a deletion schedule list including one or more content IDs from the device 20 and outputs the list to the content update unit 150.
Further, the device information acquisition unit 136 receives, from the update request unit 239 of the device 20, identification information (for example, function ID) of the function to which the device 20 corresponds and information (for example, version information itself) indicating the version of the function. An update request command including the associated corresponding function list is acquired. By this update request command, the host apparatus 10 can grasp the function supported by the device 20 among the plurality of released functions and the version of the function. The device information acquisition unit 136 outputs the corresponding function list acquired from the device 20 to the update function extraction unit 158 and uses it for determining the update target function of the device 20.

また、デバイス情報取得部136は、デバイス20の更新ログ記憶部250から、上記更新ログファイル252を取得する、この更新ログファイル252を取得することにより、ホスト装置10は、接続されたデバイス20の各機能のデータベース13、15の更新状況を把握できる。デバイス情報取得部136は、デバイス20から取得した更新ログファイル252をデータベース更新部160に出力し、デバイス20のデータベース更新に利用させる。   In addition, the device information acquisition unit 136 acquires the update log file 252 from the update log storage unit 250 of the device 20, and by acquiring the update log file 252, the host device 10 allows the connected device 20 to be connected. The update status of the databases 13 and 15 for each function can be grasped. The device information acquisition unit 136 outputs the update log file 252 acquired from the device 20 to the database update unit 160 and uses it for database update of the device 20.

再生履歴解析部138は、ホスト装置10の再生履歴記憶部130に記憶されているイベントログ、及び上記デバイス情報取得部136がデバイス20から取得したイベントログの解析を行い、ホスト装置10とデバイス20で再生された各コンテンツの再生履歴情報を求める。具体的には、再生履歴解析部138は、上記イベントログの解析結果として、例えば、各コンテンツの再生開始日時、再生終了日時、再生回数、休止回数、スキップ回数、リピート回数、および総再生時間などを求める。再生履歴解析部138は、かかる解析結果を解析結果記憶部140に記録する。解析結果記憶部140は、HDD等のストレージ装置211又はフラッシュメモリ202等の記憶媒体で構成され、再生履歴解析部138によるイベントログの解析結果を記憶する。   The reproduction history analysis unit 138 analyzes the event log stored in the reproduction history storage unit 130 of the host device 10 and the event log acquired from the device 20 by the device information acquisition unit 136, and the host device 10 and the device 20. The reproduction history information of each content reproduced in step 1 is obtained. Specifically, the playback history analysis unit 138, as the analysis result of the event log, for example, the playback start date / time, playback end date / time, playback count, pause count, skip count, repeat count, total playback time, etc. of each content Ask for. The reproduction history analysis unit 138 records the analysis result in the analysis result storage unit 140. The analysis result storage unit 140 includes a storage device 211 such as an HDD or a storage medium such as a flash memory 202, and stores an analysis result of the event log by the reproduction history analysis unit 138.

評価値演算部142は、デバイス20とホスト装置10のイベントログの解析結果(再生履歴情報)に基づいて、各コンテンツの演算評価値を演算し、ホスト記憶部146に記録する。この演算評価値は、コンテンツの再生履歴情報に基づき自動的に演算された評価値(例えば、コンテンツの優先度を表す5段階の評価値)であり、この演算評価値を自動生成してコンテンツに関連付けることを「自動レーティング(Auto−Rating)」という。これに対して、入力評価値は、ユーザ入力に基づき設定された評価値であり、この入力評価値を手動で設定してコンテンツに関連付けることを「手動レーティング(Manual−Rating)」という。この演算評価値及び入力評価値の用途としては、例えば、(1)ユーザがコンテンツを検索する際の参考パラメータとしての使用や、(2)ユーザの嗜好性を把握するプロファイルデータを算出するための指標としての使用、(3)ホスト装置10からデバイス20に多数のコンテンツを転送する際に、記憶容量の制限からデバイス20内で削除するコンテンツを選別するための基準としての使用、などがある。   The evaluation value calculation unit 142 calculates the calculation evaluation value of each content based on the analysis result (reproduction history information) of the event log of the device 20 and the host device 10 and records it in the host storage unit 146. This calculated evaluation value is an evaluation value automatically calculated based on the reproduction history information of the content (for example, a five-level evaluation value indicating the priority of the content). This calculated evaluation value is automatically generated and stored in the content. The association is referred to as “auto-rating”. On the other hand, the input evaluation value is an evaluation value set based on the user input, and manually setting the input evaluation value and associating it with the content is referred to as “manual rating (Manual-Rating)”. The calculation evaluation value and the input evaluation value can be used for, for example, (1) use as a reference parameter when the user searches for content, or (2) calculating profile data for grasping the user's preference. Use as an index, and (3) use as a reference for selecting contents to be deleted in the device 20 due to storage capacity limitations when transferring many contents from the host device 10 to the device 20.

評価値入力部144は、上記デバイス20の評価値入力部242と同様に、ユーザ入力に応じて、コンテンツ記憶部120に記憶されているコンテンツに対応する入力評価値を設定する。さらに、評価値入力部144は、このように設定した入力評価値と当該コンテンツのコンテンツIDとをホスト記憶部146に記録する。これによって、ホスト装置10において、コンテンツの入力評価値を設定して、即時、最新の入力評価値を表示できるようになる。   Similar to the evaluation value input unit 242 of the device 20, the evaluation value input unit 144 sets an input evaluation value corresponding to the content stored in the content storage unit 120 according to the user input. Further, the evaluation value input unit 144 records the input evaluation value set in this way and the content ID of the content in the host storage unit 146. As a result, the host device 10 can set the input evaluation value of the content and display the latest input evaluation value immediately.

ホスト記憶部146は、例えば、HDD等のストレージ装置111、フラッシュメモリ等の半導体メモリ、リムーバブル記憶媒体7などの記憶媒体で構成され、コンテンツの属性情報などの各種情報を記憶する。このホスト記憶部146は、ホストデータベース170を格納している。ホストデータベース170は、例えば、リレーショナルデータベース(RDB)などで構成され、コンテンツ記憶部120に記憶されたコンテンツの属性情報を含む。このホストデータベース170のデータに基づいて、上記複数種類の検索表示用データテーブル13、15が作成される。   The host storage unit 146 includes, for example, a storage device 111 such as an HDD, a semiconductor memory such as a flash memory, and a storage medium such as a removable storage medium 7, and stores various types of information such as content attribute information. The host storage unit 146 stores a host database 170. The host database 170 is constituted by, for example, a relational database (RDB) and includes content attribute information stored in the content storage unit 120. Based on the data of the host database 170, the above-described plural types of search display data tables 13 and 15 are created.

ここで、図10を参照して、ホスト記憶部146のホストデータベース170のデータ構造について説明する。   Here, the data structure of the host database 170 of the host storage unit 146 will be described with reference to FIG.

図10に示すように、ホスト記憶部146のホストデータベース170には、例えば、コンテンツID170a、タイトル170b、アーティスト名170c、アルバム名170d、ジャンル170e、演奏時間170f、演算評価値170g、入力評価値170h、リリース年170iなどの情報が、コンテンツごとに関連付けて記憶されている。コンテンツID170aは、コンテンツを一意に識別する識別子である。タイトル170bは、コンテンツの名称(音楽コンテンツ(楽曲)の曲名)であり、アーティスト名170cは、その音楽コンテンツを歌唱、演奏、作曲、作詞、プロデュース等するアーティストの名称であり、アルバム名170dは、その音楽コンテンツが収録されている音楽アルバムの名称であり、ジャンル170eは、その音楽コンテンツが属するジャンル(例えば、ジャズ、ポップス、ロック等)であり、演奏時間170fは、その音楽コンテンツの演奏時間(再生時間)であり、演算評価値170gは、上記自動レーティングによりその音楽コンテンツに対して自動的に付加された評価ポイントであり、入力評価値170hは、上記手動レーティングによりその音楽コンテンツに対して手動で付加された評価ポイントであり、リリース年170iは、その音楽コンテンツがリリース(発売)された年度(若しくは年月日)である。   As shown in FIG. 10, the host database 170 of the host storage unit 146 includes, for example, a content ID 170a, a title 170b, an artist name 170c, an album name 170d, a genre 170e, a performance time 170f, a calculation evaluation value 170g, and an input evaluation value 170h. Information such as the release year 170i is stored in association with each content. The content ID 170a is an identifier that uniquely identifies the content. The title 170b is the name of the content (the name of the music content (song)), the artist name 170c is the name of an artist who sings, performs, composes, composes, and produces the music content, and the album name 170d is The name of the music album in which the music content is recorded, the genre 170e is the genre to which the music content belongs (for example, jazz, pop, rock, etc.), and the performance time 170f is the performance time of the music content ( The calculation evaluation value 170g is an evaluation point automatically added to the music content by the automatic rating, and the input evaluation value 170h is manually applied to the music content by the manual rating. The evaluation points added in Scan year 170i, the music content is released (release) has been the year (or date).

プレイリスト生成部148は、解析結果記憶部140に記憶されているイベントログの解析結果(再生履歴)や、ホスト記憶部146に記憶されている各種のコンテンツ属性情報、ユーザ入力等に基づいて、所定の条件(例えば、再生された期間、総再生時間、再生回数、スキップ回数、休止回数、リピート回数、演算評価値、入力評価値、リリース年、ユーザ選択など)を満たすコンテンツの属性情報を集合化したプレイリストを生成する。プレイリストは、コンテンツの識別情報(コンテンツID等)及びコンテンツの属性情報を集合化したリストであり、ホスト装置10およびデバイス20は、プレイリストに従って、プレイリスト内のコンテンツIDに対応するコンテンツの再生を行うことができる。従って、例えばユーザの嗜好に沿ったコンテンツの属性情報を集合化したプレイリストをデバイス20やホスト装置10が有していれば、デバイス20やホスト装置10はそのプレイリストに沿ってコンテンツを再生することで、ユーザの嗜好に沿ったコンテンツを再生することができる。なお、プレイリスト生成部148により生成されたプレイリストは、例えばホスト記憶部146や、別途のプレイリスト記憶部(図示せず。)などに記憶される。   The playlist generation unit 148 is based on the analysis result (playback history) of the event log stored in the analysis result storage unit 140, various content attribute information stored in the host storage unit 146, user input, and the like. Collection of attribute information of contents satisfying predetermined conditions (for example, playback period, total playback time, playback count, skip count, pause count, repeat count, calculation evaluation value, input evaluation value, release year, user selection, etc.) Generate a customized playlist. The playlist is a list in which content identification information (content ID and the like) and content attribute information are collected, and the host device 10 and the device 20 reproduce content corresponding to the content ID in the playlist according to the playlist. It can be performed. Therefore, for example, if the device 20 or the host device 10 has a playlist in which the attribute information of the content according to the user's preference is collected, the device 20 or the host device 10 reproduces the content along the playlist. As a result, it is possible to reproduce the content according to the user's preference. The playlist generated by the playlist generation unit 148 is stored in, for example, the host storage unit 146 or a separate playlist storage unit (not shown).

コンテンツ更新部150は、デバイス20に対してコンテンツを追加/削除する。即ち、コンテンツ更新部150は、ホスト装置10のコンテンツ記憶部120に記憶されたコンテンツの一部/全部をデバイス20に転送して、デバイス20のコンテンツ記憶部220に追加したり、デバイス20のコンテンツ記憶部220に記憶されているコンテンツの一部/全部を削除したりできる。   The content update unit 150 adds / deletes content to / from the device 20. That is, the content update unit 150 transfers part / all of the content stored in the content storage unit 120 of the host device 10 to the device 20 and adds it to the content storage unit 220 of the device 20, A part / all of the content stored in the storage unit 220 can be deleted.

具体的には、コンテンツ更新部150は、ユーザ入力に基づくコンテンツ追加指示を受けると、追加対象のコンテンツをコンテンツ記憶部120から読み出し、デバイス20にアクセスし、追加対象のコンテンツをコンテンツ記憶部220に記録するようにデバイス20を制御する。また、コンテンツ更新部150は、ユーザ入力に基づくコンテンツ削除指示を受けると、デバイス20にアクセスして、コンテンツ記憶部220から削除対象のコンテンツを削除するようデバイス20を制御する。   Specifically, when receiving the content addition instruction based on the user input, the content update unit 150 reads the content to be added from the content storage unit 120, accesses the device 20, and stores the content to be added to the content storage unit 220. Control device 20 to record. In addition, when receiving a content deletion instruction based on a user input, the content update unit 150 accesses the device 20 and controls the device 20 to delete the content to be deleted from the content storage unit 220.

また、コンテンツ更新部150は、ホスト装置10とデバイス20とが接続されたときに、双方に記憶されたコンテンツの同期(シンク)の指示を受けると、ホスト装置10のコンテンツ記憶部120に記憶されるコンテンツと、デバイス20のコンテンツ記憶部220に記憶されるコンテンツとが同一となるように、各コンテンツ記憶部120、220に記憶されているコンテンツを過不足無く相互にやり取りして記録するよう制御する。なお、かかるコンテンツの同期処理は、ホスト装置10とデバイス20とが接続されたときに自動的に行ってもよい。   In addition, when the host device 10 and the device 20 are connected, the content update unit 150 receives an instruction to synchronize (sink) the content stored in both, and is stored in the content storage unit 120 of the host device 10. The content stored in each content storage unit 120, 220 is controlled to be exchanged and recorded without excess or shortage so that the content stored in the content storage unit 220 of the device 20 is the same. To do. The content synchronization processing may be automatically performed when the host device 10 and the device 20 are connected.

このように、コンテンツ更新部150は、ホスト装置10とデバイス20とが接続された状態で、デバイス20に記憶されるコンテンツを、ホスト装置10側から更新(追加/削除/同期)する機能を有する。これは、デバイス20とホスト装置10とが接続されると、ホスト装置10では、デバイス20が外部記憶媒体(HDD等)として認識され、ホスト装置10側からデバイス20に対してデータの追加/削除を実行できるように設計されていることによる。   As described above, the content update unit 150 has a function of updating (adding / deleting / synchronizing) content stored in the device 20 from the host device 10 side in a state where the host device 10 and the device 20 are connected. . This is because when the device 20 and the host device 10 are connected, the host device 10 recognizes the device 20 as an external storage medium (HDD or the like), and adds / deletes data to / from the device 20 from the host device 10 side. By being designed to be able to perform.

また、コンテンツ更新部150は、デバイス20から削除予定リストが取得されると、当該削除予定リストに含まれているコンテンツIDに対応するコンテンツを、デバイス20のコンテンツ記憶部220から削除するよう制御する。かかる削除予定リストを使用して、ホスト装置10が、デバイス20内のコンテンツの削除制御を行うことにより、デバイス20の処理負荷を低減して、バッテリの消耗を抑制できる。   In addition, when the deletion schedule list is acquired from the device 20, the content update unit 150 controls to delete the content corresponding to the content ID included in the deletion schedule list from the content storage unit 220 of the device 20. . By using the deletion schedule list, the host device 10 performs the deletion control of the contents in the device 20, thereby reducing the processing load on the device 20 and suppressing the battery consumption.

また、コンテンツ更新部150は、デバイス20のターミナル記憶部240に記憶されているコンテンツの属性情報(例えば、再生履歴、評価値など)の更新を行うこともできる。例えば、既存のコンテンツのタイトル、ジャンル等の内容の更新が行われた場合や、上記再生履歴解析部138によりコンテンツの再生履歴が更新された場合、評価値演算部142又は評価値入力部144により評価値が更新された場合、或いは、プレイリスト生成部148によりプレイリストが更新された場合などには、コンテンツ更新部150は、上記属性情報の更新をデバイス20側のデータベースにも反映させる。   The content update unit 150 can also update content attribute information (for example, a playback history, an evaluation value, etc.) stored in the terminal storage unit 240 of the device 20. For example, when the content such as the title and genre of the existing content is updated, or when the reproduction history of the content is updated by the reproduction history analysis unit 138, the evaluation value calculation unit 142 or the evaluation value input unit 144 When the evaluation value is updated, or when the playlist is updated by the playlist generation unit 148, the content update unit 150 reflects the update of the attribute information in the database on the device 20 side.

機能情報記憶部154は、例えば、HDD等のストレージ装置111、半導体メモリ、リムーバブル記憶媒体7等の記憶媒体などで構成され、ホスト10の対応機能リストを記憶する。このホスト10の対応機能リストは、例えば、ホスト装置10が対応する機能の識別情報(例えば機能ID)と、当該機能のバージョンを示す情報とを関連付けた情報である。   The function information storage unit 154 includes, for example, a storage device 111 such as an HDD, a storage medium such as a semiconductor memory, a removable storage medium 7, and the like, and stores a corresponding function list of the host 10. The corresponding function list of the host 10 is, for example, information in which identification information (for example, function ID) of a function supported by the host device 10 is associated with information indicating the version of the function.

ここで、上記「ホスト装置10が対応する機能」は、ホスト装置10にインストールされた機能のうち、ホスト装置10が実際に対応している機能であり、ホスト装置10にインストールされていない機能や、ホスト装置10における各機能の対応/非対応を設定する機能設定部(図示せず。)により「非対応」に設定された機能は含まない。また、本実施形態では、上記デバイス20の対応機能リストと同様に、ホスト装置10の対応機能リストでも「機能のバージョンを示す情報」として、機能のバージョン情報自体(例えば、バージョン2.2)を使用するが、かかる例に限定されない。   Here, the “function supported by the host device 10” is a function that is actually supported by the host device 10 among the functions installed in the host device 10, and is not installed in the host device 10. The functions set to “non-compliant” by the function setting unit (not shown) for setting the correspondence / non-correspondence of each function in the host device 10 are not included. In the present embodiment, the function version information itself (for example, version 2.2) is used as “information indicating the function version” in the corresponding function list of the host device 10 as in the corresponding function list of the device 20. Although used, it is not limited to such an example.

ホスト情報取得部156は、上記機能情報記憶部154から、ホスト装置10が対応する機能の識別情報(例えば機能ID)と、当該機能のバージョンを示す情報(例えばバージョン情報自体)とを関連付けたホスト装置10の対応機能リストを読み出して取得する。このホスト装置10の対応機能リストにより、ホスト装置10は、リリース済みの複数の機能のうちホスト装置10自身が対応する機能と、その機能のバージョンとを把握できる。ホスト情報取得部156は、機能情報記憶部154から取得した対応機能リストを更新機能抽出部158に出力し、デバイス20の更新対象機能の決定に利用させる。   The host information acquisition unit 156 associates from the function information storage unit 154 the function identification information (for example, function ID) corresponding to the host device 10 and information indicating the version of the function (for example, version information itself). The corresponding function list of the device 10 is read and acquired. From the corresponding function list of the host device 10, the host device 10 can grasp the function to which the host device 10 corresponds among a plurality of released functions and the version of the function. The host information acquisition unit 156 outputs the corresponding function list acquired from the function information storage unit 154 to the update function extraction unit 158 and uses it for determining the update target function of the device 20.

更新機能抽出部158は、上記デバイス情報取得部136により取得されたデバイス20の対応機能リスト(デバイス20が対応する各機能の機能IDとそのバージョン情報)と、上記ホスト情報取得部156により取得されたホスト10の対応機能リスト(ホスト装置10が対応する各機能の機能IDとそのバージョン情報)とに基づいて、デバイス20が対応する各機能のうち、ホスト装置が対応可能な機能を、後述のデータベース更新部160による更新対象機能として抽出する。つまり、更新機能抽出部158は、デバイス20からメンテナンスを要求された1又は2以上の機能を、ホスト装置10で対応可能(データベースをメンテナンス可能)な機能と、ホスト装置10で対応不能(データベースをメンテナンス不能)な機能とに選別し、上記ホスト装置10で対応可能な機能を更新対象機能として抽出する。   The update function extraction unit 158 is acquired by the host information acquisition unit 156 and the corresponding function list (function ID and version information of each function supported by the device 20) of the device 20 acquired by the device information acquisition unit 136. Based on the corresponding function list of the host 10 (function ID and version information of each function supported by the host apparatus 10), the functions that can be supported by the host apparatus among the functions supported by the device 20 are described later. It is extracted as a function to be updated by the database update unit 160. In other words, the update function extraction unit 158 can support one or more functions requested for maintenance from the device 20 by the host device 10 (database maintenance is possible) and the host device 10 cannot support (database Functions that can be handled by the host device 10 are extracted as functions to be updated.

この更新機能抽出部158は、デバイス20が対応する機能にホスト装置10が対応可能か否かを判断する場合、まず、(1)デバイス20が対応する機能にホスト装置10が対応しているか否かを判断し、次いで、デバイス20が対応する機能にホスト装置10が対応している場合に、(2)ホスト装置10が対応する機能のバージョンで、デバイス20が対応する機能のバージョンのデータベースを更新できるか否かを判断する。この判断の結果、(1)及び(2)の双方の条件を満たす機能が更新対象機能として抽出される。   When the update function extraction unit 158 determines whether or not the host device 10 can support the function supported by the device 20, first, (1) whether or not the host device 10 supports the function supported by the device 20. Next, when the host device 10 corresponds to the function supported by the device 20, (2) a function version database supported by the device 20 is stored in the function version database supported by the host device 10. Determine whether it can be updated. As a result of this determination, functions that satisfy both conditions (1) and (2) are extracted as update target functions.

まず、(1)の条件について説明する。更新機能抽出部158は、デバイス20が対応する機能にホスト装置10が対応しているか否かを判断し、デバイス20が対応する機能にホスト装置10が対応している場合には、当該機能を更新対象機能の候補とし、一方、デバイス20が対応する機能にホスト装置10が対応していない場合には、当該機能を更新対象機能から除外する。例えば、ホスト装置10に機能A、Bに対応しており、デバイス20が機能A、B、Cに対応している場合、機能Cは更新対象機能から除外され、機能A、Bが更新対象機能の候補となり、次の(2)の条件が判断される。   First, the condition (1) will be described. The update function extraction unit 158 determines whether or not the host device 10 corresponds to the function supported by the device 20, and if the host device 10 corresponds to the function supported by the device 20, the update function extraction unit 158 On the other hand, if the host device 10 does not correspond to the function supported by the device 20 as a candidate for the update target function, the function is excluded from the update target function. For example, when the host device 10 corresponds to the functions A and B and the device 20 corresponds to the functions A, B, and C, the function C is excluded from the update target functions, and the functions A and B are the update target functions. The following condition (2) is determined.

かかる(1)の条件は、デバイス情報取得部136により取得された機能IDと、上記ホスト情報取得部156により取得された機能IDとを比較することによって判断できる。デバイス20に対応する機能IDがホスト装置10に対応する機能IDのいずれかに該当する場合には、デバイス20とホスト装置10の双方が、その機能IDの機能に対応していることになる。一方、デバイス20に対応する機能IDがホスト装置10に対応する機能IDのいずれかに該当しない場合には、ホスト装置10のその機能IDの機能に対応不能であることになる。   The condition (1) can be determined by comparing the function ID acquired by the device information acquisition unit 136 with the function ID acquired by the host information acquisition unit 156. When the function ID corresponding to the device 20 corresponds to one of the function IDs corresponding to the host device 10, both the device 20 and the host device 10 correspond to the function of the function ID. On the other hand, when the function ID corresponding to the device 20 does not correspond to any of the function IDs corresponding to the host device 10, the function corresponding to the function ID of the host device 10 cannot be supported.

次に、(2)の条件について説明する。更新機能抽出部158は、デバイス20とホスト装置10が同一の機能IDの機能に対応している場合に、両者の機能のバージョンに基づいて、デバイス20が対応する機能にホスト装置10が対応可能か否かを判断する。例えば、更新機能抽出部158は、デバイス情報取得部136により取得されたバージョン情報に含まれるメジャーバージョン情報及びマイナーバージョン情報と、ホスト情報取得部156により取得されたバージョン情報に含まれるメジャーバージョン情報及びマイナーバージョン情報とに基づき、ホスト装置10がデバイス20の該当機能に対応可能か否かを判断する。   Next, the condition (2) will be described. When the device 20 and the host device 10 support the function with the same function ID, the update function extraction unit 158 can support the function supported by the device 20 based on the version of both functions. Determine whether or not. For example, the update function extraction unit 158 includes major version information and minor version information included in the version information acquired by the device information acquisition unit 136, major version information included in the version information acquired by the host information acquisition unit 156, and Based on the minor version information, the host device 10 determines whether or not the corresponding function of the device 20 can be supported.

ここで、メジャーバージョンは、相異なるメジャーバージョンの機能との互換性が確保されないバージョンであり、例えば、同一の機能であっても、バージョン1.0の機能と、バージョン2.0の機能とは互換性がない。一方、マイナーバージョンは、相異なるマイナーバージョンとの互換性が確保されるバージョンであり、例えば、同一の機能であり、かつ、メジャーバージョンが同一であれば、バージョン1.1の機能とバージョン1.2の機能とは互換性がある。例えば、マイナーバージョンアップは、例えば読み仮名検索機能の検索精度を向上する際などに行われる。   Here, the major version is a version in which compatibility with functions of different major versions is not ensured. For example, the functions of version 1.0 and the functions of version 2.0 are the same even if they are the same function. Incompatible. On the other hand, the minor version is a version that ensures compatibility with different minor versions. For example, if the minor version has the same function and the same major version, the version 1.1 function and the version 1. The two functions are compatible. For example, the minor version upgrade is performed, for example, when the search accuracy of the reading kana search function is improved.

更新機能抽出部158は、ホスト装置10の機能のメジャーバージョン及びマイナーバージョンと、デバイス20の機能のメジャーバージョン及びマイナーバージョンとの一致/相違に基づき、以下のように、ホスト装置10がデバイス20の該当機能に対応可能か否かを判断する。以下では、比較的簡便な第1バージョン判断手法と、比較的詳細な第2バージョン判断手法の2つの例について説明する。   Based on the match / difference between the major version and minor version of the function of the host device 10 and the major version and minor version of the function of the device 20, the update function extraction unit 158 causes the host device 10 to Determine whether the function can be supported. In the following, two examples of a relatively simple first version determination method and a relatively detailed second version determination method will be described.

(A)第1バージョン判断手法
この第1バージョン判断手法では、同一の機能Aに関し、ホスト装置10の機能Aのメジャーバージョンと、デバイス20の機能Aのメジャーバージョンとが同一であれば、マイナーバージョンの異同にかかわらず、ホスト装置10はデバイス20の機能Aに対応可能であると判断される。一方、両者のメジャーバージョンが異なれば、ホスト装置10がデバイス20の機能Aに対応不能であると判断される。例えば、ホスト装置10の機能Aのバージョンが2.0であり、デバイス20の機能Aのバージョンが2.2であれば、対応可能と判断され、ホスト装置10の機能Aのバージョンが2.0であり、デバイス20の機能Aのバージョンが3.0であれば、対応不能と判断される。かかる手法では、マイナーバージョンの相違であれば、各機能のデータベースが互換性を有するように、各機能を設計する必要がある。
(A) First Version Determination Method In this first version determination method, for the same function A, if the major version of the function A of the host device 10 and the major version of the function A of the device 20 are the same, the minor version It is determined that the host device 10 can support the function A of the device 20 regardless of the difference. On the other hand, if the major versions are different from each other, it is determined that the host apparatus 10 cannot cope with the function A of the device 20. For example, if the version of the function A of the host apparatus 10 is 2.0 and the version of the function A of the device 20 is 2.2, it is determined that the function can be supported, and the version of the function A of the host apparatus 10 is 2.0. If the version of the function A of the device 20 is 3.0, it is determined that it cannot be handled. In this method, if the minor version is different, it is necessary to design each function so that the database of each function is compatible.

(B)第2バージョン判断手法
この第2バージョン判断手法では、同一の機能Aに関し、ホスト装置10の機能Aのメジャーバージョン及びマイナーバージョンと、デバイス20の機能Aのメジャーバージョン及びマイナーバージョンのいずれが最新バージョンかによって、それぞれ以下の(a)〜(f)のように、ホスト装置10が機能Aに対応可能か否かが判断される。この第2バージョン判断手法では、原則として、メジャーバージョンが同一であれば、マイナーバージョンの異同にかかわらず、ホスト装置10が機能Aに対応可能であると判断される。このためには、各機能のマイナーバージョンの相違によってデータベースの処理に支障が生じないように、各機能を設計する必要がある。
(B) Second Version Determination Method In this second version determination method, for the same function A, either the major version or minor version of the function A of the host device 10 or the major version or minor version of the function A of the device 20 is Whether or not the host device 10 is compatible with the function A is determined as shown in the following (a) to (f) depending on the latest version. In this second version determination method, in principle, if the major version is the same, it is determined that the host apparatus 10 can support the function A regardless of the minor version. For this purpose, it is necessary to design each function so that the database processing is not hindered by a difference in minor version of each function.

なお、以下では、ホスト装置10が対応する機能のメジャーバージョン、マイナーバージョンを、それぞれ「ホストメジャーバージョン」、「ホストマイナーバージョン」と表記し、デバイス20が対応する機能のメジャーバージョン、マイナーバージョンを、それぞれ「デバイスメジャーバージョン」、「デバイスマイナーバージョン」と表記する。また、2つのバージョンの新旧を、記号“>”や“=”で表記し、例えば、バージョンAがバージョンBより新しいバージョンである場合には、「バージョンA>バージョンB」と表記し、バージョンAとバージョンBが同じバージョンである場合には、「バージョンA=バージョンB」と表記する。   In the following description, the major version and minor version of the function supported by the host device 10 are referred to as “host major version” and “host minor version”, respectively, and the major version and minor version of the function supported by the device 20 are Represented as “device major version” and “device minor version”, respectively. In addition, the new and old versions of two versions are represented by symbols “>” and “=”. For example, when version A is a version newer than version B, “version A> version B” is represented, and version A And version B are the same version, “version A = version B” is written.

(a)ホストメジャーバージョン>デバイスメジャーバージョンの場合
例えば、ホストバージョンが2.0であり、デバイスバージョンが1.0であるとき、ホスト装置10が、過去バージョンのデバイス20に対応可能に設計されている場合には、ホスト装置10はデバイス20の旧機能Aに対応可能と判断される。例えば、ホスト装置10に、新旧両方の機能A(新バージョン2.0の機能A及び旧バージョン1.0の機能A)が実装されている場合には、ホスト装置10はデバイス20のバージョン1.0の旧機能Aに対応可能である。一方、ホスト装置10が、過去バージョンのデバイス20に対応できないように設計されている場合には、ホスト装置10はデバイス20の旧バージョンの機能Aに対応不能と判断される。
(A) Host Major Version> Device Major Version For example, when the host version is 2.0 and the device version is 1.0, the host device 10 is designed to be compatible with the past version of the device 20. If it is, the host device 10 is determined to be compatible with the old function A of the device 20. For example, when both the old and new functions A (the function A of the new version 2.0 and the function A of the old version 1.0) are mounted on the host apparatus 10, the host apparatus 10 is connected to the version 1. The old function A of 0 can be supported. On the other hand, when the host device 10 is designed so as not to support the past version of the device 20, it is determined that the host device 10 cannot support the function A of the old version of the device 20.

(b)ホストメジャーバージョン=デバイスメジャーバージョンの場合
この場合には、以下の(d)〜(f)のように、マイナーバージョンの異同によって判断される。
(B) When host major version = device major version In this case, as shown in the following (d) to (f), the determination is made based on the difference between minor versions.

(c)ホストメジャーバージョン<デバイスメジャーバージョンの場合
例えば、ホストバージョンが1.0であり、デバイスバージョンが2.0であるときには、ホスト装置10はデバイス20の新バージョンの機能Aに対応不能と判断される。
(C) When host major version <device major version For example, when the host version is 1.0 and the device version is 2.0, the host device 10 determines that the function 20 of the new version of the device 20 cannot be supported. Is done.

(d)ホストマイナーバージョン>デバイスマイナーバージョンの場合
例えば、ホストバージョンが2.2であり、デバイスバージョンが2.1であるときには、原則、ホスト装置10はデバイス20の機能Aに対応可能であると判断される。このとき、ホスト装置10が、デバイス20の機能Aのデータベースを更新する際に、ホスト装置10の新バージョン2.2でメンテナンスするか、或いは、デバイス20の旧バージョン2.1でメンテナンスするかは、機能ごとに定義されている。上記のようにマイナーバージョン間では互換性があるように各機能が設計されているので、新旧いずれのバージョンでメンテナンスしても支障がない。なお、この場合には、デバイス20の更新ログファイル252に、機能Aの更新結果として、デバイス20のバージョン2.1ではなく、ホスト装置10のバージョン2.2が記録される。これにより、その後に当該デバイス20が他のホスト装置10に接続されたときに、他のホスト装置10は、更新ログファイル252内の情報に基づき、過去に接続されたホスト装置10のバージョン2.2を知ることができる。
(D) When the host minor version> the device minor version For example, when the host version is 2.2 and the device version is 2.1, in principle, the host device 10 can support the function A of the device 20. To be judged. At this time, when the host apparatus 10 updates the function A database of the device 20, whether the maintenance is performed with the new version 2.2 of the host apparatus 10 or the old version 2.1 of the device 20. , Defined for each function. As described above, each function is designed to be compatible between minor versions, so there is no problem in maintaining both new and old versions. In this case, the update log file 252 of the device 20 records the version 2.2 of the host device 10 instead of the version 2.1 of the device 20 as the update result of the function A. As a result, when the device 20 is subsequently connected to the other host device 10, the other host device 10 determines the version 2... Of the host device 10 connected in the past based on the information in the update log file 252. 2 can be known.

(e)ホストマイナーバージョン=デバイスマイナーバージョンの場合
例えば、ホストバージョンが2.2であり、デバイスバージョンが2.2であるときには、ホスト装置10はデバイス20の機能Aに対応可能であると判断される。
(E) When the host minor version = the device minor version For example, when the host version is 2.2 and the device version is 2.2, it is determined that the host apparatus 10 can support the function A of the device 20. The

(f)ホストマイナーバージョン<デバイスマイナーバージョンの場合
例えば、ホストバージョンが2.1であり、デバイスバージョンが2.2であるときには、ホスト装置10はデバイス20の機能Aに対応可能であると判断される。このとき、ホスト装置10は、デバイス20の機能Aのデータベースを更新する際に、ホスト装置10が対応可能な最新のバージョン2.1で、デバイス20の機能Aのデータベースをメンテナンスする。この場合にも、上記と同様な理由で、デバイス20の更新ログファイル252に、機能Aの更新結果として、ホスト装置10のバージョン2.1が記録される。
(F) When the host minor version is smaller than the device minor version For example, when the host version is 2.1 and the device version is 2.2, it is determined that the host apparatus 10 can support the function A of the device 20. The At this time, when updating the function A database of the device 20, the host apparatus 10 maintains the function A database of the device 20 with the latest version 2.1 that the host apparatus 10 can support. Also in this case, for the same reason as described above, the version 2.1 of the host device 10 is recorded as the update result of the function A in the update log file 252 of the device 20.

第2バージョン判断手法では、上記(a)〜(f)の判断基準に従い、更新機能抽出部158は、ホスト装置10が機能Aに対応可能か否かを判断する。   In the second version determination method, the update function extraction unit 158 determines whether or not the host device 10 can support the function A in accordance with the determination criteria (a) to (f).

以上のようにして、更新機能抽出部158は、上記更新要求コマンドにより通知されたデバイス20の対応する複数の機能の中から、ホスト装置10が対応可能な機能を抽出し、当該抽出した機能を更新対象機能として、データベース更新部160に通知する。また、更新機能抽出部158は、上記デバイス20の対応する複数の機能のうち、更新対象機能以外のホスト装置10が対応不能な機能(以下「更新不能機能」という)についても、データベース更新部160に通知する。   As described above, the update function extraction unit 158 extracts a function that can be supported by the host device 10 from a plurality of functions corresponding to the device 20 notified by the update request command, and extracts the extracted function. The database update unit 160 is notified as the update target function. The update function extraction unit 158 also includes the database update unit 160 for functions that the host device 10 other than the update target function cannot handle (hereinafter, referred to as “unupdateable function”) among the corresponding functions of the device 20. Notify

データベース更新部160は、上記更新機能抽出部158により抽出された更新対象機能について、デバイス20のターミナル記憶部240に記憶された検索表示用データベース13、15を更新する。例えば、デバイス20が対応する機能A、B、Cのうち、機能A、Bが更新対象機能である場合には、デバイス20のターミナル記憶部240内の機能A、Bの検索表示用データベース15a、15bを更新する。   The database update unit 160 updates the search display databases 13 and 15 stored in the terminal storage unit 240 of the device 20 with respect to the update target function extracted by the update function extraction unit 158. For example, when the functions A and B are functions to be updated among the functions A, B, and C supported by the device 20, the search display database 15a for the functions A and B in the terminal storage unit 240 of the device 20 are provided. 15b is updated.

このとき、データベース更新部160は、コンテンツ更新部150によるデバイス20に対するコンテンツの追加/削除/コンテンツの属性情報の更新等に応じて、検索表示用データベース13、15及びターミナルデータベース17を更新する。例えば、ホスト装置10からデバイス20に新たなコンテンツが追加(即ち、転送して記録)された場合には、データベース更新部160は、追加されたコンテンツの属性情報を、デバイス20の各検索表示用データベース13、15及びターミナルデータベース17の該当箇所に追記する。また、ホスト装置10によりデバイス20に記憶されているコンテンツが削除された場合には、データベース更新部160は、削除されたコンテンツの属性情報を、デバイス20の各検索表示用データベース13、15及びターミナルデータベース17の該当箇所から削除する。また、ホスト装置10によりデバイス20に記憶されているコンテンツの属性情報が更新された場合には、データベース更新部160は、更新された属性情報を、デバイス20の各検索表示用データベース13、15及びターミナルデータベース17の該当箇所に上書きする。   At this time, the database update unit 160 updates the search display databases 13 and 15 and the terminal database 17 in accordance with content addition / deletion / update of content attribute information for the device 20 by the content update unit 150. For example, when new content is added (that is, transferred and recorded) from the host apparatus 10 to the device 20, the database update unit 160 uses the attribute information of the added content for each search display of the device 20. The information is added to the corresponding portions of the databases 13 and 15 and the terminal database 17. When the content stored in the device 20 is deleted by the host device 10, the database update unit 160 displays the attribute information of the deleted content on the search display databases 13 and 15 of the device 20 and the terminal. Delete from the corresponding part of the database 17. Further, when the content attribute information stored in the device 20 is updated by the host device 10, the database update unit 160 displays the updated attribute information on each of the search display databases 13, 15 and 15 of the device 20. Overwrite the corresponding part of the terminal database 17.

かかるデータベースの更新処理により、デバイス20が実際に保有するコンテンツに適合するように、デバイス20内の各データベースにおける属性情報を更新でき、コンテンツの検索機能を適切に実行できるようになる。   By such database update processing, the attribute information in each database in the device 20 can be updated so that the content actually owned by the device 20 can be matched, and the content search function can be appropriately executed.

また、データベース更新部160は、上記更新対象機能に対応する検索表示用データベース15が、複数のデータベースから構成されている場合には、これらの複数のデータベースのうち必要なもの全てを更新する。   In addition, when the search display database 15 corresponding to the update target function includes a plurality of databases, the database update unit 160 updates all necessary ones among the plurality of databases.

また、データベース更新部160は、上記更新対象機能ごとに、ホスト装置10がネットワーク5を介して外部装置と通信可能であるか否かをチェックし、ネットワーク環境やホスト装置10の動作状態などが原因で、ホスト装置10と外部装置とが通信不能である場合には、デバイス20における更新対象機能のデータベースの更新を中止することもできる。   In addition, the database update unit 160 checks whether the host device 10 can communicate with an external device via the network 5 for each update target function, and causes the network environment, the operating state of the host device 10 and the like. Thus, when the host device 10 and the external device cannot communicate with each other, the update of the update target function database in the device 20 can be stopped.

また、データベース更新部160は、デバイスが対応する機能のうち、更新対象機能以外の更新不能機能については、デバイス20の当該更新不能機能に対応する検索表示用データベース15に対して暫定処理を施す。例えば、上記デバイス20が対応する機能A、B、Cのうち、機能Cが更新不能機能である場合には、デバイス20のターミナル記憶部240内の機能Cの検索表示用データベース15cに、暫定処理が施される。この暫定処理では、データベース更新部160は、例えば、デバイス20の当該更新不能機能に対応する各検索表示用データベース15に設けられた未分類ボックスに、ホスト装置10からデバイス20に新規に追加されたコンテンツの識別情報(例えば、コンテンツIDやトラック番号等)を未分類情報としてそれぞれ登録する。さらに、データベース更新部160は、当該追加されたコンテンツの属性情報を、デバイス20のターミナルデータベース17に登録しておく。なお、この暫定処理は、各機能に依存しない処理であり、全ての更新不能機能について共通になされる。   The database updating unit 160 performs provisional processing on the search display database 15 corresponding to the non-updatable function of the device 20 for non-updatable functions other than the update target function among the functions supported by the device. For example, when the function C is the non-updatable function among the functions A, B, and C supported by the device 20, the provisional process is stored in the search display database 15c for the function C in the terminal storage unit 240 of the device 20. Is given. In this provisional process, the database update unit 160 is newly added from the host apparatus 10 to the device 20 in, for example, an unclassified box provided in each search display database 15 corresponding to the non-updatable function of the device 20. Content identification information (for example, content ID, track number, etc.) is registered as unclassified information. Furthermore, the database update unit 160 registers the attribute information of the added content in the terminal database 17 of the device 20. This provisional process is a process that does not depend on each function, and is common to all non-updatable functions.

さらに、データベース更新部160は、デバイス20における上記更新対象機能の検索機能データベース15を更新する際、当該検索機能データベース15の未分類ボックス内に、他のホスト装置10により上記未分類情報が予め登録されているか否かをチェックし、登録されている場合には、未分類情報を用いて当該更新対象機能の検索機能データベース15を更新する。例えば、上記更新対象機能の検索機能データベース15の未分類ボックス内に、2つのコンテンツIDが未分類情報として登録されている場合には、このコンテンツIDに対応するコンテンツの属性情報を、デバイス20のターミナルデータベース17から読み出し、当該コンテンツの属性情報も反映するように、上記更新対象機能の検索機能データベース15を更新する。   Furthermore, when the database update unit 160 updates the search function database 15 of the update target function in the device 20, the unclassified information is registered in advance by another host device 10 in the unclassified box of the search function database 15. It is checked whether it has been registered, and if registered, the search function database 15 of the update target function is updated using the unclassified information. For example, when two content IDs are registered as unclassified information in the unclassified box of the search function database 15 for the update target function, the attribute information of the content corresponding to the content ID is stored in the device 20. The search function database 15 of the update target function is updated so as to read from the terminal database 17 and reflect the attribute information of the content.

このように、ホスト装置10のデータベース更新部160により、更新不能機能について暫定処理を行っておくことで、その後に、当該更新不能機能に対応可能な他のホスト装置10に接続されたとき、この他のホスト装置10のデータベース更新部160により、過去に接続されたホスト装置10からデバイス20に追加されたコンテンツの属性情報も反映するようにして、当該更新不能機能の検索表示用データベース15を適切に更新できる。これによって、デバイス20に新機能が追加された場合、或いは、ホスト装置10が、デバイス20の機能に対応していない場合などに、ホスト装置10からデバイス20へコンテンツが追加されたときであっても、この新規追加されたコンテンツに関する情報を損失しないようにできる。   In this way, the database update unit 160 of the host device 10 performs provisional processing for the non-updatable function, and when the host device 10 is connected to another host device 10 that can handle the non-updatable function, The database update unit 160 of the other host device 10 appropriately sets the search display database 15 of the non-updatable function so as to reflect the attribute information of the content added to the device 20 from the host device 10 connected in the past. Can be updated. Thereby, when a new function is added to the device 20 or when the host device 10 does not support the function of the device 20, content is added from the host device 10 to the device 20. In addition, information regarding the newly added content can be prevented from being lost.

ログ記録部162は、データベース更新部160によるデバイス20の検索表示用データベース15の更新結果を示すログを、デバイス20の更新ログ記憶部250に記録する。このとき、ログ記録部162は、更新対象機能ごとに、検索表示用データベース15を更新した日時である機能更新日時と、ホスト装置10側の更新対象機能のバージョン情報とを、更新ログ記憶部250内の更新ログファイル252にそれぞれ書き込む。例えば、デバイスの対応する機能A、B、Cのうち、更新対象機能として機能A、Bの検索表示用データベース15a、15bが更新された場合には、更新ログファイル252内の該当欄に、機能A、Bの機能IDと、機能更新日時をそれぞれ書き込み、機能Cの該当欄には、機能更新日時を書き込まない。   The log recording unit 162 records a log indicating the update result of the search display database 15 of the device 20 by the database update unit 160 in the update log storage unit 250 of the device 20. At this time, the log recording unit 162 displays, for each update target function, the function update date and time when the search display database 15 is updated, and the version information of the update target function on the host device 10 side, and the update log storage unit 250. Are written in the update log file 252 respectively. For example, when the search display databases 15a and 15b of the functions A and B among the functions A, B and C corresponding to the device are updated, the function is displayed in the corresponding column in the update log file 252. The function ID of A and B and the function update date and time are written respectively, and the function update date and time are not written in the corresponding column of function C.

さらに、ログ記録部162は、データベース更新部160によりデバイス20のデータベースの更新処理を行った日時であるデバイス更新日時を、更新ログ記憶部250内の更新ログファイル252に書き込む。このデバイス更新日時は、機能ごとに書き込まれるものではなく、デバイス20に接続されたホスト装置10によって、当該デバイス20の複数の検索表示用データベース15のうち少なくともいずれか1つの更新を行った時に、更新完了を示す情報として1つだけ書き込まれる日時情報である。   Further, the log recording unit 162 writes the device update date and time, which is the date and time when the database update unit 160 performs the update process of the database of the device 20, to the update log file 252 in the update log storage unit 250. This device update date and time is not written for each function, and when the host device 10 connected to the device 20 updates at least one of the plurality of search display databases 15 of the device 20, This is date / time information written as only one piece of information indicating completion of update.

これによって、その後にデバイス20と接続されるホスト装置10は、デバイス20の更新ログファイル252内の機能ごとの機能更新日時と、全体のデバイス更新日時とを比較することで、当該デバイス20が対応する各機能の検索表示用データベース15が、それ以前のホスト装置10との直近の接続時に更新済みであるか否かを検出できる。   As a result, the host device 10 connected to the device 20 thereafter corresponds to the device 20 by comparing the function update date and time for each function in the update log file 252 of the device 20 with the entire device update date and time. It is possible to detect whether or not the search display database 15 of each function to be updated has been updated at the last connection with the host device 10 before that.

配信サービス利用部164は、上記コンテンツ配信サーバ30との間で、コンテンツ配信サービスに関する処理を行う。具体的には、配信サービス利用部164は、例えば、コンテンツ配信サービスを利用するために必要なユーザ認証情報(ユーザID、パスワード等)、課金情報、コンテンツ配信リクエスト情報などの各種情報を、上記コンテンツ配信サーバ30との間で送受信したり、これらの情報の入出力を支援したりする。   The distribution service using unit 164 performs processing related to the content distribution service with the content distribution server 30. Specifically, the distribution service using unit 164 receives various pieces of information such as user authentication information (user ID, password, etc.), billing information, and content distribution request information necessary for using the content distribution service. It transmits / receives to / from the distribution server 30 and supports input / output of these information.

また、配信サービス利用部164は、コンテンツ配信サーバ30から送信された配信コンテンツと当該配信コンテンツのライセンスを、ネットワーク5および通信部132を介して取得する。即ち、ホスト装置10のユーザがコンテンツ配信サービスを利用してコンテンツを購入すると、配信サービス利用部164は、上記コンテンツ配信サーバ30から配信コンテンツと、当該配信コンテンツの利用条件を定めたライセンスをダウンロードする。   In addition, the distribution service using unit 164 acquires the distribution content transmitted from the content distribution server 30 and the license of the distribution content via the network 5 and the communication unit 132. That is, when the user of the host device 10 purchases content using the content distribution service, the distribution service utilization unit 164 downloads the distribution content and the license that defines the use conditions of the distribution content from the content distribution server 30. .

また、配信サービス利用部164は、コンテンツの配信時に、コンテンツ配信サーバ30から、配信コンテンツの属性情報を受信する。この配信コンテンツの属性情報は、例えば、タイトル、アーティスト名、アルバム名、ジャンル、再生時間、コンテンツID、配信日時、データサイズ、データフォーマット、著作権管理方式のタイプ、などである。   Also, the distribution service using unit 164 receives distribution content attribute information from the content distribution server 30 during content distribution. The distribution content attribute information includes, for example, a title, artist name, album name, genre, playback time, content ID, distribution date, data size, data format, copyright management method type, and the like.

以上のような配信サービス利用部164は、例えば、利用するコンテンツ配信サービスに対応したコンテンツ配信サービス用のソフトウェアを、ホスト装置10にインストールすることによって構成される。なお、この配信サービス利用部164は、ユーザが利用する複数のコンテンツ配信サービス毎に複数設けられてもよい。   The distribution service using unit 164 as described above is configured, for example, by installing content distribution service software corresponding to the content distribution service to be used in the host device 10. Note that a plurality of distribution service using units 164 may be provided for each of a plurality of content distribution services used by the user.

リッピング部166は、音楽コンテンツ等を記録したCD、DVD等の記録媒体に記録されているコンテンツをリッピングする。具体的には、リッピング部166は、例えば、ユーザ入力に応じて、ドライブ112を制御して、上記記憶媒体から音楽データ等を取り出し、かかる音楽データをホスト装置10で処理可能なフォーマット(例えばATRAC3形式等)に変換したコンテンツを作成する。リッピング部166は、リッピングしたコンテンツをコンテンツ記憶部120に記憶するとともに、その属性情報をホスト記憶部146に記憶する。   The ripping unit 166 rips content recorded on a recording medium such as a CD or DVD on which music content or the like is recorded. Specifically, for example, the ripping unit 166 controls the drive 112 in accordance with user input, extracts music data from the storage medium, and formats the music data in the host device 10 (for example, ATRAC3 Format). The ripping unit 166 stores the ripped content in the content storage unit 120 and stores the attribute information in the host storage unit 146.

機能実行部168は、表示部169における各種情報の表示を制御する。詳細には、機能実行部168は、コンテンツの検索時などには、ユーザの選択操作に応じて、各種のコンテンツ検索画面を表示部169に表示させる。このとき、機能実行部168は、例えば、上記データベース更新部160により生成される検索表示用テーブル13、15に従い、各種の検索画面を表示部169に表示させることもできる。これにより、ユーザは、かかる検索画面を閲覧しながら、自己の嗜好に合うコンテンツを容易かつ迅速に検索して、選択することができるので、便利である。なお、表示部169は、例えば、上記出力装置110などで構成される。   The function execution unit 168 controls display of various information on the display unit 169. Specifically, the function execution unit 168 displays various content search screens on the display unit 169 in response to a user's selection operation when searching for content. At this time, the function execution unit 168 can display various search screens on the display unit 169 according to the search display tables 13 and 15 generated by the database update unit 160, for example. This is convenient because the user can easily and quickly search and select content that matches his / her preference while browsing the search screen. The display unit 169 includes, for example, the output device 110 described above.

以上、本実施形態にかかるホスト装置10の各部の機能構成について説明した。なお、上記デバイス20の各部は、例えば、上記各機能を有するハードウェアとして構成されてもよいし、或いは、上記各機能をコンピュータに実現させるプログラムをホスト装置10にインストールすることによって構成されてもよい。   The functional configuration of each unit of the host device 10 according to the present embodiment has been described above. Each unit of the device 20 may be configured as hardware having the above functions, or may be configured by installing a program for causing the computer to realize the above functions in the host device 10. Good.

<検索表示用データベースの具体例>
次に、図11A〜Kを参照して、本実施形態にかかる機能仕様12に属する特殊な検索機能A、B、C、D、Eに対応する検索表示用データベース15a、15b、15c、15d、15eの具体例について説明する。
<Specific example of search display database>
Next, referring to FIGS. 11A to 11K, search display databases 15a, 15b, 15c, 15d corresponding to special search functions A, B, C, D, E belonging to the functional specification 12 according to the present embodiment. A specific example of 15e will be described.

検索表示用データベース15は、上述したようにデバイス20におけるコンテンツの検索機能ごとに複数種類が用意される。この検索表示用データベース15は、デバイス20におけるコンテンツの検索時に表示部256に順次表示される複数の検索画面に1対1対応するように、各コンテンツの属性情報が階層化されたツリー構造を有する検索表示用テーブルを含む。また、検索表示用データベース15は、この検索表示用テーブルの他に、ツリー構造の検索表示用テーブルを生成するための他のデータベースを含む場合もある。以下に、各検索表示用データベース15のデータ構造について詳細に説明する。   As described above, a plurality of types of search display databases 15 are prepared for each content search function in the device 20. The search display database 15 has a tree structure in which attribute information of each content is hierarchized so as to correspond one-to-one to a plurality of search screens sequentially displayed on the display unit 256 when searching for content in the device 20. Includes search display table. In addition to the search display table, the search display database 15 may include other databases for generating a tree structure search display table. The data structure of each search / display database 15 will be described in detail below.

なお、以下の説明で、「アーティスト」とは、音楽コンテンツ(楽曲)の歌手、演奏者、作詞者、作曲者、編曲者又はプロデューサーであり、「アルバム」とは、複数の音楽コンテンツの集合体であり、「タイトル」とは、音楽コンテンツの名称であり、「トラック」とは、1のアルバム内に含まれる音楽コンテンツの通称であり、「トラック番号」とは、1のアルバム内におけるトラックの配列順序を表す番号であり、「ジャンル」とは、音楽コンテンツの属する音楽分野である。   In the following description, “artist” is a singer, performer, songwriter, composer, arranger, or producer of music content (musical piece), and “album” is a collection of a plurality of music contents. The “title” is the name of the music content, the “track” is a common name of the music content included in one album, and the “track number” is the track name in the one album. It is a number representing the arrangement order, and “genre” is the music field to which the music content belongs.

(A.アーティストリンク検索表示用データベース)
図11Aは、本実施形態にかかるアーティストリンク検索表示用データベース15aを示す説明図である。図11Aに示すように、アーティストリンク検索表示用データベース15aは、アーティスト関係データベース15a−1と、アーティストごとに設けられる複数のアルバム検索表示用テーブル15a−2とを含む。
(A. Artist link search display database)
FIG. 11A is an explanatory diagram showing an artist link search display database 15a according to the present embodiment. As shown in FIG. 11A, the artist link search / display database 15a includes an artist relation database 15a-1 and a plurality of album search / display tables 15a-2 provided for each artist.

アーティスト関係データベース15a−1は、音楽コンテンツ(曲)の特徴が相互に類似しているアーティストを関連付けたアーティストリンク情報を記憶するデータベースである。このアーティスト関係データベース15a−1に基づいて、再生中の音楽コンテンツのアーティストに関連する他のアーティストを検出し、このアーティストに対応するアルバム検索表示用テーブル15a−2を検索画面に表示することができる。   The artist relation database 15a-1 is a database that stores artist link information that associates artists whose music contents (songs) have similar characteristics. Based on this artist relation database 15a-1, another artist related to the artist of the music content being played back can be detected, and the album search display table 15a-2 corresponding to this artist can be displayed on the search screen. .

アルバム検索表示用テーブル15a−2は、アルバム検索表示用テーブル13aは、コンテンツの属性情報として、「アルバム名」と「タイトル」とを含む。このアルバム検索表示用テーブル15a−2は、最上位階層の「アルバム階層」と、最下位階層の「タイトル階層」とからなる2階層構造を有する。また、このアルバム検索表示用テーブル15a−2には、上記の未分類情報が登録される未分類ボックス19が設けられている。   The album search display table 15a-2, the album search display table 13a, includes “album name” and “title” as content attribute information. The album search / display table 15a-2 has a two-layer structure including an “album layer” at the top layer and a “title layer” at the bottom layer. Further, the album search display table 15a-2 is provided with an unclassified box 19 in which the above-mentioned unclassified information is registered.

アルバム階層では、アルバム名が読み順でソートされている。図示の例では、アルバム名「Many Princess」→「Singing」→「Sugar Low」といったように、アルバム名を構成する文字列のアルファベットが若い順にソートされている。先頭文字が同一である場合(「Singing」も「Sugar Low」も先頭文字は「S」)には、次の文字で判断される(「i」<[u」)。また、タイトル階層では、アルバムごとに、そのアルバムに属する楽曲のタイトルがトラック番号順でソートされている。   In the album hierarchy, album names are sorted in reading order. In the illustrated example, the alphabets of the character strings constituting the album name are sorted in ascending order, such as album name “Many Prince” → “Singing” → “Sugar Low”. When the first characters are the same (the first character is “S” for both “Singing” and “Sugar Low”), the next character is determined (“i” <[u ”). In the title hierarchy, for each album, the titles of songs belonging to the album are sorted in track number order.

また、タイトル階層では、各アルバム単位で、そのアルバムに属する楽曲のタイトルがトラック番号順でソート(イニシャルソート)されている。例えば、アルバム名「Many Princess」のアルバムでは、タイトル「キロク」→「jumping」といったように、当該アルバムで設定されているトラック番号順にソートされている。   In the title hierarchy, the titles of music pieces belonging to each album are sorted (initially sorted) in the order of track numbers. For example, albums with the album name “Many Prince” are sorted in the order of track numbers set in the album, such as the title “Kiroku” → “jumping”.

以上のようなアルバム検索表示用テーブル15a−2は、アーティストリンクにより抽出された他のアーティストに関し、アルバム名を検索キーとして音楽コンテンツ(楽曲)を検索する際に利用される。この際、アルバム名が読み順で表示されるので、ユーザは所望のアルバムを容易に検索でき便利である。また、各アルバム内の楽曲がそのアルバムのトラック順に並んで表示されるので、アルバム検索したユーザにとって便利である。   The album search display table 15a-2 as described above is used when searching for music contents (music) using the album name as a search key for other artists extracted by artist links. At this time, since the album names are displayed in reading order, the user can easily search for a desired album, which is convenient. In addition, since the songs in each album are displayed in the order of the tracks in the album, it is convenient for the user who searched for the album.

(B.読み仮名検索表示用データベース)
図11B〜Eは、本実施形態にかかる読み仮名検索表示用データベース15bを示す説明図である。図11B〜Eに示すように、読み仮名検索表示用データベース15bは、コンテンツ読み仮名データベース15b−1と、アルバム読み仮名データベース15b−2と、アーティスト読み仮名データベース15b−3と、イニシャル全曲検索表示用テーブル15b−4と、イニシャル・アーティスト検索表示用テーブル15b−5と、イニシャル・アルバム検索表示用テーブル15b−6とを含む。
(B. Reading Kana Search Display Database)
11B to 11E are explanatory diagrams showing a reading-kana search display database 15b according to the present embodiment. As shown in FIGS. 11B to 11E, the reading kana search / display database 15b includes a content reading kana database 15b-1, an album reading kana database 15b-2, an artist reading kana database 15b-3, and an initial all-music search display. A table 15b-4, an initial artist search display table 15b-5, and an initial album search display table 15b-6 are included.

図11Bに示すコンテンツ読み仮名データベース15b−1は、各音楽コンテンツの読み仮名若しくはイニシャルを定めたデータベースである。アルバム読み仮名データベース15b−2は、各アルバムの読み仮名若しくはイニシャルを定めたデータベースである。アーティスト読み仮名データベース15b−3は、各アーティストの読み仮名若しくはイニシャルを定めたデータベースである。これらの読み仮名データベース15b−1、2、3に基づき、次のような検索表示用テーブル15b−4、5、6が生成される。   The content reading kana database 15b-1 shown in FIG. 11B is a database that defines reading kana or initials of each music content. The album reading pseudonym database 15b-2 is a database that defines the reading pseudonym or initial of each album. The artist reading kana database 15b-3 is a database that defines the reading kana or initials of each artist. The following search display tables 15b-4, 5, and 6 are generated on the basis of these reading kana databases 15b-1, 2, and 3.

図11Cに示すように、イニシャル全曲検索表示用テーブル15b−4は、コンテンツの属性情報として、「イニシャル」と「タイトル」とを含む。なお、「イニシャル」は、各名称の頭文字を意味する。このイニシャル全曲検索表示用テーブル15b−4は、最上位階層の「イニシャル階層」と、最下位階層の「タイトル階層」とからなる2階層構造を有する。   As shown in FIG. 11C, the initial all-music search / display table 15b-4 includes “initial” and “title” as content attribute information. “Initial” means an initial of each name. This initial all-music search display table 15b-4 has a two-layer structure including an "initial hierarchy" at the highest hierarchy and a "title hierarchy" at the lowest hierarchy.

イニシャル階層では、イニシャル頭文字がイニシャル順でソートされている。図示の例では、イニシャル「B」→「N」→「J」→「キ」→「サ」→「ソ」といったように、イニシャル頭文字が、アルファベット順及び読み仮名の50音順でソートされている。また、タイトル階層では、各イニシャル単位で、そのイニシャルを頭文字に有するタイトルが、読み順でソート(イニシャルソート)されてもよい。   In the initial hierarchy, initial initials are sorted in the initial order. In the illustrated example, initials “B” → “N” → “J” → “ki” → “sa” → “seo” are sorted in alphabetical order and in Japanese syllabary alphabetical order. ing. In the title hierarchy, titles having initials as initials may be sorted in the reading order (initial sort) for each initial unit.

以上のようなイニシャル全曲検索表示用テーブル15b−4は、タイトルのイニシャルを検索キーとして音楽コンテンツ(楽曲)を検索する際に利用される。この際、複数の音楽コンテンツ(楽曲)のタイトルが、イニシャルごとに、読み順で表示されるので、ユーザは所望の音楽コンテンツ(楽曲)を容易に検索でき便利である。また、アーティスト名やアルバム名を介さなくても、所望の音楽コンテンツ(楽曲)をダイレクトに検索できるので便利であり、タイトル名が分かっている場合には迅速な検索が可能となる。   The initial all-music search display table 15b-4 as described above is used when searching for music content (music) using the initial of the title as a search key. At this time, since the titles of a plurality of music contents (music pieces) are displayed in reading order for each initial, the user can easily search for desired music contents (music pieces). Further, it is convenient because a desired music content (musical piece) can be directly searched without using an artist name or album name, and a quick search is possible when the title name is known.

また、図11Dに示すように、イニシャル・アーティスト検索表示用テーブル15b−5は、コンテンツの属性情報として、「イニシャル」と「アーティスト名」と「アルバム名」と「タイトル」とを含む。このイニシャル・アーティスト検索表示用テーブル15b−5は、最上位階層の「イニシャル階層」と、第2位階層の「アーティスト階層」と、第3位階層の「アルバム階層」と、最下位階層の「タイトル階層」とからなる4階層構造を有する。   As shown in FIG. 11D, the initial artist search display table 15b-5 includes “initial”, “artist name”, “album name”, and “title” as content attribute information. This initial artist search display table 15b-5 includes an "initial hierarchy" at the highest hierarchy, an "artist hierarchy" at the second hierarchy, an "album hierarchy" at the third hierarchy, and "an album hierarchy" at the lowest hierarchy. It has a four-layer structure consisting of “title hierarchy”.

イニシャル階層では、イニシャル頭文字がイニシャル順でソートされている。また、アーティスト階層では、各イニシャル単位で、アーティスト名が読み順でソート(イニシャルソート)されている。また、アルバム階層では、各アーティスト単位で、そのアーティストに属するアルバム名が読み順でソート(イニシャルソート)されている。また、タイトル階層では、各アルバム単位で、そのアルバムに属する楽曲のタイトルがトラック番号順でソートされている。   In the initial hierarchy, initial initials are sorted in the initial order. In the artist hierarchy, artist names are sorted in the reading order (initial sort) for each initial unit. In the album hierarchy, album names belonging to the artist are sorted in the reading order (initial sort) for each artist. In the title hierarchy, the titles of the music pieces belonging to each album are sorted in order of track number in each album unit.

以上のようなイニシャル・アーティスト検索表示用テーブル15b−5は、アーティスト名のイニシャルを検索キーとしてアーティスト名を検索し、さらに、アーティスト名を検索キーとしてアルバム名を検索し、さらに、アルバム名を検索キーとして音楽コンテンツ(楽曲)を検索する際に利用される。この際、あるイニシャルを入力すれば、そのイニシャルを頭文字にもつアーティスト名だけが一覧表示されるので便利であり、その後は、アーティスト名及びアルバム名が読み順で表示されるので、ユーザは所望のアーティスト及びアルバムを容易に検索でき便利である。
また、図11Eに示すように、イニシャル・アルバム検索表示用テーブル15b−6は、コンテンツの属性情報として、「イニシャル」と「アルバム名」と「タイトル」とを含む。このイニシャル・アルバム検索表示用テーブル15b−6は、最上位階層の「イニシャル階層」と、中位階層の「アルバム階層」と、最下位階層の「タイトル階層」とからなる3階層構造を有する。
In the initial artist search display table 15b-5 as described above, the artist name is searched using the initial of the artist name as a search key, the album name is searched using the artist name as a search key, and the album name is searched. Used when searching for music content (music) as a key. At this time, if an initial is input, it is convenient that only the artist names having the initials are displayed in a list, and then the artist name and album name are displayed in reading order. It is easy to search for artists and albums.
As shown in FIG. 11E, the initial album search / display table 15b-6 includes “initial”, “album name”, and “title” as attribute information of the content. The initial album search / display table 15b-6 has a three-layer structure including an “initial layer” of the highest layer, an “album layer” of the middle layer, and a “title layer” of the lowest layer.

イニシャル階層では、イニシャル頭文字がイニシャル順でソートされて、アルファベット順に並んでいる。また、アルバム階層では、各イニシャル単位で、アルバム名が読み順でソート(イニシャルソート)されている。さらに、タイトル階層では、各アルバム単位で、各アルバムに属する楽曲のタイトルがトラック番号順でソートされている。   In the initial hierarchy, initial initial letters are sorted in the initial order and arranged in alphabetical order. In the album hierarchy, album names are sorted in the reading order (initial sort) for each initial unit. Furthermore, in the title hierarchy, the titles of the songs belonging to each album are sorted in track number order for each album.

以上のようなイニシャル・アルバム検索表示用テーブル15b−6は、アーティスト名のイニシャルを検索キーとしてアルバム名を検索し、さらに、アルバム名を検索キーとして音楽コンテンツ(楽曲)を検索する際に利用される。この際、あるイニシャルを入力すれば、そのイニシャルを頭文字にもつアルバム名だけが一覧表示されるので便利であり、その後は、アルバム名が読み順で表示されるので、ユーザは所望のアルバムを容易に検索でき便利である。   The initial album search display table 15b-6 as described above is used when searching for an album name using the artist name initial as a search key, and further searching for music content (music) using the album name as a search key. The At this time, if an initial is input, it is convenient that only the album names having the initial as an initial are displayed in a list, and thereafter, the album names are displayed in reading order, so that the user can select a desired album. Easy to search and convenient.

なお、以上のような検索表示用テーブル15b−4、5、6には、上記の未分類情報が登録される未分類ボックス19が設けられている。また、上記検索表示用テーブル15b−4、5、6では、最上位階層を「イニシャル階層」としたが、「読み仮名階層」とすることもでき、この場合には、読み仮名で各名称がソートされる。   The search display tables 15b-4, 5 and 6 as described above are provided with an unclassified box 19 in which the unclassified information is registered. In the search display tables 15b-4, 5, and 6, the highest hierarchy is the “initial hierarchy”, but it can also be the “reading kana hierarchy”. In this case, each name is a reading kana. Sorted.

(C.最新転送曲検索表示用データベース)
図11Fは、本実施形態にかかる最新転送曲検索表示用データベース15cを示す説明図である。図11Fに示すように、最新転送曲検索表示用データベース15cは、最新転送曲検索表示用テーブル15c−1を含む。
(C. Database for searching and displaying the latest transfer songs)
FIG. 11F is an explanatory diagram showing the latest transfer song search display database 15c according to the present embodiment. As shown in FIG. 11F, the latest transfer song search / display database 15c includes a latest transfer song search / display table 15c-1.

最新転送曲検索表示用テーブル15c−1は、コンテンツの属性情報として、ホスト装置10からデバイス20へのコンテンツの「転送時期」と、「アルバム名」と、「タイトル」とを含む。この最新転送曲検索表示用テーブル15c−1は、最上位階層の「転送時期階層」と、中位階層の「アルバム階層」と、最下位階層の「タイトル階層」とからなる3階層構造を有する。また、この最新転送曲検索表示用テーブル15c−1には、上記の未分類情報が登録される未分類ボックス19が設けられている。   The latest transfer song search display table 15c-1 includes “transfer time”, “album name”, and “title” of content from the host apparatus 10 to the device 20 as content attribute information. The latest transfer song search / display table 15c-1 has a three-layer structure including a “transfer time layer” of the highest layer, an “album layer” of the middle layer, and a “title layer” of the lowest layer. . The latest transfer song search display table 15c-1 is provided with an unclassified box 19 in which the unclassified information is registered.

転送時期階層では、例えば過去3回の転送時期が、転送時期が古い順でソートされている。図示の例では、転送時期「前々回転送曲」→「前回転送曲」→「最新回転送曲」といったように、転送時期が古い順でソートされている。また、アルバム階層では、各転送時期単位で、その転送時期に転送されたアルバム名が、デバイス20に対する追加順(記録順)でソートされている。また、タイトル階層では、各アルバム単位で、そのアルバムに属する楽曲のタイトルが、当該追加順でソートされている。   In the transfer time hierarchy, for example, the last three transfer times are sorted in order of oldest transfer time. In the example shown in the drawing, the transfer times are sorted in the order of oldest transfer time, such as “transfer music before last transfer” → “last transfer music” → “latest transfer music”. In the album hierarchy, the album names transferred at the transfer time are sorted in the order of addition (recording order) to the device 20 for each transfer time unit. In the title hierarchy, the titles of music pieces belonging to the album are sorted in the order of addition in units of albums.

以上のような最新転送曲検索表示用テーブル15c−1は、転送時期を検索キーとしてアルバム名を検索し、さらに、アルバム名を検索キーとして音楽コンテンツ(楽曲)を検索する際に利用される。この際、転送時期ごとにアルバム名及びタイトルを区分し、さらに、アルバム名及びタイトルが、デバイス20に対する追加順で表示されるので、ユーザは、転送時期に応じて所望のコンテンツ(例えば最近転送したコンテンツ)などを容易に検索でき便利である。   The latest transfer song search display table 15c-1 as described above is used when searching for an album name using the transfer time as a search key and further searching for music content (music) using the album name as a search key. At this time, the album name and title are classified according to the transfer time, and the album name and title are displayed in the order of addition to the device 20, so that the user can select desired content (for example, recently transferred) according to the transfer time. Content) and the like can be easily searched.

なお、本実施形態にかかる最新転送曲検索表示用テーブル15c−1は、ホスト装置10からデバイス20へのコンテンツの転送時期に対応した検索表示用テーブルの例であるが、かかる例以外にも、例えば、コンテンツ配信サーバ30からホスト装置10への配信時期に対応した検索表示用テーブルとして、配信時期検索表示用テーブルも、上記最新転送曲検索表示用テーブル15c−1と同様に作成可能である。   The latest transfer song search / display table 15c-1 according to the present embodiment is an example of a search / display table corresponding to the content transfer time from the host apparatus 10 to the device 20, but in addition to this example, For example, as a search display table corresponding to the distribution time from the content distribution server 30 to the host device 10, a distribution time search display table can be created in the same manner as the latest transfer song search display table 15c-1.

(D.ブックマーク検索表示用データベース)
図11Gは、本実施形態にかかるブックマーク検索表示用データベース15dを示す説明図である。図11Gに示すように、ブックマーク検索表示用データベース15dは、ブックマーク検索表示用テーブル15d−1を含む。
(D. Database for bookmark search display)
FIG. 11G is an explanatory diagram showing a bookmark search display database 15d according to the present embodiment. As shown in FIG. 11G, the bookmark search display database 15d includes a bookmark search display table 15d-1.

このブックマーク検索表示用テーブル15d−1は、ユーザがお気に入りの楽曲として登録した音楽コンテンツが、例えば登録順でソートされている。このブックマーク検索表示用テーブル15d−1により、ユーザが予め登録したお気に入りの曲を容易に検索することができる。   In this bookmark search display table 15d-1, music contents registered as favorite music by the user are sorted in the order of registration, for example. This bookmark search display table 15d-1 makes it possible to easily search for a favorite song registered in advance by the user.

(E.再生履歴検索表示用データベース)
図11H〜Kは、本実施形態にかかる再生履歴検索表示用データベース15eを示す説明図である。図11H〜Kに示すように、再生履歴検索表示用データベース15eは、再生ログデータベース15e−1と、再生履歴データベース15e−2と、再生年月日検索表示用テーブル15e−3と、レーティング検索表示用テーブル15e−4と、自動プレイリスト検索表示用テーブル15e−5とを含む。
(E. Database for search history display)
11H to 11K are explanatory diagrams showing the reproduction history search display database 15e according to the present embodiment. As shown in FIGS. 11H to 11K, the reproduction history search display database 15e includes a reproduction log database 15e-1, a reproduction history database 15e-2, a reproduction date search display table 15e-3, and a rating search display. Table 15e-4 and automatic playlist search display table 15e-5.

再生ログデータベース15e−1は、デバイス20におけるコンテンツの再生処理に関するログ(上記イベントログ)を記憶するデータベースである。再生履歴データベース15e−2は、イベントログ等に基づいて生成された再生履歴情報(例えば、コンテンツの演算評価値(レーティング)や再生回数、再生日時など)を記憶するデータベースである。この再生履歴データベース15e−2の情報に基づいて、次のような検索表示用テーブル15e−3、4、5が生成される。   The reproduction log database 15 e-1 is a database that stores a log (the event log) related to content reproduction processing in the device 20. The reproduction history database 15e-2 is a database that stores reproduction history information (for example, content operation evaluation value (rating), number of reproductions, reproduction date / time, etc.) generated based on an event log or the like. Based on the information in the reproduction history database 15e-2, the following search display tables 15e-3, 4, and 5 are generated.

図11Iに示すように、再生年月日検索表示用テーブル15e−3は、コンテンツの属性情報として、グループ名である「再生年月」と、グループ名である「再生年月日」と、コンテンツ名である「タイトル」とを含む。この再生年月日検索表示用テーブル15e−3は、最上位階層の「再生年月階層」と、中位階層の「再生年月日階層」と、最下位階層の「タイトル階層」とからなる3階層構造を有する。また、再生年月日検索表示用テーブル15e−3には、上記の未分類情報が登録される未分類ボックス19が設けられている。   As shown in FIG. 11I, the playback date search display table 15e-3 includes a group name “playback date”, a group name “playback date”, and content as content attribute information. The name “title” is included. The reproduction date search display table 15e-3 includes a “reproduction date hierarchy” in the highest hierarchy, a “reproduction date hierarchy” in the middle hierarchy, and a “title hierarchy” in the lowest hierarchy. It has a three-layer structure. The reproduction date search display table 15e-3 is provided with an unclassified box 19 in which the unclassified information is registered.

再生年月階層では、再生年月が、再生年月が古い順でソートされている。また、再生年月日階層では、再生年月日が、再生年月日が古い順でソートされている。図示の例では、再生年月「2005/03」内に、再生年月日「2005/03/29」、「2005/03/30」、「2005/03/31」の日付が古い順でソートされている。また、タイトル階層では、各再生年月日単位で、その再生年月日に再生されたコンテンツ(楽曲)のタイトルが、再生時期が古い順でソートされている。   In the playback date hierarchy, playback dates are sorted in order of playback date. In the playback date hierarchy, the playback dates are sorted in the order of playback date. In the illustrated example, the playback dates “2005/03/29”, “2005/03/30”, and “2005/03/31” are sorted in the oldest order within the playback date “2005/03”. Has been. Further, in the title hierarchy, the titles of the contents (music pieces) reproduced on the reproduction date are sorted in order of the reproduction time in the order of reproduction date.

以上のような再生年月日検索表示用テーブル15e−3は、再生年月を検索キーとして再生年月日を検索し、さらに、再生年月日を検索キーとして音楽コンテンツ(楽曲)を検索する際に利用される。この際、再生履歴順でトラックが表示されるので、ユーザは、例えば、過去の所定期間によく視聴した楽曲などを、容易に検索でき便利である。また、かかる「再生年月日検索表示用テーブル15e−3」は、このような検索表示用途のみならず、再生時期ごとにコンテンツを集合させたプレイリストとしての利用も可能である。   The playback date search display table 15e-3 as described above searches the playback date using the playback date as a search key, and further searches the music content (song) using the playback date as the search key. Used when. At this time, since the tracks are displayed in the order of the reproduction history, the user can easily search for, for example, music that was often viewed during a predetermined period in the past. Further, the “reproduction date search display table 15e-3” can be used not only for such search display purposes but also as a playlist in which contents are gathered for each reproduction period.

また、図11Jに示すように、レーティング検索表示用テーブル15e−4は、コンテンツの属性情報として、「評価値レベル」と、「タイトル」とを含む。なお、評価値レベルは、例えば、評価値Pが「1(P≦1)」、「2(1<p≦2)」、「3(2<p≦3)」、「4(3<p≦4)」、「5(4<p≦5)」という5段階の評価値の範囲を表している。なお、評価値は、上記演算評価値又は入力評価値のいずれかを用いても良いし、双方の平均値等を利用してもよい。このレーティング検索表示用テーブル15e−4は、最上位階層の「評価値レベル階層」と、最下位階層の「タイトル階層」とからなる2階層構造を有する。また、レーティング検索表示用テーブル15e−4には、上記の未分類情報が登録される未分類ボックス19が設けられている。   As shown in FIG. 11J, the rating search display table 15e-4 includes “evaluation value level” and “title” as content attribute information. The evaluation value level is, for example, an evaluation value P of “1 (P ≦ 1)”, “2 (1 <p ≦ 2)”, “3 (2 <p ≦ 3)”, “4 (3 <p ≦ 4) ”and“ 5 (4 <p ≦ 5) ”. As the evaluation value, either the calculation evaluation value or the input evaluation value may be used, or an average value of both may be used. The rating search display table 15e-4 has a two-layer structure including an "evaluation value level hierarchy" of the highest hierarchy and a "title hierarchy" of the lowest hierarchy. The rating search display table 15e-4 is provided with an unclassified box 19 in which the above-mentioned unclassified information is registered.

評価値レベル階層では、評価値レベルが評価値の高い順でソートされている。また、タイトル階層では、各評価値レベル単位で、その評価値レベルの評価値が付加されたコンテンツ(楽曲)のタイトルが、再生回数が多い順(或いは当該コンテンツに付加された評価値が高い順)でソートされている。なお、各コンテンツの再生回数は、上記イベントログ(再生履歴)の解析結果に基づき判別可能である。   In the evaluation value level hierarchy, evaluation value levels are sorted in descending order of evaluation values. Also, in the title hierarchy, the titles of the contents (songs) to which the evaluation value of the evaluation value level is added in the unit of each evaluation value level, in descending order of the number of times of reproduction (or in the order of the high evaluation value added to the content). ). Note that the number of times each content is played can be determined based on the analysis result of the event log (playback history).

以上のようなレーティング検索表示用テーブル15e−4は、評価値レベルを検索キーとして音楽コンテンツ(楽曲)を検索する際に利用される。この際、コンテンツのタイトルが、当該コンテンツの再生回数が多い順、或いは、当該コンテンツに付加された評価値が高い(若しくは低い順)順で表示されるので、ユーザは、ジャンルや、アーティストに関わらず、頻繁に聴くコンテンツや、配信サービス提供者が推薦するコンテンツ(予め高い評価値が付加されている)などを、容易かつ迅速に検索でき便利である。   The rating search display table 15e-4 as described above is used when searching for music content (music) using the evaluation value level as a search key. At this time, since the titles of the contents are displayed in the order of the number of reproductions of the contents or the evaluation values added to the contents in the order of high (or low), the user is related to the genre and the artist. Therefore, it is convenient to search for contents that are frequently listened to and contents recommended by a distribution service provider (a high evaluation value is added in advance) easily and quickly.

また、図11Kに示すように、自動プレイリスト検索表示用テーブル15e−5は、コンテンツの属性情報として、「プレイリスト名」と「タイトル」とを含む。この自動プレイリストは、上述した再生履歴(イベントログ)の解析結果に基づき、ホスト装置10が自動的に作成したものである。ここでは、プレイリスト名が「よく聞くトップ100」なる自動プレイリストの例を挙げる。このプレイリストは、再生履歴(イベントログ)の解析結果に基づき、再生頻度が高い100個のコンテンツを選択して、再生頻度順(例えば総再生回数順)にソートしたものである。しかし、これ以外にも、上記のように再生頻度に基づき多様な種類のプレイリストを自動的に作成可能である。   Also, as shown in FIG. 11K, the automatic playlist search display table 15e-5 includes “playlist name” and “title” as content attribute information. This automatic playlist is created automatically by the host device 10 based on the analysis result of the above-described reproduction history (event log). Here, an example of an automatic playlist whose playlist name is “Top 100 to listen to frequently” is given. This playlist is a list in which 100 contents having a high reproduction frequency are selected based on the analysis result of the reproduction history (event log) and sorted in the order of reproduction frequency (for example, in the order of the total number of reproductions). However, besides this, various types of playlists can be automatically created based on the reproduction frequency as described above.

上記自動プレイリスト検索表示用テーブル15e−5は、最上位階層の「プレイリスト階層」と、最下位階層の「タイトル階層」とからなる2階層構造を有する。タイトル階層では、プレイリストに含まれるコンテンツ(楽曲)のタイトルが、再生頻度順でソートされている。   The automatic playlist search / display table 15e-5 has a two-layer structure including a "playlist hierarchy" at the highest hierarchy and a "title hierarchy" at the lowest hierarchy. In the title hierarchy, the titles of the contents (music pieces) included in the playlist are sorted in order of reproduction frequency.

以上のような自動プレイリスト検索表示用テーブル15e−5は、特定のプレイリスト内の音楽コンテンツ(楽曲)を検索する際に利用される。この際、再生頻度順でトラックが表示されるので、ユーザは、例えば、視聴頻度の高い楽曲を容易に検索でき便利である。   The automatic playlist search display table 15e-5 as described above is used when searching for music content (music) in a specific playlist. At this time, since the tracks are displayed in the order of reproduction frequency, for example, the user can easily search for music having a high viewing frequency, which is convenient.

以上、本実施形態にかかる複数の検索表示用データベース15のデータ構造例について説明した。上記例以外にも、検索機能の種類に応じて、多様な種類の検索表示用データベース15を作成可能である。また、本実施形態にかかる検索表示用データベース15は、ホスト装置10により作成されるが、かかる例に限定されず、例えば、データ構造が簡単な一部の検索表示用データベース15はデバイス20で作成してもよいし、また、検索表示用データベース15の一部の階層(例えばアーティスト階層、アルバム階層、トラック階層など)をホスト装置10で作成し、残りの階層(例えばイニシャル階層)をデバイス20で作成することもできる。   The example of the data structure of the plurality of search display databases 15 according to the present embodiment has been described above. In addition to the above example, various types of search display databases 15 can be created according to the type of search function. Further, the search display database 15 according to the present embodiment is created by the host device 10, but is not limited to this example. For example, a part of the search display database 15 having a simple data structure is created by the device 20. Alternatively, a part of the search display database 15 (for example, artist hierarchy, album hierarchy, track hierarchy, etc.) is created by the host device 10, and the remaining hierarchy (for example, initial hierarchy) is created by the device 20. It can also be created.

<動作シーケンス>
次に、図12を参照して、本実施形態にかかるデータベース管理システム100におけるホスト装置10とデバイス20との間の動作シーケンスについて説明する。なお、図12は、本実施形態にかかるホスト装置10とデバイス20との間の動作シーケンスを示すシーケンス図である。
<Operation sequence>
Next, an operation sequence between the host apparatus 10 and the device 20 in the database management system 100 according to the present embodiment will be described with reference to FIG. FIG. 12 is a sequence diagram showing an operation sequence between the host apparatus 10 and the device 20 according to the present embodiment.

図12の初期期状態として、過去に、ホスト装置10からデバイス20に対して、複数のコンテンツ及びこれに対応する検索表示用データベース15が転送されて記憶され、さらに、接続が遮断されたデバイス20において、当該コンテンツの一部が再生されてイベントログが蓄積されるとともに、削除予定リストが生成され、その後、ホスト装置10はコンテンツ配信サーバ30から新たなコンテンツをダウンロード済みである状態を想定する。   As an initial state in FIG. 12, in the past, a plurality of contents and the search display database 15 corresponding to the contents are transferred and stored from the host apparatus 10 to the device 20, and the device 20 whose connection is cut off. 2, a part of the content is reproduced and an event log is accumulated, and a deletion schedule list is generated. Thereafter, the host device 10 assumes a state where new content has been downloaded from the content distribution server 30.

この状態で、図12に示すように、ホスト装置10とデバイス20が接続される(S10:接続ステップ)と、ホスト装置10は、デバイス20が接続されたことを検知する(S12:接続検知ステップ)。   In this state, as shown in FIG. 12, when the host device 10 and the device 20 are connected (S10: connection step), the host device 10 detects that the device 20 is connected (S12: connection detection step). ).

すると、ホスト装置10は、接続されたデバイス20にアクセスし、必要な情報を転送するよう要求する(S14:アクセスステップ)。この結果、ホスト装置10は、デバイス20から、当該デバイス20に記憶されている複数のコンテンツのコンテンツID、イベントログ、削除予定リストなどの情報を取得する(S16:取得ステップ)。   Then, the host device 10 accesses the connected device 20 and requests to transfer necessary information (S14: access step). As a result, the host apparatus 10 acquires information such as content IDs, event logs, and deletion schedule lists of a plurality of contents stored in the device 20 from the device 20 (S16: acquisition step).

次いで、ホスト装置10は、上記デバイス20から取得したコンテンツIDに基づいて、デバイス20に記憶されているコンテンツを認識するとともに、ホスト記憶部146に記憶されているコンテンツIDに基づいて、ホスト装置10に記憶されているコンテンツを認識する(S18:認識ステップ)。さらに、ホスト装置10は、ホスト装置10に記憶されているコンテンツと、デバイス20に記憶されているコンテンツとを比較して、両者の差分を検出する(S20:比較ステップ)。本ケースでは、ホスト装置10は、上記のようにコンテンツ配信サーバ30から新たなコンテンツを取得しているので、デバイス20が保有していないコンテンツを保有しており、双方の間にコンテンツの差分がある。   Next, the host device 10 recognizes the content stored in the device 20 based on the content ID acquired from the device 20, and also based on the content ID stored in the host storage unit 146. Is recognized (S18: recognition step). Further, the host device 10 compares the content stored in the host device 10 with the content stored in the device 20, and detects the difference between the two (S20: comparison step). In this case, since the host device 10 has acquired new content from the content distribution server 30 as described above, the host device 10 has content that the device 20 does not have, and there is a difference in content between the two. is there.

さらに、ホスト装置10は、デバイス20に対してコンテンツを追加及び削除することにより、デバイス20が保持するコンテンツを更新する(S22:コンテンツ更新ステップ)。詳細には、例えば、ホスト装置10は、上記デバイス20から取得した削除予定リストに含まれるコンテンツIDに対応するコンテンツを、デバイス20のコンテンツ記憶部220から削除する。また、ホスト装置10は、ユーザ入力に応じて或いは自動的に、上記コンテンツ配信サーバ30から新たに配信されたコンテンツを、デバイス20のコンテンツ記憶部220に追加する。また、かかるコンテンツの追加及び削除に応じて、デバイス20のターミナルデータベース17に記憶されているコンテンツの属性情報を更新する。このような更新処理の結果、デバイス20に記憶されているコンテンツが変化したことになる。従って、デバイス20では、当該コンテンツの変化に対応して検索表示用データベース15を更新する必要がある。   Furthermore, the host apparatus 10 updates the content held by the device 20 by adding and deleting content to the device 20 (S22: content update step). Specifically, for example, the host device 10 deletes the content corresponding to the content ID included in the deletion schedule list acquired from the device 20 from the content storage unit 220 of the device 20. Further, the host device 10 adds the content newly distributed from the content distribution server 30 to the content storage unit 220 of the device 20 in response to a user input or automatically. Further, the content attribute information stored in the terminal database 17 of the device 20 is updated in accordance with the addition and deletion of the content. As a result of such an update process, the content stored in the device 20 has changed. Therefore, the device 20 needs to update the search display database 15 in response to the change in the content.

その後、ホスト装置10は、デバイス20の各検索機能をメンテナンスし、これによって、デバイス20のターミナル記憶部240内の各検索機能に対応するデータベースを更新する(S30:メンテナンスステップ)。このメンテナンスの詳細は後述する(図13参照)。   Thereafter, the host apparatus 10 maintains each search function of the device 20, and thereby updates a database corresponding to each search function in the terminal storage unit 240 of the device 20 (S30: maintenance step). Details of this maintenance will be described later (see FIG. 13).

その後、デバイス20は、ユーザによりコンテンツの検索指示を受けると、上記更新された検索表示用データベース15を用いて検索画面を表示する(S32:表示制御ステップ)。詳細には、デバイス20は、ユーザ入力により選択された検索機能に対応する検索表示用データベース15を、ターミナル記憶部240から読み出し、当該読み出した検索表示用データベース15を用いて検索画面を順次表示する。ユーザは、この検索画面を閲覧しながら、再生を所望する音楽コンテンツ、アルバム又はアーティスト等を選択できる。   After that, when receiving a content search instruction from the user, the device 20 displays a search screen using the updated search display database 15 (S32: display control step). Specifically, the device 20 reads the search display database 15 corresponding to the search function selected by the user input from the terminal storage unit 240, and sequentially displays the search screen using the read search display database 15. . The user can select music content, album, artist, or the like desired to be reproduced while browsing the search screen.

次いで、デバイス20は、ユーザの選択入力に基づき、再生対象の1又は2以上のコンテンツを選択し(S34:コンテンツ選択ステップ)、選択されたコンテンツを再生する(S36:再生ステップ)。   Next, the device 20 selects one or more contents to be reproduced based on the selection input by the user (S34: content selection step), and reproduces the selected content (S36: reproduction step).

以上、本実施形態にかかるホスト装置10とデバイス20との間の動作シーケンスについて説明した。上記のように、デバイス20が対応する各検索機能の検索表示用データベース15は、ホスト装置10によって作成されて、デバイス20のターミナル記憶部240に格納される。そして、デバイス20は、コンテンツの検索時には、ターミナル記憶部240内の複数の検索表示用データベース15のうち、ユーザが選択した検索機能の検索表示用データベース15を読み出して、そのまま表示するだけでよい。従って、デバイス20は、検索表示用データベース15を作成する必要がないため、検索時のデバイス20の処理負荷を軽減できる。従って、処理能力が低いデバイス20であっても、検索時の表示速度を向上できるとともにバッテリ消費も抑制できる。   The operation sequence between the host apparatus 10 and the device 20 according to the present embodiment has been described above. As described above, the search display database 15 of each search function to which the device 20 corresponds is created by the host device 10 and stored in the terminal storage unit 240 of the device 20. When searching for content, the device 20 simply reads out the search display database 15 of the search function selected by the user from the plurality of search display databases 15 in the terminal storage unit 240 and displays it as it is. Accordingly, since the device 20 does not need to create the search display database 15, the processing load on the device 20 during the search can be reduced. Therefore, even if the device 20 has a low processing capability, the display speed during search can be improved and the battery consumption can be suppressed.

次に、図13を参照して、本実施形態にかかるホスト装置10によるデバイス20のデータベース更新方法について説明する。なお、図13は、本実施形態にかかるデータベース更新方法を示すシーケンス図である。   Next, a database update method for the device 20 by the host apparatus 10 according to the present embodiment will be described with reference to FIG. FIG. 13 is a sequence diagram showing the database update method according to the present embodiment.

図13に示すように、まず、ホスト装置10が、デバイス20にコマンド発行を要求すると(S100)、デバイス20は、更新要求コマンドを発行し、ホスト装置10に通知する(S102)。この更新要求コマンドは、上記デバイス20の対応機能リストを含んでおり、この対応機能リストは、デバイス20が対応する各機能の機能IDと、そのバージョン情報とが関連付けられた情報であり、デバイス20が非対応の機能の機能IDも含む。   As shown in FIG. 13, when the host device 10 requests the device 20 to issue a command (S100), the device 20 issues an update request command and notifies the host device 10 (S102). The update request command includes a corresponding function list of the device 20, and the corresponding function list is information in which the function ID of each function corresponding to the device 20 is associated with the version information. Includes function IDs of functions that are not supported.

ホスト装置10は、上記コマンド要求(S100)に応じて、デバイス20から更新要求コマンドを受信するか否かにより、接続されているデバイス20が、本実施形態にかかるデータベースフォーマットに対応する機器であるか、その他のデータベースフォーマットに対応する機器であるかを判断することができる。図示の例では、デバイス20は更新要求コマンドを発行しているので、本実施形態にかかるデータベースフォーマットに対応する機器であるといえる。   In response to the command request (S100), the host device 10 is a device in which the connected device 20 is compatible with the database format according to the present embodiment, depending on whether or not an update request command is received from the device 20. It is possible to determine whether the device is compatible with other database formats. In the illustrated example, since the device 20 issues an update request command, it can be said that the device corresponds to the database format according to the present embodiment.

ホスト装置10は、デバイス20から上記更新要求コマンドを受信することで、デバイス20が対応する機能の機能IDと、当該機能のバージョン情報を取得することができる(S104:デバイス情報取得ステップ)。図示の例では、デバイス20は、機能A、B、C、Dに対応しており、これら機能A、B、C、Dのバージョンはそれぞれ、「1.0」、「1.1」、「1.0」、「2.0」である。また、デバイス20は、機能Eに非対応である。このデバイス20が機能Eに非対応となるのは、例えば、デバイス20に機能E自体がインストールされていないケースや、デバイス20の機能設定部236がユーザ入力に基づき機能Eを非対応に設定したケースなどがある。   The host device 10 can acquire the function ID of the function supported by the device 20 and the version information of the function by receiving the update request command from the device 20 (S104: device information acquisition step). In the illustrated example, the device 20 corresponds to functions A, B, C, and D, and the versions of these functions A, B, C, and D are “1.0”, “1.1”, “ 1.0 "and" 2.0 ". The device 20 is not compatible with the function E. The device 20 does not support the function E, for example, when the function E itself is not installed in the device 20 or when the function setting unit 236 of the device 20 sets the function E to non-support based on the user input. There are cases.

次いで、ホスト装置10は、自身の機能情報記憶部154からホスト装置10の対応機能リストを読み出すことで、ホスト装置10が対応する機能の機能IDと、当該機能のバージョン情報とを取得する(S106:ホスト情報取得ステップ)。図示の例では、ホスト装置10は、機能A、B、D、Eに対応しており、これら機能A、B、D、Eのバージョンはそれぞれ、「1.0」、「1.0」、「1.4」、「1.2」である。また、ホスト装置10は、機能Cに非対応である。   Next, the host device 10 reads the corresponding function list of the host device 10 from its own function information storage unit 154, thereby acquiring the function ID of the function supported by the host device 10 and the version information of the function (S106). : Host information acquisition step). In the illustrated example, the host device 10 supports functions A, B, D, and E, and the versions of these functions A, B, D, and E are “1.0”, “1.0”, “1.4” and “1.2”. The host device 10 does not support function C.

さらに、ホスト装置10は、上記デバイス20の対応機能リストと、上記ホスト装置10の対応機能リストとに基づいて、デバイス20が対応する機能の中から、ホスト装置10が対応可能な機能を、更新対象機能として抽出する(S108:更新機能抽出ステップ)。このとき、ホスト装置10は、デバイス20が対応する機能にホスト装置10が対応しているか否かのみならず、デバイス20とホスト装置10が対応する各機能のメジャーバージョン及びマイナーバージョン情報も判断基準として、更新対象機能を抽出する。   Furthermore, the host device 10 updates the functions that can be supported by the host device 10 from the functions that the device 20 supports, based on the supported function list of the device 20 and the supported function list of the host device 10. The target function is extracted (S108: update function extraction step). At this time, the host device 10 determines not only whether or not the host device 10 corresponds to the function supported by the device 20, but also the major version and minor version information of each function supported by the device 20 and the host device 10. As a result, the update target function is extracted.

図示の例では、機能Cは、デバイス20が対応しているが、ホスト装置10が非対応であるので、更新対象機能から除外される。また、機能Eは、ホスト装置10が対応しているが、デバイス20が非対応であるので、更新対象機能から除外される。さらに、機能Dについては、ホスト装置10のメジャーバージョンが、デバイス20のメジャーバージョンよりも低い(1.4<2.0)ので、更新対象機能から除外される。一方、機能A、Bは、デバイス20とホスト装置10の双方が対応しており、かつ、デバイス20とホスト装置10のメジャーバージョンが同一であるので、更新対象機能として抽出される。   In the illustrated example, the function C is supported by the device 20, but is not supported by the host device 10, and thus is excluded from the update target functions. The function E is supported by the host device 10 but is not supported by the device 20 and is therefore excluded from the update target function. Further, the function D is excluded from the update target function because the major version of the host device 10 is lower than the major version of the device 20 (1.4 <2.0). On the other hand, the functions A and B are extracted as update target functions because both the device 20 and the host apparatus 10 are compatible and the major versions of the device 20 and the host apparatus 10 are the same.

次いで、ホスト装置10は、上記抽出された更新対象機能について、デバイス20のデータベースを更新する(S110:データベース更新ステップ)。具体的には、ホスト装置10は、上記更新対象機能である機能A、Bについては、デバイス20の当該機能A、Bの検索機能データベース15a、15bを更新する。この場合、ホスト装置10は、デバイス20のターミナル記憶部240にアクセスして、検索機能データベース15a、15bを直接的に上書きしてもよいし、或いは、デバイス20から検索機能データベース15a、15bを読み出して取得し、ホスト装置10内で新たな検索機能データベース15a、15bに更新した上で、デバイス20のターミナル記憶部240に書き戻すようにしてもよい。   Next, the host device 10 updates the database of the device 20 for the extracted update target function (S110: database update step). Specifically, the host device 10 updates the search function databases 15a and 15b of the functions A and B of the device 20 for the functions A and B that are the update target functions. In this case, the host device 10 may access the terminal storage unit 240 of the device 20 and directly overwrite the search function databases 15a and 15b, or read the search function databases 15a and 15b from the device 20. May be acquired and updated to new search function databases 15 a and 15 b in the host device 10, and then written back to the terminal storage unit 240 of the device 20.

一方、対応不能機能である機能C、D、Eについては、ホスト装置10は、デバイス20の当該機能C、D、Eの検索機能データベース15c、15d、15eに対して、上述した暫定処理を施す。なお、デバイス20が、非対応である機能Eの検索機能データベース15eを有していない場合には、ホスト装置10は機能Eについては、暫定処理を行わなくてもよい。   On the other hand, for the functions C, D, and E that are incompatible functions, the host device 10 performs the above-described provisional processing on the search function databases 15c, 15d, and 15e of the functions C, D, and E of the device 20. . Note that if the device 20 does not have the search function database 15e of the function E that is not supported, the host device 10 may not perform provisional processing for the function E.

その後、ホスト装置10は、上記S110でのデータベース更新結果を示すログを、デバイス20の更新ログファイル252に記録する(S112:ログ記録ステップ)。図示のケースでは、データベースを更新した機能A、Bについては、ホスト装置10は、ホスト装置10側のバージョン情報である「1.0」と、機能更新日時を更新ログファイル252の該当欄に書き込む。一方、その他の機能C、D、Eについては、更新がなされていないので、ホスト装置10は、更新ログファイル252の該当欄に、機能更新日時及びバージョン情報を書き込まない。   Thereafter, the host device 10 records a log indicating the database update result in S110 in the update log file 252 of the device 20 (S112: log recording step). In the illustrated case, for the functions A and B whose databases have been updated, the host device 10 writes “1.0”, which is version information on the host device 10 side, and the function update date and time in the corresponding columns of the update log file 252. . On the other hand, since the other functions C, D, and E have not been updated, the host device 10 does not write the function update date and version information in the corresponding column of the update log file 252.

次に、図14を参照して、本実施形態にかかるデータベース更新方法についてより詳細に説明する。なお、図14は、本実施形態にかかるデータベース更新方法における機能ごとのデータベース更新処理フローを示すフローチャートである。   Next, the database update method according to the present embodiment will be described in more detail with reference to FIG. FIG. 14 is a flowchart showing a database update process flow for each function in the database update method according to the present embodiment.

図14に示すように、まず、ホスト装置10は、デバイス20に対して予め定められた通常処理を行う(S200)。この通常処理は、各機能の仕様に依存しない処理であり、例えば、コンテンツの追加/削除等をデバイス20に通知する処理や、デバイス20における各機能のオン/オフを判断する処理、デバイス20のターミナルデータベース17を更新する処理などである。なお、本ステップS200を省略することも可能である。   As shown in FIG. 14, first, the host apparatus 10 performs a predetermined normal process on the device 20 (S200). This normal process is a process that does not depend on the specification of each function. For example, a process for notifying the device 20 of addition / deletion of content, a process for determining on / off of each function in the device 20, For example, the terminal database 17 is updated. Note that step S200 may be omitted.

次いで、ホスト装置10は、デバイス20が必要とする機能に対応可能(正常なメンテナンスが可能)であるか否かを判断する(S202)。この結果、対応可能であれば、当該機能を更新対象機能として、ステップS206に進み、対応不能であれば、当該機能を対応不能機能としてステップS208に進む。   Next, the host device 10 determines whether or not the function required by the device 20 can be supported (normal maintenance is possible) (S202). As a result, if it is possible to respond, the function is set as an update target function, and the process proceeds to step S206.

その後、ステップS204では、ホスト装置10は、機能ごとに規定された固有の更新方式で、デバイス20における上記更新対象機能の検索表示用データベース15を更新する(S204)。例えば、最新転送曲検索表示用データベース15c(図11F参照)を更新する場合には、今回新たにホスト装置10からデバイス20に転送されたコンテンツの属性情報を、「最新転送曲」のディレクトリに書き込むとともに、「最新転送曲」のディレクトリに元々書き込まれていた内容を「前回転送曲」のディレクトリに移し、「前回転送曲」のディレクトリに元々書き込まれていた内容を「前々回転送曲」のディレクトリに移し、「前々回転送曲」のディレクトリに元々書き込まれていた内容を削除する。   Thereafter, in step S204, the host device 10 updates the search display database 15 of the update target function in the device 20 by a unique update method defined for each function (S204). For example, when updating the latest transfer song search display database 15c (see FIG. 11F), the attribute information of the content newly transferred from the host device 10 to the device 20 this time is written in the directory of “latest transfer song”. At the same time, the contents originally written in the "Last Transfer Song" directory are moved to the "Last Transfer Song" directory, and the contents originally written in the "Last Transfer Song" directory are changed to the "Last Transfer Song" directory. Move and delete the contents originally written in the directory of “Transfer Song Previously”.

一方、ステップS206では、ホスト装置10は、各機能で共通の方式で、デバイス20における上記対象不能機能の検索表示用データベース15を暫定処理する(S206)。例えば、対象不能機能の検索表示用データベース15が、最新転送曲検索表示用データベース15c(図11F参照)である場合、最新転送曲検索表示用テーブル15c−1に設けられている未分類ボックス19に、今回新たにホスト装置10からデバイス20に転送されたコンテンツの識別情報(例えばコンテンツID、トラック番号など)を、未分類情報として記録する。これにより、最新転送曲検索機能に対応可能な他のホスト装置10にデバイス20が接続されたときに、当該他のホスト装置10は、未分類情報があることを検知して、上記新たに追加されたコンテンツの属性情報を「最新転送曲」のディレクトリ等に書き込んで、最新転送曲検索表示用データベース15cを適切に更新できる。   On the other hand, in step S206, the host device 10 provisionally processes the search-and-display database 15 of the target impossible function in the device 20 by a method common to each function (S206). For example, when the search display database 15 for the incapable function is the latest transfer song search display database 15c (see FIG. 11F), the unclassified box 19 provided in the latest transfer song search display table 15c-1 is displayed. The content identification information (for example, content ID, track number, etc.) newly transferred from the host apparatus 10 to the device 20 this time is recorded as unclassified information. As a result, when the device 20 is connected to another host device 10 that can support the latest transfer song search function, the other host device 10 detects that there is unclassified information and adds the new information. The attribute information of the content thus written can be written in the “latest transfer song” directory or the like, and the latest transfer song search / display database 15c can be appropriately updated.

次に、図15及び図16を参照して、本実施形態にかかるデータベース更新方法の具体例について説明する。なお、図15は、本実施形態にかかるデータベース更新方法の具体例を示すシーケンス図である。図16は、本実施形態にかかるデバイス20における更新ログファイル252に基づく機能制御フローを示すフローチャートである。   Next, a specific example of the database update method according to the present embodiment will be described with reference to FIGS. 15 and 16. FIG. 15 is a sequence diagram illustrating a specific example of the database update method according to the present embodiment. FIG. 16 is a flowchart showing a function control flow based on the update log file 252 in the device 20 according to the present embodiment.

図15に示すように、機能A、B(バージョン1.0)に対応可能なホスト装置10Aと、機能A〜D(バージョン2.0)に対応可能なホスト装置10Bとによって、機能A〜D(バージョン1.2)に対応可能なデバイス20のデータベースを更新する場合を考える。   As illustrated in FIG. 15, functions A to D include a host apparatus 10A that can support functions A and B (version 1.0) and a host apparatus 10B that can support functions A to D (version 2.0). Consider a case where the database of the device 20 that can support (version 1.2) is updated.

まず、ホスト装置10Aとデバイス20とを接続し(S300)、ホスト装置10Aからデバイス20に新たなコンテンツAを追加(S302)したとする。この後、日時t1で、ホスト装置10Aにより、デバイス20のデータベースをメンテナンス(S304)すると、ホスト装置10Aは、デバイス20の機能A、Bのデータベースについては上記コンテンツの追加に応じて正常に更新できる。しかし、ホスト装置10Aは、デバイス20の機能C、Dのデータベースを更新することはできないので、暫定処理として、機能C、Dのデータベースの未分類ボックス19に、上記追加されたコンテンツAのコンテンツIDを未分類情報として登録する。   First, it is assumed that the host apparatus 10A and the device 20 are connected (S300), and new content A is added to the device 20 from the host apparatus 10A (S302). Thereafter, when the host device 10A maintains the database of the device 20 at the date and time t1 (S304), the host device 10A can normally update the function A and B databases of the device 20 according to the addition of the content. . However, since the host device 10A cannot update the database of the functions C and D of the device 20, as a provisional process, the content ID of the added content A is added to the unclassified box 19 of the database of the functions C and D. Is registered as unclassified information.

このようなホスト装置10Aによるメンテナンスの結果、デバイス20の更新ログファイル252には、図示のように、デバイス更新日時として日時「t1」が記録されるとともに、機能A、Bについては機能更新日時「t1」と、ホスト装置10A側のバージョン情報「1.0」とが記録されるが、機能A、Bについては機能更新日時及びバージョン情報が記録されない。   As a result of such maintenance by the host apparatus 10A, the update log file 252 of the device 20 records the date and time “t1” as the device update date and time as shown in the figure, and the function update date and time “ t1 ”and version information“ 1.0 ”on the host device 10A side are recorded, but the function update date and time information and version information are not recorded for the functions A and B.

その後、コンテンツの検索機能を実行する場合に、デバイス20は、更新ログファイル252に基づき各検索機能A〜Dの動作を制御する(S306)。ここで、更新ログファイル252に基づく機能制御について図16も参照しながら説明する。   Thereafter, when executing the content search function, the device 20 controls the operations of the search functions A to D based on the update log file 252 (S306). Here, the function control based on the update log file 252 will be described with reference to FIG.

図16に示すように、まず、デバイス20は、デバイス20内の更新ログ記憶部250から更新ログファイル252を読み出す(S400)。次いで、デバイス20は、読み出した更新ログファイル252内のデバイス更新日時t1と各機能の機能更新日時とを比較し(S402)、デバイス20に対する最終更新日時であるデバイス更新日時t1と一致する機能更新日時t1が付与された機能A、Bを、データベースが更新済みの機能であると特定する(S404)。一方、デバイス更新日時t1と一致しない機能や、機能更新日時が付与されていない機能C、Dは、データベースが未更新の機能であると判断する。その後、デバイス20は、コンテンツの検索時に、データベースが更新済みと判断された機能A、Bについては通常通り実行する一方、データベースが未更新と判断された機能C、Dについては、例えば、表示画面上に表示しない、若しくは、警告表示を行いながら実行するように制御する(S406)。   As shown in FIG. 16, first, the device 20 reads the update log file 252 from the update log storage unit 250 in the device 20 (S400). Next, the device 20 compares the device update date / time t1 in the read update log file 252 with the function update date / time of each function (S402), and the function update coincides with the device update date / time t1, which is the last update date / time for the device 20. The functions A and B to which the date and time t1 are given are specified as the functions whose database has been updated (S404). On the other hand, functions that do not coincide with the device update date / time t1 and functions C and D to which no function update date / time is assigned are determined to be functions whose database has not been updated. After that, when searching for content, the device 20 executes the functions A and B for which the database has been updated as usual, while the functions C and D for which the database has been determined not to be updated, for example, a display screen Control is performed so as to execute without displaying the above or displaying a warning (S406).

図15に戻り説明を続ける。上記S306の後、ホスト装置10Bとデバイス20とを接続し(S308)、ホスト装置10Bからデバイス20に新たなコンテンツBを追加(S310)したとする。その後、日時t2で、ホスト装置10Bにより、デバイス20のデータベースをメンテナンス(S312)すると、ホスト装置10Bは、デバイス20の全ての機能A〜Dのデータベースについて、上記コンテンツの削除に応じて正常に更新できる。   Returning to FIG. After S306, it is assumed that the host device 10B and the device 20 are connected (S308), and new content B is added to the device 20 from the host device 10B (S310). Thereafter, when the host device 10B maintains the database of the device 20 at the date and time t2 (S312), the host device 10B updates the database of all the functions A to D of the device 20 normally according to the deletion of the content. it can.

このとき、ホスト装置10Bは、機能A〜Dのデータベースの未分類ボックス19に対する未登録情報の登録の有無をチェックする。図示の例では、上記ホスト装置10Aによって機能C、Dのデータベースの未分類ボックス19に未登録情報が登録されている。この場合、ホスト装置10Bは、この未登録情報に基づき、機能C、Dのデータベースには、上記ホスト装置10Aにより追加されたコンテンツAの情報が反映されていないことを検出できる。このため、ホスト装置10Bは、機能C、Dのデータベース更新時には、ホスト装置10Bが追加したコンテンツBのみならず、ホスト装置10Aが過去に追加したコンテンツAの情報も反映されるように、機能C、Dのデータベースを情報のロス無く適切に更新できる。   At this time, the host device 10B checks whether or not unregistered information is registered in the unclassified box 19 of the database of functions A to D. In the illustrated example, unregistered information is registered in the unclassified box 19 of the database of functions C and D by the host device 10A. In this case, the host device 10B can detect that the information on the content A added by the host device 10A is not reflected in the databases of the functions C and D based on the unregistered information. For this reason, when updating the databases of the functions C and D, the host device 10B reflects not only the content B added by the host device 10B but also the information of the content A previously added by the host device 10A. , D database can be updated appropriately without loss of information.

また、このホスト装置10Bによる更新時には、ホスト装置10Aによりデバイス20に追加されたコンテンツAをホスト装置10Bが記憶していなくても、デバイス20内の上記未登録情報及びターミナルデータベース17に含まれるコンテンツAの属性情報に基づいて、コンテンツAについて各機能のデータベースを更新することができる。   Further, at the time of updating by the host device 10B, even if the host device 10B does not store the content A added to the device 20 by the host device 10A, the unregistered information in the device 20 and the content included in the terminal database 17 Based on the attribute information of A, the database of each function can be updated for the content A.

また、上記メンテナンス時に、ホスト装置10Bは、デバイス20から更新ログファイル252を取得し、この更新ログファイル252内のバージョン情報に基づき、過去に機能A、Bのデータベースを更新したホスト装置10Aのバージョンを把握できる。これにより、ホスト装置10Bは、過去に更新済みの機能A、Bのデータベースのデータベースを適切に再更新できるようになる。   Further, at the time of the maintenance, the host device 10B acquires the update log file 252 from the device 20, and based on the version information in the update log file 252, the version of the host device 10A that has updated the database of functions A and B in the past. Can be grasped. As a result, the host apparatus 10B can appropriately re-update the database of the functions A and B that have been updated in the past.

以上のようなホスト装置10Bによるメンテナンスの結果、デバイス20の更新ログファイル252には、図示のように、デバイス更新日時として日時「t2」が記録されるとともに、各機能A〜Dについて機能更新日時「t2」と、ホスト装置10B側のバージョン情報「2.0」とが記録される。   As a result of the maintenance by the host device 10B as described above, the update log file 252 of the device 20 records the date and time “t2” as the device update date and time as shown in FIG. “T2” and version information “2.0” on the host device 10B side are recorded.

その後、コンテンツの検索機能を実行する場合に、デバイス20は、図16のように、更新ログファイル252に基づき各検索機能A〜Dの動作を制御する(S314)。このときは、更新ログファイル252内のデバイス更新日時t1と、各機能A〜Dに付与された機能更新日時t2とが一致するので、デバイス20は、全ての機能A〜Dについてデータベースが更新済みであると判断し、全ての機能A〜Dを通常通り実行する。   Thereafter, when executing the content search function, the device 20 controls the operation of each search function A to D based on the update log file 252 as shown in FIG. 16 (S314). At this time, since the device update date / time t1 in the update log file 252 matches the function update date / time t2 assigned to each function A to D, the device 20 has already updated the database for all the functions A to D. And all functions A to D are executed as usual.

次に、図17を参照して、本実施形態にかかるデータベース更新方法において、外部装置との通信接続の有無を考慮して、機能ごとにデータベースの更新を制御する方法について説明する。なお、図17は、本実施形態にかかるデータベース更新方法において、外部装置との通信接続の有無に基づくデータベース更新制御フローを示すフローチャートである。   Next, with reference to FIG. 17, in the database update method according to the present embodiment, a method for controlling database update for each function in consideration of the presence / absence of communication connection with an external device will be described. FIG. 17 is a flowchart showing a database update control flow based on the presence / absence of communication connection with an external device in the database update method according to the present embodiment.

図17に示すように、まず、ホスト装置10は、更新対象機能の検索表示用データベース15を更新するために、通信部132によりネットワーク5を介して外部装置と接続する必要があるか否かを判断する(S500)。各種の検索表示用データベース15の中には、更新処理に必要な情報を提供する外部装置からネットワーク5及び通信部132を介して必要情報を取得しなければ、好適に更新できないものがある。例えば、アーティストリンク検索機能用データベース15aを更新するためには、新たにデバイス20に追加されたコンテンツのアーティストに関するアーティストリンク情報を、コンテンツ配信サーバ30等の外部装置からネットワーク5を介して取得する必要がある。   As shown in FIG. 17, first, the host device 10 determines whether or not it is necessary to connect to an external device via the network 5 by the communication unit 132 in order to update the search display database 15 of the update target function. Judgment is made (S500). Some of the various search display databases 15 cannot be suitably updated unless necessary information is acquired from an external device that provides information necessary for update processing via the network 5 and the communication unit 132. For example, in order to update the artist link search function database 15a, it is necessary to obtain artist link information related to the artist of the content newly added to the device 20 from an external device such as the content distribution server 30 via the network 5. There is.

本ステップS500では、更新対象機能が、上記アーティストリンク検索機能などのように、外部装置からネットワーク5を介して更新情報を取得する必要がある機能であるか否かを判断する。この結果、更新対象機能の検索表示用データベース15を更新するために、ネットワーク5を介した外部装置との接続が必要でない場合には、ステップS504に進み、当該更新多様機能の検索表示用データベース15を更新する(S504)。一方、更新対象機能の検索表示用データベース15を更新するために、ネットワーク5を介した外部装置との接続が必要である場合には、ステップS502に進む。   In step S500, it is determined whether the update target function is a function that needs to acquire update information from the external device via the network 5, such as the artist link search function. As a result, if it is not necessary to connect the external device via the network 5 in order to update the search display database 15 for the update target function, the process proceeds to step S504, and the search display database 15 for the update diverse function. Is updated (S504). On the other hand, if it is necessary to connect to an external apparatus via the network 5 in order to update the search display database 15 of the update target function, the process proceeds to step S502.

ステップS502では、ホスト装置10がネットワーク5を介して外部装置と通信可能であるか否かを判断する(ステップS502)。この結果、通信可能である場合には、ステップS504に進み、上記更新対象機能の検索表示用データベース15を更新する(S504)。一方、通信不能である場合には、ステップS506に進み、上記更新対象機能の検索表示用データベース15の更新を中止する(S506)。以上のようなS500〜S506の処理を、全ての更新対象機能について繰り返し実行する(S508)。   In step S502, it is determined whether or not the host device 10 can communicate with an external device via the network 5 (step S502). As a result, if communication is possible, the process proceeds to step S504, and the search display database 15 of the update target function is updated (S504). On the other hand, if communication is impossible, the process proceeds to step S506, and the update of the search display database 15 for the update target function is stopped (S506). The processes of S500 to S506 as described above are repeatedly executed for all the update target functions (S508).

以上のように、上記更新対象機能ごとに、ホスト装置10がネットワーク5を介して外部装置と通信可能であるか否かをチェックし、ネットワーク環境やホスト装置10の動作状態などが原因で、ホスト装置10と外部装置とが通信不能である場合には、デバイス20における更新対象機能のデータベースの更新を中止する。これにより、アーティストリンク検索機能の検索表示用データベース15aなどのように、更新に外部接続を要するデータベースが、不十分に更新されてしまうことを防止できるとともに、デバイス20のデータベース更新に要する処理負荷及び処理時間を低減できる。   As described above, for each update target function, it is checked whether or not the host device 10 can communicate with an external device via the network 5, and the host environment 10 and the operation state of the host device 10 are the cause. When the device 10 and the external device cannot communicate, the update of the update target function database in the device 20 is stopped. Thereby, it is possible to prevent a database that requires external connection for updating, such as the search display database 15a of the artist link search function, from being insufficiently updated, and the processing load required for updating the database of the device 20 and Processing time can be reduced.

以上、本実施形態にかかるデータベース管理システム100と、これを構成するホスト装置10、デバイス20等について詳細に説明した。本実施形態によれば、機能ごとに分解したデータベースフォーマットを利用し、ホスト装置10とデバイス20間で更新要求コマンドと、更新ログファイルをやり取りすることで、ホスト装置10がデバイス20のデータベースを機能ごとに更新可能とする。そして、ホスト装置10は、デバイス20が必要とする機能のうち、自身が対応可能な機能のみのデータベースを更新し、更新結果のログを機能ごとにデバイス20に書き込み、一方、ホスト装置10が対応不能な機能については暫定処理を施しておき、他のホスト装置にデータベースの更新を委ねるようになっている。   Heretofore, the database management system 100 according to the present embodiment, the host device 10 and the device 20 constituting the database management system 100 have been described in detail. According to the present embodiment, the host device 10 functions the database of the device 20 by exchanging the update request command and the update log file between the host device 10 and the device 20 using the database format decomposed for each function. It can be updated every time. Then, the host device 10 updates the database of only the functions that can be supported by the device 20 and writes the update result log to the device 20 for each function. For impossible functions, provisional processing is performed, and the update of the database is entrusted to another host device.

従って、デバイス20及びホスト装置10において、機能ごとに対応/非対応の選択が可能となる。このため、例えば、記憶媒体の記憶容量が比較的小さい軽量のデバイス20では、不要な機能を非対応に設定して切り離すことで、当該不要な機能のデータベースを記憶しなくても済むようになり、その分だけコンテンツ用の記憶容量を確保することができる。また、当該不要な機能のデータベースを更新する必要がないので、ホスト装置10によりデバイス20のデータベースを更新するときの処理負荷及び処理時間を低減できる。また、処理能力が限られたホスト装置10では、重量級の機能に対応しないようにすることで、ホスト装置10の実装容易性を向上できるとともに、HDDコンポ等のような処理能力が低いホスト装置を実現可能となる。   Therefore, in the device 20 and the host device 10, it is possible to select corresponding / incompatible for each function. For this reason, for example, in the light-weight device 20 having a relatively small storage capacity of the storage medium, an unnecessary function is set to non-corresponding and separated, so that it is not necessary to store a database of the unnecessary function. Therefore, the storage capacity for the content can be ensured accordingly. In addition, since it is not necessary to update the database of unnecessary functions, the processing load and processing time when the host device 10 updates the database of the device 20 can be reduced. Further, in the host device 10 with limited processing capability, it is possible to improve the ease of mounting of the host device 10 by not supporting the heavyweight function, and the host device with low processing capability such as HDD components. Can be realized.

また、新デバイス20に新機能を比較的容易に追加することができる。例えば、従来のデータフォーマットでは、旧機能のホスト装置10に新機能のデバイス20を接続しても、デバイス20の新機能のみならず既存の機能のデータベースも更新できなかった。しかし、本実施形態では、旧機能のホスト装置10であっても、デバイス20の既存の機能のデータベースを更新できるとともに、新機能のデータベースに対しても暫定処理を行うことができる。このため、既に市場に流通している旧機能のデバイス20または旧機能のホスト装置10にとらわれずに、各機器に新機能を追加できる。   In addition, new functions can be added to the new device 20 relatively easily. For example, in the conventional data format, even if the new function device 20 is connected to the host device 10 having the old function, not only the new function of the device 20 but also the database of the existing function cannot be updated. However, in the present embodiment, even if the host device 10 has an old function, the database of the existing function of the device 20 can be updated, and provisional processing can be performed on the database of the new function. Therefore, a new function can be added to each device without being constrained by the old function device 20 or the old function host device 10 already distributed in the market.

また、コンテンツの検索時に、デバイス20自体は、データベースを作成する必要が無く、格納されているデータベースをそのまま検索用画面として表示するだけでよい。このため、デバイス20の処理負荷を軽減できるとともに、バッテリ消費を抑制できる。よって、処理能力が低くバッテリ面で制約のあるデバイス20においても、高度な検索を実現可能である。   Further, when searching for content, the device 20 itself does not need to create a database, and the stored database may be simply displayed as a search screen. For this reason, while being able to reduce the processing load of the device 20, battery consumption can be suppressed. Therefore, even in the device 20 having a low processing capability and limited in terms of battery, a high-level search can be realized.

以上、添付図面を参照しながら本発明の好適な実施形態について説明したが、本発明は係る例に限定されないことは言うまでもない。当業者であれば、特許請求の範囲に記載された範疇内において、各種の変更例または修正例に想到し得ることは明らかであり、それらについても当然に本発明の技術的範囲に属するものと了解される。   As mentioned above, although preferred embodiment of this invention was described referring an accompanying drawing, it cannot be overemphasized that this invention is not limited to the example which concerns. It will be apparent to those skilled in the art that various changes and modifications can be made within the scope of the claims, and these are naturally within the technical scope of the present invention. Understood.

例えば、上記実施形態では、デバイス20が有する機能として、コンテンツの検索機能の例を挙げたが、本発明はかかる例に限定されず、ホスト装置10によってデータベースが更新される機能であれば、デバイス20の再生機能、表示機能、通信機能など任意の機能であってもよい。   For example, in the above-described embodiment, the example of the content search function is given as the function of the device 20, but the present invention is not limited to this example, and any device can be used as long as the database is updated by the host device 10. Any function such as 20 playback functions, display functions, and communication functions may be used.

また、上記実施形態では、デバイス20からホスト装置10への更新要求コマンドには、デバイス20が対応する機能の機能IDと、その機能のバージョン情報とが含まれていたが、本発明はかかる例に限定されない。例えば、更新要求コマンドに、デバイス20に各機能がインストールされた日時情報等を含めておき、ホスト装置10は、この日時情報等に基づき、当該機能のデータベースを更新するか否かを判断するようにしてもよい。   In the above-described embodiment, the update request command from the device 20 to the host device 10 includes the function ID of the function supported by the device 20 and the version information of the function. It is not limited to. For example, the update request command includes date information and the like when each function is installed in the device 20, and the host device 10 determines whether or not to update the database of the function based on the date information and the like. It may be.

また、上記実施形態では、デバイス20に記録される更新ログファイル252に、更新された機能の機能IDと、機能更新日時と、更新されたバージョンとが含まれていたが、本発明はかかる例に限定されない。例えば、ホスト装置10は、更新ログファイル252内に、各機能のデータベースに対する更新パターン(メンテナンスのパターン)等を示す更新結果情報を記録するようにしてもよい。   In the above embodiment, the update log file 252 recorded in the device 20 includes the function ID of the updated function, the function update date and time, and the updated version. It is not limited to. For example, the host device 10 may record update result information indicating an update pattern (maintenance pattern) or the like for each function database in the update log file 252.

本発明の第1の実施形態にかかるデータベース管理システムの全体構成を概略的に示すブロック図である。1 is a block diagram schematically showing an overall configuration of a database management system according to a first embodiment of the present invention. 同実施形態にかかるデバイスにおいて、検索表示用データベースを用いて検索用画面を表示する方式を示す概念図である。FIG. 3 is a conceptual diagram showing a method for displaying a search screen using a search display database in the device according to the embodiment. 新機能の開発に伴うホスト装置とデバイスの市場への発売順を示すフローチャートである。It is a flowchart which shows the sales order to the market of the host apparatus and device accompanying development of a new function. 従来と同実施形態にかかるデータベースフォーマットにおける機器間の対応可否の関係を示す表である。It is a table | surface which shows the relationship of the response | compatibility between apparatuses in the database format concerning the same embodiment as the past. 同実施形態にかかるデータベースフォーマットの概略構成を示す説明図である。It is explanatory drawing which shows schematic structure of the database format concerning the embodiment. 同実施形態にかかる情報処理装置のハードウェア構成の例を概略的に示すブロック図である。2 is a block diagram schematically showing an example of a hardware configuration of the information processing apparatus according to the embodiment. FIG. 同実施形態にかかるデバイスのハードウェア構成の例を概略的に示すブロック図である。2 is a block diagram schematically showing an example of a hardware configuration of a device according to the embodiment. FIG. 同実施形態にかかるデバイスの機能構成を概略的に示すブロック図である。2 is a block diagram schematically showing a functional configuration of a device according to the embodiment. FIG. 同実施形態にかかる情報処理装置の機能構成を概略的に示すブロック図である。2 is a block diagram schematically showing a functional configuration of the information processing apparatus according to the embodiment. FIG. 同実施形態にかかるホストデータベースのデータ構造を示す説明図である。It is explanatory drawing which shows the data structure of the host database concerning the embodiment. 同実施形態にかかるアーティストリンク検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for artist link search display concerning the embodiment. 同実施形態にかかる読み仮名検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for reading and searching for kana according to the embodiment. 同実施形態にかかる読み仮名検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for reading and searching for kana according to the embodiment. 同実施形態にかかる読み仮名検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for reading and searching for kana according to the embodiment. 同実施形態にかかる読み仮名検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for reading and searching for kana according to the embodiment. 同実施形態にかかる最新転送曲検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for the latest transfer music search display concerning the embodiment. 同実施形態にかかるブックマーク検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for bookmark search display concerning the embodiment. 同実施形態にかかる再生履歴検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for a reproduction history search display concerning the embodiment. 同実施形態にかかる再生履歴検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for a reproduction history search display concerning the embodiment. 同実施形態にかかる再生履歴検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for a reproduction history search display concerning the embodiment. 同実施形態にかかる再生履歴検索表示用データベースを示す説明図である。It is explanatory drawing which shows the database for a reproduction history search display concerning the embodiment. 同実施形態にかかるホスト装置とデバイスとの間の動作シーケンスを示すシーケンス図である。FIG. 4 is a sequence diagram showing an operation sequence between the host apparatus and the device according to the embodiment. 同実施形態にかかるデータベース更新方法を示すシーケンス図である。It is a sequence diagram which shows the database update method concerning the embodiment. 同実施形態にかかるデータベース更新方法における機能ごとのデータベース更新処理フローを示すフローチャートである。It is a flowchart which shows the database update process flow for every function in the database update method concerning the embodiment. 同実施形態にかかるデータベース更新方法の具体例を示すシーケンス図である。It is a sequence diagram which shows the specific example of the database update method concerning the embodiment. 同実施形態にかかるデバイスにおける更新ログファイルに基づく機能制御フローを示すフローチャートである。It is a flowchart which shows the function control flow based on the update log file in the device concerning the embodiment. 同実施形態にかかるデータベース更新方法において、外部装置との通信接続の有無に基づくデータベース更新制御フローを示すフローチャートである。4 is a flowchart showing a database update control flow based on the presence / absence of communication connection with an external device in the database update method according to the embodiment.

符号の説明Explanation of symbols

5 ネットワーク
7 リムーバブル記憶媒体
10 ホスト装置
12 機能仕様
14 基本仕様
15 検索表示用データベース
16 通常機能仕様
17 ターミナルデータベース
20 デバイス
30 コンテンツ配信サーバ
100 データベース管理システム
120 コンテンツ記憶部
122 再生操作部
124 再生部
126 日時情報生成部
128 再生履歴生成部
130 再生履歴記憶部
132 通信部
134 接続検知部
136 デバイス情報取得部
138 再生履歴解析部
140 解析結果記憶部
142 評価値演算部
144 評価値入力部
146 ホスト記憶部
148 プレイリスト生成部
150 コンテンツ更新部
154 機能情報記憶部
156 ホスト情報取得部
158 更新機能抽出部
160 データベース更新部
162 ログ記録部
164 配信サービス利用部
166 リッピング部
168 機能実行部
169 表示部
170 ホストデータベース
220 コンテンツ記憶部
222 再生操作部
224 再生部
226 日時情報生成部
228 再生履歴生成部
230 再生履歴記憶部
232 削除指示受付部
234 削除コンテンツ記憶部
236 機能設定部
238 機能情報記憶部
239 更新要求部
240 ターミナル記憶部
242 評価値入力部
244 情報読出部
246 通信部
248 情報書込部
250 更新ログ記憶部
252 更新ログファイル
254 機能実行部
256 表示部
DESCRIPTION OF SYMBOLS 5 Network 7 Removable storage medium 10 Host apparatus 12 Functional specification 14 Basic specification 15 Database for search display 16 Normal functional specification 17 Terminal database 20 Device 30 Content distribution server 100 Database management system 120 Content storage part 122 Playback operation part 124 Playback part 126 Date and time Information generation unit 128 Playback history generation unit 130 Playback history storage unit 132 Communication unit 134 Connection detection unit 136 Device information acquisition unit 138 Playback history analysis unit 140 Analysis result storage unit 142 Evaluation value calculation unit 144 Evaluation value input unit 146 Host storage unit 148 Playlist generation unit 150 Content update unit 154 Function information storage unit 156 Host information acquisition unit 158 Update function extraction unit 160 Database update unit 162 Log recording unit 164 Distribution Service usage unit 166 Ripping unit 168 Function execution unit 169 Display unit 170 Host database 220 Content storage unit 222 Playback operation unit 224 Playback unit 226 Date and time information generation unit 228 Playback history generation unit 230 Playback history storage unit 232 Delete instruction reception unit 234 Deleted content Storage unit 236 Function setting unit 238 Function information storage unit 239 Update request unit 240 Terminal storage unit 242 Evaluation value input unit 244 Information reading unit 246 Communication unit 248 Information writing unit 250 Update log storage unit 252 Update log file 254 Function execution unit 256 Display section

Claims (32)

接続されたデバイスが有するデータベースを更新するホスト装置であって:
前記デバイスから、前記デバイスが対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するデバイス情報取得部と;
前記ホスト装置の機能情報記憶部から、前記ホスト装置が対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するホスト情報取得部と;
前記デバイス情報取得部により取得された情報と、前記ホスト情報取得部により取得された情報とに基づいて、前記デバイスが対応する前記各機能のうち前記ホスト装置が対応可能な機能を更新対象機能として抽出する更新機能抽出部と;
前記デバイスにおける前記更新対象機能に対応するデータベースを更新するデータベース更新部と;
前記データベース更新部による更新結果を示すログを前記デバイスに記録するログ記録部と;
を備えることを特徴とする、ホスト装置。
A host device that updates the database of a connected device:
A device information acquisition unit that acquires identification information of one or more functions corresponding to the device and information indicating a version of the function from the device;
A host information acquisition unit that acquires identification information of one or more functions corresponding to the host device and information indicating a version of the function from the function information storage unit of the host device;
Based on the information acquired by the device information acquisition unit and the information acquired by the host information acquisition unit, a function that can be supported by the host device among the functions supported by the device is set as an update target function. An update function extractor to extract;
A database update unit for updating a database corresponding to the update target function in the device;
A log recording unit for recording in the device a log indicating an update result by the database update unit;
A host device comprising:
前記機能は、前記デバイスに記憶された複数のコンテンツデータを検索するための検索機能であり、
前記データベースは、前記複数のコンテンツデータの属性情報を前記検索機能に応じて分類した検索表示用データベースであり、前記デバイスは、当該デバイスが対応する1又は2以上の前記検索機能にそれぞれ対応する前記検索表示用データベースを有しており、
前記ホスト装置の前記データベース更新部は、前記デバイスに対するコンテンツデータの追加、削除、若しくはコンテンツデータの属性情報の更新に応じて、前記デバイスにおける前記検索表示用データベースを前記更新対象機能ごとに更新することを特徴とする、請求項1に記載のホスト装置。
The function is a search function for searching a plurality of content data stored in the device,
The database is a search display database in which attribute information of the plurality of content data is classified according to the search function, and the device corresponds to one or more of the search functions corresponding to the device, respectively. It has a database for search display.
The database update unit of the host device updates the search display database in the device for each update target function in accordance with addition or deletion of content data to the device or update of content data attribute information. The host device according to claim 1, wherein:
前記データベース更新部は、前記デバイスが対応する機能のうち前記ホスト装置が対応不能な機能について、前記デバイスにおける当該対応不能な機能に対応するデータベースに、前記ホスト装置から前記デバイスに新規に追加されたコンテンツデータの識別情報を未分類情報として登録することを特徴とする、請求項1に記載のホスト装置。   The database update unit is newly added to the device from the host device to the database corresponding to the function that cannot be supported by the host device, among the functions supported by the device, which is not supported by the host device. The host apparatus according to claim 1, wherein identification information of content data is registered as unclassified information. 前記データベース更新部は、前記デバイスにおける前記更新対象機能のデータベースに前記未分類情報が予め登録されている場合には、前記未分類情報を用いて当該更新対象機能のデータベースを更新することを特徴とする、請求項3に記載のホスト装置。   The database update unit, when the unclassified information is registered in advance in the database of the update target function in the device, updates the database of the update target function using the unclassified information. The host device according to claim 3. 前記デバイスには、前記機能に対応する複数のデータベースが記憶されており、
前記データベース更新部は、前記デバイスにおける前記更新対象機能に対応する前記複数のデータベースを更新することを特徴とする、請求項1に記載のホスト装置。
The device stores a plurality of databases corresponding to the functions,
The host apparatus according to claim 1, wherein the database update unit updates the plurality of databases corresponding to the update target function in the device.
前記ホスト装置は、前記データベース更新部による更新処理に必要な情報を提供する外部装置と通信可能な通信部をさらに備え、
前記通信部が前記外部装置と通信不能である場合に、前記データベース更新部は、前記更新対象機能に対応するデータベースを更新しないことを特徴とする、請求項1に記載のホスト装置。
The host device further includes a communication unit capable of communicating with an external device that provides information necessary for update processing by the database update unit,
The host device according to claim 1, wherein the database update unit does not update a database corresponding to the function to be updated when the communication unit cannot communicate with the external device.
前記更新対象機能のうちの一の機能が、前記通信部を介して前記外部装置から取得された情報を用いて前記データベースを更新する必要があるとき、
前記通信部が前記外部装置と通信不能である場合に、前記データベース更新部は、前記一の機能に対応する前記データベースを更新しないことを特徴とする、請求項6に記載のホスト装置。
When one of the functions to be updated needs to update the database using information acquired from the external device via the communication unit,
The host device according to claim 6, wherein the database update unit does not update the database corresponding to the one function when the communication unit cannot communicate with the external device.
前記更新機能抽出部は、前記デバイス情報取得部により取得された前記バージョンを示す情報に含まれるメジャーバージョン情報と、前記ホスト情報取得部により取得された前記バージョンを示す情報に含まれるメジャーバージョン情報とに基づき、前記ホスト装置が対応可能な機能を前記更新対象機能として抽出することを特徴とする、請求項1に記載のホスト装置。   The update function extraction unit includes major version information included in the information indicating the version acquired by the device information acquisition unit, and major version information included in the information indicating the version acquired by the host information acquisition unit; The host device according to claim 1, wherein a function that can be supported by the host device is extracted as the update target function based on the function. 前記更新機能抽出部は、前記デバイス情報取得部により取得された前記バージョンを示す情報に含まれるマイナーバージョン情報と、前記ホスト情報取得部により取得された前記バージョンを示す情報に含まれるマイナーバージョン情報とに基づき、前記ホスト装置が対応可能な機能を前記更新対象機能として抽出することを特徴とする、請求項8に記載のホスト装置。   The update function extraction unit includes minor version information included in the information indicating the version acquired by the device information acquisition unit, and minor version information included in the information indicating the version acquired by the host information acquisition unit; 9. The host device according to claim 8, wherein a function that can be supported by the host device is extracted as the update target function based on the function. 前記ログ記録部は、前記データベース更新部による更新処理を行った日時であるデバイス更新日時を前記デバイスに記録するとともに、前記更新対象機能ごとに、前記データベースを更新した日時である機能更新日時と、前記ホスト装置側の前記更新対象機能のバージョン情報とを前記デバイスに記録することを特徴とする、請求項1に記載のホスト装置。   The log recording unit records a device update date and time that is the date and time when the update process is performed by the database update unit on the device, and a function update date and time that is a date and time when the database is updated for each update target function; 2. The host apparatus according to claim 1, wherein version information of the update target function on the host apparatus side is recorded in the device. デバイスに接続可能なホスト装置により、前記デバイスが有するデータベースを更新するデータベース管理システムであって:
前記デバイスは、
前記デバイスが対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを記憶する機能情報記憶部と;
前記デバイスが対応する前記各機能に対応するデータベースを記憶するターミナル記憶部と;
前記ターミナル記憶部に記憶された前記データベースを利用して、前記デバイスが対応する前記各機能を実行する機能実行部と;
を備え、
前記ホスト装置は、
前記デバイスから、前記デバイスが対応する前記各機能の識別情報と、当該機能のバージョンを示す情報とを取得するデバイス情報取得部と;
前記ホスト装置の機能情報記憶部から、前記ホスト装置が対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するホスト情報取得部と;
前記デバイス情報取得部により取得された情報と、前記ホスト情報取得部により取得された情報とに基づいて、前記デバイスが対応する前記各機能のうち前記ホスト装置が対応可能な機能を更新対象機能として抽出する更新機能抽出部と;
前記デバイスの前記ターミナル記憶部における前記更新対象機能に対応するデータベースを更新するデータベース更新部と;
前記データベース更新部による更新結果を示すログを前記デバイスに記録するログ記録部と;
を備えることを特徴とする、データベース管理システム。
A database management system for updating a database of a device by a host device connectable to the device:
The device is
A function information storage unit that stores identification information of one or more functions corresponding to the device and information indicating the version of the function;
A terminal storage unit for storing a database corresponding to each function corresponding to the device;
A function execution unit that executes the functions corresponding to the device using the database stored in the terminal storage unit;
With
The host device is
A device information acquisition unit that acquires, from the device, identification information of each function to which the device corresponds and information indicating a version of the function;
A host information acquisition unit that acquires identification information of one or more functions corresponding to the host device and information indicating a version of the function from the function information storage unit of the host device;
Based on the information acquired by the device information acquisition unit and the information acquired by the host information acquisition unit, a function that can be supported by the host device among the functions supported by the device is set as an update target function. An update function extractor to extract;
A database update unit for updating a database corresponding to the update target function in the terminal storage unit of the device;
A log recording unit for recording in the device a log indicating an update result by the database update unit;
A database management system comprising:
前記デバイスの前記機能実行部は、前記ホスト装置の前記ログ記録部により記録された更新結果を示すログに基づいて、前記デバイスが対応する前記各機能を制御することを特徴とする、請求項11に記載のデータベース管理システム。   12. The function execution unit of the device controls each function corresponding to the device based on a log indicating an update result recorded by the log recording unit of the host device. The database management system described in 1. 前記機能は、前記デバイスに記憶された複数のコンテンツデータを検索するための検索機能であり、
前記データベースは、前記複数のコンテンツデータの属性情報を前記検索機能に応じて分類した検索表示用データベースであり、前記デバイスは、当該デバイスが対応する1又は2以上の前記検索機能にそれぞれ対応する前記検索表示用データベースを有しており、
前記ホスト装置の前記データベース更新部は、前記デバイスに対するコンテンツデータの追加、削除、若しくはコンテンツデータの属性情報の更新に応じて、前記デバイスにおける前記検索表示用データベースを前記更新対象機能ごとに更新することを特徴とする、請求項11に記載のデータベース管理システム。
The function is a search function for searching a plurality of content data stored in the device,
The database is a search display database in which attribute information of the plurality of content data is classified according to the search function, and the device corresponds to one or more of the search functions corresponding to the device, respectively. It has a database for search display.
The database update unit of the host device updates the search display database in the device for each update target function in accordance with addition or deletion of content data to the device or update of content data attribute information. The database management system according to claim 11, wherein:
前記データベース更新部は、前記デバイスが対応する機能のうち前記ホスト装置が対応不能な機能について、前記デバイスにおける当該対応不能な機能に対応するデータベースに、前記ホスト装置から前記デバイスに新規に追加されたコンテンツデータの識別情報を未分類情報として登録することを特徴とする、請求項11に記載のデータベース管理システム。   The database update unit is newly added to the device from the host device to the database corresponding to the function that cannot be supported by the host device, among the functions supported by the device, which is not supported by the host device. The database management system according to claim 11, wherein identification information of content data is registered as unclassified information. 前記データベース更新部は、前記デバイスにおける前記更新対象機能のデータベースに前記未分類情報が予め登録されている場合には、前記未分類情報を用いて当該更新対象機能のデータベースを更新することを特徴とする、請求項14に記載のデータベース管理システム。   The database update unit, when the unclassified information is registered in advance in the database of the update target function in the device, updates the database of the update target function using the unclassified information. The database management system according to claim 14. 前記デバイスには、前記機能に対応する複数のデータベースが記憶されており、
前記データベース更新部は、前記デバイスにおける前記更新対象機能に対応する前記複数のデータベースを更新することを特徴とする、請求項11に記載のデータベース管理システム。
The device stores a plurality of databases corresponding to the functions,
The database management system according to claim 11, wherein the database update unit updates the plurality of databases corresponding to the update target function in the device.
前記ホスト装置は、前記データベース更新部による更新処理に必要な情報を提供する外部装置と通信可能な通信部をさらに備え、
前記通信部が前記外部装置と通信不能である場合に、前記データベース更新部は、前記更新対象機能に対応するデータベースを更新しないことを特徴とする、請求項11に記載のデータベース管理システム。
The host device further includes a communication unit capable of communicating with an external device that provides information necessary for update processing by the database update unit,
The database management system according to claim 11, wherein the database update unit does not update a database corresponding to the update target function when the communication unit cannot communicate with the external device.
前記更新対象機能のうちの一の機能が、前記通信部を介して前記外部装置から取得された情報を用いて前記データベースを更新する必要があるとき、
前記通信部が前記外部装置と通信不能である場合に、前記データベース更新部は、前記一の機能に対応する前記データベースを更新しないことを特徴とする、請求項17に記載のデータベース管理システム。
When one of the functions to be updated needs to update the database using information acquired from the external device via the communication unit,
18. The database management system according to claim 17, wherein when the communication unit cannot communicate with the external device, the database update unit does not update the database corresponding to the one function.
前記更新機能抽出部は、前記デバイス情報取得部により取得された前記バージョンを示す情報に含まれるメジャーバージョン情報と、前記ホスト情報取得部により取得された前記バージョンを示す情報に含まれるメジャーバージョン情報とに基づき、前記ホスト装置が対応可能な機能を前記更新対象機能として抽出することを特徴とする、請求項11に記載のデータベース管理システム。   The update function extraction unit includes major version information included in the information indicating the version acquired by the device information acquisition unit, and major version information included in the information indicating the version acquired by the host information acquisition unit; 12. The database management system according to claim 11, wherein a function that can be supported by the host device is extracted as the update target function based on the database. 前記更新機能抽出部は、前記デバイス情報取得部により取得された前記バージョンを示す情報に含まれるマイナーバージョン情報と、前記ホスト情報取得部により取得された前記バージョンを示す情報に含まれるマイナーバージョン情報とに基づき、前記ホスト装置が対応可能な機能を前記更新対象機能として抽出することを特徴とする、請求項19に記載のデータベース管理システム。   The update function extraction unit includes minor version information included in the information indicating the version acquired by the device information acquisition unit, and minor version information included in the information indicating the version acquired by the host information acquisition unit; The database management system according to claim 19, wherein a function that can be supported by the host device is extracted as the update target function based on the database. 前記ログ記録部は、前記データベース更新部による更新処理を行った日時であるデバイス更新日時を前記デバイスに記録するとともに、前記更新対象機能ごとに、前記データベースを更新した日時である機能更新日時と、前記ホスト装置側の前記更新対象機能のバージョン情報とを前記デバイスに記録し、
前記機能実行部は、前記デバイス更新日時と前記機能更新日時との比較結果に基づき、前記デバイスが対応する前記各機能のうち、前記データベースが更新済みの機能を特定することを特徴とする、請求項11に記載のデータベース管理システム。
The log recording unit records the device update date and time that is the date and time when the update process by the database update unit is performed on the device, and the function update date and time that is the date and time when the database is updated for each update target function; Record the version information of the update target function on the host device side in the device;
The function execution unit identifies, based on a comparison result between the device update date and time and the function update date and time, a function in which the database has been updated among the functions corresponding to the device. Item 12. The database management system according to Item 11.
デバイスに接続可能なホスト装置により、前記デバイスが有するデータベースを更新するデータベース更新方法であって:
前記デバイスから、前記デバイスが対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するデバイス情報取得ステップと;
前記ホスト装置の機能情報記憶部から、前記ホスト装置が対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するホスト情報取得ステップと;
前記デバイス情報取得ステップにより取得された情報と、前記ホスト情報取得ステップにより取得された情報とに基づいて、前記デバイスが対応する前記各機能のうち前記ホスト装置が対応可能な機能を更新対象機能として抽出する更新機能抽出ステップと;
前記デバイスにおける前記更新対象機能に対応するデータベースを更新するデータベース更新ステップと;
前記データベース更新ステップにおける更新結果を示すログを前記デバイスに記録するログ記録ステップと;
を含むことを特徴とする、データベース更新方法。
A database update method for updating a database included in a device by a host apparatus connectable to the device, comprising:
A device information acquisition step of acquiring identification information of one or more functions corresponding to the device and information indicating a version of the function from the device;
A host information acquisition step of acquiring identification information of one or more functions corresponding to the host device and information indicating the version of the function from the function information storage unit of the host device;
Based on the information acquired in the device information acquisition step and the information acquired in the host information acquisition step, a function that can be supported by the host device among the functions supported by the device is set as an update target function. An update function extraction step to extract;
A database update step of updating a database corresponding to the update target function in the device;
A log recording step of recording a log indicating an update result in the database update step in the device;
The database update method characterized by including.
コンピュータを、
接続されたデバイスが有するデータベースを更新するホスト装置であって:
前記デバイスから、前記デバイスが対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するデバイス情報取得部と;
前記ホスト装置の機能情報記憶部から、前記ホスト装置が対応する1又は2以上の機能の識別情報と、当該機能のバージョンを示す情報とを取得するホスト情報取得部と;
前記デバイス情報取得部により取得された情報と、前記ホスト情報取得部により取得された情報とに基づいて、前記デバイスが対応する前記各機能のうち前記ホスト装置が対応可能な機能を更新対象機能として抽出する更新機能抽出部と;
前記デバイスにおける前記更新対象機能に対応するデータベースを更新するデータベース更新部と;
前記データベース更新部による更新結果を示すログを前記デバイスに記録するログ記録部と;
を備えたホスト装置として機能させるためのプログラム。
Computer
A host device that updates the database of a connected device:
A device information acquisition unit that acquires identification information of one or more functions corresponding to the device and information indicating a version of the function from the device;
A host information acquisition unit that acquires identification information of one or more functions corresponding to the host device and information indicating a version of the function from the function information storage unit of the host device;
Based on the information acquired by the device information acquisition unit and the information acquired by the host information acquisition unit, a function that can be supported by the host device among the functions supported by the device is set as an update target function. An update function extractor to extract;
A database update unit for updating a database corresponding to the update target function in the device;
A log recording unit for recording in the device a log indicating an update result by the database update unit;
For functioning as a host device equipped with
前記機能は、前記デバイスに記憶された複数のコンテンツデータを検索するための検索機能であり、
前記データベースは、前記複数のコンテンツデータの属性情報を前記検索機能に応じて分類した検索表示用データベースであり、前記デバイスは、当該デバイスが対応する1又は2以上の前記検索機能にそれぞれ対応する前記検索表示用データベースを有しており、
前記ホスト装置の前記データベース更新部は、前記デバイスに対するコンテンツデータの追加、削除、若しくはコンテンツデータの属性情報の更新に応じて、前記デバイスにおける前記検索表示用データベースを前記更新対象機能ごとに更新することを特徴とする、請求項23に記載のプログラム。
The function is a search function for searching a plurality of content data stored in the device,
The database is a search display database in which attribute information of the plurality of content data is classified according to the search function, and the device corresponds to one or more of the search functions corresponding to the device, respectively. It has a database for search display.
The database update unit of the host device updates the search display database in the device for each update target function in accordance with addition or deletion of content data to the device or update of content data attribute information. The program according to claim 23, characterized in that:
前記データベース更新部は、前記デバイスが対応する機能のうち前記ホスト装置が対応不能な機能について、前記デバイスにおける当該対応不能な機能に対応するデータベースに、前記ホスト装置から前記デバイスに新規に追加されたコンテンツデータの識別情報を未分類情報として登録することを特徴とする、請求項23に記載のプログラム。   The database update unit is newly added to the device from the host device to the database corresponding to the function that cannot be supported by the host device, among the functions supported by the device, which is not supported by the host device. 24. The program according to claim 23, wherein identification information of content data is registered as unclassified information. 前記データベース更新部は、前記デバイスにおける前記更新対象機能のデータベースに前記未分類情報が予め登録されている場合には、前記未分類情報を用いて当該更新対象機能のデータベースを更新することを特徴とする、請求項25に記載のプログラム。   The database update unit, when the unclassified information is registered in advance in the database of the update target function in the device, updates the database of the update target function using the unclassified information. The program according to claim 25. 前記デバイスには、前記機能に対応する複数のデータベースが記憶されており、
前記データベース更新部は、前記デバイスにおける前記更新対象機能に対応する前記複数のデータベースを更新することを特徴とする、請求項23に記載のプログラム。
The device stores a plurality of databases corresponding to the functions,
The program according to claim 23, wherein the database updating unit updates the plurality of databases corresponding to the update target function in the device.
前記ホスト装置は、前記データベース更新部による更新処理に必要な情報を提供する外部装置と通信可能な通信部をさらに備え、
前記通信部が前記外部装置と通信不能である場合に、前記データベース更新部は、前記更新対象機能に対応するデータベースを更新しないことを特徴とする、請求項23に記載のプログラム。
The host device further includes a communication unit capable of communicating with an external device that provides information necessary for update processing by the database update unit,
24. The program according to claim 23, wherein the database update unit does not update a database corresponding to the update target function when the communication unit cannot communicate with the external device.
前記更新対象機能のうちの一の機能が、前記通信部を介して前記外部装置から取得された情報を用いて前記データベースを更新する必要があるとき、
前記通信部が前記外部装置と通信不能である場合に、前記データベース更新部は、前記一の機能に対応する前記データベースを更新しないことを特徴とする、請求項28に記載のプログラム。
When one of the functions to be updated needs to update the database using information acquired from the external device via the communication unit,
29. The program according to claim 28, wherein the database update unit does not update the database corresponding to the one function when the communication unit cannot communicate with the external device.
前記更新機能抽出部は、前記デバイス情報取得部により取得された前記バージョンを示す情報に含まれるメジャーバージョン情報と、前記ホスト情報取得部により取得された前記バージョンを示す情報に含まれるメジャーバージョン情報とに基づき、前記ホスト装置が対応可能な機能を前記更新対象機能として抽出することを特徴とする、請求項23に記載のプログラム。   The update function extraction unit includes major version information included in the information indicating the version acquired by the device information acquisition unit, and major version information included in the information indicating the version acquired by the host information acquisition unit; The program according to claim 23, wherein a function that can be supported by the host device is extracted as the update target function based on the program. 前記更新機能抽出部は、前記デバイス情報取得部により取得された前記バージョンを示す情報に含まれるマイナーバージョン情報と、前記ホスト情報取得部により取得された前記バージョンを示す情報に含まれるマイナーバージョン情報とに基づき、前記ホスト装置が対応可能な機能を前記更新対象機能として抽出することを特徴とする、請求項30に記載のプログラム。   The update function extraction unit includes minor version information included in the information indicating the version acquired by the device information acquisition unit, and minor version information included in the information indicating the version acquired by the host information acquisition unit; The program according to claim 30, wherein a function that can be supported by the host device is extracted as the update target function based on the program. 前記ログ記録部は、前記データベース更新部による更新処理を行った日時であるデバイス更新日時を前記デバイスに記録するとともに、前記更新対象機能ごとに、前記データベースを更新した日時である機能更新日時と、前記ホスト装置側の前記更新対象機能のバージョン情報とを前記デバイスに記録することを特徴とする、請求項23に記載のプログラム。   The log recording unit records the device update date and time that is the date and time when the update process by the database update unit is performed on the device, and the function update date and time that is the date and time when the database is updated for each update target function; The program according to claim 23, wherein version information of the update target function on the host device side is recorded in the device.
JP2006287018A 2006-10-20 2006-10-20 Host device, database management system, database management method and program Withdrawn JP2008102883A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006287018A JP2008102883A (en) 2006-10-20 2006-10-20 Host device, database management system, database management method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006287018A JP2008102883A (en) 2006-10-20 2006-10-20 Host device, database management system, database management method and program

Publications (1)

Publication Number Publication Date
JP2008102883A true JP2008102883A (en) 2008-05-01

Family

ID=39437146

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006287018A Withdrawn JP2008102883A (en) 2006-10-20 2006-10-20 Host device, database management system, database management method and program

Country Status (1)

Country Link
JP (1) JP2008102883A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009003966A (en) * 2001-04-06 2009-01-08 Swatch Ag Method for accessing information and/or data available on a wide area computer network
WO2020183749A1 (en) * 2019-03-12 2020-09-17 パナソニックIpマネジメント株式会社 Reproduction device and method for controlling same
JP7499212B2 (en) 2021-05-12 2024-06-13 東芝ライフスタイル株式会社 Battery-replaceable electrical devices

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009003966A (en) * 2001-04-06 2009-01-08 Swatch Ag Method for accessing information and/or data available on a wide area computer network
WO2020183749A1 (en) * 2019-03-12 2020-09-17 パナソニックIpマネジメント株式会社 Reproduction device and method for controlling same
JPWO2020183749A1 (en) * 2019-03-12 2021-03-25 パナソニックIpマネジメント株式会社 Reproduction device and its control method
JP7002027B2 (en) 2019-03-12 2022-01-20 パナソニックIpマネジメント株式会社 Reproduction device and its control method
JP7499212B2 (en) 2021-05-12 2024-06-13 東芝ライフスタイル株式会社 Battery-replaceable electrical devices

Similar Documents

Publication Publication Date Title
CN1967695B (en) Information processing apparatus, reproduction apparatus, communication method, reproduction method and computer program
US8151063B2 (en) Information processing apparatus and method
CN101256811B (en) Apparatus and method for producing play list
US8180731B2 (en) Apparatus and method for computing evaluation values of content data stored for reproduction
KR100736480B1 (en) Apparatus and method for media synchronize of portable device
KR20000005827A (en) Recording medium, recording apparatus and reproduction apparatus
JP2008547153A (en) Create standardized playlists and maintain unity
JP4848874B2 (en) Information processing apparatus, playback apparatus, communication method, playback method, and computer program
JP2008287125A (en) Method of displaying content, device of displaying content, recording medium and server device
KR101103126B1 (en) Information processing apparatus, information processing method, and computer program
JP2006260167A (en) Information processing system, information generation device and method, information processing device and method, and program
KR101015701B1 (en) Information processing device, information processing method, and computer program
KR20050041970A (en) Information processing device and method, computer program and contents browsing apparatus
JP4835302B2 (en) Information processing apparatus, communication method, computer program
JP2002133834A (en) Apparatus for managing musical composition data and on-vehicle control system for controlling reproduction of audio information
JP4841172B2 (en) Music information search method, music information search device, and computer program
CN100483403C (en) Method for tagging and displaying songs in a digital audio player
JP2008102883A (en) Host device, database management system, database management method and program
US20070005617A1 (en) Display control method, content data reproduction apparatus, and program
JP2004227285A (en) Audio reproduction device
JP2007058306A (en) Device, method, system, and program for information retrieval
JP2006115004A (en) Information processing system
KR20070015886A (en) Information-processing apparatus, reproduction apparatus, communication method, reproduction method, recording medium
JP2011044201A (en) Audio device, program, and musical piece file storage method
JP2011096294A (en) Content reproducing device, program, and method of reproducing content

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20100105