Giter VIP home page Giter VIP logo

Comments (5)

jojobrogess avatar jojobrogess commented on July 17, 2024 1

Yeah this definitely helps me understand what's going on a lot better.

I don't think it's a bug, but rather just how it was written.
Unless there is a skin setting somewhere about this kind of stuff, but I am unaware off the top of my head.

Knowing that Arctic Horizon and others have this implemented correctly will help me see how they are doing it and come up with a solution. More than likely since this works as is, there will have to be a new setting added for it in skin settings. Unless I am incorrect in my assertion that this is not a bug and just how it was written. A lot of people use this skin, I would like to make sure stuff like that can be individually changed. Sadly at this moment I do not the whole process involved with adding an additional setting variable like that. But I am pretty sure I can figure out the image thing since others have it implemented, and TMDBH fur sure has documentation on it.


Thank you for posting the issue!

I am a little overwhelmed with some of the other things I'm trying to fix/work on right now, but hopefully I can figure this out.

from skin.auramod.

Nuklear92 avatar Nuklear92 commented on July 17, 2024

@jojobrogess Hey, here's the issue I opened. Hopefully you can understand it a bit better now. 👍

from skin.auramod.

Nuklear92 avatar Nuklear92 commented on July 17, 2024

Yeah this definitely helps me understand what's going on a lot better.

I don't think it's a bug, but rather just how it was written.

Unless there is a skin setting somewhere about this kind of stuff, but I am unaware off the top of my head.

Knowing that Arctic Horizon and others have this implemented correctly will help me see how they are doing it and come up with a solution. More than likely since this works as is, there will have to be a new setting added for it in skin settings. Unless I am incorrect in my assertion that this is not a bug and just how it was written. A lot of people use this skin, I would like to make sure stuff like that can be individually changed. Sadly at this moment I do not the whole process involved with adding an additional setting variable like that. But I am pretty sure I can figure out the image thing since others have it implemented, and TMDBH fur sure has documentation on it.


Thank you for posting the issue!

I am a little overwhelmed with some of the other things I'm trying to fix/work on right now, but hopefully I can figure this out.

Awesome, glad you understood it better. Yeah, no rush just wanted to point this out as it's been like this for years and no one seemed to had opened an issue about it.

I'm not sure if you're planning to give this skin some small maintenance here and there. But, that's great as it's a very nice skin and like you said lots of people still use it. Specially for the Netflix style implementation it has, which if it kept evolving and being refined over the years it could had made this skin even better as regardless of all the settings and stuff it has in it maintain it's speed and reliability. 👍

from skin.auramod.

adamosborne83 avatar adamosborne83 commented on July 17, 2024

Yeah this definitely helps me understand what's going on a lot better.

I don't think it's a bug, but rather just how it was written. Unless there is a skin setting somewhere about this kind of stuff, but I am unaware off the top of my head.

Knowing that Arctic Horizon and others have this implemented correctly will help me see how they are doing it and come up with a solution. More than likely since this works as is, there will have to be a new setting added for it in skin settings. Unless I am incorrect in my assertion that this is not a bug and just how it was written. A lot of people use this skin, I would like to make sure stuff like that can be individually changed. Sadly at this moment I do not the whole process involved with adding an additional setting variable like that. But I am pretty sure I can figure out the image thing since others have it implemented, and TMDBH fur sure has documentation on it.

Thank you for posting the issue!

I am a little overwhelmed with some of the other things I'm trying to fix/work on right now, but hopefully I can figure this out.

Just hijacking this thread, I see you've got some branches of Auramod, I'm having issues with AH2, so coming back to my first love...... which branch would you recommend?

from skin.auramod.

jojobrogess avatar jojobrogess commented on July 17, 2024

@adamosborne83

Just hijacking this thread, I see you've got some branches of Auramod, I'm having issues with AH2, so coming back to my first love...... which branch would you recommend?

Sorry I didn't see this, I assume you're talking to me?

Well none of the branches I have are really for public use, at least not yet.
But that is the plan.
So I would suggest using the main branch at this repo, unless you're okay with some problems since idk what I'm doing lol

If you can somewhat read skin code, I would suggest you go individually through all the branches and look at the code or the descriptions and try to see what was updated to see if it's something you want, but that would be a pain obviously..
Since like I said, idk what I'm doing and I fur sure probably broke a lot more than I know of lol
so that would be the safest option.


This branch is the cleanest(basic fixes with extremely low probability of breakage):
https://github.com/jojobrogess/skin.auramod/commits/Matrix-withFixes
But it has no realistic fixes atm. I have yet to push in any pr's that do major changes.

This is the code I'm running currently(EXTREME fixes and changes, with some broken image problems):
https://github.com/jojobrogess/skin.auramod/tree/BROKENBRANCH-PersisonalAuraMod

But I DO NOT suggest it, since it WILL break some images for some viewtypes and some settings placement(where they are located) have been moved. It does have MY updates from this branch, which are pretty much cosmetic; and broken record, more than likely not written correctly.

But if you use A LOT of genre icons, those should work now lol
That's what I'm currently working on, genre icons and intern getting all widget type settings and viewmodes to work correctly.

Because atm, only some widgets display genre icons correctly, only some widgets display text labels correctly, only some widgets display clearlogos correctly, not having a submenu(like one not existing not just disabled) pretty much breaks most homestyle/viewmodes, and widgetlive is pretty much broken if you don't use it for live tv.


I AM pretty sure, updating the addon.xml to display these dependency versions

    <requires>
        <import addon="xbmc.gui" version="5.15.0"/>
        <import addon="script.skin.helper.service" version="1.20.0"/>
        <import addon="script.skin.helper.widgets" version="1.20.0"/>
        <import addon="script.skinshortcuts" version="2.0.3"/>
        <import addon="script.image.resource.select" version="3.0.2"/>
        <import addon="plugin.video.themoviedb.helper" version="5.0.50"/>
        <import addon="plugin.program.autocompletion" version="1.0.1"/>
        <import addon="resource.images.studios.white" version="0.0.32"/>
        <import addon="resource.images.studios.coloured" version="0.0.23"/>
        <import addon="resource.images.moviegenreicons.transparent" version="0.0.6"/>
        <import addon="resource.images.moviegenreicons.horizon" version="0.0.1"/>
        <import addon="script.colorbox" version="2.0.8"/>
    </requires> 

would help with getting kodi to run more smoothly in v20, without having to manually update them.


Hopefully eventually I can get a more unified updated version going, it's just a lot of work to do while learning how to do it lol

from skin.auramod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.