JP2008123536A - Apparatus and method for reproducing contents - Google Patents
Apparatus and method for reproducing contents Download PDFInfo
- Publication number
- JP2008123536A JP2008123536A JP2007311145A JP2007311145A JP2008123536A JP 2008123536 A JP2008123536 A JP 2008123536A JP 2007311145 A JP2007311145 A JP 2007311145A JP 2007311145 A JP2007311145 A JP 2007311145A JP 2008123536 A JP2008123536 A JP 2008123536A
- Authority
- JP
- Japan
- Prior art keywords
- image
- data
- images
- display
- displayed
- 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.)
- Pending
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Description
この発明は、例えば、複数のコンパクトディスクに収録された音楽データをハードディスクに記録/再生するようにした記録媒体再生装置において、所望の曲を検索するのに用いて好適な再生装置及び再生方法に関する。 The present invention relates to a reproducing apparatus and a reproducing method suitable for searching for a desired song in a recording medium reproducing apparatus for recording / reproducing music data recorded on a plurality of compact discs on a hard disk, for example. .
コンパクトディスクの普及に伴って、ユーザが所有しているコンパクトディスクの枚数も増加してきている。ユーザのコンパクトディスクの所有枚数が増加すると、これらのディスクを整理するのが大変になり、また、複数のディスクの中から、所望の曲の入っているディスクを検索するのが困難になってくる。 With the spread of compact discs, the number of compact discs owned by users has also increased. As the number of compact discs owned by users increases, it becomes difficult to organize these discs, and it becomes difficult to search for a disc containing a desired song from a plurality of discs. .
また、複数のディスクに収録されている曲の中で、特定のアーチストの曲や同じジャンルの曲を連続して再生しようとする場合がある。コンパクトディスクを通常のコンパクトディスクプレーヤで再生する場合、このように複数のディスクに収録されている曲を再生しようとすると、ディスクの入れ替えが必要になる。 In addition, among songs recorded on a plurality of discs, there is a case where a song of a specific artist or a song of the same genre is continuously played. When a compact disc is played back by an ordinary compact disc player, when trying to play back songs recorded on a plurality of discs as described above, the discs must be replaced.
複数のディスクが収納可能とされ、これら複数のディスクの中から所望のディスクを選択して再生可能とされたチェンジャ機能を備えたCDプレーヤを用いれば、ディスクの出し入れは不要になるが、たとえチェンジャ機能を備えていても、ディスクの交換時間が必要である。また、チェンジャ機能を備えたCDプレーヤでも、収納できるディスクの枚数には限界がある。 If a CD player having a changer function capable of storing a plurality of discs and selecting and playing a desired disc out of the plurality of discs is used, it is not necessary to put in and out the disc. Even if it has a function, it takes time to replace the disk. Even a CD player having a changer function has a limit on the number of discs that can be stored.
そこで、ハードディスクを音楽データの記録媒体として用い、所望の曲をハードディスクに記録/再生するようにしたオーディオ記録再生装置が考えられている。 Therefore, an audio recording / reproducing apparatus that uses a hard disk as a recording medium for music data and records / reproduces a desired song on the hard disk is considered.
即ち、近年、ハードディスクの記憶容量が飛躍的に増大してきており、ハードディスクに複数の曲の音楽データを記録することが可能になってきている。ハードディスクは、アクセス速度が速く、ハードディスク上では、再生曲順等を自在に設定できる。このため、ハードディスクを音楽データの記録媒体として用いた場合には、複数のディスクに収録されている曲を記録することができ、これら複数のディスクに渡る曲を、タイトル順やアーチスト順にソートして、整理することができる。また、ハードディスクはアクセス速度が速いので、選曲時間が短縮できる。 That is, in recent years, the storage capacity of hard disks has increased dramatically, and it has become possible to record music data of a plurality of songs on the hard disk. The hard disk has a high access speed, and on the hard disk, the order of playback songs can be freely set. For this reason, when a hard disk is used as a recording medium for music data, songs recorded on a plurality of discs can be recorded, and the songs on the plurality of discs are sorted in order of title or artist. Can be organized. Also, since the hard disk has a fast access speed, the music selection time can be shortened.
このように、ハードディスクを音楽データの記録媒体として用いると、複数のディスクに収録されている音楽データを記録することができ、然も、これら複数のディスクに収録されている音楽データを、タイトル順やアーチスト順にソートして、整理することが簡単にできる。しかしながら、その反面、大量の音楽データを記録できるということは、効率的で分かり易い音楽データの管理をしないと、所望の音楽データの検索が難しくなってしまう。 As described above, when a hard disk is used as a recording medium for music data, music data recorded on a plurality of disks can be recorded, and the music data recorded on the plurality of disks can be recorded in title order. It can be easily sorted and sorted in order of artist. However, the fact that a large amount of music data can be recorded means that it is difficult to search for desired music data unless the management of the music data is efficient and easy to understand.
コンピュータデータの場合には、大量のデータを効率的に管理する方法として、従来より、階層構造による管理が良く行われている。そこで、ハードディスクに音楽データを記録する場合に、音楽データを階層構造で管理していくことが考えられる。音楽データを階層的に管理していくと、例えば、大分類としてアーチスト名で分類し、各アーチス名の下の階層で、そのアーチストのアルバムで分類し、更にその下の階層で、そのアルバムに収められている曲名で分類するような構造となる。このようにすると、アーチス名、アルバム名と辿っていくと、所望の曲を再生することができるようになる。 In the case of computer data, as a method for efficiently managing a large amount of data, management by a hierarchical structure has been conventionally performed well. Therefore, when recording music data on a hard disk, it is conceivable to manage the music data in a hierarchical structure. When music data is managed hierarchically, for example, it is classified by artist name as a major classification, classified by the artist's album at the level below each artist name, and further subordinate to the album at the level below it. The structure is such that it is classified by the name of the song. In this way, a desired song can be reproduced by following the artist name and album name.
ところが、ユーザの音楽に関する記憶は曖昧であり、ユーザが聞きたいと欲する曲も、確かに定まっているわけではない。従って、音楽データの管理をする場合には、従来のような階層的な管理が必ずしも良いとは言えない。音楽データのような人間の感情を喚起させるデータを管理する場合には、コンピュータデータを管理する場合とは異なり、人間の直観に訴えるような、より自然な管理方法が望まれる。 However, the memory of the user's music is ambiguous, and the song that the user wants to listen to is not necessarily determined. Accordingly, when managing music data, the conventional hierarchical management is not necessarily good. When managing data that evokes human emotions such as music data, a more natural management method that appeals to human intuition is desired, unlike when managing computer data.
従って、この発明の目的は、例えば、ハードディスク上に複数のディスクに収録された音楽データを記録した場合に、所望のディスクの所望の曲をより直観的に管理することができる再生装置及び再生方法を提供することにある。 Accordingly, an object of the present invention is to provide a playback apparatus and a playback method capable of more intuitively managing a desired song on a desired disk when, for example, music data recorded on a plurality of disks is recorded on a hard disk. Is to provide.
この発明は、データとデータに関連する画像データを対応付けて記憶する記憶手段と、
データを再生する再生手段と、
複数のデータに対応する複数のイメージを表示部に表示させ、表示された複数のイメージのうち対応する画像データが露呈された一のイメージに対する操作入力に基づいて、一のイメージに対応するデータを再生手段に再生させる制御手段と
を備える再生装置である。
この発明は、データとデータに関連する画像データを対応付けて記憶手段に記憶し、
複数のデータに対応する複数のイメージを表示させ、
表示された複数のイメージのうち画像データが露呈された一のイメージに対する操作入力に基づいて、一のイメージに対応するデータを再生手段に再生させる
ことを特徴とする再生方法である。
The present invention relates to storage means for storing data and image data related to the data in association with each other,
Playback means for playing back data;
A plurality of images corresponding to a plurality of data are displayed on the display unit, and data corresponding to one image is displayed based on an operation input to the one image in which the corresponding image data is exposed among the plurality of displayed images. And a control unit that causes the playback unit to play back the playback device.
In the present invention, data and image data related to the data are associated with each other and stored in the storage means,
Display multiple images corresponding to multiple data,
A reproduction method is characterized in that the reproduction means reproduces data corresponding to one image based on an operation input to the one image from which the image data is exposed among the plurality of displayed images.
ハードディスクに、複数のコンパクトディスクに収録されている音楽データが記録される。このハードディスクの音楽データを再生する際に、恰もラックに複数枚のCDジャケットが立てて並べられているようなイメージとなるように、断面が略正方形で薄板上の物体を立てて横に並べたようなイメージの表示が現れる。このイメージをマウスで操作すると、この表示の捲れる位置が順次右又は左に移動していく。 Music data recorded on a plurality of compact discs is recorded on the hard disk. When playing back the music data on this hard disk, the cross-section was almost square and the objects on the thin plate were placed side by side so that it would look like a CD with multiple CD jackets standing in a rack. An image display like this appears. When this image is manipulated with the mouse, the position where the display turns gradually moves to the right or left.
この発明によれば、恰もラックにあるCDジャケットを捲りながら探していくときのようにして、所望の音楽データを検索して、再生させることができる。 According to the present invention, it is possible to search and reproduce desired music data in the same manner as when searching for a CD jacket in a rack.
以下、この発明の実施の形態について図面を参照して説明する。図1は、この発明が適用されたオーディオシステムの一例を示すものである。図1において、1はオーディオ制御装置を示す。オーディオ制御装置1は、コンパクトディスクやCD−ROMを再生するためのコンパクトディスクドライブ38を有していると共に、音楽データが記録可能なハードディスクドライブ36を備えている。オーディオ制御装置1は、更に、CPUやROM、RAMを備えている。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 shows an example of an audio system to which the present invention is applied. In FIG. 1,
オーディオ制御装置1には、入力デバイスとして、キーボード2やマウス3が接続される。マウス3としては、右ボタン3Aと左ボタン3Bとを有するものが用いられる。また、オーディオ制御装置1にはディスプレイ4が接続されている。オーディオ制御装置1に対する入力は、ディスプレイ4に表示されるアイコンをマウス3で操作することにより行なえる。更に、オーディオ制御装置1には、イメージスキャナ8を取り付けることができる。イメージスキャナ8は、例えば、CDのジャケットのイメージを取り込むのに利用できる。
A
5はオーディオアンプである。オーディオアンプ5は、オーディオソースからのオーディオ信号を増幅するものである。オーディオアンプ5の出力がスピーカ7A及び7Bに供給される。このシステムでは、オーディオソースとして、FMチューナ6からのFM放送信号、オーディオ制御装置1からのコンパクトディスクの再生信号又はハードディスクの再生信号が入力される。オーディオシステムとしては、これらの他に、MDプレーヤやCDプレーヤ、VTRやビデオディスクプレーヤ等を含めることができる。
図2は、オーディオ制御装置1の構成を示すものである。図2において、CPU31は、全体の動作を制御している。このCPU31からバス32にが導出される。バス32に、ROM33、RAM34が接続される。また、バス32に、インターフェース35を介して、ハードディスクドライブ36が接続されると共に、インターフェース37を介して、コンパクトディスクドライブ38が接続される。また、バス32に、インターフェース39を介して、イメージスキャナ8が接続される。更に、バス32には、キーボード2、マウス3等の入力デバイスや、ディスプレイ4が接続される。また、オーディオインターフェース43を介して、音楽データが入/出力される。
FIG. 2 shows the configuration of the
コンパクトディスクに記録されている音楽データをハードディスクで記録する場合には、CPU31の制御の基に、コンパクトディスクドライブ38に装着されたコンパクトディスクから音楽データが再生される。この音楽データがCPU31の制御の基に処理され、バス32を介して転送され、ハードディスクドライブ36で記録される。
When the music data recorded on the compact disk is recorded on the hard disk, the music data is reproduced from the compact disk mounted on the
なお、コンパクトディスクドライブ38として高速アクセスのものを用いれば、ディスクの再生実時間より高速で、コンパクトディスクに記録されている音楽データをハードディスクに記録させることができる。また、コンパクトディスクに記録されている音楽データをハードディスクで記録する際に、音楽データを圧縮するようにしても良い。 Note that if a compact disk drive with high-speed access is used, music data recorded on the compact disk can be recorded on the hard disk at a speed higher than the actual playback time of the disk. Also, when music data recorded on a compact disc is recorded on a hard disk, the music data may be compressed.
ハードディスクで記録されている音楽データを再生する場合には、CPU31の制御の基に、ハードディスクドライブ36から音楽データが再生される。この音楽データがCPU31の制御の基に処理され、バス32を介して、オーディオインターフェース43に転送される。そして、オーディオインターフェース43を介して、外部に音声信号が送られる。
When reproducing music data recorded on the hard disk, the music data is reproduced from the
このように、オーディオ制御装置1には、ハードディスクドライブ36が設けられており、このハードディスクドライブ36に、コンパクトディスクドライブ38に装着されたコンパクトディスクの音楽データを記録することができる。
As described above, the
図3は、コンパクトディスクドライブ38に装着されたコンパクトディスクをハードディスクドライブ36で記録する場合の処理を示すものである。図3において、先ず、コンパクトディスクの音楽データをハードディスクに記録するコマンドが入力されたかどうかが判断される(ステップST1)。コンパクトディスクの音楽データをハードディスクに記録するコマンドが入力されると、コンパクトディスクドライブ38に装着されたコンパクトディスクの音楽データをハードディスクドライブ36で記録する処理が行われる(ステップST2)。
FIG. 3 shows a process when the
コンパクトディスクドライブ38に装着されたコンパクトディスクをハードディスク36で記録する処理が終了したかどうかが判断され(ステップST3)、記録処理が終了したら、アルバムタイトル、アーチスト、曲名等、記録した音楽データに関する付随情報が入力されたかどうかが判断される(ステップST4)。
It is determined whether or not the process of recording the compact disk mounted on the
なお、アルバムタイトル、アーチスト、曲名等、記録した音楽データに関する付随情報の入力は、例えば、キーボード2により行われる。また、CDテキストのように、コンパクトディスクにディスクの付随情報が記録されている場合には、このディスクの付随情報をそのまま用いることができる。
For example, the
記録した音楽データに関する付随情報が入力されたら、この記録した音楽データに関する付随情報が保存される(ステップST5)。そして、ジャケットのイメージデータが入力されたかどうかが判断される(ステップST6)。 When the accompanying information related to the recorded music data is input, the accompanying information related to the recorded music data is stored (step ST5). Then, it is determined whether or not jacket image data has been input (step ST6).
なお、ジャケットのイメージデータは、例えば、コンパクトディスクのジャケットの画像をイメージスキャナ8で入力できる。また、ジャケットの画像をコンピュータで作成しておき、この画像をジャケットデータとして用いるようにしても良い。更に、予め用意された画像データをジャケットのイメーシデータとして利用するようにしても良い。
As the jacket image data, for example, an image of a jacket of a compact disk can be input by the
ジャケットのイメージデータが入力されたら、このジャケットデータが保存される(ステップST7)。 When the jacket image data is input, the jacket data is stored (step ST7).
以上のような処理により、オーディオ制御装置1のハードディスク36には、コンパクトディスクドライブ38に装着されたコンパクトディスクに収録されていた音楽データが、そのディスクの付随情報及びジャケットのイメージデータと共に記録される。
Through the processing as described above, the music data recorded on the compact disc mounted on the
なお、オーディオ制御装置1のハードディスク36には、勿論、コンパクトディスクドライブ38に装着されたコンパクトディスクに収録されている音楽データの他に、FMチューナ6で受信された音楽データや通信で送られてきた音楽データ等、他の音楽データを記録することができる。この場合にも、上述のコンパクトディスクの音楽データの場合と同様に、その音楽データに関する付随情報やジャケットのイメージデータと共に保存することができる。
Of course, in addition to the music data recorded on the compact disk mounted in the
このように、オーディオ制御装置1のハードディスクドライブ36では、複数のコンパクトディスクに収録されていた大量の音楽データを記録することができる。このような大量の音楽データを、人間の直観に訴えるような、より自然に管理できるように、この発明が適用されたシステムでは、ディスプレイ4上にCDジャケットのイメーシを映出し、恰もラックにあるCDジャケットを捲りながら探していくときのようにして、所望の音楽データを検索できるようにしている。
Thus, the
つまり、図4は、ハードディスクドライブ36に記録されている音楽データを再生する場合のディスプレイ4の表示を示すものである。ハードディクドライブ36に記録された音楽データを再生する際には、図4に示すように、ディスプレイ4には、断面が略正方形で薄板状のイメージ21A、21B、21C、・・・ を立てて横に並べたようなイメージが現れる。また、ディスプレイ4には、マウスポインタ22、速度表示23が表示される。
That is, FIG. 4 shows a display on the
この断面が略正方形で薄板上のイメージ21A、21B、21C、・・・ は、CDジャケットの形態のイメージを模したものである。以下、この物体のイメージ21A、21B、21C、・・・ をCDジャケット表示と称する。
These cross-sections are approximately square and the
CDジャケット表示21A、21B、21C、・・・ の側面には、ディスクの付随情報に基づいた、アルバムタイトルやアーチスト名等の検索インデックス25A、25B、25C、・・・ が表示される。また、ディスプレイ4には、検索メニュー24を表示される。この検索メニュー24を使って、アルバムタイトルの名前順やアーチスト名の名前順等によるソートを行うことができる。
このように、ディスプレイ4には、複数枚のCDジャケットがラックに並べられているようなイメージの表示が現れる。そして、ユーザは、恰もラックにあるCDジャケットを捲りながら探していくときのようにして、所望の音楽データを検索して、再生させることができる。
Thus, the
つまり、ハードディスクドライブ36に記録されている音楽データ中から、所望のものを検索する場合、ユーザは、先ず、CDジャケット表示21A、21B、21C、・・・ の側面の検索インデックの情報25A、25B、25C、・・・ から、自分の聞きたい曲の入っているアルバムを探す。CDジャケット表示21A、21B、21C、・・・ は、アーチスト順や曲名順にソートできるので、ユーザは、自分の聞きたい曲が入っているアルバムに対応するCDジャケット表示21A、21B、21C、・・・ の近傍を直ちに検索できる。
That is, when searching for desired data from the music data recorded on the
自分の聞きたい曲の入っているアルバムに対応するCDジャケット表示21A、21B、21C、・・・ が検索されたら、そのアルバムのCDジャケット表示21A、21B、21C、・・・ に、マウスポインタ22を移動させ、マウス3の左ボタン3Bをクリックする。
When the
マウス3の左ボタン3Bがクリックされると、図5に示すように、CDジャケット表示21A、21B、21C、・・・ を立てて横に並べたようなラック表示は、マウス3がクリックされた位置で捲れたようになり、マウス3がクリックされた位置のCDジャケット表示のジャケット面が露呈されたようなイメージとなる。
When the
ここで、マウス3の右ボタン3A又は左ボタン3Bを押し続けると、図6に示すように、CDジャケット表示21A、21B、21C、・・・ を立てて横に並べたような表示が捲れていく位置が順次右又は左に移動していき、そのジャケット面が露呈されるCDジャケット表示が順に右又は左に移動していく。即ち、マウス3の右ボタン3A又は左ボタン3Bを押し続けると、恰もラックにあるCDジャケットを捲りながら探していくときのように、ラック表示中のCDジャケット表示21A、21B、21C、・・・ の捲れる位置が順に移動していく。
Here, when the
なお、マウス3の右ボタン又は左ボタンを押し続けて、CDジャケット表示21A、21B、21C、・・・ の捲れる位置が移動していく際に、始めは、その速度が遅く、徐々に速度が増していく。このCDジャケット表示21A、21B、21C、・・・ の捲れていく際の速度は、速度表示23により表示される。
In addition, when the position where the
このように、マウス3の右ボタン又は左ボタンを押し続けると、CDジャケット表示21A、21B、21C、・・・ を立てて横に並べたような表示の捲れる位置が順次右又は左に移動していき、ジャケット面が露呈されるCDジャケット表示21A、21B、21C、・・・ の位置が、順次、右又は左に移動していく。CDジャケット表示21A、21B、21C、・・・ のジャケット面が露呈されると、そのジャケット面の情報から、ユーザの聞きたい曲の入っているアルバムに対応するものかどうかが分かる。
As described above, when the right button or the left button of the
ユーザは、そのジャケット面の情報を見ながら、マウス3の右ボタン3A又は左ボタン3Bを押して、聞きたい曲の入っているアルバムに対応するCDジャケット表示21A、21B、21C、・・・ を選ぶ。そして、聞きたい曲の入っているアルバムに対応するCDジャケット表示21A、21B、21C、・・・ が見つかったら、図7に示すように、そのCDジャケット表示のジャケット面にマウスポインタ22を移動させ、マウス3の左ボタン3Bをダブルクリックする。
While viewing the information on the jacket surface, the user presses the
マウス3の左ボタン3Bがダブルクリックされると、そのCDジャケット表示に対応して記録されている音楽データがハードディスクドライブ36上から読み出され、その音楽データが再生されていく。
When the
図6は、このときの処理を示すフローチャートである。図6において、CDジャケット表示21A、21B、21C、・・・ を立てて横に並べたようなラック表示がディスプレイ4上に表示される(ステップST11)。そして、CDジャケット表示21A、21B、21C、・・・ 上にマウスポインタ22が移動され、マウス3がクリックされたかどうかが判断される(ステップST12)。
FIG. 6 is a flowchart showing the processing at this time. In FIG. 6, a rack display such that CD jacket displays 21A, 21B, 21C,... Are arranged side by side is displayed on the display 4 (step ST11). Then, it is determined whether or not the
CDジャケット表示21A、21B、21C、・・・ 上で、マウス3がクリックされたら、そのマウスポインタ22の位置のCDジャケット表示21A、21B、21C、・・・ が露呈される(ステップST13)。
When the
露呈されているCDジャケット表示21A、21B、21C、・・・ 上にマウスポインタ22が移動され、マウス3がダブルクリックされたかどうかが判断される(ステップST14)。ダブルクリックされていなければ、マウス3の右ボタン3A又は左ボタン3Bが押されているかどうかが判断される(ステップST25)。
The
マウス3の右ボタン3Aが押されていれば、CDジャケット表示21A、21B、21C、・・・ を立てて横に並べたようなラック表示の捲れる位置が順に右に移動される(ステップST16)。そして、CDジャケット表示21A、21B、21C、・・・ の捲れる位置が移動していく際の速度が増加される(ステップST17)。マウス3の右ボタン3Aが押され続けているかどうかが判断され(ステップST18)、マウス3の右ボタンが押され続けていれば、ステップST16に戻り、CDジャケット表示21A、21B、21C、・・・ を立てて横に並べたような表示の捲れる位置が順次右に移動されていく。このとき、CDジャケット表示21A、21B、21C、・・・ の捲れる位置が移動していく際の速度が順次増加される。
If the
ステップST15で、マウス3の左ボタン3Bが押されていれば、CDジャケット表示21A、21B、21C、・・・ を立てて横に並べたようなラック表示の捲れる位置が順に左に移動される(ステップST19)。そして、CDジャケット表示21A、21B、21C、・・・ の捲れる位置が移動していく際の速度が増加される(ステップST20)。マウス3の左ボタン3Bが押され続けているかどうかが判断され(ステップST21)、マウス3の左ボタン3Bが押され続けていれば、ステップST19に戻り、CDジャケット表示21A、21B、21C、・・・ を立てて横に並べたような表示の捲れる位置が順次左に移動されていく。このとき、CDジャケット表示21A、21B、21C、・・・ の捲れる位置が移動していく際の速度が順次増加される。
In step ST15, if the
ステップ18又はステップST21で、マウス3の右ボタン3A又は左ボタン3Bが放されたら、その位置のCDジャケット表示21A、21B、21C、・・・ が露呈される(ステップST23)。そして、ステップST14に戻される。
When the
ここで、ステップST14で、露呈されているCDジャケット表示21A、21B、21C、・・・ 上にマウスポインタ22が移動され、マウス3がダブルクリックされたかどうかが判断される。露呈されているCDジャケット表示21A、21B、21C、・・・ がダブルクリックされたと判断されたら、そのCDジャケット表示21A、21B、21C、・・・ に対応する曲の音楽データがハードディスクドライブ36から読み出される(ステップST23)。
Here, in step ST14, it is determined whether or not the
1・・・オーディオ制御装置
3・・・マウス
4・・・ディスプレイ
21A、21B、21C・・・CDジャケット表示
22・・・マウスボインタ
36・・・ハードディスクドライブ
38・・・コンパクトディスクドライブ
DESCRIPTION OF
Claims (34)
データを再生する再生手段と、
複数の前記データに対応する複数のイメージを表示部に表示させ、前記表示された複数のイメージのうち対応する画像データが露呈された一のイメージに対する操作入力に基づいて、前記一のイメージに対応するデータを前記再生手段に再生させる制御手段と
を備える再生装置。 Storage means for storing data and image data related to the data in association with each other;
Playback means for playing back data;
A plurality of images corresponding to a plurality of the data are displayed on a display unit, and the one image is supported based on an operation input for the one image in which the corresponding image data is exposed among the plurality of displayed images. And a control means for causing the playback means to play back the data to be played back.
ことを特徴とする請求項1記載の再生装置。 2. The reproducing apparatus according to claim 1, wherein the storage unit stores accompanying information related to the data together with the data.
ことを特徴とする請求項2記載の再生装置。 The playback apparatus according to claim 2, wherein the accompanying information includes any one of an album title, an artist, and a song title.
ことを特徴とする請求項2記載の再生装置。 3. The playback apparatus according to claim 2, wherein the control unit causes the display unit to display accompanying information of data corresponding to each of the plurality of images.
ことを特徴とする請求項1記載の再生装置。 The reproducing apparatus according to claim 1, wherein the operation input for the exposed image data is a double click.
ことを特徴とする請求項1記載の再生装置。 The control unit displays a plurality of search items on the display unit, sorts the plurality of images based on one search item selected based on an operation input to the operation unit, and displays the images on the display unit. The reproducing apparatus according to claim 1, wherein:
ことを特徴とする請求項6記載の再生装置。 7. The playback apparatus according to claim 6, wherein the search items are an album title, an artist, and a song title.
ことを特徴とする請求項1記載の再生装置。 The control means includes the first image in the first display form among the plurality of images, and the image other than the one image in the second display form having a display area smaller than the first display form. The display device according to claim 1, wherein the display unit displays the image on the display unit.
ことを特徴とする請求項1記載の再生装置。 The control means converts exposed image data from image data of data corresponding to the one image to data corresponding to the other image based on an operation input for another image different from the one image. The playback apparatus according to claim 1, wherein the display device is changed to image data and displayed on the display unit.
ことを特徴とする請求項1記載の再生装置。 2. The image data to be exposed is sequentially changed to image data corresponding to an adjacent image based on a predetermined operation input to the operation means, and displayed on the display unit. Playback device.
ことを特徴とする請求項10記載の再生装置。 11. The playback apparatus according to claim 10, wherein the control unit performs display control based on a duration of the predetermined operation input so that an image change rate at which image data is exposed is sequentially increased.
ことを特徴とする請求項1記載の再生装置。 The control means stores audio data recorded on a disc as data in the storage means, and displays a plurality of jacket image data corresponding to the recorded audio data on a display unit. Item 4. The playback device according to Item 1.
ことを特徴とする請求項12記載の再生装置。 13. The reproducing apparatus according to claim 12, wherein the control means stores the audio data recorded on the disk in the storage means at a high speed.
ことを特徴とする請求項12記載の再生装置。 13. The reproducing apparatus according to claim 12, wherein the control means compresses audio data recorded on the disk and stores the compressed audio data in the storage means.
ことを特徴とする請求項12記載の再生装置。 13. The reproducing apparatus according to claim 12, wherein the control means further records audio data sent by communication.
ことを特徴とする請求項14記載の再生装置。 15. The playback apparatus according to claim 14, wherein the control means further records audio data received by the FM tuner.
ことを特徴とする請求項2記載の再生装置。 3. The reproducing apparatus according to claim 2, wherein the control means displays accompanying information of data respectively corresponding to the plurality of images on a side surface of the plurality of images.
複数の前記データに対応する複数のイメージを表示させ、
前記表示された複数のイメージのうち画像データが露呈された一のイメージに対する操作入力に基づいて、前記一のイメージに対応するデータを再生手段に再生させる
ことを特徴とする再生方法。 Storing the data and the image data related to the data in the storage means in association with each other;
Displaying a plurality of images corresponding to a plurality of the data;
A reproduction method comprising causing reproduction means to reproduce data corresponding to the one image based on an operation input to the one image from which the image data is exposed among the plurality of displayed images.
ことを特徴とする請求項18記載の再生方法。 19. The reproducing method according to claim 18, wherein the storage unit stores accompanying information related to the data together with the data.
ことを特徴とする請求項19記載の再生方法。 The reproduction method according to claim 19, wherein the accompanying information includes any one of an album title, an artist, and a song title.
ことを特徴とする請求項18記載の再生方法。 19. The reproducing method according to claim 18, wherein the operation input for the exposed image data is a double click.
ことを特徴とする請求項18記載の再生方法。 19. A plurality of search items are displayed on the display unit, and the plurality of images are sorted and displayed on the display unit based on one search item selected based on the operation input. The playback method described.
ことを特徴とする請求項23記載の再生方法。 The reproduction method according to claim 23, wherein the search items are an album title, an artist, and a song title.
ことを特徴とする請求項18記載の再生方法。 Among the plurality of images, the one image is displayed in the first display form, and the image other than the one image is displayed in the second display form having a display area smaller than the first display form. 19. The reproducing method according to claim 18, wherein the reproducing method is displayed.
ことを特徴とする請求項18記載の再生方法。 Based on an operation input to another image different from the one image, the exposed image data is changed from the image data corresponding to the one image to the image data corresponding to the other plate. 19. The reproduction method according to claim 18, wherein the display unit displays the image on the display unit.
ことを特徴とする請求項18記載の再生方法。 19. The reproduction method according to claim 18, wherein the image data to be exposed is sequentially changed to image data corresponding to an adjacent image and displayed on the display unit based on the predetermined operation input.
ことを特徴とする請求項27記載の再生方法。 28. The reproduction method according to claim 27, wherein the change rate of the exposed image data is sequentially increased and controlled based on the duration of the predetermined operation input.
ことを特徴とする請求項18記載の再生方法。 19. The reproducing method according to claim 18, wherein audio data recorded on a disc is stored as data in the storage means, and a plurality of images corresponding to the recorded audio data are displayed on a display unit.
ことを特徴とする請求項29記載の再生方法。 30. A reproducing method according to claim 29, wherein audio data recorded on a disk is stored in said storage means at high speed.
ことを特徴とする請求項29記載の再生方法。 30. A reproducing method according to claim 29, wherein the audio data recorded on the disk is compressed and stored in the storage means.
ことを特徴とする請求項29記載の再生方法。 30. The reproducing method according to claim 29, further comprising recording audio data sent by communication.
ことを特徴とする請求項31記載の再生方法。 32. The reproducing method according to claim 31, further comprising recording audio data received by the FM tuner.
ことを特徴とする請求項19記載の再生方法。 The reproducing method according to claim 19, wherein accompanying information of data corresponding to each of the plurality of images is displayed on a side surface of the plurality of images.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007311145A JP2008123536A (en) | 2007-11-30 | 2007-11-30 | Apparatus and method for reproducing contents |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007311145A JP2008123536A (en) | 2007-11-30 | 2007-11-30 | Apparatus and method for reproducing contents |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8149933A Division JPH09311799A (en) | 1996-05-21 | 1996-05-21 | Retrieval device and recording medium reproduction device |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2008123536A true JP2008123536A (en) | 2008-05-29 |
Family
ID=39508149
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007311145A Pending JP2008123536A (en) | 2007-11-30 | 2007-11-30 | Apparatus and method for reproducing contents |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2008123536A (en) |
-
2007
- 2007-11-30 JP JP2007311145A patent/JP2008123536A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6118450A (en) | Graphic user interface that is usable as a PC interface and an A/V interface | |
JP4349313B2 (en) | Playback device, playback control method, and program | |
JP2789723B2 (en) | Image retrieval device | |
KR100502710B1 (en) | Optical disk regenerative apparatus | |
US20140281998A1 (en) | User interface for displaying and playing multimedia contents, apparatus comprising the same, and control method thereof | |
US20020129036A1 (en) | System and method for storing and manipulating multi-media | |
JP2002517862A (en) | Virtual jukebox | |
JP2007149332A (en) | Automated playlist generation | |
US20080249645A1 (en) | Sound data retrieval support device, sound data playback device, and program | |
JP2003084903A (en) | Device and method for operation, and program | |
US20050234573A1 (en) | Method and apparatus for providing a playlist in a compact disc player | |
CN1799099B (en) | Device and method for metadata management | |
JP2007528572A (en) | User interface for multimedia file playback devices | |
JP4569676B2 (en) | File operation device | |
JPH09311799A (en) | Retrieval device and recording medium reproduction device | |
JP2003084902A (en) | Device and method for processing information, and program | |
JP5372174B2 (en) | Data processing device | |
JP2009080934A (en) | Playback device and playback method | |
JP2002023771A (en) | Audio player | |
JP2008097638A (en) | Display control device and display control method | |
JP2007026462A (en) | Method for retrieving music data | |
JPH11317061A (en) | Character information control system for digital recording medium using tv screen | |
US20060233521A1 (en) | Content playback method and content player | |
JP2008123536A (en) | Apparatus and method for reproducing contents | |
JP2005026850A (en) | Reproducer and recorder |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080603 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080804 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20081021 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20081222 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20090108 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20090213 |