From 4543438eb35cc1e70e3f702e24b158220053db38 Mon Sep 17 00:00:00 2001 From: Jeremy Daalder Date: Sat, 19 Oct 2024 22:00:30 +1100 Subject: [PATCH] [script.cabertoss] 1.0.0 (#2659) --- script.cabertoss/LICENSE.txt | 674 ++++++++++++++++++ script.cabertoss/README.md | 21 + script.cabertoss/addon.xml | 32 + script.cabertoss/changelog.txt | 4 + script.cabertoss/default.py | 8 + script.cabertoss/resources/icon.png | Bin 0 -> 58721 bytes .../resource.language.en_gb/strings.po | 50 ++ script.cabertoss/resources/lib/cabertoss.py | 133 ++++ script.cabertoss/resources/lib/store.py | 37 + script.cabertoss/resources/settings.xml | 20 + 10 files changed, 979 insertions(+) create mode 100644 script.cabertoss/LICENSE.txt create mode 100644 script.cabertoss/README.md create mode 100644 script.cabertoss/addon.xml create mode 100644 script.cabertoss/changelog.txt create mode 100644 script.cabertoss/default.py create mode 100644 script.cabertoss/resources/icon.png create mode 100644 script.cabertoss/resources/language/resource.language.en_gb/strings.po create mode 100644 script.cabertoss/resources/lib/cabertoss.py create mode 100644 script.cabertoss/resources/lib/store.py create mode 100644 script.cabertoss/resources/settings.xml diff --git a/script.cabertoss/LICENSE.txt b/script.cabertoss/LICENSE.txt new file mode 100644 index 0000000000..f288702d2f --- /dev/null +++ b/script.cabertoss/LICENSE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/script.cabertoss/README.md b/script.cabertoss/README.md new file mode 100644 index 0000000000..e5077c3bea --- /dev/null +++ b/script.cabertoss/README.md @@ -0,0 +1,21 @@ + +Caber Toss for Kodi +=================================== + +_script.cabertoss_ + +[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/bossanova808) + +A script to quickly toss your Kodi logs from your Kodi client machine to somewhere more handy, for easier review. + +When something unexpected or bad happens, just run this add-on to copy the latest Kodi logs to your chosen destination. + +Even better, bind this to a remote button (use `Runscript(script.cabertoss)`) so you can carry on with your relaxing and deal with the issue later (without having to wade through all the stuff you did after the issue happened!). + + + + + + + + diff --git a/script.cabertoss/addon.xml b/script.cabertoss/addon.xml new file mode 100644 index 0000000000..2b3af72c7c --- /dev/null +++ b/script.cabertoss/addon.xml @@ -0,0 +1,32 @@ + + + + + + + + executable + + + Provides an easy way to save Kodi log files, at a particular moment, to a chosen destination. + +A script to quickly toss your Kodi logs from your Kodi client machine to somewhere more handy, for easier review. + +When something unexpected or bad happens, just run this add-on to copy the latest Kodi logs to your chosen destination. + +Even better, bind this to a remote button (use `Runscript(script.cabertoss)`) - so you can carry on with your relaxing and deal with the issue later (without having to wade through all the stuff you did after the issue happened!). + + all + GPL-3.0-only + https://github.com/bossanova808/script.cabertoss + https://github.com/bossanova808/script.cabertoss + + + + v1.0.0 Initial release + + + resources/icon.png + + + diff --git a/script.cabertoss/changelog.txt b/script.cabertoss/changelog.txt new file mode 100644 index 0000000000..0b70def217 --- /dev/null +++ b/script.cabertoss/changelog.txt @@ -0,0 +1,4 @@ +v1.0.0 +Initial release + + diff --git a/script.cabertoss/default.py b/script.cabertoss/default.py new file mode 100644 index 0000000000..9a119771d6 --- /dev/null +++ b/script.cabertoss/default.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +from bossanova808 import exception_logger +from resources.lib import cabertoss + +if __name__ == "__main__": + with exception_logger.log_exception(): + cabertoss.run() diff --git a/script.cabertoss/resources/icon.png b/script.cabertoss/resources/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..945f7a105eda2066feb17ecf1cbdd45792dd5a2d GIT binary patch literal 58721 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 eb&^UasRWrDL2k=*vv&#jqpy4Pz$\n" +"Language-Team: LANGUAGE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" + +msgctxt "#32000" +msgid "General" +msgstr "" + +msgctxt "#32001" +msgid "Toss log files to..." +msgstr "" + +msgctxt "#32023" +msgid "Windows crashlogs are not supported, sorry" +msgstr "" + +msgctxt "#32024" +msgid "Android crashlogs are not supported, sorry" +msgstr " + +msgctxt "#32025" +msgid "No log files found to copy ?!" +msgstr " + +msgctxt "#32026" +msgid "Error copying logs" +msgstr " + +msgctxt "#32027" +msgid "No destination path set in the addon settings!" +msgstr " + +msgctxt "#32028" +msgid "Log files copied" +msgstr " + +msgctxt "#32029" +msgid "Something went wrong, (ironically) check your logs!" +msgstr " diff --git a/script.cabertoss/resources/lib/cabertoss.py b/script.cabertoss/resources/lib/cabertoss.py new file mode 100644 index 0000000000..d8ac428333 --- /dev/null +++ b/script.cabertoss/resources/lib/cabertoss.py @@ -0,0 +1,133 @@ +# -*- coding: utf-8 -*- +import os +from datetime import datetime +import re +import xbmc +import xbmcvfs +from bossanova808.constants import * +from bossanova808.utilities import * +from bossanova808.logger import Logger +from bossanova808.notify import Notify +from resources.lib.store import Store + + +def clean_log(content): + """ + Remove username/password details from log file content + + @param content: + @return: + """ + for pattern, repl in Store.replaces: + sanitised = re.sub(pattern, repl, content) + return sanitised + + +def gather_log_files(): + """ + Gather a list of the standard Kodi log files (Kodi.log, Kodi.old.log) and the latest crash log, if there is one. + + @return: list of log files in form [type, path], where type is log, oldlog, or crashlog + """ + + # Basic log files + log_files = [['log', os.path.join(LOG_PATH, 'kodi.log')]] + if os.path.exists(os.path.join(LOG_PATH, 'kodi.old.log')): + log_files.append(['oldlog', os.path.join(LOG_PATH, 'kodi.old.log')]) + + # Can we find a crashlog? + # @TODO - check support for CoreElec & add Android if possible... + crashlog_path = '' + items = [] + filematch = None + if xbmc.getCondVisibility('system.platform.osx'): + crashlog_path = os.path.join(os.path.expanduser('~'), 'Library/Logs/DiagnosticReports/') + filematch = 'Kodi' + elif xbmc.getCondVisibility('system.platform.ios'): + crashlog_path = '/var/mobile/Library/Logs/CrashReporter/' + filematch = 'Kodi' + elif xbmc.getCondVisibility('system.platform.linux'): + crashlog_path = os.path.expanduser('~') # not 100% accurate (crashlogs can be created in the dir kodi was started from as well) + filematch = 'kodi_crashlog' + elif xbmc.getCondVisibility('system.platform.windows'): + crashlog_path = LOG_PATH + filematch = 'crashlog' + elif xbmc.getCondVisibility('system.platform.android'): + Logger.info(LANGUAGE(32023)) + + if crashlog_path and os.path.isdir(crashlog_path): + lastcrash = None + dirs, possible_crashlog_files = xbmcvfs.listdir(crashlog_path) + for item in possible_crashlog_files: + if filematch in item and os.path.isfile(os.path.join(crashlog_path, item)): + items.append(os.path.join(crashlog_path, item)) + items.sort(key=lambda f: os.path.getmtime(f)) + if not xbmc.getCondVisibility('system.platform.windows'): + lastcrash = [items[-1]] + else: + lastcrash = items[-2:] + if lastcrash: + for crashfile in lastcrash: + log_files.append(['crashlog', crashfile]) + + Logger.info("Found these log files to copy:") + Logger.info(log_files) + + return log_files + + +def copy_log_files(log_files: []): + """ + Actually copy the log files to the path in the addon settings + + @param log_files: [] list of log files to copy + @return: None + """ + if not log_files: + Logger.error(LANGUAGE(32025)) + Notify.error(LANGUAGE(32025)) + return + + now_folder_name = 'Kodi_Logs_' + datetime.now().strftime('%Y-%m-%d_%H-%M-%S') + now_destination_path = os.path.join(Store.destination_path, now_folder_name) + + try: + Logger.info(f'Making destination folder: {now_destination_path}') + xbmcvfs.mkdir(now_destination_path) + for file in log_files: + if file[0] in ['log', 'oldlog']: + Logger.info(f'Copying sanitised {file[0]} {file[1]}') + with open(xbmcvfs.translatePath(file[1]), 'r', encoding='utf-8') as current: + content = current.read() + sanitised = clean_log(content) + with open(xbmcvfs.translatePath(os.path.join(now_destination_path,os.path.basename(file[1]))), 'w+', encoding='utf-8') as output: + output.write(sanitised) + else: + Logger.info(f'Copying {file[0]} {file[1]}') + if not xbmcvfs.copy(file[1], os.path.join(now_destination_path,os.path.basename(file[1]))): + return False + return True + + except Exception as e: + Logger.error(LANGUAGE(32026) + f": {str(e)}") + Notify.error(LANGUAGE(32026) + f": {str(e)}") + return False + + +# This is 'main'... +def run(): + + footprints() + Store.load_config_from_settings() + + if not Store.destination_path: + Notify.error(LANGUAGE(32027)) + else: + log_file_list = gather_log_files() + result = copy_log_files(log_file_list) + if result: + Notify.info(LANGUAGE(32028) + f": {len(log_file_list)}") + else: + Notify.info(LANGUAGE(32029)) + # and, we're done... + footprints(startup=False) diff --git a/script.cabertoss/resources/lib/store.py b/script.cabertoss/resources/lib/store.py new file mode 100644 index 0000000000..ba348a7ded --- /dev/null +++ b/script.cabertoss/resources/lib/store.py @@ -0,0 +1,37 @@ +from bossanova808.constants import * +from bossanova808.logger import Logger + + +class Store: + """ + Helper class to read in and store the addon settings, and to provide a centralised store + + from resources.lib.store import Store + log(f'{Store.whatever}') + """ + + # Static class variables, referred to elsewhere by Store.whatever + # https://docs.python.org/3/faq/programming.html#how-do-i-create-static-class-data-and-static-class-methods + replaces = (('//.+?:.+?@', '//USER:PASSWORD@'), ('.+?', 'USER'), ('.+?', 'PASSWORD'),) + destination_path = None + + def __init__(self): + """ + Load in the addon settings and do basic initialisation stuff + """ + Store.load_config_from_settings() + + @staticmethod + def load_config_from_settings(): + """ + Load in the addon settings, at start or reload them if they have been changed + Log each setting as it is loaded + """ + Logger.info("Loading configuration from settings") + Store.destination_path = ADDON.getSetting('log_path') + Logger.info(f'Logs will be tossed to: {Store.destination_path}') + + + + + diff --git a/script.cabertoss/resources/settings.xml b/script.cabertoss/resources/settings.xml new file mode 100644 index 0000000000..21e4001337 --- /dev/null +++ b/script.cabertoss/resources/settings.xml @@ -0,0 +1,20 @@ + + +
+ + + + 0 + + + true + + + 32026 + + + + +
+
+