コンポーネント一覧/General/プレイリスト管理

Last-modified: 2022-09-14 (水) 01:33:46
Counter: ?, today: ?, yesterday: ?

現在?人閲覧中

 

コンポーネントを追加・編集する場合は、ABC順に並べて下さい。

 

目次

 

Auto Rating

ファイル名
foo_auto_rating.dll
URL
http://kitahei.cocolog-nifty.com/youyou/2007/04/foo_custominfo__6ab8.html
概要
再生回数に応じてRatingを自動設定するコンポーネント。再生回数をカウントするプラグインが別途必要。

BinPack Playlist Generator

ファイル名
foo_binpack
URL
http://www.hydrogenaudio.org/forums/index.php?showtopic=44656
概要
指定した時間に合わせたプレイリストを作成。CD作成などに便利。

History

ファイル名
foo_history
URL
http://www.hydrogenaudio.org/forums/index.php?showtopic=43012
概要
演奏履歴を保存して、それをブラウズできる。セッションを越えて履歴を保存することもできる。
備考
現在ダウンロードできない模様。Navigator で代替可能。

Library Tree

ファイル名
foo_uie_library_tree
URL
http://foo2k.chottu.net/
概要
Media Library、PlaylistをTree形式で表示 高機能な管理が可能 UI extension (CUI)
設定は、Preferences > Media Library > Library Tree
Searchbar > Filter でQuery Syntaxを使い条件に合致するものを抽出し柔軟なPlaylist作成が出来る。
既に作成してあるPlaylist表示、またAutoPlaylistも別表示される。高機能なTree形Album listとPlaylist switcherを合わせた感じ。

Playback Statistics (modified)

ファイル名
foo_playcount_mod
URL
http://www.hydrogenaudio.org/forums/index.php?showtopic=52776
概要
演奏回数・最終演奏時刻・初回演奏時刻の情報を示すメタデータをタグに書き込む。Playback StatisticsPlayback Statistics Custom を導入したほうが良い。
備考
正式版との違い
  • %PLAY_COUNT% と %PLAY_COUNTER% の違い (設定を変更することによって%PLAY_COUNT%を使うことも可能)
  • 情報を database ではなくタグに書き込む
  • 演奏回数一回とする秒数・%が指定でき、年月日時刻のフォーマットも設定できる。(正式版には設定自体がない)
    正確には、これは正式版のmod のそのまたmod 。正式版と両方同時に使用することも一応可能。自己責任で。(同梱のReadmeによると古いfoo_playcount.dll を消すようにとある)

Playback Statistics

ファイル名
foo_playcount
URL
http://www.foobar2000.org/components/view/foo_playcount
old version
概要
再生情報をデータベース(PlaybackStatistics.dat)に保存。コンテキストメニューからタグに書き込むことも可能。
%last_played%:最後に再生した時刻。(形式:YYYY-MM-DD HH:MM:SS 例:2006-04-15 09:33:15)
%first_played% 最初に再生した時刻。
%play_count%:再生した回数。
%added%: Media Library に追加された時刻. ただし整合性を保つため, %added% = min{%first_played%,(追加された時刻)}.
%rating%: Rating. コンテキストメニューから保存できる. 既存の(タグに打たれている) Rating 情報は自動的にインポートされる.
%played_per_day%: 一日に何回再生されたかの目安.
 

v2.1 より前のものは foobar2000 v0.9.5.3 以降に未対応

 
備考
%last_played%のフォーマットが気に入らない場合は、$substr()関数で数値を切り出せる。
(例)
年:$substr(%last_played%,1,4) (意味:%last_played%の1文字目~4文字目)
月:$substr(%last_played%,6,7)
日:$substr(%last_played%,9,10)
時:$substr(%last_played%,12,13)
分:$substr(%last_played%,15,16)
秒:$substr(%last_played%,18,19)
平成:$add($substr(%last_played%,3,4),12)
Playback Statistics v3.0
Playback Statistics component: version 3.0
Playback Statistics v3.x (foo playcount) Title formatting fields
%rating_stars%    ★★★
%rating_stars_fixed% ★★★☆☆
 
Menu → Library → Search → Media Library Search
%added% DURING LAST 3 WEEKS (最近3週間でLibraryに追加したTracks)
 
Menu → Library → Playback Statistics → Show recently played
"%last_played% DURING LAST 1 WEEK SORT DESCENDING BY %last_played%"
最近1週間で聴いた曲、最近聴いた順のSORT指定
 
