From d98bd6aa17ca93832d0395bea5909029dceff1cc Mon Sep 17 00:00:00 2001 From: Gramps Date: Wed, 23 Jul 2025 11:52:09 -0700 Subject: [PATCH] Inital Commit --- .env.example | 7 + .gitattributes | 3 + .gitignore | 44 +++ LICENSE | 674 +++++++++++++++++++++++++++++++++++++ README.md | 19 ++ README.txt | 28 ++ assets/README.md | 23 ++ authorize_youtube.py | 25 ++ launch.json | 21 ++ main.py | 108 ++++++ modules/__init__.py | 1 + modules/config.py | 71 ++++ modules/date_utils.py | 22 ++ modules/format_utils.py | 15 + modules/pt_poster.py | 6 + modules/render_engine.py | 66 ++++ modules/render_montages.py | 43 +++ modules/social.py | 46 +++ modules/startup.py | 46 +++ modules/title_utils.py | 115 +++++++ modules/utils.py | 44 +++ modules/yt_poster.py | 88 +++++ python | 0 test_moviepy.py | 2 + test_yt_ul.py | 37 ++ 25 files changed, 1554 insertions(+) create mode 100644 .env.example create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 README.txt create mode 100644 assets/README.md create mode 100644 authorize_youtube.py create mode 100644 launch.json create mode 100644 main.py create mode 100644 modules/__init__.py create mode 100644 modules/config.py create mode 100644 modules/date_utils.py create mode 100644 modules/format_utils.py create mode 100644 modules/pt_poster.py create mode 100644 modules/render_engine.py create mode 100644 modules/render_montages.py create mode 100644 modules/social.py create mode 100644 modules/startup.py create mode 100644 modules/title_utils.py create mode 100644 modules/utils.py create mode 100644 modules/yt_poster.py create mode 100644 python create mode 100644 test_moviepy.py create mode 100644 test_yt_ul.py diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..ed995fd --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +# OpenAI and social integrations +OPENAI_API_KEY=your-openai-api-key-here +YOUTUBE_API_CLIENT_ID=your-client-id +YOUTUBE_API_CLIENT_SECRET=your-client-secret +MASTODON_ACCESS_TOKEN=your-mastodon-token +BLUESKY_HANDLE=llamachileshop.bsky.social +BLUESKY_APP_PASSWORD=your-bluesky-password diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7fc3c10 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.py linguist-language=Python +*.md text +*.mp4 binary diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0cd1a8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# Byte-compiled / cache +__pycache__/ +*.py[cod] +*.pyo +*.pyd + +# Virtual environment +.venv/ +env/ +venv/ + +# VS Code settings +.vscode/ + +# OS files +.DS_Store +Thumbs.db + +# Tokens and API keys +.env +token.pickle +token.zip +token (2).zip + +# Build artifacts +*.mp4 +*.mov +*.mp3 +*.zip +*.odt + +# Logs +logs/ +*.log + +# Assets not for versioning +assets/*.mp4 +assets/*.mp3 +assets/*.png +assets/*.otf + +# Processed data +202*/**/rendered/ +202*/**/*.mp4 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -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/README.md b/README.md new file mode 100644 index 0000000..7e80443 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Llama Chile Shop Video Automation Pipeline + +This project automates the rendering, branding, and publishing of Fortnite gameplay clips for YouTube and PeerTube. + +## Features + +- Auto-detection of new stream folders +- Dynamic title card overlay +- Automated rendering and social post generation +- Vertical & widescreen output + +## Setup + +1. Clone the repo. +2. Create a `.env` file (see `ENVIRONMENT.md` for required keys). +3. Install dependencies: + +```bash +pip install -r requirements.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..bd2cf44 --- /dev/null +++ b/README.txt @@ -0,0 +1,28 @@ +Initial Version: July 4, 2025 + +Hi! + +This directory is used to store clips, downloaded from eklipse.gg, into directories of the format: YYYY.MM.DD + +Within these directories will be at least one of the following subdirectories: + + -- hits/ + -- misses/ + -- montages/ + -- outtakes/ + +The outtakes/ directory will be, for the time being, the only directory that is manually processed making production-level videos ready for publication to LCS social destinations. + +/n the event of multiple streams during the same date, you can add an integer value (2-99) on your end that will track up to 99 sessions in a directory assuming the parent directory without an integer is the first streaming event for that date: YYYY.MM.DD{.NN} where NN is an integer[2-99] inclusive. + +Polished and branded videos that are produced by AI will be stored in a subdirectory: + + -- rendered/ # this directory stores branded, completed, videos + +Within this directory, if generated, videos will be stored under the same sub-directory names (hits/, misses/, etc.) from where they were sourced. + +Another directory used by the system will be: + + -- assets # this directory contains the completed (stock) intro and outro mp4 files + +Completed videos will be rendered in wide-screeen (1080p) and vertical (Shorts format) resolutions. diff --git a/assets/README.md b/assets/README.md new file mode 100644 index 0000000..1d8e904 --- /dev/null +++ b/assets/README.md @@ -0,0 +1,23 @@ +# ๐Ÿ“ฆ Assets Directory + +This folder contains binary assets required by the video rendering pipeline. + +> These files are NOT included in this repository due to their large size. + +## Required Files + +| Filename | Purpose | +|------------------------------|------------------------------| +| `intro-wide-60fps.mp4` | Widescreen intro video | +| `intro-vertical-60fps.mp4` | Vertical intro video | +| `outro-wide-60fps.mp4` | Widescreen outro video | +| `outro-vertical-60fps.mp4` | Vertical outro video | +| `BurbankBigCondensed-Black.otf` | Fortnite-style branding font | +| `LlamaLlama.png` | Branding logo | +| `The_Llama_Song.mp3` | Background music (optional) | + +## Instructions + +You must manually place these files in this folder using **exact filenames** listed above. + +You can export them from your working environment, or contact the project maintainer. diff --git a/authorize_youtube.py b/authorize_youtube.py new file mode 100644 index 0000000..d50f7c6 --- /dev/null +++ b/authorize_youtube.py @@ -0,0 +1,25 @@ +import os +import sys + +# Automatically locate this file's directory (e.g., \\chong\LCS\Videos\eklipse) +project_root = os.path.dirname(os.path.abspath(__file__)) +modules_dir = os.path.join(project_root, "modules") + +# Add modules directory to the Python path +sys.path.insert(0, modules_dir) + +# Change working directory so relative paths (like client_secrets.json) resolve +os.chdir(modules_dir) + +# Import from yt_poster in modules +from yt_poster import authenticate_youtube + +# Run the OAuth flow +print("๐Ÿ” Starting YouTube OAuth authorization...") + + +try: + service = authenticate_youtube() + print("โœ… YouTube authorization complete.") +except Exception as e: + print(f"โŒ Authorization failed: {e}") diff --git a/launch.json b/launch.json new file mode 100644 index 0000000..5945902 --- /dev/null +++ b/launch.json @@ -0,0 +1,21 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "๐Ÿ Debug LCS Pipeline", + "type": "python", + "request": "launch", + "program": "${workspaceFolder}/main.py", + "console": "integratedTerminal", + "justMyCode": false, + "env": { + "PYTHONPATH": "${workspaceFolder}" + }, + "cwd": "${workspaceFolder}", + "args": [ + // You can pass specific stream directories here if needed + // Example: "Z:\\2025.06.20" + ] + } + ] +} diff --git a/main.py b/main.py new file mode 100644 index 0000000..83dfad9 --- /dev/null +++ b/main.py @@ -0,0 +1,108 @@ +import sys +import subprocess +from pathlib import Path +from datetime import datetime + +from modules.config import ( + INTRO_WIDE_PATH, + INTRO_VERTICAL_PATH, + OUTRO_WIDE_PATH, + OUTRO_VERTICAL_PATH, + THEME_MUSIC_PATH, + FONT_PATH, + NAS_MOUNT_ROOT +) +from modules.date_utils import parse_stream_date +from modules.title_utils import ( + generate_title_overlay, + format_overlay_text, + generate_montage_title, + generate_output_filename, + extract_session_metadata +) +from modules.render_engine import render_montage_clip + +def scan_for_montage_clips(nas_root: Path) -> list[Path]: + """Scan the NAS for montage clips to process.""" + montage_clips = [] + for session_dir in nas_root.iterdir(): + if not session_dir.is_dir(): + continue + montage_dir = session_dir / "montages" + if not montage_dir.exists(): + continue + for file in montage_dir.glob("*.mp4"): + if file.name.lower() != "title_card.mp4": + montage_clips.append(file) + return montage_clips + +def process_clip(clip_path: Path): + is_vertical = clip_path.stem.endswith(("-vert", "-vertical")) + stream_date = parse_stream_date(clip_path) + + # โบ๏ธ Compose overlay text for title overlay + overlay_text = format_overlay_text( + title="Fortnite Highlights", + subtitle="with Gramps", + date_str=stream_date.strftime("%B %d, %Y"), + ) + + # ๐Ÿชช Create session metadata + session_name = extract_session_metadata(clip_path) + + # ๐Ÿ–ผ๏ธ Generate title overlay baked into intro (2s fade before end) + output_name = generate_output_filename(clip_path) + output_path = clip_path.parents[1] / "rendered" / output_name + temp_intro_path = output_path.parent / "intro_with_title.mp4" + + stock_intro = INTRO_VERTICAL_PATH if is_vertical else INTRO_WIDE_PATH + print(f"[DEBUG] Generating intro with title overlay at: {temp_intro_path}") + generate_title_overlay( + intro_path=stock_intro, + overlay_text=overlay_text, + output_path=temp_intro_path, + font_path=FONT_PATH, + is_vertical=is_vertical + ) + + # ๐ŸŽž๏ธ Final outro (unchanged) + outro_path = OUTRO_VERTICAL_PATH if is_vertical else OUTRO_WIDE_PATH + + # ๐ŸŽฌ Render final video + render_montage_clip( + title_card_path=temp_intro_path, + montage_path=clip_path, + output_path=output_path, + intro_path=temp_intro_path, # semantic placeholder + outro_path=outro_path, + music_path=THEME_MUSIC_PATH, + is_vertical=is_vertical + ) + + # ๐Ÿงน Cleanup + if temp_intro_path.exists(): + try: + temp_intro_path.unlink() + except Exception as e: + print(f"[WARN] Couldn't delete temp intro file: {e}") + +def main(): + print(f"๐Ÿ› DEBUG: main.py loaded from: {__file__}") + print(f"โฑ๏ธ LAUNCH TIMESTAMP: {datetime.now().isoformat()}") + print(f"๐Ÿ”ง modules_path = {Path(__file__).parent / 'modules'}") + print(f"๐Ÿ” Scanning NAS for montage clips under: {NAS_MOUNT_ROOT}") + + montage_clips = scan_for_montage_clips(NAS_MOUNT_ROOT) + if not montage_clips: + print("๐Ÿ“ญ No montage clips found.") + return + + for clip_path in montage_clips: + print(f"๐Ÿ“ฆ Sending clip to processor: {clip_path} (type: {type(clip_path)})") + try: + process_clip(clip_path) + except Exception as e: + print(f"โŒ Error processing {clip_path} (is_vertical={clip_path.stem.endswith(('-vert', '-vertical'))}) โ†’ {e}") + +if __name__ == "__main__": + main() diff --git a/modules/__init__.py b/modules/__init__.py new file mode 100644 index 0000000..9cbbd32 --- /dev/null +++ b/modules/__init__.py @@ -0,0 +1 @@ +from . import render_engine diff --git a/modules/config.py b/modules/config.py new file mode 100644 index 0000000..14b04fb --- /dev/null +++ b/modules/config.py @@ -0,0 +1,71 @@ +import os +import logging +from pathlib import Path +from dotenv import load_dotenv +load_dotenv() + +# debugging flag +DEBUG = True + +# ๐Ÿ”ง Project Root +PROJECT_ROOT = Path(__file__).resolve().parent.parent +NAS_MOUNT_ROOT = Path("Z:/") + +# ๐Ÿ“ Assets +ASSETS_DIR = PROJECT_ROOT / "assets" + +# ๐ŸŽต Theme Music +THEME_MUSIC_PATH = ASSETS_DIR / "The_Llama_Song.mp3" + +# Font +FONT_PATH = ASSETS_DIR / "BurbankBigCondensed-Black.otf" + +# Brand colors +FONT_COLOR = "#f7338f" +SHADING_COLOR = "#10abba" +SHADOW_COLOR = "#1c0c38" +BRANDING_COLORS = { + "font": FONT_COLOR, + "shade": SHADING_COLOR, + "shadow": SHADOW_COLOR +} + +# Rendering quality settings (used by render_engine.py) +RENDER_PRESET = "slow" # or "medium" for faster encode +RENDER_CRF = 18 # lower = better quality, 18โ€“23 is typical + +TITLE_TEMPLATE = { + "main": "Fortnite Highlights", + "sub": "from livestream", +} + +# ๐ŸŽฌ Static Intros and Outros prevetted to 1080p60 +INTRO_WIDE_PATH = NAS_MOUNT_ROOT / "assets" / "intro-wide-60fps.mp4" +OUTRO_WIDE_PATH = NAS_MOUNT_ROOT / "assets" / "outro-wide-60fps.mp4" +INTRO_VERTICAL_PATH = NAS_MOUNT_ROOT / "assets" / "intro-vertical-60fps.mp4" +OUTRO_VERTICAL_PATH = NAS_MOUNT_ROOT / "assets" / "outro-vertical-60fps.mp4" + +# ๐Ÿ”จ Optional: FFmpeg executable path +FFMPEG_PATH = Path("C:/ffmpeg/bin/ffmpeg.exe") + +# ๐Ÿง  OpenAI API Key +# os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_API_KEY") +openai_api_key = os.getenv("OPENAI_API_KEY") + +# ๐Ÿ“‚ Path resolver (Z: โ†’ UNC fallback), now exception wrapped +def resolve_path(path_obj: Path) -> str: + """ + Safely resolves a path for use in subprocess calls. + Falls back from Z:/ to UNC if necessary and logs issues. + """ + try: + if path_obj.exists(): + return str(path_obj) + # Try UNC fallback + fallback = Path(str(path_obj).replace("Z:/", "//chong/LCS/Videos/eklipse/")) + if fallback.exists(): + return str(fallback) + raise FileNotFoundError(f"โŒ Path not found: {path_obj} or fallback {fallback}") + except Exception as e: + logging.error(f"[resolve_path] Failed to resolve: {path_obj} โ†’ {e}") + raise diff --git a/modules/date_utils.py b/modules/date_utils.py new file mode 100644 index 0000000..e019528 --- /dev/null +++ b/modules/date_utils.py @@ -0,0 +1,22 @@ +from datetime import datetime +from pathlib import Path + +def parse_stream_date(path: Path) -> datetime: + """ + Extracts a datetime object from a stream session folder name. + + Assumes the structure: Z:/YYYY.MM.DD[.N]/category/clip.mp4 + Always returns the date from the stream folder (two levels up). + """ + session_folder = path.parent.parent # clip.mp4 โ†’ montages โ†’ 2025.06.20 + folder_name = session_folder.name.strip() + date_parts = folder_name.split('.')[:3] + + if len(date_parts) != 3: + raise ValueError(f"Invalid folder name format: {folder_name}") + + date_str = '.'.join(date_parts) + try: + return datetime.strptime(date_str, '%Y.%m.%d') + except Exception as e: + raise ValueError(f"Failed to parse '{date_str}' from '{folder_name}': {e}") diff --git a/modules/format_utils.py b/modules/format_utils.py new file mode 100644 index 0000000..8c7874f --- /dev/null +++ b/modules/format_utils.py @@ -0,0 +1,15 @@ +import os + +def detect_format_from_filename(clip_path): + """ + Determines if a clip is 'wide' or 'vertical' based on its filename. + + Rules: + - Filenames ending in -vert.mp4 or -vertical.mp4 โ†’ 'vertical' + - All others โ†’ 'wide' + """ + filename = os.path.basename(clip_path).lower() + if filename.endswith("-vert.mp4") or filename.endswith("-vertical.mp4"): + return "vertical" + return "wide" + diff --git a/modules/pt_poster.py b/modules/pt_poster.py new file mode 100644 index 0000000..8132072 --- /dev/null +++ b/modules/pt_poster.py @@ -0,0 +1,6 @@ +def upload_to_peertube(video_path: Path, title: str, description: str) -> str: + """ + Stub for PeerTube upload โ€“ replace with real implementation later. + """ + print("โš ๏ธ PeerTube upload not yet implemented.") + return "https://peertube.example.com/video-placeholder" diff --git a/modules/render_engine.py b/modules/render_engine.py new file mode 100644 index 0000000..b3bb855 --- /dev/null +++ b/modules/render_engine.py @@ -0,0 +1,66 @@ +import subprocess +from pathlib import Path +from modules.config import DEBUG + +def render_montage_clip( + title_card_path: Path, + montage_path: Path, + output_path: Path, + intro_path: Path, + outro_path: Path, + music_path: Path, + is_vertical: bool = False, +): + """ + Combines intro (with title), montage, and outro into a final video. + Uses ffmpeg for concatenation and audio overlay. + """ + + if not title_card_path.exists(): + raise FileNotFoundError(f"[ERROR] Title card not found: {title_card_path}") + if not montage_path.exists(): + raise FileNotFoundError(f"[ERROR] Montage clip not found: {montage_path}") + if not intro_path.exists(): + raise FileNotFoundError(f"[ERROR] Intro file not found: {intro_path}") + if not outro_path.exists(): + raise FileNotFoundError(f"[ERROR] Outro file not found: {outro_path}") + if not music_path.exists(): + raise FileNotFoundError(f"[ERROR] Music track not found: {music_path}") + + filter_complex = ( + "[0:v:0]fps=30,setsar=1[v0];" + "[1:v:0]fps=30,setsar=1[v1];" + "[1:a:0]anull[a1];" + "[3:v:0]fps=30,setsar=1[v3];" + "[v0][v1][v3]concat=n=3:v=1:a=0[outv];" + "[a1][2:a:0]amix=inputs=2:duration=first[outa]" + ) + + ffmpeg_cmd = [ + "ffmpeg", + "-y", + "-i", str(title_card_path), # 0 = intro with title baked in + "-i", str(montage_path), # 1 = montage content + "-i", str(music_path), # 2 = background music + "-i", str(outro_path), # 3 = static outro + "-filter_complex", filter_complex, + "-map", "[outv]", + "-map", "[outa]", + "-c:v", "libx264", + "-preset", "ultrafast", + "-crf", "23", + "-c:a", "aac", + "-b:a", "192k", + str(output_path) + ] + + if DEBUG: + print(f"[DEBUG] Starting render_montage_clip") + print(f"[DEBUG] Input files:") + print(f" title_card_path: {title_card_path} โ†’ {title_card_path.exists()}") + print(f" montage_path: {montage_path} โ†’ {montage_path.exists()}") + print(f" output_path: {output_path}") + print(f" output_dir exists? {output_path.parent.exists()}") + print(f"[DEBUG] subprocess command: {ffmpeg_cmd}") + + subprocess.run(ffmpeg_cmd, check=True) diff --git a/modules/render_montages.py b/modules/render_montages.py new file mode 100644 index 0000000..3eeb433 --- /dev/null +++ b/modules/render_montages.py @@ -0,0 +1,43 @@ +# modules/render_montages.py +# +# Entrypoint for rendering Fortnite montage clips. +# This module handles parsing the clip metadata and orchestrating the render pipeline. + +from pathlib import Path +from datetime import datetime +from render_engine import render_montage_clip +from title_utils import format_overlay_text + + +def process_montage_clip( + clip_path: Path, + stream_date: datetime, + out_path: Path, + is_vertical: bool +): + """ + Handles full processing of a montage clip: + - Builds overlay title from stream date + - Renders intro with overlay + - Stitches intro + clip + outro + - Saves final result to out_path + """ + # Format multiline overlay text using stream date + title_text = format_overlay_text(stream_date) + + # Run full montage render pipeline + try: + print(f"\n[TRACE] about to render:") + print(f" montage_path: {montage_path} โ†’ {montage_path.exists()}") + print(f" title_card_path: {title_card_path} โ†’ {title_card_path.exists()}") + print(f" output_path: {output_path}") + render_montage_clip( + montage_path=montage_path, + title_card_path=title_card_path, + output_path=output_path, + is_vertical=is_vertical + ) + except Exception as e: + print(f"๐Ÿ”ฅ Exception BEFORE render_montage_clip: {type(e).__name__} โ†’ {e}") + import traceback + traceback.print_exc() diff --git a/modules/social.py b/modules/social.py new file mode 100644 index 0000000..fc60627 --- /dev/null +++ b/modules/social.py @@ -0,0 +1,46 @@ +import openai +from pathlib import Path + +def generate_dynamic_description(notes_text: str, date: str, video_type: str) -> str: + """ + Generates a YouTube description using OpenAI based on notes (if available), + video date, and video type. + """ + base_prompt = ( + f"Write a fun, engaging YouTube description for a Fortnite {video_type} video " + f"from {date}. Include light humor, emoticons, a call to subscribe, and relevant hashtags. " + f"Include reference to the host, Gramps, and his whacky senile playstyle in solo zero build gameplay." + ) + + if notes_text.strip(): + prompt = f"{base_prompt}\n\nAdditional context:\n{notes_text.strip()}" + else: + prompt = base_prompt + + response = openai.ChatCompletion.create( + model="gpt-4o", + messages=[{"role": "user", "content": prompt}], + temperature=0.9 + ) + + return response['choices'][0]['message']['content'] + +def upload_video(video_path: Path, title: str, description: str, is_vertical: bool): + """ + Main upload dispatcher: + - Always uploads to YouTube. + - Uploads to PeerTube only if the video is NOT vertical. + """ + print(f"๐Ÿ“ค Uploading to YouTube: {video_path.name}") + yt_url = upload_to_youtube(video_path, title, description, is_short=is_vertical) + + pt_url = None + if not is_vertical: + print(f"๐Ÿ“ค Uploading to PeerTube: {video_path.name}") + # Placeholder: Implement actual PeerTube upload function. + pt_url = upload_to_peertube(video_path, title, description) + + return { + "youtube": yt_url, + "peertube": pt_url, + } diff --git a/modules/startup.py b/modules/startup.py new file mode 100644 index 0000000..38d09f9 --- /dev/null +++ b/modules/startup.py @@ -0,0 +1,46 @@ +# startup.py +# +# Description: +# This module verifies the presence and accessibility of all critical assets needed for the video processing pipeline. +# If any required file is missing or unreadable, the script exits with an error message. +# +# Usage: +# Called at the beginning of main.py to ensure a clean, verified startup state. + +from pathlib import Path +import sys + +# These are expected to be already set correctly in config.py +from config import ( + INTRO_WIDE_PATH, + INTRO_VERTICAL_PATH, + OUTRO_WIDE_PATH, + OUTRO_VERTICAL_PATH, + FONT_PATH, + THEME_MUSIC_PATH +) + +REQUIRED_PATHS = [ + ("INTRO_WIDE_PATH", INTRO_WIDE_PATH), + ("INTRO_VERTICAL_PATH", INTRO_VERTICAL_PATH), + ("OUTRO_WIDE_PATH", OUTRO_WIDE_PATH), + ("OUTRO_VERTICAL_PATH", OUTRO_VERTICAL_PATH), + ("FONT_PATH", FONT_PATH), + ("THEME_MUSIC_PATH", THEME_MUSIC_PATH), +] + +def resolve_path(label: str, path_str: str): + try: + path = Path(path_str) + if not path.is_file(): + raise FileNotFoundError(f"{label} not found at {path}") + return path + except Exception as e: + print(f"โŒ {label} โ†’ {e}") + sys.exit(1) + +def verify_assets(): + print("๐Ÿ” Verifying external file dependencies...") + for label, path_str in REQUIRED_PATHS: + resolved = resolve_path(label, path_str) + print(f"โœ… {label} โ†’ {resolved}") diff --git a/modules/title_utils.py b/modules/title_utils.py new file mode 100644 index 0000000..65a634e --- /dev/null +++ b/modules/title_utils.py @@ -0,0 +1,115 @@ +from pathlib import Path +import subprocess +from datetime import datetime + + +def parse_stream_date(clip_path: Path) -> datetime: + """ + Extracts the stream date from a montage clip path by parsing its grandparent directory name. + Assumes format: YYYY.MM.DD or YYYY.MM.DD.N + """ + parent_dir = clip_path.parents[1] + dir_name = parent_dir.name.split(".") + if len(dir_name) < 3: + raise ValueError(f"Invalid directory name format: {parent_dir.name}") + year, month, day = map(int, dir_name[:3]) + return datetime(year, month, day) + + +def extract_session_metadata(clip_path: Path) -> str: + """ + Returns the session directory name as metadata tag (e.g. '2025.07.01' or '2025.07.01.2') + """ + return clip_path.parents[1].name + + +def generate_output_filename(clip_path: Path) -> str: + """ + Generates output filename from the session name, following rules: + - Vertical clips get suffix `-vert` + - Suffix .N in session becomes `-videoN` + """ + session_name = extract_session_metadata(clip_path) + date_parts = session_name.split(".") + base_date = "".join(date_parts[:3]) # e.g., 20250701 + suffix = f"-video{date_parts[3]}" if len(date_parts) > 3 else "" + vert = "-vert" if clip_path.stem.endswith(("-vert", "-vertical")) else "" + return f"Fortnite-montage-{base_date}{suffix}{vert}.mp4" + + +def format_overlay_text(title: str, subtitle: str, date_str: str) -> list[str]: + """ + Returns three lines for the overlay text. + """ + return [title, subtitle, date_str] + + +def generate_title_overlay( + intro_path: Path, + overlay_text: list[str], + output_path: Path, + font_path: Path, + is_vertical: bool = False, +): + """ + Overlays title text on top of the intro clip and creates a new video segment. + The text fades out completely 0.5 seconds before the intro ends. + """ + width, height = (1080, 1920) if is_vertical else (1920, 1080) + fade_start = 4.5 + fade_duration = 0.5 + + # Uniform visual settings + fontcolor = "#f7338f" + shadowcolor = "0x1c0c38" + boxcolor = "0x10abba@0.5" + fontsize = 64 + y_offsets = [0, 80, 160] # vertical positions for each line + + # Escape Windows-style font path + escaped_font_path = str(font_path).replace("\\", "\\\\") + + drawtext_filters = [] + for i, (line, y_offset) in enumerate(zip(overlay_text, y_offsets)): + drawtext = ( + f"drawtext=text='{line}':" + f"fontfile='{escaped_font_path}':" + f"x=(w-text_w)/2:" + f"y=(h/2)-90+{y_offset}:" + f"fontsize={fontsize}:" + f"fontcolor={fontcolor}:" + f"shadowcolor={shadowcolor}:" + f"shadowx=2:shadowy=2:" + f"box=1:boxcolor={boxcolor}" + ) + drawtext_filters.append(drawtext) + + drawtext_filters.append(f"fade=t=out:st={fade_start}:d={fade_duration}:alpha=1") + drawtext_filter = ",".join(drawtext_filters) + + ffmpeg_cmd = [ + "ffmpeg", + "-y", + "-i", str(intro_path), + "-vf", drawtext_filter, + "-c:v", "libx264", + "-preset", "ultrafast", + "-t", "5", + "-pix_fmt", "yuv420p", + str(output_path) + ] + + subprocess.run(ffmpeg_cmd, check=True) + + +def generate_montage_title(session_name: str) -> str: + """ + Generates YouTube/PeerTube title for montage videos. + Example: + '#Fortnite #Solo #Zerobuild #Highlights with Gramps from July 1, 2025' + """ + parts = session_name.split(".") + year, month, day = map(int, parts[:3]) + suffix = f" Video {parts[3]}" if len(parts) > 3 else "" + date_str = datetime(year, month, day).strftime("%B %-d, %Y") + return f"#Fortnite #Solo #Zerobuild #Highlights with Gramps from {date_str}{suffix}" diff --git a/modules/utils.py b/modules/utils.py new file mode 100644 index 0000000..3d2db08 --- /dev/null +++ b/modules/utils.py @@ -0,0 +1,44 @@ +# modules/utils.py +# +# General-purpose utility functions used throughout the rendering pipeline. + +import re +from pathlib import Path +from datetime import datetime +from modules.config import NAS_MOUNT_ROOT, resolve_path # type: ignore + +# Regex pattern to match date formats like '2025.06.20', '2025.06.20.2', etc. +DATE_PATTERN = re.compile(r"^(\d{4})\.(\d{2})\.(\d{2})(?:\.(\d{1,2}))?$") + + +def scan_for_new_clips(base_path: Path, subfolder: str) -> list[Path]: + """ + Recursively scan base_path for any files under a named subfolder + (e.g. 'montages', 'hits', etc). + Returns a list of all video files found. + """ + matching_clips = [] + + for session_dir in base_path.iterdir(): + if session_dir.is_dir() and session_dir.name.count(".") >= 2: + target_dir = session_dir / subfolder + if target_dir.exists(): + for f in target_dir.glob("*.mp4"): + matching_clips.append(f) + + return matching_clips + +def run_ffmpeg(cmd: list[str]) -> None: + """ + Execute an ffmpeg command, logging output and raising if the command fails. + """ + import subprocess + from textwrap import indent + + print(f"\n๐Ÿ› ๏ธ Running ffmpeg:\n{indent(' '.join(cmd), ' ')}\n") + + try: + subprocess.run(cmd, check=True) + except subprocess.CalledProcessError as e: + print(f"โŒ FFmpeg failed with error: {e}") + raise diff --git a/modules/yt_poster.py b/modules/yt_poster.py new file mode 100644 index 0000000..e2f5343 --- /dev/null +++ b/modules/yt_poster.py @@ -0,0 +1,88 @@ +import os +import pickle, logging +from pathlib import Path +from datetime import datetime + +from google_auth_oauthlib.flow import InstalledAppFlow +from google.auth.transport.requests import Request +from googleapiclient.discovery import build +from googleapiclient.http import MediaFileUpload +from modules.title_utils import get_output_filename, generate_montage_title + +# Define OAuth scopes and token paths +SCOPES = ["https://www.googleapis.com/auth/youtube.upload"] +TOKEN_PATH = Path("token.pickle") +CLIENT_SECRETS_FILE = Path("client_secrets.json") + +def authenticate_youtube(): + """Handles YouTube OAuth flow and returns a service client.""" + creds = None + + if TOKEN_PATH.exists(): + with open(TOKEN_PATH, "rb") as token_file: + creds = pickle.load(token_file) + + if not creds or not creds.valid: + if creds and creds.expired and creds.refresh_token: + creds.refresh(Request()) + else: + if not CLIENT_SECRETS_FILE.exists(): + raise FileNotFoundError("client_secrets.json not found.") + flow = InstalledAppFlow.from_client_secrets_file( + str(CLIENT_SECRETS_FILE), SCOPES + ) + creds = flow.run_local_server(port=0) + with open(TOKEN_PATH, "wb") as token_file: + pickle.dump(creds, token_file) + + return build("youtube", "v3", credentials=creds) + +def generate_description(clip_path: Path, stream_date: datetime, is_montage: bool = False) -> str: + """Creates a dynamic and fun YouTube description.""" + kill_count_guess = sum(word.isdigit() for word in clip_path.stem.split()) + date_str = stream_date.strftime("%B %d, %Y") + + intro = "Gramps is back in Fortnite with another spicy highlight! ๐Ÿฆฅ" + if is_montage: + body = ( + f"This reel features an outrageous compilation of top plays from our {date_str} stream.\n" + f"{kill_count_guess} eliminations of stupendous magnitude that must be seen to be believed!" + ) + else: + body = ( + f"Recorded live on {date_str}, this clip captures one of many wild moments " + "from the battlefield. Grab your popcorn. ๐ŸŽฎ" + ) + + hashtags = "#Fortnite #Gaming #SeniorGamer #LlamaChileShop #EpicMoments" + + return f"{intro}\n\n{body}\n\nSubscribe for more: https://youtube.com/@llamachileshop\n{hashtags}" + +def upload_to_youtube(video_path: Path, title: str, description: str, is_short: bool = False) -> str: + """Uploads the video to YouTube and returns the video URL.""" + youtube = authenticate_youtube() + + request_body = { + "snippet": { + "title": title, + "description": description, + "tags": ["Fortnite", "Gaming", "Senior Gamer", "LlamaChileShop"], + "categoryId": "20", # Gaming + }, + "status": { + "privacyStatus": "private", + "selfDeclaredMadeForKids": False, + } + } + + media = MediaFileUpload(str(video_path), mimetype="video/mp4", resumable=True) + + request = youtube.videos().insert( + part="snippet,status", + body=request_body, + media_body=media + ) + + response = request.execute() + video_id = response["id"] + return f"https://youtu.be/{video_id}" diff --git a/python b/python new file mode 100644 index 0000000..e69de29 diff --git a/test_moviepy.py b/test_moviepy.py new file mode 100644 index 0000000..fd0cc99 --- /dev/null +++ b/test_moviepy.py @@ -0,0 +1,2 @@ +import moviepy.editor +print("โœ… moviepy.editor is available") diff --git a/test_yt_ul.py b/test_yt_ul.py new file mode 100644 index 0000000..54f1f96 --- /dev/null +++ b/test_yt_ul.py @@ -0,0 +1,37 @@ +from pathlib import Path +from datetime import datetime +from modules.yt_poster import upload_to_youtube, generate_description + +# Manually define the clip path and its stream folder +clip_path = Path("//chong/LCS/Videos/eklipse/2025.06.20/rendered/AI_Compilation___19x_kills,_downs-vert.mp4") +stream_folder = clip_path.parent.parent # Goes up to 2025.06.20 + +# Extract stream date from folder name +stream_date = datetime.strptime(stream_folder.name, "%Y.%m.%d") + +# Determine if vertical format +is_vert = clip_path.stem.endswith("-vert") or clip_path.stem.endswith("-vertical") + +# Generate YouTube description +description = generate_description( + clip_path=clip_path, + stream_date=stream_date, + is_montage=True +) + +# Upload to YouTube +youtube_url = upload_to_youtube( + video_path=clip_path, + title=clip_path.stem, + description=description, + is_short=is_vert +) + +# Print social previews +print("๐Ÿ”— Uploaded to YouTube:", youtube_url) + +print("\n--- Mastodon Preview ---") +print(f"New video posted! {clip_path.stem} โ€” now live on YouTube! {youtube_url} ๐Ÿฆ™\n\n{description}") + +print("\n--- Bluesky Preview ---") +print(f"Catch the latest from Gramps ๐Ÿฆ™: {clip_path.stem} โ€” now up on YouTube!\n\n{youtube_url} #Fortnite #LlamaChileShop")