Helix and Metropolis - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Metropolis (https://forum.kodi.tv/forumdisplay.php?fid=162) +---- Thread: Helix and Metropolis (/showthread.php?tid=212346) |
RE: Helix and Metropolis - VelvetKevorkian - 2015-02-02 (2015-02-01, 23:52)MacGyver Wrote: Pictures are worth a thousand words. If at all possible a simple jpg made even with paint.exe makes everything clearer. i know. i was just lazy. Video setttings Audio settings Edit Another thing (which is not a bug): The star rating for songs is now only visible in song info view, which makes it hard to see which ones have been given a rating and which ones haven't got one. RE: Helix and Metropolis - jingai - 2015-02-02 (2015-02-01, 19:46)VelvetKevorkian Wrote: I don't know if it has been mentioned before, but the "Video settings" Fixed. RE: Helix and Metropolis - Martijn - 2015-02-08 The shutdown menu doesn't respect device capabilities. Example: on openelec there's no way to exit which is shown as option. There are ways to only show possible options RE: Helix and Metropolis - jingai - 2015-02-08 (2015-02-08, 01:19)Martijn Wrote: The shutdown menu doesn't respect device capabilities. Fixed. RE: Helix and Metropolis - Martijn - 2015-02-08 Thx RE: Helix and Metropolis - Martijn - 2015-02-08 Also noticed when using the new Youtube login feature, the CODE that is shown in the notification dialog is cut-off a bit at the bottom. Just a few pixels. Can give you a screenshot if needed but it's easy to reproduce if you hit the login in the youtube addon RE: Helix and Metropolis - Martijn - 2015-02-08 There's a bright white square when setting source content. This white background also stays there behind the scraper icon (which seems to have wrong AR). This doesn't really fit the skin theme. RE: Helix and Metropolis - jingai - 2015-02-09 (2015-02-08, 16:43)Martijn Wrote: Also noticed when using the new Youtube login feature, the CODE that is shown in the notification dialog is cut-off a bit at the bottom. Just a few pixels. Hmm.. Did the YouTube plugin always use the progress dialog for this? I don't recall it being cut off the last time I checked. The issue is that he's got a carriage return in there instead of using Line 2 for the code itself. The Metropolis progress dialog doesn't expect that.. it prints all 3 lines horizontally there, due to the way the dialog is designed. RE: Helix and Metropolis - jingai - 2015-02-09 (2015-02-08, 20:46)Martijn Wrote: There's a bright white square when setting source content. This white background also stays there behind the scraper icon (which seems to have wrong AR). This doesn't really fit the skin theme. Fixed. RE: Helix and Metropolis - Martijn - 2015-02-09 (2015-02-09, 16:51)jingai Wrote:(2015-02-08, 16:43)Martijn Wrote: Also noticed when using the new Youtube login feature, the CODE that is shown in the notification dialog is cut-off a bit at the bottom. Just a few pixels. This is actually a change in Kodi itself that several dialogs are now textbox instead of separate lines. Not sure when that was done though. Could have been Gotham already. If addon sends several lines we combine that to a textbox. http://forum.kodi.tv/showthread.php?tid=158812&pid=1548360#pid1548360 Also noticed that on Homescreen, selecting addons shows the XBMC puzzle pieces Maybe find a new image for that. RE: Helix and Metropolis - jingai - 2015-02-09 (2015-02-09, 18:16)Martijn Wrote:(2015-02-09, 16:51)jingai Wrote:(2015-02-08, 16:43)Martijn Wrote: Also noticed when using the new Youtube login feature, the CODE that is shown in the notification dialog is cut-off a bit at the bottom. Just a few pixels. It was in Gotham, but the 3 separate lines still work if the addon sets them. The problem is, I'm not quite sure how to implement the progress dialog the way it is if it's just a textbox. I could abandon that style for the dialog, but I quite liked it, which is why I hadn't changed over to the textbox yet :/ RE: Helix and Metropolis - Martijn - 2015-02-09 it's you skin so all up to you RE: Helix and Metropolis - jingai - 2015-02-09 I'm going to have to change it I guess, I just wish the 3 lines could still be there as a fallback for skins that want to split it up differently. They are still there in Kodi itself, but addons can (as you see) choose to not populate them anymore. RE: Helix and Metropolis - jingai - 2015-02-10 @Martijn (or anyone that can answer), Is there a way to break up a textbox label into multiple strings based on some delimiter? Basically, I'm wanting to cut on [CR] to get something that resembles the old functionality. I'd really like to keep the horizontal progress dialog if possible, but I'm not really seeing a way to get the job done RE: Helix and Metropolis - Martijn - 2015-02-11 The profile pages need some tweaking as well. |