v3.0 Menu → Library → Playback Statistics → Export/Import statistics...
Export/Import statistics... 機能が追加。

Playback Statistics Custom

ファイル名
foo_playback_custom
URL
http://kitahei.cocolog-nifty.com/youyou/2007/04/foo_custominfo__6ab8.html
概要
演奏回数、初回演奏時刻、最終演奏時刻を示すメタデータをタグまたはfoo_custominfoのデータベースに保存。タグに書き込めない場合は、データベースに保存ということも可能(データベースに保存するにはfoo_custominfoが必要)。
備考
Playback Statisticsとの違い(v1.3.7 現在)
  • 情報を最初からタグに書き込むことができる。
  • 情報をタグに保存できなければ、自動で foo_custominfo のデータベースに保存することも可能。
  • 書き込むタグ名を自由に設定できる。
  • 演奏回数一回とする基準は、秒数、%、その曲が始まったか、終わったか、の4つから選べられる。
  • 再生した時刻全てを記録できる。
  • コンバート機能により、他の版からの移行もできる。
解説
作者ページ

Playback Utilities

ファイル名
foo_utils_playback
URL
http://tmp.reharmonize.net/foobar/
概要
Playback Orderをプレイリストごとに設定するコンポーネント。
→バグが多くPlaylistの順番を変えるとクラッシュするので注意(Ver1.3.10で確認)
Foobar2000公式もbuggy componentとしてマークされている。

Playcounter for foo_custominfo

このコンポーネントの機能は Playback Statistics Custom に統合されました。特に不都合が無い限り、そちらを使うことを推奨します。

ファイル名
foo_custom_pc
URL
http://kitahei.cocolog-nifty.com/youyou/2007/04/foo_custominfo__6ab8.html
概要
foo_custominfoのデータベースに再生回数を記録する。再生回数を編集可能。ファイルの移動やPC移行の際に再生回数を復元できる(手動だが)。CUEシートの再生回数カウンタにどうぞ。

Playlist Attributes

ファイル名
foo_playlist_attributes
URL
http://www.hydrogenaudio.org/forums/index.php?showtopic=73783
概要
Playlist他機能拡張。Playback Order, DSP SettingなどPlaylistごとにSetting出来る。
設定 > Preferences > Playlist attributes
Preferences > Advanced > Tools > Playlist attributesにも設定がある(チェックの入れ外し)
操作 > Main Menu > Edit > Playlist attributes

Menu Addons (foo_menu_addons)同様に、Main Menu > Edit > Playlist attributes > DSP Settings > Edit でDSPの変更画面(DSP Settings)を表示する事も出来る。foo_playlist_attributes_help.html 詳細な解説付き。

Playlist Bind

ファイル名
foo_playlist_bind
URL
http://www.skipyrich.com/foobar/foo_playlist_bind.ptml
概要
ファイルの削除や移動をリアルタイムで監視して、プレイリストを随時更新する。

Playlist Clear

ファイル名
foo_playlistclear
URL
http://otachan.com/foo_playlistclear.html
http://ux.getuploader.com/foobar2000/ (for v1.1~)
概要
起動時にプレイリストをクリアする。

Playlist Command Line Tools

ファイル名
foo_cmd_playlist
URL
http://www.hydrogenaudio.org/forums/index.php?showtopic=47148
概要
コマンドラインからのプレイリスト作成や、プレイリスト名の変更などを可能にする。
foobar2000.exe /playlist-rename:"favorite"
アクティブなプレイリストの名前を favorite に変える

Playlist History

ファイル名
foo_playlisthistory
URL
http://www.foobar2000.org/components/view/foo_playlisthistory
概要
Menu → View → Recently activated playlists → Previous playlist / Next playlist
前 / 次 のプレイリストに移動出来る。
ボタンやキーボードショートカットを設定しておくと便利。
参考
フォーラム
英語Wiki

Playlist Loader Benchmark

ファイル名
foo_plbench
URL
http://foosion.foobar2000.org/0.9/
概要
プレイリスト読み込みの時間測定。

Playlist Name Enhanced

ファイル名
foo_playlist_name_enhanced
URL
http://www.hydrogenaudio.org/forums/index.php?showtopic=43522
概要
プレイリストの名前に曲数・合計時間などの情報を追加。

Playlist Revive

