Giter VIP home page Giter VIP logo

plugin.program.orderfavourites's People

Contributors

doko-desuka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sannyq jirkoun

plugin.program.orderfavourites's Issues

Installs but doesn't do anything

Windows 10, Kodi 18.9
Installed it just fine. Menu opens. But when I select "Order favourites..." nothing happens.
Any ideas?

Two issues with the Order Favourites add-on on Kodi 19

I tried the experimental branch of the Order Favourites add-on on Kodi 19.3 and it seems to works with two issues:

  • The add-on has no icon, which seems unprofessional (minor issue but still should be fixed)

  • When changing the order of the favorites and then clicking Save and exit the Kodi freezes for 10 seconds and then restart (critical issue)

This is a great and useful add-on but especially with the second issue, it can't be used on Kodi 19.
Can you please fix it?

I miss one function and that is "add categories".

It great plugin, but I miss one function and that is "add categories".
So you can sort your favorites even better.
I tried my hand at it, but the code doesn't seem to be quite right, I only ever get the first entry in favourite.xml.
Does anyone have any ideas?

What I added:

Es tolles Plugin, aber mir fehlt eine Funktion und zwar "Kategorien hinzuzufügen".
So kann man seine Favoriten noch besser sortieren.
Ich habe mich daran versucht, aber der Code scheint nicht ganz korrekt zu sein, mir wird immer nur der ersten Eintrag in der favourite.xml angezeigt.
Hat jemand eine Idee?

Was ich hinzugefügt habe:

default.py

class CustomFavouritesDialog(xbmcgui.WindowXMLDialog):
.....
303: self.doCategory,
    def doReload(self):
....
    def doCategory(self):
        if xbmcgui.Dialog().yesno(
            'Kategoriename',
            'Kategoriename hinzufügen\nProceed?'
        ):
            # Eingabeaufforderung für den Kategorienamen
            keyboard = xbmc.Keyboard('', 'Kategoriename eingeben')
            keyboard.doModal()
            if keyboard.isConfirmed():
                category_name = keyboard.getText()
                # Hinzufügen des Eintrags in der favourites.xml-Datei
                file = xbmcvfs.File(FAVOURITES_PATH)
                contents = DECODE_STRING(file.read())

                xmlText = contents.replace('</favourites>', '   <favourite name="{}" thumb="URL">[B]===[{}]===[/B]</favourite>\n</favourites>'.format(category_name, category_name))

                if not xmlText:
                    return False
                try:
                    file = xbmcvfs.File(FAVOURITES_PATH, 'w')
                    file.write(xmlText)
                    file.close()
                except Exception as e:
                    raise Exception('ERROR: unable to write to the Favourites file. Nothing was saved.')
                return True

CustomFavouritesDialog.xml

<control type="grouplist">
....
                <control type="button" id="303">
                    <height>100</height>
                    <onleft>200</onleft>
                    <onright>100</onright>
                    <textcolor>white</textcolor>
                    <label>[B]Kategorie[/B]</label>
                    <align>center</align>
                    <texturefocus colordiffuse="FF12A0C7">BGWhite.png</texturefocus>
                    <texturenofocus colordiffuse="30FFFFFF">BGWhite.png</texturenofocus>
                </control>

I would be glad about any help.

Über Hilfe würde ich mich freuen.

Issue with 1.2.2

I’m using Order Favourites on Kodi 19.5 and updated 1.2.1 to your new 1.2.2 today after getting repo email update. Device is Fire Cube (2nd Gen)

For save function I now have 2 options where as before there was only 1

  1. “Save & Reload” (new)
  2. “Save & Exit” (as per original 1.2.1 option)

Issue description : choosing “Save and exit” no longer works - the changes do not appear on exiting the addon - this worked in 1.2.1

“save and reload” works - so perhaps you need to kill option 2 altogether?

File manager source url

Looking for a source url I can put into the Kodi file manager so I can access this add-on like I access other add-ons like the crew exodus and ghost

no addon icon

hi when installing on Fire stick there is no icon/thumb for the app, just see the generic white box logo

am i doing something wrong?

Watchnixtoons2 Issue

Hi big fan of your work. I'm sorry that I'm messaging from here instead of the other repository but it's close. If you could help me please. I've been trying to the latest dub black clover episode but it don't work, could it be that we have to wait for the provider or something. I appreciate your reply. Thanks

Distorted on skins besides Estuary

Hey, just a quick question. Is this addon only compatible with the default Estuary skin? Other skins it is all out of alignment? Its fine on Estuary, but for example it looks like this with Xonfluence skin.
Screenshot_36

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.