https://github.com/tsukumijima/tvremoteplus-launcher
TVRemotePlus を起動するためのランチャーアプリ
https://github.com/tsukumijima/tvremoteplus-launcher
csharp dtv tvremoteplus windows
Last synced: over 1 year ago
JSON representation
TVRemotePlus を起動するためのランチャーアプリ
- Host: GitHub
- URL: https://github.com/tsukumijima/tvremoteplus-launcher
- Owner: tsukumijima
- License: mit
- Created: 2020-08-18T22:16:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T08:16:04.000Z (over 4 years ago)
- Last Synced: 2025-01-12T21:42:17.785Z (over 1 year ago)
- Topics: csharp, dtv, tvremoteplus, windows
- Language: C#
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
# TVRemotePlus-Launcher
TVRemotePlus を起動するためのランチャーアプリです。C# (WPF) で構築されています。
TVRemotePlus の起動中、サーバー (Apache) のコンソールウインドウがずっとタスクバーに居座ってしまう問題を解消するために開発されました。
起動するとタスクトレイに格納され、Apache はバックグラウンドで実行されます。
## Usage
TVRemotePlus.exe をダブルクリックして起動すると、タスクトレイにアイコンが表示されます。少し時間がかかるかもしれません。
実行には .NET Framework 4.8 以降が必要です。もしインストールしていない場合は Windows Update を実行するか、[こちら](https://www.ipentec.com/document/windows-install-dotnet-framework-48-runtime) を参考にランタイムのインストールを行ってください。

タスクトレイのアイコンを右クリックするとメニューが表示されます。
[TVRemotePlus にアクセス]・[TVRemotePlus にアクセス (HTTPS)] をクリックすると、TVRemotePlus の Web アプリに遷移します。

[サーバー (Apache) の設定] をクリックすると、設定ウインドウが表示されます。
\[設定] タブではサーバーの設定を確認できます。この画面からの設定変更はできません。
サーバーの設定を編集する場合は TVRemotePlus をインストールしたフォルダの bin/Apache/conf/httpd.conf を手動で編集してください。

\[ログ] タブではサーバーの起動ログを閲覧できます。
ログは複数選択でき、右クリックでクリップボードにコピーできます。Apache を起動できなかった / 異常終了したときのログもここに表示されます。
[サーバー (Apache) を終了] をクリックすると、TVRemotePlus を終了できます。
サーバーを終了すると、TVRemotePlus の Web アプリにもアクセスできなくなります。再度アクセスするときはもう一度 TVRemotePlus.exe を実行してください。
スタートアップに TVRemotePlus.exe のショートカットを登録しておくと、PC 起動時に自動で TVRemotePlus サーバーを起動できます。
## License
本体のライセンスに準じます。
[MIT License](License.txt)