ファイル名
foo_playlist_revive
URL
http://www.hydrogenaudio.org/forums/index.php?showtopic=73910
概要
media files/folderを移動、リネームなどをしてパスが変わってもMedia LibraryからサーチしてPlaylistを元に戻す。
Menu -> Edit -> Revive Dead Items

Playlist Sorter

ファイル名
foo_playlists_sort
URL
http://www.hydrogenaudio.org/forums/index.php?showtopic=72529
http://www.namek.eu/foo_playlists_sort/
概要
作成したプレイリストをソートする。Automatic sortingの設定は、Preferences > Advanced > Tools > Playlist Sorter から。操作は、Menu > View > Sort Playlists。

Playlist Tree

ファイル名
foo_playlist_tree
URL
http://www.bazquux.com/wiki/Foobar2000:Playlist_Tree
http://foobar2000.xrea.jp/up/files/up1100.7z
概要
Album List のようにツリー状に管理する Playlist Switcher + Extended playlist generator + その他。UI extension としても機能する。
foobar2000 v0.9.5.3 以降には未対応。 対応版はPlaylist Tree Panel Mod
解説
Playlist Tree
急ごしらえなぺーじ
備考
同梱している libmz**.dll というファイルを、両方とも foobar2000.exe のあるディレクトリにコピーすること。

Random Pools

ファイル名
foo_random_pools
URL
http://www.hydrogenaudio.org/forums/index.php?showtopic=77460
概要
様々な定義に分類して、ランダムな再生構成が可能。詳細は「foo_random_pools_help.html」参照の事。

Remove played Files

ファイル名
foo_removeplayed
URL
http://chron.visiondesigns.de/foobar2000/#foo_removeplayed
概要
再生し終わったトラックをプレイリストから削除する。

Skip Track

ファイル名
foo_skip
URL
http://www.saunalahti.fi/cse/foobar2000/?sort=modified&dir=r
http://www.foobar2000.org/components/view/foo_skip
概要
タグに書き込まれている情報を参考にし、自動的に特定のファイルの再生をスキップする。
Request: A Component To Skip Tracks - Hydrogenaudio Forums (Post #16)
Preferences -> Advanced -> Skip Tracks で設定。defaultでは、Ratingだが自由に変更可能。
Skip Track v0.6で若干の変更があり、skipタグに「1」を入れてある場合は「%skip% IS 1」とすれば、skipタグに「1」を入れてあるTrackは、Skipされる。「skip PRESENT」(「」は除く)でも構わない。
 
Skip Track v0.6で若干の変更があり、Preferences -> Advanced -> Skip Tracks -> Skip Tracks query にquery syntaxを使用する。
Skip Tracks queryに「%skip% IS 1」と入力すれば、skipタグに「1」を入れてあるTrackはSkipされる。「skip PRESENT」(「」は除く)でも構わない。
v1.1(2010-07-04)で"%playlist_name%"追加され、Play List名でのSkipがサポートされた。'SKIP' tag field での時間指定でのskipも可能になった。Post #153 by Case
'SKIP' tag fieldを作成し、'SKIP' tagに時間を入れる。例えば、1分飛ばして(skip)開始したい時、'SKIP' tag → -1:00 と入れ、
Preferences -> Advanced -> Skip Tracks -> Skip Tracks query に「SKIP=-1:00」(「」は除く)と入れる。
Track開始後 1分後に次のTrackに飛ばしたい(skip)時は、'SKIP' tag → 1:00- 、Skip Tracks query に「SKIP=1:00-」と入れる。
Main menu > Playback > Skip Tracks チェック ON/OFF
参考
query syntax
%skip% taggingにはQuick Taggerが便利。コンテキストメニューからtagging可能。
設定は、Preferences -> Tools > Tagging > Quick Tagger

Skip tracks in the playlist

ファイル名
foo_skip
URL
http://pelit.koillismaa.fi/plugins/general.php#148
ダウンロード
http://www.savefile.com/files/216914
概要
タグに書き込まれている情報を参考にし、自動的に特定のファイルの再生をスキップする。デフォルトでは SKIP = 1 か SKIP = true というタグが記録されているファイルの再生をスキップする。
プレイリストには表示させたいけど演奏はさせたくない場合などに。foo_custominfoと合わせてどうぞ。
解説
Skip tracks in the playlist

Track Finder

ファイル名
foo_trackfinder
URL
http://wiki.bowron.us/index.php/Foobar2000#foo_trackfinder
概要
Album listなどから右クリックでアルファベット順のメニューを表示し、プレイリストに送る。