Connection lists, Favourites, Bookmarks #1774
Replies: 2 comments 2 replies
-
Hi @geotechfirst, For your use my solution will only reduce the number of servers in the list, but not put them in a certain order. To go in this direction I added the possibility to sort by last used or Directory, thinking you could use the directory sort as a basis and change that to the WJ functionality you need. You would not need to worry about all the behind the scenes management, de-referencing servers for example, and could add your code changing the Directory sort (which for itself is not all that useful) to WJ functionality. I would see management like deleting and reordering on the RMB and why not add a button for "connect to next" in the window. I save the Favorites in the Jamulus ini file, but that could also be a separate file. Note that servers are added by noting the presently connected server so all the needed info is taken internally, no manual lookup of anything is needed. What I would not do is remove the simple last used Favorites list as I think that has a much bigger user base than WJ. And I have no particular love of the term Favorites, Bookmarks sounds just as good to me too. As I do not know the details of the needs for WJ I will let you take over and run with this. Let me know if you need any clarification. |
Beta Was this translation helpful? Give feedback.
-
Hi @geotechfirst, If I understand the problem that you are trying to solve right, you may be able to solve it with a completely different approach:
With the Jamulus python library, that should be fairly easy: |
Beta Was this translation helpful? Give feedback.
-
Following @ann0see's suggestion this is thread to come to a common understanding about a requirement that might benefit the wider Jamulus community.
From my perspective I needed the ability to connect to a set of servers in quick succession with minimal hassle.
Background:
During WorldJam performances performers need to change servers multiple times.
As a performer I found this to be not convenient. As you are already quite nervous about your performance.
I understand that this feature might not be useful to the wider community so took on board comments from others and made a prototype here:
https://geotechfirst.github.io/bookmarks/
and submitted a PR #1728
In summary my bare bone requirement is:
I am happy to go back to the drawing board to work on a common feature that may become useful for others.
@dcorson-ticino-com Also has a PR #1552 I let him tell what the driver behind that.
Beta Was this translation helpful? Give feedback.
All reactions