Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveicedgreentea committed Oct 9, 2023
1 parent b8ada05 commit f280fed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ If editing manually, create a file named config.json, paste this in, remove the
"notifyonload": true,
// name of the endpoint in ha to send notification to. look at the notify service in ha to see endpoints
"notifyendpointname": "mobile_app_iphone",
// which author you want. none or blank will find the best match according to ezbeq application
"preferredauthor": "aron7awol" || "mobe1969" || "other supported author" || "",
// which author to filter on. blank will find the best match according to ezbeq
"preferredauthor": "aron7awol" or "mobe1969" or "other supported author" or "",
// slots you want to apply beq configs. minidsp 2x4hd has four preset slots. not tested on anything but 2x4hd
"slots": [1],
// use an ip enabled denon avr to get the codec instead of querying plex
Expand Down
3 changes: 2 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<div class="container">
<h1>Home Theater Automation Configuration Page</h1>
<h4>Remember to hit save</h4>
<h4>You don't need quotes for anything</h4>

<form id="ezbeqForm">

Expand Down Expand Up @@ -115,7 +116,7 @@ <h2>EZBeq</h2>
<div>
<label for="ezbeq-preferredauthor">BEQ Preferred Author
<span class="description">
Which Author to filter BEQ results by. Leave blank for none
Which Author to filter BEQ results by. Recommend leaving blank
</span>
</label>

Expand Down

0 comments on commit f280fed

Please sign in to comment.