MayaPosch / NymphCast

Audio and video casting system with support for custom applications.
http://nyanko.ws/nymphcast.php
BSD 3-Clause "New" or "Revised" License
2.43k stars 82 forks source link

Connect button in NymphCastPlayer Remote tab doesn't do anything #53

Closed PureTryOut closed 3 years ago

PureTryOut commented 3 years ago

This makes it quite hard to test #23 :thinking:

MayaPosch commented 3 years ago

Sorry about that. The creating of groups is intended to be performed via a new dialogue (accessible via the currently helpfully labelled '...' button). The old grouping of remotes via the Remotes tab has apparently already removed during the Player code refactoring a few months back.

I'm currently working on implementing the new Remotes & Groups management dialogue, along with persistence for the thus created groups and further UI options in the Player. I expect that this will ready later this week.

MayaPosch commented 3 years ago

The changes and additions to the Player have been made and have been tested under Manjaro in so far as that the player starts up and doesn't catch on fire :)

Creating groups in the new dialogue (accessible via the "..." button next to each remotes combobox) has to be tested, as does persisting groups and selecting a group for multicasting.

I'll likely be testing this over the weekend, but feel free to poke at it too :)

MayaPosch commented 3 years ago

Considering this feature implemented. Feel free to open a new issue if new issues are found.