Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated a lot of stuff #31

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ed6ef8d
feat: reenable bluetooth
DerDaku Sep 20, 2023
19b48d6
feat: add first stereo pairs support
benlachman Sep 20, 2023
0cf92ac
fix: enhance stereo pair support, fix too many handlers
DerDaku Sep 20, 2023
ef09bdc
feat: keep airtunes stream open and fix stereo
DerDaku Sep 20, 2023
6983964
feat: connect to selected bluetooth device
DerDaku Sep 20, 2023
70250a0
fix: AppleTV Detection
DerDaku Sep 20, 2023
d3fe7b8
feat: reduce delay
DerDaku Sep 20, 2023
4683264
feat: repeat mdns discovery
DerDaku Sep 20, 2023
072d78c
feat: add error handling for airplay devices
DerDaku Sep 28, 2023
3f2632f
feat: Switch to different mdns browser
DerDaku Nov 11, 2023
62c4f7a
fix: stereo pair and TV detection
DerDaku Nov 11, 2023
5cb93b2
feat: better stereo handling
DerDaku Nov 11, 2023
f72ef4f
fix: pipe stream correctly to airtunes2
DerDaku Nov 11, 2023
34551c8
fix: add correct AirPlay label to stereo devices
DerDaku Nov 11, 2023
52bb08b
feat: add handling of mdns service changes
DerDaku Nov 11, 2023
307f9f1
fix: stop logging bluetooth devices to console
DerDaku Nov 11, 2023
cedb755
fix: do not get paired devices manually
DerDaku Nov 11, 2023
f489d79
fix: use correct variable on service update and delete
DerDaku Nov 11, 2023
119bfa8
fix: do not log streams on cleanup
DerDaku Nov 11, 2023
ff92424
feat: enable PCM outputs only when env var is set
DerDaku Nov 11, 2023
0ec5c9c
feat: increase height of output selector
DerDaku Nov 11, 2023
1c47bae
feat: remove now unneeded tv detection
DerDaku Nov 11, 2023
ec2123b
fix: filter array using filter instead of some
DerDaku Nov 11, 2023
95fefaa
fix: handle serviceDown correctly for stereo devices
DerDaku Nov 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>BabelPod</h1>
<option value="void">None</option>
</select>
<label>Output</label>
<select id="output" size="4">
<select id="output" size="8">
<option value="void">None</option>
</select>
<div class="flexbox">
Expand Down
Loading