Beta Testflight access to beta version - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +---- Forum: Kodi Remote for iOS Official Forum (https://forum.kodi.tv/forumdisplay.php?fid=193) +---- Thread: Beta Testflight access to beta version (/showthread.php?tid=359717) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
|
RE: Testflight access to beta version - Buschel - 2022-01-08 @UlfSchmidt, thanks for the first feedback. The issue with the wrong display name I had overseen. I found the change which caused this, and I need to admit that the App's code is giving me a hard time here. The flag to enable sections is somehow mangled up with setting these labels. I will either find an overall better solution to properly update the labels or I will roll back the enabling of sections for some submenus. On the Picture playlists:
RE: Testflight access to beta version - amasephy - 2022-01-08 @Buschel Thanks for the new beta! With this latest beta I was finally able to reproduce an error I swear I saw a couple of months back. I now consistently reproduce. The volume slider present at the top of the screen does not stay in sync across the remote screen and that troublesome right settings pane. The volume itself stays in sync but the mute button does not. I’m fact you’re can get the app to be out of sync with actual Kodi. I was able to make both pane in the remote app to show as muted but Kodi itself is not muted. As expected, if you change the settings pane mute status, go back to the remote view, then bring up the left main menu pane and tap remote menu item it reinitializes the remote pane with the last used status of mute from the settings pane. While there is clearly an issue there, does it maybe make sense to just remove the volume slider from the settings pane? Seems overly redundant unless there’s some use case I’m completely missing? Edit: Another issue. When using the rotate gesture to modify volume the volume is update instantly on Kodi but there is a delay in updating the volume slider at the top of the app. Edit 2: Found another strange thing. If you tap in a search box like in the movies section and then swipe back to the left pane the keyboard remains visible. This does not happen when you tap the keyboard button at the bottom of the remote. It dismisses it when going to the left pane. As an aside I would attach photos to help portray things but I don’t seem to understand how to do that here? Do I need to upload the photo somewhere and link to it? RE: Testflight access to beta version - Buschel - 2022-01-08 (2022-01-08, 18:06)amasephy Wrote: As an aside I would attach photos to help portray things but I don’t seem to understand how to do that here? Do I need to upload the photo somewhere and link to it?Yes, exactly. Best is to upload the picture and then place a link here. Just search for an image hoster. This will help me understanding the issues you are describing. Thanks for your support. RE: Testflight access to beta version - amasephy - 2022-01-08 @Buschel I updated the post with a link to the photo. For some reason it doesn’t display the picture in the post, but the link does work. RE: Testflight access to beta version - Buschel - 2022-01-08 @UlfSchmidt, I think I found a good (and better) solution for the screen labels. It even allows to show more information which was formerly ignored. For submenus now the chosen filter (e.g. "Progressive Rock") and the amount of items is shown. I am not sure though if this makes sense for all submenus (e.g. for the Channel Guide or the settings menu). You can get an impression in the following screenshots. https://abload.de/img/bildschirmfoto2022-01v8jvm.png https://abload.de/img/bildschirmfoto2022-01jzkic.png https://abload.de/img/bildschirmfoto2022-01xljmw.png RE: Testflight access to beta version - Buschel - 2022-01-08 @amasephy
Edit: 2 and 4 are implemented. See GitHub #550 and #551. RE: Testflight access to beta version - amasephy - 2022-01-09 @Buschel I’m not sure why you aren’t able to reproduce. Rotating on gesture pad definitely results in a delay on the app updating the new volume. Kodi itself doesn’t have the delay. As far as I can tell I’m not doing any trickery to desync mute. I posted a video on YouTube to show what I’m doing. Unfortunately I don’t know how to get it to display tap input but basically the first thing I do is try to adjust volume by gesture. Then I adjust volume from the slider itself. Finally I desync mute. I hope there is no issue with posting this. https://youtube.com/shorts/qkqAPeY3a64?feature=share RE: Testflight access to beta version - Buschel - 2022-01-09 @amasephy, thanks for sharing the video. I now saw the difference. You only connect to Kodi without TCP access (yellow connection status). If I connect the same way I have the same problems. You could just enable this in Kodi (Settings > Services > Control > "Allow remote control from applications on other systems"). Nevertheless I will have a look into this. Edit: The reason is pretty simple. Without TCP connection (green lights) the App needs to poll the audio volume / mute status. This is done with a repeating timer of 1 sec. When using the rotation gesture the volume bar "follows" the Kodi volume slowly in 1 sec intervals. This is why it looks so weird. Easiest solution is to allow TCP and receive immediate notifications. RE: Testflight access to beta version - amasephy - 2022-01-09 @Buschel This makes sense. Prior to updating to Kodi 19 I had only rarely gotten the yellow status. I must have noticed the volume issue on that rare occasion. With Kodi 19 I was always stuck with the yellow status and wasn’t sure how to resolve. I was on the verge of asking about it here but hadn’t gotten to it yet. Thanks for clarifying how to resolve! RE: Testflight access to beta version - UlfSchmidt - 2022-01-09 (2022-01-08, 21:36)Buschel Wrote: @UlfSchmidt, I think I found a good (and better) solution for the screen labels. It even allows to show more information which was formerly ignored. For submenus now the chosen filter (e.g. "Progressive Rock") and the amount of items is shown. I am not sure though if this makes sense for all submenus (e.g. for the Channel Guide or the settings menu). You can get an impression in the following screenshots. @Buschel Thanks for looking into this. I’m not sure whether I get you right. With your updated implementation, you even made the screen labels more consistent, right? While I’m a big fan of consistency, this would not make sense in the context of the issue I raised, where the number of titles is already shown in the album details, but the album title is replaced by the generic screen label. Unfortunately, you don’t show how this will look in the future in your screenshots. Because at least for this view you should go back to the previous implementation, e.g. implement an exception from the general rule. Or is your new implementation always using the previous list label + the number of items, so that albums now will be titled "Beethoven: Symphony No. 9" followed by the number of tracks? Then you should consider getting rid of the additional label reading "11 Titel" at the bottom line: RE: Testflight access to beta version - Buschel - 2022-01-09 Oh, yes. I did not share a screenshot for the album view. This will look like it did before. In my opinion this is the only way it makes sense. I am more concerned on the iPhone where the upper left item and the upper middle item both show the amount of items. Showing the numbers on the left side as well is using too much space und distracts the user from the middle section. Next question is: Does it really make sense to show the number of items when entering the channel guide? I will share some new screenshots after breakfast. RE: Testflight access to beta version - UlfSchmidt - 2022-01-09 Guten Appetit. Honestly, for me showing the number of items never makes sense. Just get rid of these… RE: Testflight access to beta version - Buschel - 2022-01-09 (2022-01-09, 10:46)UlfSchmidt Wrote: Honestly, for me showing the number of items never makes sense.Not sure about this. In general I appreciate this info to be shown, even though removing this feature will reduce the code complexity. I am just not sure the App should do this in any case... Screenshots iPad: https://abload.de/img/bildschirmfoto2022-018hj03.png
Screenshots iPhone: https://abload.de/img/bildschirmfoto2022-01a3jk2.png
RE: Testflight access to beta version - UlfSchmidt - 2022-01-09 Well done! RE: Testflight access to beta version - Buschel - 2022-01-11 (2022-01-01, 18:59)UlfSchmidt Wrote: I just stumbled upon a very minor glitch: Despite having selected "order by date", my movie collections are listed alphabetically:This issue is caused by Kodi a fix is being processed(see https://forum.kodi.tv/showthread.php?tid=366329). |