Skip to content

Commit

Permalink
TvtPlay31
Browse files Browse the repository at this point in the history
  • Loading branch information
xtne6f committed Sep 30, 2023
1 parent 711f85c commit e1e3103
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion TvtPlay_Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TVTest TvtPlay Plugin ver.3.0 + BonDriver_Pipe.dll + TvtAudioStretchFilter.ax
TVTest TvtPlay Plugin ver.3.1 + BonDriver_Pipe.dll + TvtAudioStretchFilter.ax

■概要
TVTest付属のBonDriver_UDPまたは添付のBonDriver_Pipeを使ってローカルTSファイルを
Expand Down Expand Up @@ -282,13 +282,17 @@ FileInfoAutoUpdate【ver.1.7~】
PopupMax【ver.0.8~】
フォルダの簡易表示機能でファイルを一覧表示する最大数、またはこの機能を使わな
い[=0]
# この数で表示しきれない項目は順次サブメニューになります。
PopupDesc【ver.0.9~】
簡易表示機能でファイルを降順表示する[=1]かどうか
PopupPattern【ver.0.8~】
簡易表示機能で表示するフォルダを指定
# たとえば[=D:\media\*.ts]とすれば"D:\media"フォルダにある.tsファイルが名前
# 順にポップアップ表示されます。
# %RecordFolder% はTVTestの録画フォルダに置き換わります。
PlaylistPopupMax【ver.3.1~】
再生リストのポップアップ(ListPopup)で一覧表示する最大数
# PopupMaxと同様です。
ChaptersFolderName【ver.1.7~】
TSファイルのある場所にこの名前のフォルダがあれば、チャプターファイルをここか
ら読み書きする
Expand Down
6 changes: 3 additions & 3 deletions src/TvtPlay.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TVTestにtsファイル再生機能を追加するプラグイン
// 最終更新: 2023-07-31
// 最終更新: 2023-09-30
// 署名: 849fa586809b0d16276cd644c6749503
#include <Windows.h>
#include <WindowsX.h>
Expand Down Expand Up @@ -33,8 +33,8 @@
#define INFO_DESCRIPTION_SUFFIX L")"

static const WCHAR INFO_PLUGIN_NAME[] = L"TvtPlay";
static const WCHAR INFO_DESCRIPTION[] = L"ファイル再生機能を追加 (ver.3.0" INFO_DESCRIPTION_SUFFIX;
static const int INFO_VERSION = 24;
static const WCHAR INFO_DESCRIPTION[] = L"ファイル再生機能を追加 (ver.3.1" INFO_DESCRIPTION_SUFFIX;
static const int INFO_VERSION = 25;

#define WM_UPDATE_STATUS (WM_APP + 1)
#define WM_QUERY_CLOSE_NEXT (WM_APP + 2)
Expand Down

0 comments on commit e1e3103

Please sign in to comment.