2019-04-27, 10:35
It would be nice if in the home menu the labels wouldn't move at all when you move left and right to another label (movies, shows, music, add-ons, etc.)
(2019-04-27, 10:35)PizzaPino Wrote: It would be nice if in the home menu the labels wouldn't move at all when you move left and right to another label (movies, shows, music, add-ons, etc.)
(2019-04-27, 10:17)jurialmunkey Wrote:understood. and(2019-04-27, 08:18)NotYourAverageAl Wrote: @jurialmunkey couple of questions/suggestion for u
1.Liking the new genres and languages furniture option. However for some movies all the info overlaps the codec stuff. Suggestion is to split the option to genre and language. I noticed the furniture section is looking crowded though. If wanted to play around, would just editing Includes_Object.xml do?
2.When when playing a song the play/pause controls dont show up until you press home. The default is bitrate info. can this be changed around?
3. Unfocused menu items are hard to read/make out. I had a look through the code and cant figure out where to change this. When an menu item is focused does it call a different bold font type or does it bold the existing font?
4. Are you bringing back clearlogos for poster/banner wall views etc?
1. Yeah I was concerned about overlaps. Still needs a lot more tweaking - think of it as an experimental feature for the time being. I will probably eventually have a pop-up dialog where the user can choose what info to put there from a radiobutton list.
2. Keymap issue, not a skin issue.
3. It is a different font definition. Menu still needs some tweaks. I'm avoiding discussion of user modifications until the skin is out of alpha. The point of releasing an Alpha is to work on fixing bugs, adding desired features, and fixing usability issues. Users are free to modify the skin on their own of course! I just want to avoid the thread being derailed by discussing mods (plus I would rather spend my time working on the skin than walking people through making bespoke tweaks).
4. What do you mean by bringing back clearlogos? Are you talking about in the center header position? If so
, I'm undecided at the moment - not a big fan of how it looks really though.
(2019-04-27, 11:15)NotYourAverageAl Wrote:(2019-04-27, 10:17)jurialmunkey Wrote:understood. and(2019-04-27, 08:18)NotYourAverageAl Wrote: @jurialmunkey couple of questions/suggestion for u
1.Liking the new genres and languages furniture option. However for some movies all the info overlaps the codec stuff. Suggestion is to split the option to genre and language. I noticed the furniture section is looking crowded though. If wanted to play around, would just editing Includes_Object.xml do?
2.When when playing a song the play/pause controls dont show up until you press home. The default is bitrate info. can this be changed around?
3. Unfocused menu items are hard to read/make out. I had a look through the code and cant figure out where to change this. When an menu item is focused does it call a different bold font type or does it bold the existing font?
4. Are you bringing back clearlogos for poster/banner wall views etc?
1. Yeah I was concerned about overlaps. Still needs a lot more tweaking - think of it as an experimental feature for the time being. I will probably eventually have a pop-up dialog where the user can choose what info to put there from a radiobutton list.
2. Keymap issue, not a skin issue.
3. It is a different font definition. Menu still needs some tweaks. I'm avoiding discussion of user modifications until the skin is out of alpha. The point of releasing an Alpha is to work on fixing bugs, adding desired features, and fixing usability issues. Users are free to modify the skin on their own of course! I just want to avoid the thread being derailed by discussing mods (plus I would rather spend my time working on the skin than walking people through making bespoke tweaks).
4. What do you mean by bringing back clearlogos? Are you talking about in the center header position? If so
, I'm undecided at the moment - not a big fan of how it looks really though.
4. Yep, I meant the clearlogos in the center header. Could be an option. They were great in AZ1, but for me it was because the poster wall didn't have movie titles in AZ1. I'll have another look at AZ1, does feel like there's less space on the header in AZ2.
(2019-04-27, 11:09)loeffelpan Wrote: One more suggestion:
Could you please skip the whole icon placeholder for codec information instead of leaving it blank?
Where do you get the „source“ information and what for kinds of sources do you have an icon?
I got many movies with „.BluRay.“ in the parent folder in my Library but only some of them are detected with the icon.
(2019-04-27, 11:58)jurialmunkey Wrote:Thanks for jogging my memory, I was meaning to ask. Some of my files have LPCM as the audio codec, as opposed to DTS or TrueHD. Is there an icon already included for LPCM, or is it some kind of detection issue?(2019-04-27, 11:09)loeffelpan Wrote: One more suggestion:
Could you please skip the whole icon placeholder for codec information instead of leaving it blank?
Where do you get the „source“ information and what for kinds of sources do you have an icon?
I got many movies with „.BluRay.“ in the parent folder in my Library but only some of them are detected with the icon.
Rather - can you tell me what codec is missing so that I can add it? You should be able to determine what it is by temporarily disabling codecs in furniture and then opening the video info dialog - the codec name will be shown on the same line as the languages/subs.
It's quite difficult to skip blank images in the skinning engine. It can be done, but it is costly in terms of cpu. The better option is to add the missing codec images.
Source is based upon filename and path.
If ListItem.FileNameAndPath contains one of the following, it will show the relevant flag (higher positions override lower ones)
[4k bluray] > 2160p | UHD | UltraHD | Ultra-HD | 4K
[blu-ray] > blu-ray | bluray | bdrip | bd25 | bd50
[hddvd] > hddvd | hd-dvd
[dvd] > dvd
[hdtv] > hdtv | pdtv | dsr
[sdtv] > sdtv
[web-dl] > web-dl | webdl | WEBRip
You can check what filename and path kodi is reporting by opening videoinfo and highlight the "refresh" button (filename shows bottom left).
(2019-04-27, 11:58)jurialmunkey Wrote:(2019-04-27, 11:09)loeffelpan Wrote: One more suggestion:
Could you please skip the whole icon placeholder for codec information instead of leaving it blank?
Where do you get the „source“ information and what for kinds of sources do you have an icon?
I got many movies with „.BluRay.“ in the parent folder in my Library but only some of them are detected with the icon.
Rather - can you tell me what codec is missing so that I can add it? You should be able to determine what it is by temporarily disabling codecs in furniture and then opening the video info dialog - the codec name will be shown on the same line as the languages/subs.
It's quite difficult to skip blank images in the skinning engine. It can be done, but it is costly in terms of cpu. The better option is to add the missing codec images.
Source is based upon filename and path.
If ListItem.FileNameAndPath contains one of the following, it will show the relevant flag (higher positions override lower ones)
[4k bluray] > 2160p | UHD | UltraHD | Ultra-HD | 4K
[blu-ray] > blu-ray | bluray | bdrip | bd25 | bd50
[hddvd] > hddvd | hd-dvd
[dvd] > dvd
[hdtv] > hdtv | pdtv | dsr
[sdtv] > sdtv
[web-dl] > web-dl | webdl | WEBRip
You can check what filename and path kodi is reporting by opening videoinfo and highlight the "refresh" button (filename shows bottom left).
(2019-04-27, 12:26)RZR1988 Wrote:(2019-04-27, 11:58)jurialmunkey Wrote:Thanks for jogging my memory, I was meaning to ask. Some of my files have LPCM as the audio codec, as opposed to DTS or TrueHD. Is there an icon already included for LPCM, or is it some kind of detection issue?(2019-04-27, 11:09)loeffelpan Wrote: One more suggestion:
Could you please skip the whole icon placeholder for codec information instead of leaving it blank?
Where do you get the „source“ information and what for kinds of sources do you have an icon?
I got many movies with „.BluRay.“ in the parent folder in my Library but only some of them are detected with the icon.
Rather - can you tell me what codec is missing so that I can add it? You should be able to determine what it is by temporarily disabling codecs in furniture and then opening the video info dialog - the codec name will be shown on the same line as the languages/subs.
It's quite difficult to skip blank images in the skinning engine. It can be done, but it is costly in terms of cpu. The better option is to add the missing codec images.
Source is based upon filename and path.
If ListItem.FileNameAndPath contains one of the following, it will show the relevant flag (higher positions override lower ones)
[4k bluray] > 2160p | UHD | UltraHD | Ultra-HD | 4K
[blu-ray] > blu-ray | bluray | bdrip | bd25 | bd50
[hddvd] > hddvd | hd-dvd
[dvd] > dvd
[hdtv] > hdtv | pdtv | dsr
[sdtv] > sdtv
[web-dl] > web-dl | webdl | WEBRip
You can check what filename and path kodi is reporting by opening videoinfo and highlight the "refresh" button (filename shows bottom left).
(2019-04-27, 12:33)loeffelpan Wrote:(2019-04-27, 11:58)jurialmunkey Wrote:(2019-04-27, 11:09)loeffelpan Wrote: One more suggestion:
Could you please skip the whole icon placeholder for codec information instead of leaving it blank?
Where do you get the „source“ information and what for kinds of sources do you have an icon?
I got many movies with „.BluRay.“ in the parent folder in my Library but only some of them are detected with the icon.
Rather - can you tell me what codec is missing so that I can add it? You should be able to determine what it is by temporarily disabling codecs in furniture and then opening the video info dialog - the codec name will be shown on the same line as the languages/subs.
It's quite difficult to skip blank images in the skinning engine. It can be done, but it is costly in terms of cpu. The better option is to add the missing codec images.
Source is based upon filename and path.
If ListItem.FileNameAndPath contains one of the following, it will show the relevant flag (higher positions override lower ones)
[4k bluray] > 2160p | UHD | UltraHD | Ultra-HD | 4K
[blu-ray] > blu-ray | bluray | bdrip | bd25 | bd50
[hddvd] > hddvd | hd-dvd
[dvd] > dvd
[hdtv] > hdtv | pdtv | dsr
[sdtv] > sdtv
[web-dl] > web-dl | webdl | WEBRip
You can check what filename and path kodi is reporting by opening videoinfo and highlight the "refresh" button (filename shows bottom left).
Sorry for this missunderstanding.
It‘s not a codec image what is missing, just the source stuff I was talking about.
Hopefully your source matching you mentioned is regex and case insesitiv? So that e.g. „BluRay“ would match to?
I found out, that using addon path due to Emby for Kodi doesn’t provide parent folders name where the information is.
No issue to your skin. Sorry!
But maybe you could add source images for „AmazonHD“ and „ITunesHD“ which I got often.
Otherwise you may add them to another icons pattern.
(2019-04-27, 12:43)jurialmunkey Wrote:It is a form of PCM yes, let me run through a few previous skins I have used and come back to you. I seem to recall at least one of them having an icon, but there is a very good chance it was the PCM one you mentioned.(2019-04-27, 12:26)RZR1988 Wrote:(2019-04-27, 11:58)jurialmunkey Wrote: Rather - can you tell me what codec is missing so that I can add it? You should be able to determine what it is by temporarily disabling codecs in furniture and then opening the video info dialog - the codec name will be shown on the same line as the languages/subs.Thanks for jogging my memory, I was meaning to ask. Some of my files have LPCM as the audio codec, as opposed to DTS or TrueHD. Is there an icon already included for LPCM, or is it some kind of detection issue?
It's quite difficult to skip blank images in the skinning engine. It can be done, but it is costly in terms of cpu. The better option is to add the missing codec images.
Source is based upon filename and path.
If ListItem.FileNameAndPath contains one of the following, it will show the relevant flag (higher positions override lower ones)
[4k bluray] > 2160p | UHD | UltraHD | Ultra-HD | 4K
[blu-ray] > blu-ray | bluray | bdrip | bd25 | bd50
[hddvd] > hddvd | hd-dvd
[dvd] > dvd
[hdtv] > hdtv | pdtv | dsr
[sdtv] > sdtv
[web-dl] > web-dl | webdl | WEBRip
You can check what filename and path kodi is reporting by opening videoinfo and highlight the "refresh" button (filename shows bottom left).
No there isn't an icon for LPCM. I can't find a specific icon for that codec. Since it is a form of PCM, would it be okay to use the PCM icon? Or do you know of a skin that has a LPCM icon?
(2019-04-27, 12:55)RZR1988 Wrote:Mkay I had limited success: tried Aura, BOX, Quartz and Estuary and all showed the same behaviour. Interestingly though, on Estuary if I went into extended info, it showed the PCM icon instead of Dolby Digital.(2019-04-27, 12:43)jurialmunkey Wrote:It is a form of PCM yes, let me run through a few previous skins I have used and come back to you. I seem to recall at least one of them having an icon, but there is a very good chance it was the PCM one you mentioned.(2019-04-27, 12:26)RZR1988 Wrote: Thanks for jogging my memory, I was meaning to ask. Some of my files have LPCM as the audio codec, as opposed to DTS or TrueHD. Is there an icon already included for LPCM, or is it some kind of detection issue?
No there isn't an icon for LPCM. I can't find a specific icon for that codec. Since it is a form of PCM, would it be okay to use the PCM icon? Or do you know of a skin that has a LPCM icon?
(2019-04-27, 13:56)RZR1988 Wrote:(2019-04-27, 12:55)RZR1988 Wrote:Mkay I had limited success: tried Aura, BOX, Quartz and Estuary and all showed the same behaviour. Interestingly though, on Estuary if I went into extended info, it showed the PCM icon instead of Dolby Digital.(2019-04-27, 12:43)jurialmunkey Wrote: No there isn't an icon for LPCM. I can't find a specific icon for that codec. Since it is a form of PCM, would it be okay to use the PCM icon? Or do you know of a skin that has a LPCM icon?It is a form of PCM yes, let me run through a few previous skins I have used and come back to you. I seem to recall at least one of them having an icon, but there is a very good chance it was the PCM one you mentioned.
Basically what is happening is the disc has multiple audio tracks - the main track is LPCM, and the others are Dolby Digital. Hence, I am not sure if it is a icon issue or a detection issue with Kodi.
Hope that information helps a bit.