Jump to content

Matt

Administrator
  • Posts

    1,239
  • Joined

  • Last visited

  • Days Won

    105

Matt last won the day on April 28

Matt had the most liked content!

1 Follower

Recent Profile Visitors

3,047 profile views

Matt's Achievements

Proficient

Proficient (10/14)

  • Very Popular Rare
  • One Year In
  • Reacting Well
  • Posting Machine Rare
  • Collaborator Rare

Recent Badges

160

Reputation

  1. Version 1.0.0

    0 downloads

    This is a modified version of Confluence for use with PreShow Experience in Kodi 21
  2. Skin: Confluence for PreShow Experience in Kodi 21 View File This is a modified version of Confluence for use with PreShow Experience in Kodi 21 Submitter Matt Submitted 04/28/2024 Category Skins  
  3. The code that you want is something along the lines of: sleep://3600000 http://username:password@ip#:8080/jsonrpc {"jsonrpc":"2.0","method":"Input.ExecuteAction","params":{"action":"playpause"},"id":0} sleep://600000 http://username:password@ip#:8080/jsonrpc {"jsonrpc":"2.0","method":"Input.ExecuteAction","params":{"action":"playpause"},"id":0} Add other functions a you want. Make sure you have your system set up to allow this in settings > services > control.
  4. Version 1.0.0

    7 downloads

    This is a modified version of the skin Estuary for use with PreShow Experience in Kodi 21 Omega.
  5. Skin: Estuary for PreShow Experience in Kodi 21 Omega View File This is a modified version of the skin Estuary for use with PreShow Experience in Kodi 21 Omega. Submitter Matt Submitted 04/28/2024 Category Skins  
  6. I think the official version of this skin for Kodi 21 Omega is compatible with PreShow. I haven't installed it, but I do see PreShow listed in the source files on the github.
  7. This won't fix your problem, but as a recommendation to people that may see this, please turn off app auto updates on the shield. I am still mad about it modifying my system after I had it dialed in and not being able to quickly get it working perfectly again.
  8. There will be a new action setting for the last chapter in the next version. I'll look into other time based options at a later date.
  9. It is. I also PMed it to you yesterday.
  10. In 2015, Kodi’s default theme Confluence was growing long in the tooth. Most of the really exciting skins from that time accomplished far more, and Confluence was ultimately a 2009 update to an existing skin called MediaStream that was itself several years old. It was time for Confluence to retire. We needed something new that adhered to the UX best practices of the time. I proposed some wireframes based on Google’s Material Design that were pretty vague, but I hoped would be enough to get us started. Almost immediately, members of our team of skilled skinners (Phil65 and Piers) jumped on the task. I made my initial suggestion early on the 17th of June, and Piers had already mocked up a complete home page later that day. His post at that time introducing the mockup had me chuckling for days. Once an idea struck him, the guy worked tirelessly to see it through. By the 18th, a day later, Piers’ mockup was revamped and looked remarkably complete. Unfortunately, those early designs have been lost to the internet gods, but we do still have a screenshot of the first alpha created in August that remained quite true to those early mockups. By September, Estuary was pretty well complete with two primary themes, the 3D-styled curial and the flat style which remains the default to this day. Piers and Phil65, along with several other skinners, notably BigNoid, had introduced a variety of features including the ability to select different color styles, like pink. The team also created a separate second skin designed specifically to work for mobile devices. In 2016, these skins were officially released with Kodi 17 to universal praise within the community (for those interested in history, you can find the original blog post here). The work done by Piers and the team on UX/UI in 2015 and 2016 cannot be understated. They developed a lasting and original skin that remains in use to this very day. We recently learned that Piers passed away. He was 37. He will be missed by those of us who worked with him on this project. We cannot emphasize enough his contribution to software seen and used by millions of people worldwide. Thank you for everything, Piers. View the full article
  11. I think the issue that marius had has been resolved.
  12. The move away from Python 2 doesn't affect us in any way. I do have some code in there explicitly to make PreShow compatible with 19. I don't have plans on removing that, but going forward I will probably spend less time making things compatible with 19 if there's a reason to change it in future versions of Kodi.
  13. Recently, Team Kodi proudly released Kodi v21 "Omega", the latest major release of our popular media centre software. Our longevity and popularity means that Kodi is installed on literally millions of devices worldwide. For a range of reasons, not all of them are capable of supporting the newer releases; we do, however, try to maintain as much support as we can for the older releases, with our target being support for the previous two versions before the current one. The release of Omega thus moves Kodi Leia out of active support. The final version of Kodi Leia (v18.9) was released in October 2020. Leia was also noteworthy as being the final version which made use of the Python 2 language, with Kodi Matrix and beyond using the newer Python 3. That move was made due to Python 2 being marked as end-of-life on 1st January 2020 by its authors, who now no longer support it and so it does not receive any updates or security patches. Python 3 is fully supported and updated, but Python 3 code is not directly compatible with Python 2. This means that, as Kodi Leia moves out of support, so does Python 2 for Kodi. As a result, we will no longer be accepting any updates for Python 2 addons into our repository, and the Leia repo will be frozen. Any Leia installation will still be able to access the repo, but addon updates will only be accepted in Python 3, with the effect that they can only be run on Kodi Matrix or later. This will free up the Team Kodi volunteers who review addon submissions to focus entirely on Python 3 addons, making reviews simpler and faster and so minimising the delays between submission and release of acceptable addons into the repo. This also means that older scrapers written in XML or Python 2 will not get any updates, so any changes made on the source database sites which break them will render them permanently broken. Most of these scrapers are long unsupported anyway, but as Leia and older versions are now end-of-life then the only solution will be to update to a newer version of Kodi using the supported Python 3 scrapers. We thus bid a grateful farewell to Python 2, and put our focus now on updating and improving Kodi for the future. View the full article
  14. Thanks for sending me the log privately. That's an issue that my test machines didn't have problems with, but exactly why I am doing this as a separate install, because I figured there may be problems like this. I'll send you an updated version so see if we can get this fixed.
×
×
  • Create New...