Kodi Community Forum
Deprecated Arctic Fuse - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: WIP Skins (https://forum.kodi.tv/forumdisplay.php?fid=160)
+---- Thread: Deprecated Arctic Fuse (/showthread.php?tid=373859)



RE: Arctic Fuse - HisAirness23 - 2024-09-12

(2024-09-05, 09:46)Morpheus9057 Wrote: Hello,
You said in this post :
For HDR: This isn't currently working simply because I haven't implemented support for the HDRType flag yet. That will be coming.

Did you implement that in the latest version of Fuse ?
If Yes, could I use the data to build Smart List? (ie : All the Films in Dolby Vision)
Thank you for your feed back.
No, this still hasn't been added. Did anyone post this on Github? Labels for 3D are also still missing. Maybe he forgot about it?


RE: Arctic Fuse - drjackel - 2024-09-12

guys, quick question.
I am using the ORF addon and when it comes to the content ORF is splitting the show in multiple episodes.
When I want to start the content its not working because the default option is "All episodes" and not play.
Is there a workaround to make the default option as to play ?


RE: Arctic Fuse - AngryBird - 2024-09-13

(2024-09-12, 21:58)HisAirness23 Wrote:
(2024-09-05, 09:46)Morpheus9057 Wrote: Hello,
You said in this post :
For HDR: This isn't currently working simply because I haven't implemented support for the HDRType flag yet. That will be coming.

Did you implement that in the latest version of Fuse ?
If Yes, could I use the data to build Smart List? (ie : All the Films in Dolby Vision)
Thank you for your feed back.
No, this still hasn't been added. Did anyone post this on Github? Labels for 3D are also still missing. Maybe he forgot about it?

What isn't working?  It's been displaying the flags for me.  Looks in the HdrType field of the db for dolbyvision, hdr10, or hlg.


RE: Arctic Fuse - HisAirness23 - 2024-09-13

(2024-09-13, 02:10)AngryBird Wrote:
(2024-09-12, 21:58)HisAirness23 Wrote:
(2024-09-05, 09:46)Morpheus9057 Wrote: Hello,
You said in this post :
For HDR: This isn't currently working simply because I haven't implemented support for the HDRType flag yet. That will be coming.

Did you implement that in the latest version of Fuse ?
If Yes, could I use the data to build Smart List? (ie : All the Films in Dolby Vision)
Thank you for your feed back.
No, this still hasn't been added. Did anyone post this on Github? Labels for 3D are also still missing. Maybe he forgot about it?

What isn't working?  It's been displaying the flags for me.  Looks in the HdrType field of the db for dolbyvision, hdr10, or hlg.
I was referring to the main flags below to the video title (clearlogo) in the widget sections. It only shows FHD, HD, SD or 4K. It doesn't differentiate between only 4K and 4K HDR / DV and it also doesn't show a 3D label. Titan Bingie Mod does this and I got used to it as its very helpful if you have different versions of the same media for example.

I saw the icon logos in the theme files but just found out I have to rescrape media (delete a movie and add it back in) to have it at least showing up in the video info dialog. Is there any other way?


RE: Arctic Fuse - nat70 - 2024-09-14

Hi all, thanks to jurialmunkey for this beautiful skin, I was using the AH2 skin in the past and a few months ago I switched to AF.

However, I lost information that I really liked to use: the flags of countries to indicate the languages ​​of the movies versions.
On AH2, I was able to display the flags by passing the language like this :
Code:
videoInfoTag = ListItemInfoTag(oListItem, 'video')
audioStreamDetail = {'codec': audioCodec, 'channels': channels, 'language': 'fr'}
videoInfoTag.add_stream_info('audio', audioStreamDetail)
But on AF, the flags doesn't appear. Is this feature still present on AF ?


RE: Arctic Fuse - AngryBird - 2024-09-14

(2024-09-14, 11:24)nat70 Wrote: Hi all, thanks to jurialmunkey for this beautiful skin, I was using the AH2 skin in the past and a few months ago I switched to AF.

However, I lost information that I really liked to use: the flags of countries to indicate the languages ​​of the movies versions.
On AH2, I was able to display the flags by passing the language like this :
Code:
videoInfoTag = ListItemInfoTag(oListItem, 'video')
audioStreamDetail = {'codec': audioCodec, 'channels': channels, 'language': 'fr'}
videoInfoTag.add_stream_info('audio', audioStreamDetail)
But on AF, the flags doesn't appear. Is this feature still present on AF ?
I added the following code to includes_info.xml file right after "AUDIO CHANNELS".  Grabs the language of the first track from AudioLanuage in db and then displays the matching icon from the language folder.  You might be able to modify what you're doing using that.
Quote:            <!-- AUDIO LANGUAGE -->
            <include content="Info_Codecs_MonoIcon">
                <param name="icon">$INFO[$PARAM[container]ListItem.Property(AudioLanguage.1),language/,.png]</param>
                <param name="width">80</param>
                <param name="iconwidth">80</param>
                <param name="iconheight">48</param>
                <param name="left">-16</param>
                <param name="visible">$PARAM[visible] + !String.IsEmpty($PARAM[container]ListItem.Property(AudioLanguage.1))</param>
            </include>    


Image


RE: Arctic Fuse - Theetjuh - 2024-09-14

(2024-08-28, 13:28)Theetjuh Wrote: Hi there, a first user of any Arctic variant and I am liking this one the best ... looks really nice!

One thing that I am missing, and I am probably looking over things ... is the HDR/DV tag in the info line.
I can see it when I press the info button, but I would like to see it in my overview when I select the item.

Is this possible?
I guess this is not possible from the UI, can anybody point me towards what to edit in which files myself?


RE: Arctic Fuse - satelly - 2024-09-22

I have switched to Arctic Fuse from AH2 and everything works perfectly on 2 android devices but having 1 minor problem with 1 device. This device is not connected to the internet and connected to a portable hard drive. Each video has its own nfo file, fanart and poster. On the home screen, it does not show fanart background or plot when on the main menu or combined widget. However, the fanart appears when focusing on the selected video/stacked widget. The fanart also shows properly when I go into each movie/tv menu. I see an error message “ConnectionError: TMDb” so suspect it is trying to pull the background fanart from TMDb. I don’t have this problem with AH2. Any ideas on how to show the fanart and plot based on the local nfo file. I suspect it requires editing of the xml files.

In the skin settings option under Details, there is the option “Use local cast details”. I may need to post on Github to see if it is possible to have an option to use local fanart.

Image


Image


Image


RE: Arctic Fuse - Officer KD6-3.7 - 2024-09-23

(2024-09-22, 04:22)satelly Wrote: I have switched to Arctic Fuse from AH2 and everything works perfectly on 2 android devices but having 1 minor problem with 1 device. This device is not connected to the internet and connected to a portable hard drive. Each video has its own nfo file, fanart and poster. On the home screen, it does not show fanart background or plot when on the main menu or combined widget. However, the fanart appears when focusing on the selected video/stacked widget. The fanart also shows properly when I go into each movie/tv menu. I see an error message “ConnectionError: TMDb” so suspect it is trying to pull the background fanart from TMDb. I don’t have this problem with AH2. Any ideas on how to show the fanart and plot based on the local nfo file. I suspect it requires editing of the xml files.

In the skin settings option under Details, there is the option “Use local cast details”. I may need to post on Github to see if it is possible to have an option to use local fanart.

Image


Image


Image
Hi satelly!

Hope you've been doing well!

Do you have the 'Get additional details from the local Kodi library database' enabled in TMDbH Settings? Maybe that could help?

Image

Also, if you're primarily using only local nfo for your second device, you could try creating a default library widget on your home screen and see if that yields better results.


RE: Arctic Fuse - Dklktn_Dklktn - 2024-09-24

Hi,

Sorry if the question has been answered before but I fail installing the skin 😰

There are dependencies that I cannot get, for example the plugin.video.themovie.helper version 5.2.31.
Only 5.2.29 is found...

Thanks in advance


RE: Arctic Fuse - kenshi_blind - 2024-09-24

(2024-09-24, 14:31)Dklktn_Dklktn Wrote: Hi,

Sorry if the question has been answered before but I fail installing the skin 😰

There are dependencies that I cannot get, for example the plugin.video.themovie.helper version 5.2.31.
Only 5.2.29 is found...

Thanks in advance
Instructions:
1. Enable "Unknown Sources" in Kodi Settings > System > Add-ons
2. Enable "Update official add-ons from: Any repositories" in Kodi Settings > System > Add-ons


RE: Arctic Fuse - Andromeda9182 - 2024-09-24

Installed the skin and spent hours customizing it but so far I love it.

I only have this problem with Title Text. I have disabled clear logo but now long movie titles don't autoscroll regardless if I choose small or large text. Enabling Autoscroll Labels doesn't seem to affect it either.

Is this a common bug or just on my end?


RE: Arctic Fuse - Dklktn_Dklktn - 2024-09-24

(2024-09-24, 15:08)kenshi_blind Wrote: Instructions:
1. Enable "Unknown Sources" in Kodi Settings > System > Add-ons
2. Enable "Update official add-ons from: Any repositories" in Kodi Settings > System > Add-ons

Oups my bad, I thought I already did that
Thanks!


RE: Arctic Fuse - only1hammy - 2024-09-25

(2024-09-24, 16:37)Andromeda9182 Wrote: Installed the skin and spent hours customizing it but so far I love it.

I only have this problem with Title Text. I have disabled clear logo but now long movie titles don't autoscroll regardless if I choose small or large text. Enabling Autoscroll Labels doesn't seem to affect it either.

Is this a common bug or just on my end?

Settings->Skin Settings->Behaviour->Auto scroll labels does make the labels scroll on my end.


RE: Arctic Fuse - Andromeda9182 - 2024-09-25

My problem is with movie titles on the top where the movie plot and fanart is. Do they autoscroll for you?

As far as I understand, this setting is for the labels at the bottom of the posters.