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
|
RE: Testflight access to beta version - UlfSchmidt - 2024-09-25 I just discovered another nice feature I was in fact not aware of: tapping multiple times on the Artist button toggles also between the list of album artists vs. the list of all artists. I always thought that the App listed only album artists because I told my Kodi server to do so. RE: Testflight access to beta version - Buschel - 2024-09-25 That's what I suspected. f you select any artist in such filtered list -> error. RE: Testflight access to beta version - UlfSchmidt - 2024-09-25 But if you use the Others menu (with the three dots) and then Music Roles > Artist it works well?! And that’s the method I‘m used to to find songs from an artist on samplers etc. RE: Testflight access to beta version - UlfSchmidt - 2024-09-25 Hi @Buschel, Any chance to change the truncation algorithm so that the year remains always visible? Nobody needs to know the name of the fifth studio involved in the production of this or any other movie, but the year would be always nice to know. Or simply put the year after the director‘s name? Thanks for consideration! RE: Testflight access to beta version - amasephy - 2024-09-25 I second UlfSchimdt’s request. Year is far more important than a list of studios. I knew about filtering lists by multiple taps but never tried it in music. When testing there are so many permutations of the state you can put the app in it’s easy to see how something like this could be overlooked. Out of curiosity, did you find it by wandering the gui or reviewing the code? RE: Testflight access to beta version - Buschel - 2024-09-25 It‘s software. Anything is possible. I will think about it. RE: Testflight access to beta version - Buschel - 2024-09-25 1.16 build 4691 Release Notes This build still uses Xcode 15 and adds several fixes for issues that were recently reported and found during testing. Internally there was quite heavy rework done to the menu structure types (avoiding conversion between types). Though tested and reviewed intensively this is the riskiest change, so please report any new (!) glitch when navigating the menu/libraries. With the next build we plan to move to Xcode 16 and also introduce the new dark/tint icon themes. RE: Testflight access to beta version - Buschel - 2024-09-25 (2024-09-25, 19:29)amasephy Wrote: Out of curiosity, did you find it by wandering the gui or reviewing the code?By testing the related use cases after I found something unexpected in the code. RE: Testflight access to beta version - Buschel - 2024-09-25 On the truncation topic, this is the easiest way to handle it. Simply use truncate in the middle, which can be done only in case there is a year given. Otherwise it keeps truncating at tail. RE: Testflight access to beta version - amasephy - 2024-09-26 I have a new ghost bug. Half the time it does it, the other half it doesn’t. Even when it doesn’t from a fresh boot eventually I can get it to trigger with enough attempts. Race condition? Sometimes it doesn’t seem to matter how fast I tap. Let’s say I start a session and immediately navigate to now playing and start party mode. Then I go to the movies library on the app and start playing a movie. This takes me to the now playing view. Then go to the now playing playlist. Half the time it will correctly bring me to the movies playlist and the other half it will be stuck on the music playlist. Bizarrely even with fresh launches on my Xbox the behavior is not 100% consistent. Even more bizarrely, once I get into the state where it will always default to audio playlist even when repeatedly attempting to play video content I can consistently fix the issue by using the remote and navigating to some video content on Kodi server and starting playback that way instead of directly from the app. Now navigating back to the now playlist playlist the correct pane is displayed by default. Edit: Second text scaling bug discovered. Custom buttons on the settings screen have the … issue like the length did. RE: Testflight access to beta version - UlfSchmidt - 2024-09-26 I can confirm the playlist issue reported above by @amasephy. I don’t remember when I first came across it, but it’s for sure not new. Since it appears only randomly, I was never able to reproduce it and thus never reported it. But switching between different media types was never handled very well. I fear this problem has its root cause somewhere in the way Kodi server handles it. My personal favorite would be a single playlist where I can queue a movie, then a song to allow for a short restroom visit, then the next movie… just dreaming… RE: Testflight access to beta version - Buschel - 2024-09-26
RE: Testflight access to beta version - amasephy - 2024-09-27 One new iPad regression bug. Fullscreen is broken for music and tv show libraries. When you tap on an item it is supposed to bring up the info pane so you can play the media. Now it just brings up the action sheet. Secondly, I have discovered another way to break the bounce position of a pane where you can trick it into staying in the middle. Steps: Tap on TV shows. Long press a show and tap TV Show details. Slide the tv shows details pane out of the way. Enter full screen on tv shows. Exit fullscreen. The pane will now stay in the wrong position. Thirdly, when you enter the now playing fullscreen it would be nice if any truncated text became untruncated as it’s a bit silly to be truncating the text when there is so much space on either side. RE: Testflight access to beta version - Buschel - 2024-09-27
RE: Testflight access to beta version - Buschel - 2024-09-27 (2024-09-27, 02:50)amasephy Wrote: Secondly, I have discovered another way to break the bounce position of a pane where you can trick it into staying in the middle.The issue happens if you enter fullscreen for a pane which is not on top, e.g. having another open and moved aside. And there is some really difficult to understand logic for the bounce effect which I do not want to mess around with now. |