From 5d83942acb76a8e60e0fb74c0a864fced5307998 Mon Sep 17 00:00:00 2001 From: marc Date: Sun, 27 Oct 2024 01:12:57 +0200 Subject: [PATCH 1/2] [plugin.video.rtve]v1.0.0 --- plugin.video.rtve/LICENSE.txt | 339 ++++++++++++++++++ plugin.video.rtve/README.md | 9 + plugin.video.rtve/addon.py | 15 + plugin.video.rtve/addon.xml | 28 ++ plugin.video.rtve/changelog.txt | 2 + plugin.video.rtve/resources/__init__.py | 0 plugin.video.rtve/resources/fanart.jpg | Bin 0 -> 78461 bytes plugin.video.rtve/resources/icon.jpg | Bin 0 -> 36440 bytes plugin.video.rtve/resources/lib/__init__.py | 0 .../resources/lib/rtve/TestHtml.py | 12 + .../resources/lib/rtve/__init__.py | 0 plugin.video.rtve/resources/lib/rtve/rtve.py | 104 ++++++ plugin.video.rtve/resources/lib/ui/UI.py | 198 ++++++++++ .../resources/lib/ui/__init__.py | 0 .../resources/lib/utils/Utils.py | 80 +++++ .../resources/lib/utils/__init__.py | 0 .../resources/lib/video/FolderVideo.py | 18 + .../resources/lib/video/Video.py | 16 + .../resources/lib/video/__init__.py | 0 19 files changed, 821 insertions(+) create mode 100644 plugin.video.rtve/LICENSE.txt create mode 100644 plugin.video.rtve/README.md create mode 100644 plugin.video.rtve/addon.py create mode 100644 plugin.video.rtve/addon.xml create mode 100644 plugin.video.rtve/changelog.txt create mode 100644 plugin.video.rtve/resources/__init__.py create mode 100644 plugin.video.rtve/resources/fanart.jpg create mode 100644 plugin.video.rtve/resources/icon.jpg create mode 100644 plugin.video.rtve/resources/lib/__init__.py create mode 100644 plugin.video.rtve/resources/lib/rtve/TestHtml.py create mode 100644 plugin.video.rtve/resources/lib/rtve/__init__.py create mode 100644 plugin.video.rtve/resources/lib/rtve/rtve.py create mode 100644 plugin.video.rtve/resources/lib/ui/UI.py create mode 100644 plugin.video.rtve/resources/lib/ui/__init__.py create mode 100644 plugin.video.rtve/resources/lib/utils/Utils.py create mode 100644 plugin.video.rtve/resources/lib/utils/__init__.py create mode 100644 plugin.video.rtve/resources/lib/video/FolderVideo.py create mode 100644 plugin.video.rtve/resources/lib/video/Video.py create mode 100644 plugin.video.rtve/resources/lib/video/__init__.py diff --git a/plugin.video.rtve/LICENSE.txt b/plugin.video.rtve/LICENSE.txt new file mode 100644 index 0000000000..d159169d10 --- /dev/null +++ b/plugin.video.rtve/LICENSE.txt @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) 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 +this service 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 make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. 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. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute 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 and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +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 +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the 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 a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, 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. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE 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. + + 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 +convey 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 2 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, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision 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, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This 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. diff --git a/plugin.video.rtve/README.md b/plugin.video.rtve/README.md new file mode 100644 index 0000000000..f7ddf9921a --- /dev/null +++ b/plugin.video.rtve/README.md @@ -0,0 +1,9 @@ +# plugin.video.rtve +Kodi addon RTVE. +Entertainment, news, sports, documentaries, etc from spanish television https://www.rtve.es/play/ + +Complement per Kodi - XBMC. +Toda la programación de RTVE. + + + diff --git a/plugin.video.rtve/addon.py b/plugin.video.rtve/addon.py new file mode 100644 index 0000000000..7995317c23 --- /dev/null +++ b/plugin.video.rtve/addon.py @@ -0,0 +1,15 @@ +import xbmc +import sys +import urllib.parse +import xbmcplugin +from resources.lib.ui.UI import UI + +addon_handle = int(sys.argv[1]) +args = urllib.parse.parse_qs(sys.argv[2][1:]) + +xbmc.log("plugin.video.rtve - addon.py - args: " + str(args)) + +xbmcplugin.setContent(addon_handle, 'movies') + +ui = UI(sys.argv[0], addon_handle, args) +ui.run(args.get('mode', None), args.get('url', [''])) \ No newline at end of file diff --git a/plugin.video.rtve/addon.xml b/plugin.video.rtve/addon.xml new file mode 100644 index 0000000000..567554aa6a --- /dev/null +++ b/plugin.video.rtve/addon.xml @@ -0,0 +1,28 @@ + + + + + + + + + video + + + all + Entertainment, news, documentaries, etc from spanish television https://www.rtve.es/play/ + Entertainment, news, documentaries, etc from spanish television https://www.rtve.es/play/. + Tots els programes de RTVE. + Tota la programació de RTVE. + Toda la programación de RTVE + Toda la programación de RTVE + ca + GPL-2.0-or-later + https://github.com/mcr222/plugin.video.rtve + https://www.rtve.es/play/ + + resources/icon.jpg + resources/fanart.jpg + + + diff --git a/plugin.video.rtve/changelog.txt b/plugin.video.rtve/changelog.txt new file mode 100644 index 0000000000..92bef9cd13 --- /dev/null +++ b/plugin.video.rtve/changelog.txt @@ -0,0 +1,2 @@ +v1.0.0 +- First version \ No newline at end of file diff --git a/plugin.video.rtve/resources/__init__.py b/plugin.video.rtve/resources/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/plugin.video.rtve/resources/fanart.jpg b/plugin.video.rtve/resources/fanart.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6ea8e322c9a6ba7a461988e1ecd37eb54a523864 GIT binary patch literal 78461 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