diff --git a/LICENSE b/LICENSE deleted file mode 100644 index f288702..0000000 --- a/LICENSE +++ /dev/null @@ -1,674 +0,0 @@ - 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 deleted file mode 100644 index be37fe8..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -

- Recoder logo -

- -# Recoder - -**Recoder** is a clean and minimal video transcoder for Linux, designed for GNOME using GTK4 and libadwaita. It supports batch processing, drag-and-drop, and a straightforward user experience. - -![Screenshot of Recoder](docs/screenshot-3.png) - -## πŸ“– Help - -See [docs/HELP.md](docs/HELP.md) for usage instructions and tips. - -## ✨ Features - -- Transcode multiple video files at once -- Drag-and-drop support for folders and files -- Modern libadwaita-based interface -- Toast notifications - -## πŸ“¦ Installation - -### Arch Linux - -Recoder is available on the AUR: - -```bash -yay -S recoder -``` - -### Other Platforms - -Recoder will be available as a Flatpak in the future. - -## πŸ“„ License - -Recoder is licensed under the GNU General Public License v3.0. -See [LICENSE](LICENSE) for details. diff --git a/dev-run.sh b/dev-run.sh deleted file mode 100755 index a0d5707..0000000 --- a/dev-run.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# This is just a helper for development - -# Compile resources -glib-compile-resources src/resources/resources.xml \ - --target=src/recoder/resources.gresource \ - --sourcedir=src/resources - -# Compile GSettings schemas (using correct path) -glib-compile-schemas src/resources - -# Run the app with environment variables -GSETTINGS_SCHEMA_DIR=$(pwd)/src/resources \ -PYTHONPATH=$(pwd)/src \ -python -m recoder.app diff --git a/docs/HELP.md b/docs/HELP.md deleted file mode 100644 index c09348c..0000000 --- a/docs/HELP.md +++ /dev/null @@ -1,74 +0,0 @@ - -

- Recoder logo -

- -# Recoder β€” Help Guide - -Recoder is a minimal, user-friendly tool for batch video transcoding. This quick guide walks you through using the app. - ---- - -## πŸš€ Getting Started - -When you open Recoder, you’ll see a prompt inviting you to drop a video file or folder: - -![Initial View](screenshot-1.png) - -### πŸ“‚ Dropping Files or Folders - -- You can drop **one video file** or **one folder** containing video files onto the app. -- The folder can have subdirectories, but Recoder will **not** process files recursively. Only files in the dropped folder itself will be processed. -- Non-video files will be ignored. - -### πŸ”§ Preparing to Transcode - -After you drop a folder into Recoder, it will list all the video files it found: - -![Folder Loaded](./screenshot-2.png) - -- A blue **Transcode** button appears once the files are ready to process. -- The **Clear icon** is always available β€” click it to cancel everything and reset the app if you're done or need to start over. -- The **menu button** gives access to Preferences and Help. - ---- - -## 🎬 Transcoding - -Click the Transcode button to start processing. While transcoding: - -![Transcoding in Progress](./screenshot-3.png) - -- The blue **Transcode** button is replaced by a **Pause** button, allowing you to temporarily stop the process. -- If paused, the button changes to **Resume**, so you can continue when you're ready. -- The **Clear button** can also be used during transcoding to cancel the process entirely and clear the current session. - -By default: - -- Transcoded files are saved into the same directory as the source, inside a subfolder named `{{source_folder_name}}-transcoded`. -- File names remain the same as the originals but with a `.mov` extension. - ---- - -### βš™οΈ Preferences - -In Preferences, you can customize the single **output folder path** where transcoded files will be saved. This path controls both the folder’s location and name. You can use: - -- `{{source_folder_name}}` to reuse the original folder name -- Relative paths like `../done/` -- Absolute paths like `/mnt/Export/` -- `~` to refer to your home directory -- Simple names like `output` to create a folder inside the source folder -- Any combination of the above, e.g. `../{{source_folder_name}}-dnxhd` - -![Preferences](screenshot-4.png) - ---- - -## πŸ’‘ Notes - -- Make sure you have enough free space on your drive because both the original and transcoded files are kept, and transcoded files may be larger. - ---- - -If you need more help, check the [GitHub repository](https://github.com/jeena/recoder) or open an issue. \ No newline at end of file diff --git a/docs/screenshot-1.png b/docs/screenshot-1.png deleted file mode 100644 index 9e57506..0000000 Binary files a/docs/screenshot-1.png and /dev/null differ diff --git a/docs/screenshot-2.png b/docs/screenshot-2.png deleted file mode 100644 index 9cb59e5..0000000 Binary files a/docs/screenshot-2.png and /dev/null differ diff --git a/docs/screenshot-3.png b/docs/screenshot-3.png deleted file mode 100644 index ae4fe73..0000000 Binary files a/docs/screenshot-3.png and /dev/null differ diff --git a/docs/screenshot-4.png b/docs/screenshot-4.png deleted file mode 100644 index 4d3b35c..0000000 Binary files a/docs/screenshot-4.png and /dev/null differ diff --git a/flatpak-repo/config b/flatpak-repo/config new file mode 100644 index 0000000..d289d74 --- /dev/null +++ b/flatpak-repo/config @@ -0,0 +1,4 @@ +[core] +repo_version=1 +mode=archive-z2 +indexed-deltas=true diff --git a/flatpak-repo/gpg.key b/flatpak-repo/gpg.key new file mode 100644 index 0000000..5a85e8d --- /dev/null +++ b/flatpak-repo/gpg.key @@ -0,0 +1,51 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQINBGhGhN8BEAC1C0MxtMX2+Yd409w8moL2Ye7UFhkyQ7bx/lc37mQMv5mTAHoj +wd3lm/FEBOq/7HWjmbKOrYnA20Qac69+2lD7zhkxujoR2ZVH1UyDVYtL0tipkIkd +pDsMUOf/PR12xlPLIejD+clNthPPM7CtZ40YII3Ddwe0crRgUqBeHjxzm0Wp5cW2 +DRKbW/lRehX/4TFNPZaOMIbBVxzm9gWK2HXtHO+/Egfaolc4ziZdz35jnrzFVLx5 +qtZnuPhQuOgi1mffwkq77ucbArq/Ny1tgAzs5wq5vbOtyGGNQyMzuTa5h+1LfetB +jrHUPqvboZ9+KvQIrMxVBNwmUpQRArpiwSi0DNsdOPBcV1PZYcZzGaWfK4r2V4Kx +njfqI7aedKvzDmOuSWwQR9mnG4zkJ8wkBX7YNb/dA193x/X8S43PCoQu0U3ZaSZE +FAxDq1wfCki7Jg4mLNl0jNr4GMzUZHFS0bf6mXEVXBIbdxZ/m/lLWfu8PzD8D6wt +f7j1B1RO+qqdNUOrmyT3vP2b7lPnRmZ+czflgFnTMqe5ROp4R4kB4uTKy5QiI1cj +Sdzxh+H/j3jRgWiEySl/mA9Eomdn/PiURR5ybTLOjzU55zjr6tV6jPNc6D/llxmJ +6gBNkqkC+naV8c/XMm4jAhqz6EcvmSxooOFAvRQDqY5nku4FS0zERoAnDwARAQAB +tBdKZWVuYSA8aGVsbG9AamVlbmEubmV0PokCVAQTAQoAPhYhBB32VwySniwYZoUE +bw1qjja57mF3BQJoRoTfAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMBAh4BAheA +AAoJEA1qjja57mF33MUP/ippKaOvZ3D1+q73pXk71pyaaXlLzTlTyA2ITtXPrWCv +3efOybBlV6/W8PdP8Nguesu9oLH2wXJnz3ClaXkW9H1vE+nhttx1MHBChUZpoeFS +bySg8E2f0z2CNZsz9mwO1KhTyhy3LKEyCwV0He5WvgIBO3NGUUPHFLZgrU9Cso27 +cXD/hAYV1wrlB8HDIMIlSVY8/iQQZB7SY9LvdvOcWkp0r/iV7LEFeTgg4iuF+tod +H02FehWV7mCq13dw+1HHPchSkkHxLhYZUiOvkFRy8MGVD6a/4vphBAACHrOQzkrx +OxxpB/oU3vh1JWX5CHGVgBMyefsBHPmbVp/pc7EKNlmFELaQ+QVJ5ee4IkdXO4hU +wvXoo7m4t1yFHH1W1cfcJBtML+nKIa+gtjVTvu+1bsnxxSChCoAVqzg+fggq+zQs +FnhlS6IqrF9PIhYD8KJI6WunqlImBtwG88JjL9zkWtazuqo8bbVhMEZJChjJIRX5 +9I2bKXp5uEUcsGufqqpGKgl82BRG7i/jX2Y/9jQkBjI/GjRUUvA+yLamGBDnVIEt +svIEKf38RZstENR9L6PMyh2B6eNsfBUD4Aujt2avXTDIHx8fI0K5Id3jpE17Vt0R +jZUK7ivwRj7qXdOcW7EmF/l6yyv0AESA3tSrtp0AVotjqDzCyHF4iZ39/PQaMf6f +uQINBGhGhN8BEAD36rOoFR+fhjTp616jUULJ2PxbvQ35cWklyV2wyA49DXGJ0SZB +/RJoXE6szJ+JUAnQD6rQRxK8GXQR2N28pz4WfdfQuO1iNfWNot2if62qEBRA3chq +h7Qnph7bRgrpVdj+t9LhYOCWAjoryW0RTShZ1l+2BAiaoSAdSO3UzFtbk6QmTHdb +KsKMCibZPfegA3j2PrY7U/TMa5PhsSYeRjTW1hsM899CQdiQPrG5HQNUf9O97Cey +Cg4JWehM6SsK4eg6CICIVswxhZj3qUWrwL0zUgs55D4vTKtNxzIbWvVmD29ffKhI +Y1baEdvYZ6TPV8+j3R88ZjGrjPiowkSphg2VgbYyZWBFEIIZCvpCS+AVbSO0YybH +KM5ddwikSj2Q2ZKdyx+aVvlNxte8/0Ai7aGxSs/rPOdZAKHym8tkaUUmHOa1h2f8 +mdVAN7HRRN1XREbVSRzXS9nXx14gSupSCCoHenvwJFS40wkqUMg//0+RL/fYbjxm +D97pSaT4e9y6XxCtpzXRzd9oai34gL1IEeQXRONwHsDBxv1DbLZASaBq/4EcRIgZ +iZT8jZFUbNZi38uZKOVD15HPbarwNeTb9bpRF0qlypjBE6UVdWSMELEc7ABFjvLQ +Qshft22p3upgSMNKjXLG06yN+O4OCDq+zQeIF396yIdRVFgYeNtAVMIKYQARAQAB +iQI8BBgBCgAmFiEEHfZXDJKeLBhmhQRvDWqONrnuYXcFAmhGhN8CGwwFCQPCZwAA +CgkQDWqONrnuYXdZ3A//YmObDNUN0tSaA2syZihR1Wgvt7dE0DaT3J1fMivzFFxu +IgrAzB2oMoRc+bveyaP2zW6zxWX66ThVlPkCwXz4iofa4foctiCMNudY0eU39y2V +OS+8EHYVhoZuBZE5fJ35C0FEaUXkTjIwzDP/m6ETvSSJU1KVguK2Snup5/wAVCTz +5VQP2Wsi/Pywn3rUvVK94vOMEOIleq39+cMRQm2XTIxNt7PDnlftBoEtily6XkNo +pnunXKGNg6llQsSqMhTxvohbF3A6MVfP5QfSb06dmQ0rEuFUERf0XasgiNKC4Zrg +GbKTulLOmKR55jxwRLizpmfMFPQFhJSbktw8PVMiYgo5MG6qZWxWSkslM9Qpw5SS +qxs1SsaJlt02y4Na4/ft66ID9Apr7P9BjqKcPrn6sd2tCZxUFD+JkS07taxXU6rL +4JesKjpzcFMyKT1hg50w30Apth31OLTSEKSvlXOHOzXfqZTHflzvx0D6minxn+VD +Rk+Xzd2h0/IAbXyB4UOqLeX/qMc4NC4Dw2JE7oXTc5VlS/KgJDCOxax9MIjxG2sd +J/rWH7JlR96kn/HcNWhdVfxLEWLthqAuLpWkZaAjWvGa+cm0VfkAEeU/w3UFALTO +bbGWMpCG9Yg2csxlO/LYxfFbgEMMjjjcinnNlJ5b4tZoVucdY7U9tMkxABqKM60= +=40R9 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/flatpak-repo/objects/00/8ad5334843974d78a27e7bdd3b7b552be3d0c42a389f556f6a67f17ffee95c.filez b/flatpak-repo/objects/00/8ad5334843974d78a27e7bdd3b7b552be3d0c42a389f556f6a67f17ffee95c.filez new file mode 100644 index 0000000..5d73f37 Binary files /dev/null and b/flatpak-repo/objects/00/8ad5334843974d78a27e7bdd3b7b552be3d0c42a389f556f6a67f17ffee95c.filez differ diff --git a/flatpak-repo/objects/07/7fd52087c3779deaedc94559cbe8ed85a1a5b2b37d85358bfaae37013f06ef.filez b/flatpak-repo/objects/07/7fd52087c3779deaedc94559cbe8ed85a1a5b2b37d85358bfaae37013f06ef.filez new file mode 100644 index 0000000..e4df352 Binary files /dev/null and b/flatpak-repo/objects/07/7fd52087c3779deaedc94559cbe8ed85a1a5b2b37d85358bfaae37013f06ef.filez differ diff --git a/flatpak-repo/objects/10/9cd514b02ff5b9367f232000f93a2803d267f0013b84ac9dc3bdf20fd87d84.filez b/flatpak-repo/objects/10/9cd514b02ff5b9367f232000f93a2803d267f0013b84ac9dc3bdf20fd87d84.filez new file mode 100644 index 0000000..b4cb473 Binary files /dev/null and b/flatpak-repo/objects/10/9cd514b02ff5b9367f232000f93a2803d267f0013b84ac9dc3bdf20fd87d84.filez differ diff --git a/flatpak-repo/objects/13/4891171708bd1fb873ff928d76685c02f6661cca5937e124b6d6a1bb3c8157.dirtree b/flatpak-repo/objects/13/4891171708bd1fb873ff928d76685c02f6661cca5937e124b6d6a1bb3c8157.dirtree new file mode 100644 index 0000000..53d8c5c Binary files /dev/null and b/flatpak-repo/objects/13/4891171708bd1fb873ff928d76685c02f6661cca5937e124b6d6a1bb3c8157.dirtree differ diff --git a/flatpak-repo/objects/1a/c51ef2e33bb8d40d91e745bd12f751e7d8778c5478f70d65e36c27b34303c7.dirtree b/flatpak-repo/objects/1a/c51ef2e33bb8d40d91e745bd12f751e7d8778c5478f70d65e36c27b34303c7.dirtree new file mode 100644 index 0000000..c517d46 Binary files /dev/null and b/flatpak-repo/objects/1a/c51ef2e33bb8d40d91e745bd12f751e7d8778c5478f70d65e36c27b34303c7.dirtree differ diff --git a/flatpak-repo/objects/1d/00a51114a996d245d8150d8dcdfd614dca2b8cb5a6cbc820d0d8580aa9704b.dirtree b/flatpak-repo/objects/1d/00a51114a996d245d8150d8dcdfd614dca2b8cb5a6cbc820d0d8580aa9704b.dirtree new file mode 100644 index 0000000..30d5a9a Binary files /dev/null and b/flatpak-repo/objects/1d/00a51114a996d245d8150d8dcdfd614dca2b8cb5a6cbc820d0d8580aa9704b.dirtree differ diff --git a/flatpak-repo/objects/1f/2fb31fc2178608a88465e7fca1aec504af60d88e63bf0d6cb3c6cf2cf3fc9d.dirtree b/flatpak-repo/objects/1f/2fb31fc2178608a88465e7fca1aec504af60d88e63bf0d6cb3c6cf2cf3fc9d.dirtree new file mode 100644 index 0000000..f0a168b Binary files /dev/null and b/flatpak-repo/objects/1f/2fb31fc2178608a88465e7fca1aec504af60d88e63bf0d6cb3c6cf2cf3fc9d.dirtree differ diff --git a/flatpak-repo/objects/23/85402ea6a047f615876457814165cfc3ea4d4406471f876995b49574f4aff3.filez b/flatpak-repo/objects/23/85402ea6a047f615876457814165cfc3ea4d4406471f876995b49574f4aff3.filez new file mode 100644 index 0000000..f9855a2 Binary files /dev/null and b/flatpak-repo/objects/23/85402ea6a047f615876457814165cfc3ea4d4406471f876995b49574f4aff3.filez differ diff --git a/flatpak-repo/objects/26/53bc422018b6902482d17bf0c2dbc1b4f979f607a6b5893f2d4ead5f772d12.filez b/flatpak-repo/objects/26/53bc422018b6902482d17bf0c2dbc1b4f979f607a6b5893f2d4ead5f772d12.filez new file mode 100644 index 0000000..d3b65ac Binary files /dev/null and b/flatpak-repo/objects/26/53bc422018b6902482d17bf0c2dbc1b4f979f607a6b5893f2d4ead5f772d12.filez differ diff --git a/flatpak-repo/objects/26/c7269a34b6b5caa38be9ab4ccda7dc9e805ae669f03bc2d9b3e0bb604b2129.dirtree b/flatpak-repo/objects/26/c7269a34b6b5caa38be9ab4ccda7dc9e805ae669f03bc2d9b3e0bb604b2129.dirtree new file mode 100644 index 0000000..729374b Binary files /dev/null and b/flatpak-repo/objects/26/c7269a34b6b5caa38be9ab4ccda7dc9e805ae669f03bc2d9b3e0bb604b2129.dirtree differ diff --git a/flatpak-repo/objects/28/62e187f6789d1704cd8b8c05a2bb0fed52b340450bb0fff77bf2836c5684c3.dirtree b/flatpak-repo/objects/28/62e187f6789d1704cd8b8c05a2bb0fed52b340450bb0fff77bf2836c5684c3.dirtree new file mode 100644 index 0000000..8a117ef Binary files /dev/null and b/flatpak-repo/objects/28/62e187f6789d1704cd8b8c05a2bb0fed52b340450bb0fff77bf2836c5684c3.dirtree differ diff --git a/flatpak-repo/objects/28/674e2166dca4923ff4b951d3b669b8122c6667d16e8ef49669ab719f6b54ae.filez b/flatpak-repo/objects/28/674e2166dca4923ff4b951d3b669b8122c6667d16e8ef49669ab719f6b54ae.filez new file mode 100644 index 0000000..4c4eb73 Binary files /dev/null and b/flatpak-repo/objects/28/674e2166dca4923ff4b951d3b669b8122c6667d16e8ef49669ab719f6b54ae.filez differ diff --git a/flatpak-repo/objects/2a/bcfe0258fd4e3bccf73a6d6122a2c88eca54ef95e22cf43b9f923f5d8a2295.dirtree b/flatpak-repo/objects/2a/bcfe0258fd4e3bccf73a6d6122a2c88eca54ef95e22cf43b9f923f5d8a2295.dirtree new file mode 100644 index 0000000..c00d425 Binary files /dev/null and b/flatpak-repo/objects/2a/bcfe0258fd4e3bccf73a6d6122a2c88eca54ef95e22cf43b9f923f5d8a2295.dirtree differ diff --git a/flatpak-repo/objects/2c/712d2a60041d389ab6f18d529bb38f8b52b9a3eb95d5e84827fee3f0f38404.filez b/flatpak-repo/objects/2c/712d2a60041d389ab6f18d529bb38f8b52b9a3eb95d5e84827fee3f0f38404.filez new file mode 100644 index 0000000..5658ac4 Binary files /dev/null and b/flatpak-repo/objects/2c/712d2a60041d389ab6f18d529bb38f8b52b9a3eb95d5e84827fee3f0f38404.filez differ diff --git a/flatpak-repo/objects/2f/0ccf409cbff40f684162e7d94b30dff5ec0f3fab3c90192bb024652b8d6726.dirtree b/flatpak-repo/objects/2f/0ccf409cbff40f684162e7d94b30dff5ec0f3fab3c90192bb024652b8d6726.dirtree new file mode 100644 index 0000000..b8b4bb8 Binary files /dev/null and b/flatpak-repo/objects/2f/0ccf409cbff40f684162e7d94b30dff5ec0f3fab3c90192bb024652b8d6726.dirtree differ diff --git a/flatpak-repo/objects/32/cb14aa843a9580416328ca7a718bd303a2223e6c9e9bda7b6467deedf292c5.dirtree b/flatpak-repo/objects/32/cb14aa843a9580416328ca7a718bd303a2223e6c9e9bda7b6467deedf292c5.dirtree new file mode 100644 index 0000000..04ab283 Binary files /dev/null and b/flatpak-repo/objects/32/cb14aa843a9580416328ca7a718bd303a2223e6c9e9bda7b6467deedf292c5.dirtree differ diff --git a/flatpak-repo/objects/33/3eb9028923c7d4b8c555993e5b4b7995b00fbb3b612f27981ede794c05b473.dirtree b/flatpak-repo/objects/33/3eb9028923c7d4b8c555993e5b4b7995b00fbb3b612f27981ede794c05b473.dirtree new file mode 100644 index 0000000..288dc80 Binary files /dev/null and b/flatpak-repo/objects/33/3eb9028923c7d4b8c555993e5b4b7995b00fbb3b612f27981ede794c05b473.dirtree differ diff --git a/flatpak-repo/objects/36/0ad53f35a3b5c000b2897b89ca8d23bda204553ded16074cd64d6e575b44f6.commit b/flatpak-repo/objects/36/0ad53f35a3b5c000b2897b89ca8d23bda204553ded16074cd64d6e575b44f6.commit new file mode 100644 index 0000000..9523fc1 Binary files /dev/null and b/flatpak-repo/objects/36/0ad53f35a3b5c000b2897b89ca8d23bda204553ded16074cd64d6e575b44f6.commit differ diff --git a/flatpak-repo/objects/36/0ad53f35a3b5c000b2897b89ca8d23bda204553ded16074cd64d6e575b44f6.commitmeta b/flatpak-repo/objects/36/0ad53f35a3b5c000b2897b89ca8d23bda204553ded16074cd64d6e575b44f6.commitmeta new file mode 100644 index 0000000..37de91a Binary files /dev/null and b/flatpak-repo/objects/36/0ad53f35a3b5c000b2897b89ca8d23bda204553ded16074cd64d6e575b44f6.commitmeta differ diff --git a/flatpak-repo/objects/36/e7b4bdb22fdb82b3b903323c0da5b81993fce3b96ac011ae01cb0fc900ea9e.dirtree b/flatpak-repo/objects/36/e7b4bdb22fdb82b3b903323c0da5b81993fce3b96ac011ae01cb0fc900ea9e.dirtree new file mode 100644 index 0000000..45b1d5b Binary files /dev/null and b/flatpak-repo/objects/36/e7b4bdb22fdb82b3b903323c0da5b81993fce3b96ac011ae01cb0fc900ea9e.dirtree differ diff --git a/flatpak-repo/objects/37/4bfb77ae8279822aaad00f7680d88e5fdc781b4c50004d65affc545a72bd8e.filez b/flatpak-repo/objects/37/4bfb77ae8279822aaad00f7680d88e5fdc781b4c50004d65affc545a72bd8e.filez new file mode 100644 index 0000000..45cd3a5 Binary files /dev/null and b/flatpak-repo/objects/37/4bfb77ae8279822aaad00f7680d88e5fdc781b4c50004d65affc545a72bd8e.filez differ diff --git a/flatpak-repo/objects/38/e9343041be55d7ad46a06ee77aa6504a70aee96cc7ce870bf835a42e85e03d.filez b/flatpak-repo/objects/38/e9343041be55d7ad46a06ee77aa6504a70aee96cc7ce870bf835a42e85e03d.filez new file mode 100644 index 0000000..563daec Binary files /dev/null and b/flatpak-repo/objects/38/e9343041be55d7ad46a06ee77aa6504a70aee96cc7ce870bf835a42e85e03d.filez differ diff --git a/flatpak-repo/objects/39/6b10f15aae0ba6296bd5381f6c1e44ea7ca9de38ca8dfe2886a4416d032ec6.filez b/flatpak-repo/objects/39/6b10f15aae0ba6296bd5381f6c1e44ea7ca9de38ca8dfe2886a4416d032ec6.filez new file mode 100644 index 0000000..cdbe113 Binary files /dev/null and b/flatpak-repo/objects/39/6b10f15aae0ba6296bd5381f6c1e44ea7ca9de38ca8dfe2886a4416d032ec6.filez differ diff --git a/flatpak-repo/objects/3a/aefb31c38ee04bd6878906e16ece40216777928b9a3c1d15d6ffeeb3933f15.dirtree b/flatpak-repo/objects/3a/aefb31c38ee04bd6878906e16ece40216777928b9a3c1d15d6ffeeb3933f15.dirtree new file mode 100644 index 0000000..18fb957 Binary files /dev/null and b/flatpak-repo/objects/3a/aefb31c38ee04bd6878906e16ece40216777928b9a3c1d15d6ffeeb3933f15.dirtree differ diff --git a/flatpak-repo/objects/44/6a0ef11b7cc167f3b603e585c7eeeeb675faa412d5ec73f62988eb0b6c5488.dirmeta b/flatpak-repo/objects/44/6a0ef11b7cc167f3b603e585c7eeeeb675faa412d5ec73f62988eb0b6c5488.dirmeta new file mode 100644 index 0000000..6757a41 Binary files /dev/null and b/flatpak-repo/objects/44/6a0ef11b7cc167f3b603e585c7eeeeb675faa412d5ec73f62988eb0b6c5488.dirmeta differ diff --git a/flatpak-repo/objects/45/e8f536058dd57647a7b0958d4f7ed1aba6f7d78dfc82e452f9d0be68b663b0.filez b/flatpak-repo/objects/45/e8f536058dd57647a7b0958d4f7ed1aba6f7d78dfc82e452f9d0be68b663b0.filez new file mode 100644 index 0000000..1da2896 Binary files /dev/null and b/flatpak-repo/objects/45/e8f536058dd57647a7b0958d4f7ed1aba6f7d78dfc82e452f9d0be68b663b0.filez differ diff --git a/flatpak-repo/objects/48/f4e90d5572bb4387b1e06e2d7bbeb83876d3ef5f78a838209271c11a959107.filez b/flatpak-repo/objects/48/f4e90d5572bb4387b1e06e2d7bbeb83876d3ef5f78a838209271c11a959107.filez new file mode 100644 index 0000000..aecf0ef Binary files /dev/null and b/flatpak-repo/objects/48/f4e90d5572bb4387b1e06e2d7bbeb83876d3ef5f78a838209271c11a959107.filez differ diff --git a/flatpak-repo/objects/4e/a037271196b13f1c0427ec5d2032857f7190b7392466606ab7cdb9f3463c07.dirtree b/flatpak-repo/objects/4e/a037271196b13f1c0427ec5d2032857f7190b7392466606ab7cdb9f3463c07.dirtree new file mode 100644 index 0000000..090d347 Binary files /dev/null and b/flatpak-repo/objects/4e/a037271196b13f1c0427ec5d2032857f7190b7392466606ab7cdb9f3463c07.dirtree differ diff --git a/flatpak-repo/objects/51/3856ea342f6d8526b642193d7729bfcc1706cc5684f4cf51d82a5b0d32eb27.filez b/flatpak-repo/objects/51/3856ea342f6d8526b642193d7729bfcc1706cc5684f4cf51d82a5b0d32eb27.filez new file mode 100644 index 0000000..314b517 Binary files /dev/null and b/flatpak-repo/objects/51/3856ea342f6d8526b642193d7729bfcc1706cc5684f4cf51d82a5b0d32eb27.filez differ diff --git a/flatpak-repo/objects/52/0ad2fc40f009952b534fd5650e898f20ad1d1898ff28418f668a7a7f8c733f.dirtree b/flatpak-repo/objects/52/0ad2fc40f009952b534fd5650e898f20ad1d1898ff28418f668a7a7f8c733f.dirtree new file mode 100644 index 0000000..562ce0f Binary files /dev/null and b/flatpak-repo/objects/52/0ad2fc40f009952b534fd5650e898f20ad1d1898ff28418f668a7a7f8c733f.dirtree differ diff --git a/flatpak-repo/objects/52/8aa10779c2d264f968e5d195767aff1d2c9753628ed85ff56e7615406f93bb.filez b/flatpak-repo/objects/52/8aa10779c2d264f968e5d195767aff1d2c9753628ed85ff56e7615406f93bb.filez new file mode 100644 index 0000000..4ba40a1 Binary files /dev/null and b/flatpak-repo/objects/52/8aa10779c2d264f968e5d195767aff1d2c9753628ed85ff56e7615406f93bb.filez differ diff --git a/flatpak-repo/objects/53/2279cd418b09a0592c31e49be947a0bdfe19671648fcfe5578400b3a784517.filez b/flatpak-repo/objects/53/2279cd418b09a0592c31e49be947a0bdfe19671648fcfe5578400b3a784517.filez new file mode 100644 index 0000000..627c1bf Binary files /dev/null and b/flatpak-repo/objects/53/2279cd418b09a0592c31e49be947a0bdfe19671648fcfe5578400b3a784517.filez differ diff --git a/flatpak-repo/objects/59/6d764125f158fc010d9ff2592ba18f2687c3f400b6fc917ac88f97ca06f36b.filez b/flatpak-repo/objects/59/6d764125f158fc010d9ff2592ba18f2687c3f400b6fc917ac88f97ca06f36b.filez new file mode 100644 index 0000000..c3b769b Binary files /dev/null and b/flatpak-repo/objects/59/6d764125f158fc010d9ff2592ba18f2687c3f400b6fc917ac88f97ca06f36b.filez differ diff --git a/flatpak-repo/objects/5c/93e4b1ceb10e09d1cbeca57838da74e74d84fb10b7c5d5dbead4d65aa6c8ea.filez b/flatpak-repo/objects/5c/93e4b1ceb10e09d1cbeca57838da74e74d84fb10b7c5d5dbead4d65aa6c8ea.filez new file mode 100644 index 0000000..3deeb78 Binary files /dev/null and b/flatpak-repo/objects/5c/93e4b1ceb10e09d1cbeca57838da74e74d84fb10b7c5d5dbead4d65aa6c8ea.filez differ diff --git a/flatpak-repo/objects/61/2b6c6394f03021f67aec7761d01dbe5b73329299b791939444ff51baa69afc.filez b/flatpak-repo/objects/61/2b6c6394f03021f67aec7761d01dbe5b73329299b791939444ff51baa69afc.filez new file mode 100644 index 0000000..6529604 Binary files /dev/null and b/flatpak-repo/objects/61/2b6c6394f03021f67aec7761d01dbe5b73329299b791939444ff51baa69afc.filez differ diff --git a/flatpak-repo/objects/63/f33e67b9ec3b8f5825d5ccc69474fdbe1e108d2a12bf8b71596f7af10925b1.filez b/flatpak-repo/objects/63/f33e67b9ec3b8f5825d5ccc69474fdbe1e108d2a12bf8b71596f7af10925b1.filez new file mode 100644 index 0000000..44074b4 Binary files /dev/null and b/flatpak-repo/objects/63/f33e67b9ec3b8f5825d5ccc69474fdbe1e108d2a12bf8b71596f7af10925b1.filez differ diff --git a/flatpak-repo/objects/67/85f284498e75420e7916b0dd31ba97b26b656ad1b198aa59ca999d29fffc81.dirtree b/flatpak-repo/objects/67/85f284498e75420e7916b0dd31ba97b26b656ad1b198aa59ca999d29fffc81.dirtree new file mode 100644 index 0000000..2102aff Binary files /dev/null and b/flatpak-repo/objects/67/85f284498e75420e7916b0dd31ba97b26b656ad1b198aa59ca999d29fffc81.dirtree differ diff --git a/flatpak-repo/objects/6a/71d412bbe2eb3ff4247024ac0fd7f2b97466bb3519eb71ded56f385e78d80e.filez b/flatpak-repo/objects/6a/71d412bbe2eb3ff4247024ac0fd7f2b97466bb3519eb71ded56f385e78d80e.filez new file mode 100644 index 0000000..d0d0098 Binary files /dev/null and b/flatpak-repo/objects/6a/71d412bbe2eb3ff4247024ac0fd7f2b97466bb3519eb71ded56f385e78d80e.filez differ diff --git a/flatpak-repo/objects/6b/022234bd9d5464ab8a80210d7cf51a6848463dffde490e79439496569565f2.dirtree b/flatpak-repo/objects/6b/022234bd9d5464ab8a80210d7cf51a6848463dffde490e79439496569565f2.dirtree new file mode 100644 index 0000000..2022c4c Binary files /dev/null and b/flatpak-repo/objects/6b/022234bd9d5464ab8a80210d7cf51a6848463dffde490e79439496569565f2.dirtree differ diff --git a/flatpak-repo/objects/6c/74d5ed88249ebc6ff1a653189205f135c4a5c8035a4aee93ce88c3ba487fc1.filez b/flatpak-repo/objects/6c/74d5ed88249ebc6ff1a653189205f135c4a5c8035a4aee93ce88c3ba487fc1.filez new file mode 100644 index 0000000..ff3323b Binary files /dev/null and b/flatpak-repo/objects/6c/74d5ed88249ebc6ff1a653189205f135c4a5c8035a4aee93ce88c3ba487fc1.filez differ diff --git a/flatpak-repo/objects/6f/f815fb6cc073cd98dd9041ec2e1bc24fa7bd02207cf798759c99a718d7a6f1.filez b/flatpak-repo/objects/6f/f815fb6cc073cd98dd9041ec2e1bc24fa7bd02207cf798759c99a718d7a6f1.filez new file mode 100644 index 0000000..b96a6b5 Binary files /dev/null and b/flatpak-repo/objects/6f/f815fb6cc073cd98dd9041ec2e1bc24fa7bd02207cf798759c99a718d7a6f1.filez differ diff --git a/flatpak-repo/objects/74/8345ae4967bc364e1c7f9caa22c13e592011e5bd357478a1f45fcc2d7669a4.filez b/flatpak-repo/objects/74/8345ae4967bc364e1c7f9caa22c13e592011e5bd357478a1f45fcc2d7669a4.filez new file mode 100644 index 0000000..18e0411 Binary files /dev/null and b/flatpak-repo/objects/74/8345ae4967bc364e1c7f9caa22c13e592011e5bd357478a1f45fcc2d7669a4.filez differ diff --git a/flatpak-repo/objects/76/7623f8e810e45e89c014ade9e676ce71cb52f8ebe1ec3a5ea6ee08a1aeb3e8.dirtree b/flatpak-repo/objects/76/7623f8e810e45e89c014ade9e676ce71cb52f8ebe1ec3a5ea6ee08a1aeb3e8.dirtree new file mode 100644 index 0000000..02f5a59 Binary files /dev/null and b/flatpak-repo/objects/76/7623f8e810e45e89c014ade9e676ce71cb52f8ebe1ec3a5ea6ee08a1aeb3e8.dirtree differ diff --git a/flatpak-repo/objects/80/994bb08a6796cc283527a81c933d8baffc780c0e43c4ad166fc99cc3921184.filez b/flatpak-repo/objects/80/994bb08a6796cc283527a81c933d8baffc780c0e43c4ad166fc99cc3921184.filez new file mode 100644 index 0000000..45ea46a Binary files /dev/null and b/flatpak-repo/objects/80/994bb08a6796cc283527a81c933d8baffc780c0e43c4ad166fc99cc3921184.filez differ diff --git a/flatpak-repo/objects/81/4c7cf8ca986ae20aefd626b0a7c54b209583d61c76305f860a45c2caa307ed.filez b/flatpak-repo/objects/81/4c7cf8ca986ae20aefd626b0a7c54b209583d61c76305f860a45c2caa307ed.filez new file mode 100644 index 0000000..4116b87 Binary files /dev/null and b/flatpak-repo/objects/81/4c7cf8ca986ae20aefd626b0a7c54b209583d61c76305f860a45c2caa307ed.filez differ diff --git a/flatpak-repo/objects/86/21f83d29a15cdb590fa1509ae93063d2239a1863b3126166b5904c16e6d562.filez b/flatpak-repo/objects/86/21f83d29a15cdb590fa1509ae93063d2239a1863b3126166b5904c16e6d562.filez new file mode 100644 index 0000000..218ce34 Binary files /dev/null and b/flatpak-repo/objects/86/21f83d29a15cdb590fa1509ae93063d2239a1863b3126166b5904c16e6d562.filez differ diff --git a/flatpak-repo/objects/87/59e992acd6e2de6a81e18c0f80390b8ef290b8e27589e9e69b2a156e9f6edf.filez b/flatpak-repo/objects/87/59e992acd6e2de6a81e18c0f80390b8ef290b8e27589e9e69b2a156e9f6edf.filez new file mode 100644 index 0000000..3089825 Binary files /dev/null and b/flatpak-repo/objects/87/59e992acd6e2de6a81e18c0f80390b8ef290b8e27589e9e69b2a156e9f6edf.filez differ diff --git a/flatpak-repo/objects/88/5dba4803651d3b893fa40372f019a3ccb6c6fc1962a5f35a6e16510f5ac614.filez b/flatpak-repo/objects/88/5dba4803651d3b893fa40372f019a3ccb6c6fc1962a5f35a6e16510f5ac614.filez new file mode 100644 index 0000000..5cf417b Binary files /dev/null and b/flatpak-repo/objects/88/5dba4803651d3b893fa40372f019a3ccb6c6fc1962a5f35a6e16510f5ac614.filez differ diff --git a/flatpak-repo/objects/8a/21e1b3787c8a36070f91a6e6ca8ffcd78219f83a59925a681dfff10539de2d.filez b/flatpak-repo/objects/8a/21e1b3787c8a36070f91a6e6ca8ffcd78219f83a59925a681dfff10539de2d.filez new file mode 100644 index 0000000..314e395 Binary files /dev/null and b/flatpak-repo/objects/8a/21e1b3787c8a36070f91a6e6ca8ffcd78219f83a59925a681dfff10539de2d.filez differ diff --git a/flatpak-repo/objects/8f/16ceea7bcbc4b4ac4183e1b01cfad3e1d9acae5caf3e8cb10224ba4ee74df9.dirtree b/flatpak-repo/objects/8f/16ceea7bcbc4b4ac4183e1b01cfad3e1d9acae5caf3e8cb10224ba4ee74df9.dirtree new file mode 100644 index 0000000..c6f7eca Binary files /dev/null and b/flatpak-repo/objects/8f/16ceea7bcbc4b4ac4183e1b01cfad3e1d9acae5caf3e8cb10224ba4ee74df9.dirtree differ diff --git a/flatpak-repo/objects/8f/8f0f3815f3c7caf891e374218a2536d81fcb73837f2e58a5180f185a58bb33.dirtree b/flatpak-repo/objects/8f/8f0f3815f3c7caf891e374218a2536d81fcb73837f2e58a5180f185a58bb33.dirtree new file mode 100644 index 0000000..0d25e76 Binary files /dev/null and b/flatpak-repo/objects/8f/8f0f3815f3c7caf891e374218a2536d81fcb73837f2e58a5180f185a58bb33.dirtree differ diff --git a/flatpak-repo/objects/99/785519c56e33db60564d352d5c73a026aa77f93b5f0c20fa1ad7b286e80072.filez b/flatpak-repo/objects/99/785519c56e33db60564d352d5c73a026aa77f93b5f0c20fa1ad7b286e80072.filez new file mode 100644 index 0000000..9a14379 Binary files /dev/null and b/flatpak-repo/objects/99/785519c56e33db60564d352d5c73a026aa77f93b5f0c20fa1ad7b286e80072.filez differ diff --git a/flatpak-repo/objects/9e/4f8ab1e1d0931f808dec6ab297ce2462e9095887738a161fb8acb962a59c76.dirtree b/flatpak-repo/objects/9e/4f8ab1e1d0931f808dec6ab297ce2462e9095887738a161fb8acb962a59c76.dirtree new file mode 100644 index 0000000..e0bc863 Binary files /dev/null and b/flatpak-repo/objects/9e/4f8ab1e1d0931f808dec6ab297ce2462e9095887738a161fb8acb962a59c76.dirtree differ diff --git a/flatpak-repo/objects/a0/662b999e0fab2f4b47b51b98896addf74df72b6161b95c6d77720e338b3168.filez b/flatpak-repo/objects/a0/662b999e0fab2f4b47b51b98896addf74df72b6161b95c6d77720e338b3168.filez new file mode 100644 index 0000000..90bccc2 Binary files /dev/null and b/flatpak-repo/objects/a0/662b999e0fab2f4b47b51b98896addf74df72b6161b95c6d77720e338b3168.filez differ diff --git a/flatpak-repo/objects/a2/c70add5b68fb260801670afcdfa090ffd65b9c0eb16a0c6ab415f9b45ab9ba.filez b/flatpak-repo/objects/a2/c70add5b68fb260801670afcdfa090ffd65b9c0eb16a0c6ab415f9b45ab9ba.filez new file mode 100644 index 0000000..6243af3 Binary files /dev/null and b/flatpak-repo/objects/a2/c70add5b68fb260801670afcdfa090ffd65b9c0eb16a0c6ab415f9b45ab9ba.filez differ diff --git a/flatpak-repo/objects/a3/3a98e0892aa11fd17609760b4555e356520e51106b5f797f3dad4bb8593ca9.dirtree b/flatpak-repo/objects/a3/3a98e0892aa11fd17609760b4555e356520e51106b5f797f3dad4bb8593ca9.dirtree new file mode 100644 index 0000000..4e2c1a9 Binary files /dev/null and b/flatpak-repo/objects/a3/3a98e0892aa11fd17609760b4555e356520e51106b5f797f3dad4bb8593ca9.dirtree differ diff --git a/flatpak-repo/objects/a5/0a97ebd1bf293719676c3c28a833f39986c06858772691c9b81ee087c08c8e.dirtree b/flatpak-repo/objects/a5/0a97ebd1bf293719676c3c28a833f39986c06858772691c9b81ee087c08c8e.dirtree new file mode 100644 index 0000000..dca7951 Binary files /dev/null and b/flatpak-repo/objects/a5/0a97ebd1bf293719676c3c28a833f39986c06858772691c9b81ee087c08c8e.dirtree differ diff --git a/flatpak-repo/objects/b5/7e89ba0484f9341b984132100e33132f776751a4f46d60fdcb5894b93b24ea.filez b/flatpak-repo/objects/b5/7e89ba0484f9341b984132100e33132f776751a4f46d60fdcb5894b93b24ea.filez new file mode 100644 index 0000000..1f1c2ae Binary files /dev/null and b/flatpak-repo/objects/b5/7e89ba0484f9341b984132100e33132f776751a4f46d60fdcb5894b93b24ea.filez differ diff --git a/flatpak-repo/objects/b8/31ed1be09461bd5a7d8fccdf2334dcd942045957719d263ca391e156dda8d0.dirtree b/flatpak-repo/objects/b8/31ed1be09461bd5a7d8fccdf2334dcd942045957719d263ca391e156dda8d0.dirtree new file mode 100644 index 0000000..778b4ea Binary files /dev/null and b/flatpak-repo/objects/b8/31ed1be09461bd5a7d8fccdf2334dcd942045957719d263ca391e156dda8d0.dirtree differ diff --git a/flatpak-repo/objects/bb/011571361e3f9bdc41ff29cc2cff1bf368ed221453084895052ffa8be2f723.dirtree b/flatpak-repo/objects/bb/011571361e3f9bdc41ff29cc2cff1bf368ed221453084895052ffa8be2f723.dirtree new file mode 100644 index 0000000..3e33dd1 Binary files /dev/null and b/flatpak-repo/objects/bb/011571361e3f9bdc41ff29cc2cff1bf368ed221453084895052ffa8be2f723.dirtree differ diff --git a/flatpak-repo/objects/c0/1a6abf3f911ef0b51b9a1b4741eee654adb08514e45142f3b1facf1a147aab.dirtree b/flatpak-repo/objects/c0/1a6abf3f911ef0b51b9a1b4741eee654adb08514e45142f3b1facf1a147aab.dirtree new file mode 100644 index 0000000..ede4ef7 Binary files /dev/null and b/flatpak-repo/objects/c0/1a6abf3f911ef0b51b9a1b4741eee654adb08514e45142f3b1facf1a147aab.dirtree differ diff --git a/flatpak-repo/objects/c2/b15e07225e7370095af2c7389c26cce84ca76562514b0a56d75c07bc70c4e5.filez b/flatpak-repo/objects/c2/b15e07225e7370095af2c7389c26cce84ca76562514b0a56d75c07bc70c4e5.filez new file mode 100644 index 0000000..a5fc435 Binary files /dev/null and b/flatpak-repo/objects/c2/b15e07225e7370095af2c7389c26cce84ca76562514b0a56d75c07bc70c4e5.filez differ diff --git a/flatpak-repo/objects/c2/c2ece3b60fb7cc3d632aea4b5cce24b8b80a80dc27cda9044070fba7136592.filez b/flatpak-repo/objects/c2/c2ece3b60fb7cc3d632aea4b5cce24b8b80a80dc27cda9044070fba7136592.filez new file mode 100644 index 0000000..aa9bad2 Binary files /dev/null and b/flatpak-repo/objects/c2/c2ece3b60fb7cc3d632aea4b5cce24b8b80a80dc27cda9044070fba7136592.filez differ diff --git a/flatpak-repo/objects/c4/0823476a149962ab1bd6de0ffc2a750cc11fa21af036b02a3b288a6edba018.filez b/flatpak-repo/objects/c4/0823476a149962ab1bd6de0ffc2a750cc11fa21af036b02a3b288a6edba018.filez new file mode 100644 index 0000000..cb5f063 Binary files /dev/null and b/flatpak-repo/objects/c4/0823476a149962ab1bd6de0ffc2a750cc11fa21af036b02a3b288a6edba018.filez differ diff --git a/flatpak-repo/objects/c6/2fa3d3f59552db757cbf1172f382bc38f9f678c6d047d4a50c00e02f4eb705.dirtree b/flatpak-repo/objects/c6/2fa3d3f59552db757cbf1172f382bc38f9f678c6d047d4a50c00e02f4eb705.dirtree new file mode 100644 index 0000000..fa1b736 Binary files /dev/null and b/flatpak-repo/objects/c6/2fa3d3f59552db757cbf1172f382bc38f9f678c6d047d4a50c00e02f4eb705.dirtree differ diff --git a/flatpak-repo/objects/c7/87c18615fb7902ebcb33e80c123c58e1f58f49a50f4442bde0fd25b8b799ca.dirtree b/flatpak-repo/objects/c7/87c18615fb7902ebcb33e80c123c58e1f58f49a50f4442bde0fd25b8b799ca.dirtree new file mode 100644 index 0000000..d10c596 Binary files /dev/null and b/flatpak-repo/objects/c7/87c18615fb7902ebcb33e80c123c58e1f58f49a50f4442bde0fd25b8b799ca.dirtree differ diff --git a/flatpak-repo/objects/cb/21996280b4707ea99ba18073c8655dd3a0bff1dcbf375be54bc6a46d1fbc76.filez b/flatpak-repo/objects/cb/21996280b4707ea99ba18073c8655dd3a0bff1dcbf375be54bc6a46d1fbc76.filez new file mode 100644 index 0000000..bc78c9a Binary files /dev/null and b/flatpak-repo/objects/cb/21996280b4707ea99ba18073c8655dd3a0bff1dcbf375be54bc6a46d1fbc76.filez differ diff --git a/flatpak-repo/objects/cc/700d46f407c6c5ab2d5dde474366a928b7398277e61162e7f8ec06f469f07e.filez b/flatpak-repo/objects/cc/700d46f407c6c5ab2d5dde474366a928b7398277e61162e7f8ec06f469f07e.filez new file mode 100644 index 0000000..b35b319 Binary files /dev/null and b/flatpak-repo/objects/cc/700d46f407c6c5ab2d5dde474366a928b7398277e61162e7f8ec06f469f07e.filez differ diff --git a/flatpak-repo/objects/ce/777eca6384d61cbb42f23901c83c9f9e168f2730223f6ce6b81625ff8e4b65.dirtree b/flatpak-repo/objects/ce/777eca6384d61cbb42f23901c83c9f9e168f2730223f6ce6b81625ff8e4b65.dirtree new file mode 100644 index 0000000..969789f Binary files /dev/null and b/flatpak-repo/objects/ce/777eca6384d61cbb42f23901c83c9f9e168f2730223f6ce6b81625ff8e4b65.dirtree differ diff --git a/flatpak-repo/objects/ce/c658f96afe5d06c4a9b88061b887aa560ccee3417ab19b098fa6cbb0f9f0bb.filez b/flatpak-repo/objects/ce/c658f96afe5d06c4a9b88061b887aa560ccee3417ab19b098fa6cbb0f9f0bb.filez new file mode 100644 index 0000000..f173600 Binary files /dev/null and b/flatpak-repo/objects/ce/c658f96afe5d06c4a9b88061b887aa560ccee3417ab19b098fa6cbb0f9f0bb.filez differ diff --git a/flatpak-repo/objects/cf/f034fcd68fdbd18bc20b8d890091ad28eaadd09da1939aa4ad44057de4f5e9.filez b/flatpak-repo/objects/cf/f034fcd68fdbd18bc20b8d890091ad28eaadd09da1939aa4ad44057de4f5e9.filez new file mode 100644 index 0000000..90e6a44 Binary files /dev/null and b/flatpak-repo/objects/cf/f034fcd68fdbd18bc20b8d890091ad28eaadd09da1939aa4ad44057de4f5e9.filez differ diff --git a/flatpak-repo/objects/d1/69d580458a25fcc50b4f0fc9e0703e9806f4b4ab2d6f045c99e34cd60af9d0.filez b/flatpak-repo/objects/d1/69d580458a25fcc50b4f0fc9e0703e9806f4b4ab2d6f045c99e34cd60af9d0.filez new file mode 100644 index 0000000..9baa6e3 Binary files /dev/null and b/flatpak-repo/objects/d1/69d580458a25fcc50b4f0fc9e0703e9806f4b4ab2d6f045c99e34cd60af9d0.filez differ diff --git a/flatpak-repo/objects/e2/3cd47f7da1a310122bf2a0c6a8b8669019c4fcd6f5ece8bcdb62bfdebe47f3.dirtree b/flatpak-repo/objects/e2/3cd47f7da1a310122bf2a0c6a8b8669019c4fcd6f5ece8bcdb62bfdebe47f3.dirtree new file mode 100644 index 0000000..5e22998 Binary files /dev/null and b/flatpak-repo/objects/e2/3cd47f7da1a310122bf2a0c6a8b8669019c4fcd6f5ece8bcdb62bfdebe47f3.dirtree differ diff --git a/flatpak-repo/objects/e3/04b71fa624ff84305b057207cf56f40986606abbc0cdcdcf071542ae89e0c5.filez b/flatpak-repo/objects/e3/04b71fa624ff84305b057207cf56f40986606abbc0cdcdcf071542ae89e0c5.filez new file mode 100644 index 0000000..ccc7f92 Binary files /dev/null and b/flatpak-repo/objects/e3/04b71fa624ff84305b057207cf56f40986606abbc0cdcdcf071542ae89e0c5.filez differ diff --git a/flatpak-repo/objects/e5/056f2a0831de2f6abe3f215bc921e77f87dd4669368753c7765e79700adce4.filez b/flatpak-repo/objects/e5/056f2a0831de2f6abe3f215bc921e77f87dd4669368753c7765e79700adce4.filez new file mode 100644 index 0000000..d4f58c7 Binary files /dev/null and b/flatpak-repo/objects/e5/056f2a0831de2f6abe3f215bc921e77f87dd4669368753c7765e79700adce4.filez differ diff --git a/flatpak-repo/objects/e6/25998ed171e11332a11daa99ca20ef79ac9fcbab28e0cd8b72604d9109d193.dirtree b/flatpak-repo/objects/e6/25998ed171e11332a11daa99ca20ef79ac9fcbab28e0cd8b72604d9109d193.dirtree new file mode 100644 index 0000000..7a187f0 Binary files /dev/null and b/flatpak-repo/objects/e6/25998ed171e11332a11daa99ca20ef79ac9fcbab28e0cd8b72604d9109d193.dirtree differ diff --git a/flatpak-repo/refs/heads/app/net.jeena.Recoder/x86_64/stable b/flatpak-repo/refs/heads/app/net.jeena.Recoder/x86_64/stable new file mode 100644 index 0000000..b9b99a5 --- /dev/null +++ b/flatpak-repo/refs/heads/app/net.jeena.Recoder/x86_64/stable @@ -0,0 +1 @@ +360ad53f35a3b5c000b2897b89ca8d23bda204553ded16074cd64d6e575b44f6 diff --git a/flatpak-repo/summaries/1b98d7802d60987cbbb73594fa5f4644335fe7481123f0ef1c0cac876c025529.idx.sig b/flatpak-repo/summaries/1b98d7802d60987cbbb73594fa5f4644335fe7481123f0ef1c0cac876c025529.idx.sig new file mode 100644 index 0000000..f8b22e8 Binary files /dev/null and b/flatpak-repo/summaries/1b98d7802d60987cbbb73594fa5f4644335fe7481123f0ef1c0cac876c025529.idx.sig differ diff --git a/flatpak-repo/summaries/35cd49084d34a55b912a7d783ad899b5cfdbee99941ff724609c23040d4ddf19.gz b/flatpak-repo/summaries/35cd49084d34a55b912a7d783ad899b5cfdbee99941ff724609c23040d4ddf19.gz new file mode 100644 index 0000000..aca1b3c Binary files /dev/null and b/flatpak-repo/summaries/35cd49084d34a55b912a7d783ad899b5cfdbee99941ff724609c23040d4ddf19.gz differ diff --git a/flatpak-repo/summary b/flatpak-repo/summary new file mode 100644 index 0000000..37115e6 Binary files /dev/null and b/flatpak-repo/summary differ diff --git a/flatpak-repo/summary.idx b/flatpak-repo/summary.idx new file mode 100644 index 0000000..b9574f7 Binary files /dev/null and b/flatpak-repo/summary.idx differ diff --git a/flatpak-repo/summary.idx.sig b/flatpak-repo/summary.idx.sig new file mode 100644 index 0000000..f8b22e8 Binary files /dev/null and b/flatpak-repo/summary.idx.sig differ diff --git a/flatpak-repo/summary.sig b/flatpak-repo/summary.sig new file mode 100644 index 0000000..bcc47cd Binary files /dev/null and b/flatpak-repo/summary.sig differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..256a5f8 --- /dev/null +++ b/index.html @@ -0,0 +1,478 @@ + + + + + + Recoder β€” Batch Video Transcoding + + + +
+
+
+ Recoder Logo +

Recoder

+

Batch transcode family videos to DNxHD for smooth Davinci Resolve editing

+
+ +
+ Install + +
+ + +
+ + + +
+
+

🎬 Why Recoder?

+ +

+ I used to edit family videos in Kdenlive without a problem β€” it handled footage from all our devices without complaining. But then I switched to DaVinci Resolve, and suddenly nothing worked right. My Sony Alpha 7C, my Galaxy S24, and my wife's iPhone all produced files that Resolve couldn’t handle without transcoding. +

+ +

😀 Too Much Fuss, Too Many Steps

+

+ Every time I wanted to edit, I had to hunt down the right ffmpeg settings and manually run them on each video β€” a frustrating and repetitive task. +

+ +

+ My typical workflow is simple: I create one folder per event on an external HDD and drop in videos from all our cameras. A script renames the files based on the date and time so I can easily sort them. But for Resolve, everything has to be transcoded to DNxHD β€” which only supports resolutions like 1920Γ—1080 and 1280Γ—720. +

+ +

πŸ”„ Vertical Videos? Extra Pain

+

+ That also meant vertical videos couldn’t work. So now, I rotate them during transcoding to preserve resolution and rotate them back in Resolve during editing. +

+ +

✨ Enter Recoder

+

+ I built Recoder to automate this annoying step β€” so I could spend more time editing memories and less time fiddling with command-line tools. +

+
+
+ +
+
+

βš™οΈ Powerful Transcoding with ffmpeg

+

Powered by ffmpeg to support virtually all input formats.

+
+
+

πŸŽ₯ Consistent Output Quality

+

Output videos are always 1920Γ—1080 DNxHD, perfect for smooth editing.

+

Vertical videos are rotated 90Β° during transcoding to preserve quality.

+
+
+

🎞️ Batch Transcoding Made Easy

+

Drop one video or a folder of videos to transcode them all at once. Subfolders and non-video files are ignored automatically.

+
+
+

πŸ–±οΈ Drag & Drop Friendly

+

Simply drag a file or a folder onto the app and get a preview of which files will be transcoded.

+
+
+

🧭 Clear & Intuitive UI

+

Modern libadwaita interface with simple controls: Transcode, Pause, Resume, and Clear buttons.

+
+
+

πŸ“ Flexible Output Folder

+

Customize where transcoded files go β€” use relative or absolute paths and variables like {{source_folder_name}}.

+
+
+

πŸ›‘οΈ Safe File Management

+

Files are processed without altering originals; new files are saved separately based on your settings.

+
+
+

πŸ“Š Live Progress & Notifications

+

See detailed progress bars for each file and the entire batch. Buttons update states dynamically, toast notifications keep you informed, and a completion sound plays when the batch finishes.

+
+
+

🧩 System Integration

+

Supports Flatpak for easy installation, runs smoothly on Linux desktops.

+
+
+ + +
+

Need Help?

+

+ πŸ“– Learn how to use Recoder in the + HELP.md. +

+

+ πŸ›  Found a bug or have a suggestion? Report it via the + issue tracker. +

+

+ πŸ’» Explore the source code on + GitHub. +

+
+ + +
+ + + + + diff --git a/net.jeena.Recoder.flatpakref b/net.jeena.Recoder.flatpakref new file mode 100644 index 0000000..9abf199 --- /dev/null +++ b/net.jeena.Recoder.flatpakref @@ -0,0 +1,8 @@ +[Flatpak Ref] +Title=Recoder +Name=net.jeena.Recoder +Branch=stable +Url=https://jeena.github.io/recoder/flatpak-repo +IsRuntime=false +RuntimeRepo=https://flathub.org/repo/flathub.flatpakrepo +GPGKey=LS0tLS1CRUdJTiBQR1AgUFVCTElDIEtFWSBCTE9DSy0tLS0tCgptUUlOQkdoR2hOOEJFQUMxQzBNeHRNWDIrWWQ0MDl3OG1vTDJZZTdVRmhreVE3YngvbGMzN21RTXY1bVRBSG9qCndkM2xtL0ZFQk9xLzdIV2ptYktPclluQTIwUWFjNjkrMmxEN3poa3h1am9SMlpWSDFVeURWWXRMMHRpcGtJa2QKcERzTVVPZi9QUjEyeGxQTEllakQrY2xOdGhQUE03Q3RaNDBZSUkzRGR3ZTBjclJnVXFCZUhqeHptMFdwNWNXMgpEUktiVy9sUmVoWC80VEZOUFphT01JYkJWeHptOWdXSzJIWHRITysvRWdmYW9sYzR6aVpkejM1am5yekZWTHg1CnF0Wm51UGhRdU9naTFtZmZ3a3E3N3VjYkFycS9OeTF0Z0F6czV3cTV2Yk90eUdHTlF5TXp1VGE1aCsxTGZldEIKanJIVVBxdmJvWjkrS3ZRSXJNeFZCTndtVXBRUkFycGl3U2kwRE5zZE9QQmNWMVBaWWNaekdhV2ZLNHIyVjRLeApuamZxSTdhZWRLdnpEbU91U1d3UVI5bW5HNHprSjh3a0JYN1lOYi9kQTE5M3gvWDhTNDNQQ29RdTBVM1phU1pFCkZBeERxMXdmQ2tpN0pnNG1MTmwwak5yNEdNelVaSEZTMGJmNm1YRVZYQkliZHhaL20vbExXZnU4UHpEOEQ2d3QKZjdqMUIxUk8rcXFkTlVPcm15VDN2UDJiN2xQblJtWitjemZsZ0ZuVE1xZTVST3A0UjRrQjR1VEt5NVFpSTFjagpTZHp4aCtIL2ozalJnV2lFeVNsL21BOUVvbWRuL1BpVVJSNXliVExPanpVNTV6anI2dFY2alBOYzZEL2xseG1KCjZnQk5rcWtDK25hVjhjL1hNbTRqQWhxejZFY3ZtU3hvb09GQXZSUURxWTVua3U0RlMwekVSb0FuRHdBUkFRQUIKdEJkS1pXVnVZU0E4YUdWc2JHOUFhbVZsYm1FdWJtVjBQb2tDVkFRVEFRb0FQaFloQkIzMlZ3eVNuaXdZWm9VRQpidzFxamphNTdtRjNCUUpvUm9UZkFoc0RCUWtEd21jQUJRc0pDQWNDQmhVS0NRZ0xBZ1FXQWdNQkFoNEJBaGVBCkFBb0pFQTFxamphNTdtRjMzTVVQL2lwcEthT3ZaM0QxK3E3M3BYazcxcHlhYVhsTHpUbFR5QTJJVHRYUHJXQ3YKM2VmT3liQmxWNi9XOFBkUDhOZ3Vlc3U5b0xIMndYSm56M0NsYVhrVzlIMXZFK25odHR4MU1IQkNoVVpwb2VGUwpieVNnOEUyZjB6MkNOWnN6OW13TzFLaFR5aHkzTEtFeUN3VjBIZTVXdmdJQk8zTkdVVVBIRkxaZ3JVOUNzbzI3CmNYRC9oQVlWMXdybEI4SERJTUlsU1ZZOC9pUVFaQjdTWTlMdmR2T2NXa3Awci9pVjdMRUZlVGdnNGl1Rit0b2QKSDAyRmVoV1Y3bUNxMTNkdysxSEhQY2hTa2tIeExoWVpVaU92a0ZSeThNR1ZENmEvNHZwaEJBQUNIck9RemtyeApPeHhwQi9vVTN2aDFKV1g1Q0hHVmdCTXllZnNCSFBtYlZwL3BjN0VLTmxtRkVMYVErUVZKNWVlNElrZFhPNGhVCnd2WG9vN200dDF5RkhIMVcxY2ZjSkJ0TUwrbktJYStndGpWVHZ1KzFic254eFNDaENvQVZxemcrZmdncSt6UXMKRm5obFM2SXFyRjlQSWhZRDhLSkk2V3VucWxJbUJ0d0c4OEpqTDl6a1d0YXp1cW84YmJWaE1FWkpDaGpKSVJYNQo5STJiS1hwNXVFVWNzR3VmcXFwR0tnbDgyQlJHN2kvalgyWS85alFrQmpJL0dqUlVVdkEreUxhbUdCRG5WSUV0CnN2SUVLZjM4UlpzdEVOUjlMNlBNeWgyQjZlTnNmQlVENEF1anQyYXZYVERJSHg4ZkkwSzVJZDNqcEUxN1Z0MFIKalpVSzdpdndSajdxWGRPY1c3RW1GL2w2eXl2MEFFU0EzdFNydHAwQVZvdGpxRHpDeUhGNGlaMzkvUFFhTWY2Zgp1UUlOQkdoR2hOOEJFQUQzNnJPb0ZSK2ZoalRwNjE2alVVTEoyUHhidlEzNWNXa2x5VjJ3eUE0OURYR0owU1pCCi9SSm9YRTZzekorSlVBblFENnJRUnhLOEdYUVIyTjI4cHo0V2ZkZlF1TzFpTmZXTm90MmlmNjJxRUJSQTNjaHEKaDdRbnBoN2JSZ3JwVmRqK3Q5TGhZT0NXQWpvcnlXMFJUU2haMWwrMkJBaWFvU0FkU08zVXpGdGJrNlFtVEhkYgpLc0tNQ2liWlBmZWdBM2oyUHJZN1UvVE1hNVBoc1NZZVJqVFcxaHNNODk5Q1FkaVFQckc1SFFOVWY5Tzk3Q2V5CkNnNEpXZWhNNlNzSzRlZzZDSUNJVnN3eGhaajNxVVdyd0wwelVnczU1RDR2VEt0Tnh6SWJXdlZtRDI5ZmZLaEkKWTFiYUVkdllaNlRQVjgrajNSODhaakdyalBpb3drU3BoZzJWZ2JZeVpXQkZFSUlaQ3ZwQ1MrQVZiU08wWXliSApLTTVkZHdpa1NqMlEyWktkeXgrYVZ2bE54dGU4LzBBaTdhR3hTcy9yUE9kWkFLSHltOHRrYVVVbUhPYTFoMmY4Cm1kVkFON0hSUk4xWFJFYlZTUnpYUzluWHgxNGdTdXBTQ0NvSGVudndKRlM0MHdrcVVNZy8vMCtSTC9mWWJqeG0KRDk3cFNhVDRlOXk2WHhDdHB6WFJ6ZDlvYWkzNGdMMUlFZVFYUk9Od0hzREJ4djFEYkxaQVNhQnEvNEVjUklnWgppWlQ4alpGVWJOWmkzOHVaS09WRDE1SFBiYXJ3TmVUYjlicFJGMHFseXBqQkU2VVZkV1NNRUxFYzdBQkZqdkxRClFzaGZ0MjJwM3VwZ1NNTktqWExHMDZ5TitPNE9DRHErelFlSUYzOTZ5SWRSVkZnWWVOdEFWTUlLWVFBUkFRQUIKaVFJOEJCZ0JDZ0FtRmlFRUhmWlhESktlTEJobWhRUnZEV3FPTnJudVlYY0ZBbWhHaE44Q0d3d0ZDUVBDWndBQQpDZ2tRRFdxT05ybnVZWGRaM0EvL1ltT2JETlVOMHRTYUEyc3laaWhSMVdndnQ3ZEUwRGFUM0oxZk1pdnpGRnh1CklnckF6QjJvTW9SYytidmV5YVAyelc2enhXWDY2VGhWbFBrQ3dYejRpb2ZhNGZvY3RpQ01OdWRZMGVVMzl5MlYKT1MrOEVIWVZob1p1QlpFNWZKMzVDMEZFYVVYa1RqSXd6RFAvbTZFVHZTU0pVMUtWZ3VLMlNudXA1L3dBVkNUego1VlFQMldzaS9QeXduM3JVdlZLOTR2T01FT0lsZXEzOStjTVJRbTJYVEl4TnQ3UERubGZ0Qm9FdGlseTZYa05vCnBudW5YS0dOZzZsbFFzU3FNaFR4dm9oYkYzQTZNVmZQNVFmU2IwNmRtUTByRXVGVUVSZjBYYXNnaU5LQzRacmcKR2JLVHVsTE9tS1I1NWp4d1JMaXpwbWZNRlBRRmhKU2JrdHc4UFZNaVlnbzVNRzZxWld4V1Nrc2xNOVFwdzVTUwpxeHMxU3NhSmx0MDJ5NE5hNC9mdDY2SUQ5QXByN1A5QmpxS2NQcm42c2QydENaeFVGRCtKa1MwN3RheFhVNnJMCjRKZXNLanB6Y0ZNeUtUMWhnNTB3MzBBcHRoMzFPTFRTRUtTdmxYT0hPelhmcVpUSGZsenZ4MEQ2bWlueG4rVkQKUmsrWHpkMmgwL0lBYlh5QjRVT3FMZVgvcU1jNE5DNER3MkpFN29YVGM1VmxTL0tnSkRDT3hheDlNSWp4RzJzZApKL3JXSDdKbFI5NmtuL0hjTldoZFZmeExFV0x0aHFBdUxwV2taYUFqV3ZHYStjbTBWZmtBRWVVL3czVUZBTFRPCmJiR1dNcENHOVlnMmNzeGxPL0xZeGZGYmdFTU1qampjaW5uTmxKNWI0dFpvVnVjZFk3VTl0TWt4QUJxS002MD0KPTQwUjkKLS0tLS1FTkQgUEdQIFBVQkxJQyBLRVkgQkxPQ0stLS0tLQo= diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 5efafd6..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,27 +0,0 @@ -[project] -name = "recoder" -version = "1.0.0" -description = "A GTK4 video transcoding GUI application" -readme = "README.md" -authors = [{name = "Jeena", email = "hello@jeena.net"}] -license = {file = "LICENSE"} -dependencies = [ - "pygobject", -] - -[project.scripts] -recoder = "recoder.app:main" # This creates the /usr/bin/recoder entrypoint - -[build-system] -requires = ["setuptools>61", "wheel"] -build-backend = "setuptools.build_meta" - -[tool.setuptools] -package-dir = {"" = "src"} -include-package-data = true - -[tool.setuptools.packages.find] -where = ["src"] - -[tool.setuptools.package-data] -recoder = ["resources.gresource"] \ No newline at end of file diff --git a/src/recoder/__init__.py b/src/recoder/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/src/recoder/app.py b/src/recoder/app.py deleted file mode 100755 index 67f6fc0..0000000 --- a/src/recoder/app.py +++ /dev/null @@ -1,122 +0,0 @@ -#!/usr/bin/env python3 -import sys -import gi - -gi.require_version('Gtk', '4.0') -gi.require_version('Adw', '1') - -from gi.repository import Adw, Gio, Gtk -from importlib.resources import files -from importlib.metadata import version, PackageNotFoundError - -try: - __version__ = version("recoder") -except PackageNotFoundError: - __version__ = "unknown" - -APP_NAME = "Recoder" - -Adw.init() - -def load_resources(): - resource_path = files("recoder").joinpath("resources.gresource") - resource = Gio.Resource.load(str(resource_path)) - Gio.resources_register(resource) - - -def main(): - load_resources() - - # Delay imports until after resources are registered - from recoder.window import RecoderWindow - from recoder.preferences import RecoderPreferences - - class RecoderApp(Adw.Application): - def __init__(self): - super().__init__( - application_id="net.jeena.Recoder", - flags=Gio.ApplicationFlags.FLAGS_NONE - ) - - self.window = None - self.preferences_window = None - - def do_startup(self): - Adw.Application.do_startup(self) - - quit_action = Gio.SimpleAction.new("quit", None) - quit_action.connect("activate", lambda *_: self.quit()) - self.add_action(quit_action) - self.set_accels_for_action("app.quit", ["q"]) - self.set_accels_for_action("win.close", ["w"]) - - preferences_action = Gio.SimpleAction.new("preferences", None) - preferences_action.connect("activate", self.on_preferences_activate) - self.add_action(preferences_action) - self.set_accels_for_action("app.preferences", ["comma"]) - - help_action = Gio.SimpleAction.new("help", None) - help_action.connect("activate", self.on_help_activated) - self.add_action(help_action) - self.set_accels_for_action("app.help", ["F1"]) - - about_action = Gio.SimpleAction.new("about", None) - about_action.connect("activate", self.on_about_activate) - self.add_action(about_action) - - def do_activate(self): - if not self.window: - self.window = RecoderWindow(self) - self.window.connect("close-request", self.on_window_close) - self.window.present() - - def on_about_activate(self, action, param): - about = Adw.AboutWindow( - application_name=APP_NAME, - application_icon=self.get_application_id(), - version=__version__, - developer_name="Jeena", - license_type=Gtk.License.GPL_3_0, - website="https://github.com/jeena/recoder", - issue_url="https://github.com/jeena/recoder/issues", - transient_for=self.window, - ) - about.present() - - def on_preferences_activate(self, action, param): - if not self.preferences_window: - self.preferences_window = RecoderPreferences() - self.preferences_window.set_transient_for(self.window) - self.preferences_window.set_modal(True) - self.preferences_window.connect("close-request", self.on_preferences_close) - - self.preferences_window.present() - - def on_preferences_close(self, window): - window.set_visible(False) - if window.prefs_changed: - window.prefs_changed = False - self.window.toast_overlay.add_toast(Adw.Toast.new("Preferences saved")) - # Don't destroy, just hide - return True # stops further handlers, prevents default destruction - - def on_window_close(self, window): - self.quit() - return False # allow default handler to proceed - - def on_help_activated(self, action, param): - uri = "https://github.com/jeena/recoder/blob/master/docs/HELP.md" - try: - Gio.AppInfo.launch_default_for_uri(uri, None) - self.window.toast_overlay.add_toast(Adw.Toast.new("Opening help in browser…")) - except GLib.Error as e: - self.window.toast_overlay.add_toast(Adw.Toast.new(f"Failed to open help: {e.message}")) - - - - app = RecoderApp() - return app.run(sys.argv) - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/src/recoder/app_state.py b/src/recoder/app_state.py deleted file mode 100644 index 030ceef..0000000 --- a/src/recoder/app_state.py +++ /dev/null @@ -1,119 +0,0 @@ -import gi -gi.require_version("GObject", "2.0") -from gi.repository import GObject - -from recoder.app import APP_NAME - - -class AppState(GObject.GEnum): - IDLE = 0 - FILES_LOADED = 1 - TRANSCODING = 2 - PAUSED = 3 - DONE = 4 - STOPPED = 5 - ERROR = 6 - - -class AppStateManager(GObject.GObject): - state = GObject.Property(type=AppState, default=AppState.IDLE) - - -class UIStateManager: - def __init__(self, window, app_state_manager): - self.window = window - self.app_state_manager = app_state_manager - self.app_state_manager.connect("notify::state", self.on_state_changed) - - self.handlers = { - AppState.IDLE: self._handle_idle, - AppState.FILES_LOADED: self._handle_files_loaded, - AppState.TRANSCODING: self._handle_transcoding, - AppState.PAUSED: self._handle_paused, - AppState.DONE: self._handle_done, - AppState.STOPPED: self._handle_idle, - AppState.ERROR: self._handle_error, - } - - def on_state_changed(self, obj, pspec): - self.set_state(self.app_state_manager.state) - - def set_state(self, state: AppState): - handler = self.handlers.get(state) - if handler: - handler() - - def _update_title(self, folder_name=None): - w = self.window - if folder_name: - w.folder_label.set_text(f"{APP_NAME} β€” {folder_name}") - else: - w.folder_label.set_text(APP_NAME) - - def _handle_idle(self): - self._update_title(None) - w = self.window - w.clear_listbox() - w.file_rows.clear() - w.file_items_to_process = [] - w.is_paused = False - w.progress_bar.set_visible(False) - w.progress_bar.set_fraction(0.0) - w.progress_bar.set_text("") - w.drop_hint.set_visible(True) - if w.drop_hint.get_parent() != w.overlay: - w.overlay.add_overlay(w.drop_hint) - w.btn_transcode.set_visible(False) - w.btn_clear.set_visible(False) - - def _handle_files_loaded(self): - w = self.window - self._update_title(w.current_folder_name) - w.drop_hint.set_visible(False) - w.progress_bar.set_visible(False) - w.btn_transcode.set_visible(True) - w.btn_transcode.set_sensitive(True) - w.btn_transcode.set_label("Transcode") - w.btn_transcode.add_css_class("suggested-action") - w.btn_clear.set_visible(True) - w.is_paused = False - - def _handle_transcoding(self): - w = self.window - w.drop_hint.set_visible(False) - w.progress_bar.set_visible(True) - w.btn_transcode.set_visible(True) - w.btn_transcode.set_sensitive(True) - w.btn_transcode.set_label("Pause") - w.btn_transcode.remove_css_class("suggested-action") - w.btn_clear.set_visible(True) - w.is_paused = False - - def _handle_paused(self): - w = self.window - w.drop_hint.set_visible(False) - w.progress_bar.set_visible(True) - w.btn_transcode.set_visible(True) - w.btn_transcode.set_sensitive(True) - w.btn_transcode.set_label("Resume") - w.btn_clear.set_visible(True) - w.is_paused = True - - def _handle_done(self): - w = self.window - w.drop_hint.set_visible(False) - w.progress_bar.set_visible(True) - w.progress_bar.set_fraction(1.0) - w.btn_transcode.set_visible(False) - w.btn_transcode.remove_css_class("suggested-action") - w.btn_clear.set_visible(True) - w.is_paused = False - - def _handle_error(self): - w = self.window - self._update_title(w.current_folder_name) - w.drop_hint.set_visible(False) - w.progress_bar.set_visible(False) - w.btn_transcode.set_visible(False) - w.btn_clear.set_visible(True) - w.is_paused = False diff --git a/src/recoder/drop_handler.py b/src/recoder/drop_handler.py deleted file mode 100644 index 107647a..0000000 --- a/src/recoder/drop_handler.py +++ /dev/null @@ -1,56 +0,0 @@ -import gi -from gi.repository import Gtk, Gdk, Gio, GLib -from functools import partial -from recoder.app_state import AppState - -class DropHandler: - def __init__(self, w, app_state_manager): - self.w = w - self.app_state_manager = app_state_manager - self._accepting = self._compute_accept() - self.app_state_manager.connect("notify::state", self.on_state_changed) - - self.drop_target = Gtk.DropTarget.new(Gio.File, Gdk.DragAction.COPY) - self.drop_target.connect("enter", self.on_drop_enter) - self.drop_target.connect("leave", self.on_drop_leave) - self.drop_target.connect("drop", self.on_drop) - - self.w.overlay.add_controller(self.drop_target) - - def _compute_accept(self): - return self.app_state_manager.state not in { - AppState.TRANSCODING, - AppState.PAUSED, - AppState.FILES_LOADED, - } - - def on_state_changed(self, *_): - accepting = self._compute_accept() - if accepting != self._accepting: - self._accepting = accepting - if accepting: - self.w.overlay.add_controller(self.drop_target) - else: - self.w.overlay.remove_controller(self.drop_target) - - - def on_drop_enter(self, *_): - if not self._accepting: - return False - self.w.drop_hint.add_css_class("drop-highlight") - return True - - def on_drop_leave(self, *_): - self.w.drop_hint.remove_css_class("drop-highlight") - return True - - def on_drop(self, _, value, __, ___): - if not self._accepting: - return False - if self.w.drop_hint.get_parent(): - self.w.overlay.remove_overlay(self.w.drop_hint) - self.w.drop_hint.set_visible(False) - self.w.progress_bar.set_visible(True) - self.w.progress_bar.set_fraction(0.0) - GLib.idle_add(partial(self.w.process_drop_value, value)) - return True diff --git a/src/recoder/file_entry_row.py b/src/recoder/file_entry_row.py deleted file mode 100644 index c631d29..0000000 --- a/src/recoder/file_entry_row.py +++ /dev/null @@ -1,47 +0,0 @@ -import gi -gi.require_version("Gtk", "4.0") -from gi.repository import Gtk - -from recoder.models import FileStatus - -ICONS = { - FileStatus.WAITING: "network-idle-symbolic", - FileStatus.PROCESSING: "network-transmit-symbolic", - FileStatus.DONE: "checkmark-symbolic", - FileStatus.ERROR: "network-error-symbolic", -} - -LABELS = { - FileStatus.WAITING: "Waiting", - FileStatus.DONE: "Done", - FileStatus.ERROR: "Error", -} - -@Gtk.Template(resource_path="/net/jeena/recoder/file_entry_row.ui") -class FileEntryRow(Gtk.ListBoxRow): - __gtype_name__ = "FileEntryRow" - - icon = Gtk.Template.Child() - label = Gtk.Template.Child() - progress_label = Gtk.Template.Child() - level_bar = Gtk.Template.Child() - - def __init__(self, item): - super().__init__() - self.item = item - self.item.connect("notify::status", self.update_display) - self.item.connect("notify::progress", self.update_display) - self.update_display() - - def update_display(self, *args): - basename = self.item.file.get_basename() - self.label.set_text(basename) - icon_name = ICONS.get(self.item.status, "object-select-symbolic") - self.icon.set_from_icon_name(icon_name) - - if self.item.status == FileStatus.PROCESSING: - self.progress_label.set_text(f"{self.item.progress}%") - self.level_bar.set_value(self.item.progress) - else: - self.progress_label.set_text(LABELS.get(self.item.status, "")) - self.level_bar.set_value(100 if self.item.status == FileStatus.DONE else 0) diff --git a/src/recoder/models.py b/src/recoder/models.py deleted file mode 100644 index 7c56f48..0000000 --- a/src/recoder/models.py +++ /dev/null @@ -1,19 +0,0 @@ -from gi.repository import GObject, Gio - -class FileStatus(GObject.GEnum): - __gtype_name__ = 'FileStatus' - ERROR = 0 - WAITING = 1 - PROCESSING = 2 - DONE = 3 - -class FileItem(GObject.GObject): - __gtype_name__ = 'FileItem' - - file = GObject.Property(type=Gio.File) - progress = GObject.Property(type=int, minimum=0, maximum=100, default=0) - status = GObject.Property(type=FileStatus, default=FileStatus.WAITING) - - def __init__(self, file: Gio.File): - super().__init__() - self.file = file diff --git a/src/recoder/preferences.py b/src/recoder/preferences.py deleted file mode 100644 index 09ed941..0000000 --- a/src/recoder/preferences.py +++ /dev/null @@ -1,57 +0,0 @@ -import gi -gi.require_version("Gtk", "4.0") -gi.require_version("Adw", "1") -from gi.repository import Gtk, Gio, Adw -import re - -@Gtk.Template(resource_path="/net/jeena/recoder/preferences.ui") -class RecoderPreferences(Adw.PreferencesWindow): - __gtype_name__ = "RecoderPreferences" - - output_folder_entry = Gtk.Template.Child() - - def __init__(self): - super().__init__() - - self.prefs_changed = False - self.settings = Gio.Settings.new("net.jeena.recoder.preferences") - - current_value = self.settings.get_string("output-folder-template") - self.output_folder_entry.set_text(current_value) - - self.output_folder_entry.connect("changed", self.on_output_folder_changed) - self.settings.connect("changed::output-folder-template", self.on_setting_changed) - - def validate_template(self, text): - allowed_pattern = r'^[\w\s\-./~${}]+$' - if not re.match(allowed_pattern, text): - return False - - if text.count("{{") != text.count("}}"): - return False - - var_pattern = r'\{\{([a-zA-Z0-9_]+)\}\}' - for var in re.findall(r'\{\{.*?\}\}', text): - if not re.match(var_pattern, var): - return False - - if '//' in text.replace('file://', ''): - return False - - return True - - def on_output_folder_changed(self, entry): - text = entry.get_text() - - if self.validate_template(text): - self.settings.set_string("output-folder-template", text) - self.prefs_changed = True - entry.remove_css_class("error") - else: - entry.add_css_class("error") - - def on_setting_changed(self, settings, key): - if key == "output-folder-template": - new_val = settings.get_string(key) - if self.output_folder_entry.get_text() != new_val: - self.output_folder_entry.set_text(new_val) diff --git a/src/recoder/transcoder.py b/src/recoder/transcoder.py deleted file mode 100644 index ed1213c..0000000 --- a/src/recoder/transcoder.py +++ /dev/null @@ -1,206 +0,0 @@ -import os -import threading -import subprocess -import re -import signal - -from gi.repository import GLib, GObject, Gio -from recoder.models import FileStatus, FileItem - - -class BatchStatus(GObject.GEnum): - __gtype_name__ = 'BatchStatus' - - IDLE = 0 - RUNNING = 1 - PAUSED = 2 - DONE = 3 - STOPPED = 4 - ERROR = 5 - - -class Transcoder(GObject.GObject): - TIME_RE = re.compile(r"time=(\d+):(\d+):(\d+)\.(\d+)") - - batch_progress = GObject.Property(type=int, minimum=0, maximum=100, default=0) - batch_status = GObject.Property(type=BatchStatus, default=BatchStatus.IDLE) - - # Property bound to GSettings key for output folder template - output_folder_template = GObject.Property(type=str, default="transcoded") - - def __init__(self, file_items): - super().__init__() - self.file_items = file_items - self.is_processing = False - self._stop_requested = False - self._paused = threading.Event() - self._paused.set() - self._process = None - - self.settings = Gio.Settings.new("net.jeena.recoder.preferences") - self.settings.bind( - "output-folder-template", self, - "output_folder_template", - Gio.SettingsBindFlags.DEFAULT - ) - - def get_output_folder(self, path): - source_folder = os.path.basename(os.path.dirname(path)) - folder_name = self.output_folder_template.replace("{{source_folder_name}}", source_folder) - folder_name = os.path.expanduser(folder_name) - output_folder = os.path.join(os.path.dirname(path), folder_name) - return output_folder - - def start(self): - if self.is_processing: - return - self.is_processing = True - self._stop_requested = False - self._paused.set() - self.batch_status = BatchStatus.RUNNING - threading.Thread(target=self._process_files, daemon=True).start() - - def pause(self): - self._paused.clear() - self.batch_status = BatchStatus.PAUSED - if self._process and self._process.poll() is None: - self._process.send_signal(signal.SIGSTOP) - - def resume(self): - self._paused.set() - self.batch_status = BatchStatus.RUNNING - if self._process and self._process.poll() is None: - self._process.send_signal(signal.SIGCONT) - - def stop(self): - self._stop_requested = True - self._paused.set() - if self._process and self._process.poll() is None: - self._process.terminate() - self.batch_status = BatchStatus.STOPPED - - def _process_files(self): - total = len(self.file_items) - - for idx, file_item in enumerate(self.file_items, start=1): - if self._stop_requested: - GLib.idle_add(file_item.set_property, "status", FileStatus.WAITING) - continue - - path = file_item.file.get_path() - base = os.path.basename(path) - - GLib.idle_add(file_item.set_property, "status", FileStatus.PROCESSING) - GLib.idle_add(file_item.set_property, "progress", 0) - - output_folder = self.get_output_folder(path) - success, _ = self._transcode_file(path, output_folder, base, idx, total, file_item) - - new_status = FileStatus.DONE if success else FileStatus.ERROR - GLib.idle_add(file_item.set_property, "status", new_status) - GLib.idle_add(file_item.set_property, "progress", 100 if success else 0) - - if not success and not self._stop_requested: - self.batch_status = BatchStatus.ERROR - break - - if self._stop_requested: - break - - self.is_processing = False - - if not self._stop_requested and self.batch_status != BatchStatus.ERROR: - self.batch_status = BatchStatus.DONE - elif self._stop_requested: - self.batch_status = BatchStatus.STOPPED - - GLib.idle_add(self.set_property, "batch_progress", 0) - - def _transcode_file(self, input_path, output_dir, basename, idx, total, file_item): - os.makedirs(output_dir, exist_ok=True) - output_path = self._get_output_path(output_dir, basename) - - duration = self._get_duration(input_path) or 1.0 - width, height, rotate = self._get_video_info(input_path) - vf = self._build_filters(width, height, rotate) - cmd = self._build_ffmpeg_command(input_path, output_path, vf) - - return self._run_ffmpeg(cmd, duration, idx, total, file_item, output_path) - - def _run_ffmpeg(self, cmd, duration, idx, total, file_item, output_path): - self._process = subprocess.Popen(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.PIPE, text=True) - - while True: - self._paused.wait() - if self._stop_requested: - self._process.terminate() - return False, output_path - - line = self._process.stderr.readline() - if not line: - break - - match = self.TIME_RE.search(line) - if match: - h, m, s, ms = map(int, match.groups()) - elapsed = h * 3600 + m * 60 + s + ms / 1000.0 - file_progress = min(elapsed / duration, 1.0) - - file_percent = int(file_progress * 100) - batch_fraction = (idx - 1 + file_progress) / total - batch_percent = int(batch_fraction * 100) - - GLib.idle_add(file_item.set_property, "progress", file_percent) - GLib.idle_add(self.set_property, "batch_progress", batch_percent) - - self._process.wait() - return self._process.returncode == 0, output_path - - def _get_output_path(self, out_dir, basename): - name, _ = os.path.splitext(basename) - return os.path.join(out_dir, f"{name}.mov") - - def _get_duration(self, path): - try: - out = subprocess.check_output([ - "ffprobe", "-v", "error", "-show_entries", "format=duration", - "-of", "default=noprint_wrappers=1:nokey=1", path - ], text=True) - return float(out.strip()) - except Exception: - return None - - def _get_video_info(self, path): - try: - out = subprocess.check_output([ - "ffprobe", "-v", "error", "-select_streams", "v:0", - "-show_entries", "stream=width,height:stream_tags=rotate", - "-of", "default=noprint_wrappers=1:nokey=1", path - ], text=True).splitlines() - width = int(out[0]) - height = int(out[1]) - rotate = int(out[2]) if len(out) > 2 else 0 - return width, height, rotate - except Exception: - return None, None, 0 - - def _build_filters(self, width, height, rotate): - filters = [] - if rotate in [90, 270] or (width and height and height > width): - filters.append("transpose=1") - width, height = height, width - if (width, height) != (1920, 1080): - filters.append("scale=1920:1080") - return ",".join(filters) if filters else None - - def _build_ffmpeg_command(self, in_path, out_path, vf): - cmd = [ - "ffmpeg", "-y", "-i", in_path, - "-vcodec", "dnxhd", "-acodec", "pcm_s16le", - "-b:v", "36M", "-pix_fmt", "yuv422p", "-r", "30000/1001", - "-f", "mov", "-map_metadata", "0" - ] - if vf: - cmd += ["-vf", vf] - cmd.append(out_path) - return cmd diff --git a/src/recoder/utils.py b/src/recoder/utils.py deleted file mode 100644 index 8c20280..0000000 --- a/src/recoder/utils.py +++ /dev/null @@ -1,54 +0,0 @@ -import os -import shutil -import subprocess -from typing import Union, List -from gi.repository import Gio, Notify - -from recoder.models import FileItem - -SUPPORTED_EXTENSIONS = (".mp4", ".mov", ".mkv", ".avi") - -def extract_video_files(value: Union[Gio.File, List[Gio.File]]) -> List[FileItem]: - if isinstance(value, Gio.File): - uris = [value] - elif isinstance(value, list): - uris = value - else: - return [] - - files = [] - for file in uris: - path = file.get_path() - if os.path.isdir(path): - for entry in os.scandir(path): - if entry.is_file() and entry.name.lower().endswith(SUPPORTED_EXTENSIONS): - files.append(FileItem(Gio.File.new_for_path(entry.path))) - elif os.path.isfile(path) and path.lower().endswith(SUPPORTED_EXTENSIONS): - files.append(FileItem(file)) - - return files - -def notify_done(title, body): - notification = Notify.Notification.new(title, body, "net.jeena.Recoder") - notification.show() - -def play_complete_sound(): - if shutil.which("canberra-gtk-play"): - subprocess.Popen(["canberra-gtk-play", "--id", "complete"]) - return - - sound_paths = [ - os.path.expanduser("~/.local/share/sounds/recoder/complete.oga"), - "/usr/share/sounds/freedesktop/stereo/complete.oga", - "/usr/share/sounds/recoder/complete.oga", - "/app/share/sounds/complete.oga", - ] - - players = ["paplay", "play"] - - for player in players: - if shutil.which(player): - for path in sound_paths: - if os.path.isfile(path) and os.access(path, os.R_OK): - subprocess.Popen([player, path]) - return \ No newline at end of file diff --git a/src/recoder/window.py b/src/recoder/window.py deleted file mode 100644 index d614acd..0000000 --- a/src/recoder/window.py +++ /dev/null @@ -1,171 +0,0 @@ -import gi -import signal -from enum import Enum, auto -from functools import partial - -gi.require_version('Gtk', '4.0') -gi.require_version('Adw', '1') -gi.require_version('Notify', '0.7') - -from gi.repository import Gtk, Gdk, Gio, Adw, GLib, Notify - -from recoder.transcoder import Transcoder, BatchStatus -from recoder.utils import extract_video_files, notify_done, play_complete_sound -from recoder.file_entry_row import FileEntryRow -from recoder.drop_handler import DropHandler -from recoder.app_state import AppState, AppStateManager, UIStateManager -from recoder.preferences import RecoderPreferences -from recoder.app import APP_NAME - - -@Gtk.Template(resource_path="/net/jeena/recoder/window.ui") -class RecoderWindow(Adw.ApplicationWindow): - __gtype_name__ = "RecoderWindow" - - toast_overlay = Gtk.Template.Child() - overlay = Gtk.Template.Child() - drop_hint = Gtk.Template.Child() - listbox = Gtk.Template.Child() - scrolled_window = Gtk.Template.Child() - btn_transcode = Gtk.Template.Child() - btn_clear = Gtk.Template.Child() - progress_bar = Gtk.Template.Child() - folder_label = Gtk.Template.Child() - - def __init__(self, application): - super().__init__(application=application) - - self.state_settings = Gio.Settings.new("net.jeena.recoder.state") - - # Bind window size and state to your window properties - self.state_settings.bind("width", self, "default-width", Gio.SettingsBindFlags.DEFAULT) - self.state_settings.bind("height", self, "default-height", Gio.SettingsBindFlags.DEFAULT) - self.state_settings.bind("is-maximized", self, "maximized", Gio.SettingsBindFlags.DEFAULT) - self.state_settings.bind("is-fullscreen", self, "fullscreened", Gio.SettingsBindFlags.DEFAULT) - - close_action = Gio.SimpleAction.new("close", None) - close_action.connect("activate", lambda *a: self.close()) - self.add_action(close_action) - - self.file_items_to_process = [] - self.current_folder_name = None - self.transcoder = None - self.file_rows = {} - self.is_paused = False - - self.app_state_manager = AppStateManager() - self.drop_handler = DropHandler(self, self.app_state_manager) - self.ui_manager = UIStateManager(self, self.app_state_manager) - - self.btn_transcode.connect("clicked", self.on_transcode_clicked) - self.btn_clear.connect("clicked", self.on_clear_clicked) - - self.app_state_manager.state = AppState.IDLE - - css_provider = Gtk.CssProvider() - css_provider.load_from_resource("/net/jeena/recoder/style.css") - Gtk.StyleContext.add_provider_for_display( - Gdk.Display.get_default(), - css_provider, - Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION, - ) - - Notify.init(APP_NAME) - - - def process_drop_value(self, value): - folder_file = None - if isinstance(value, list) and len(value) > 0: - folder_file = value[0] - elif hasattr(value, 'get_path'): - folder_file = value - - if folder_file: - self.current_folder_name = folder_file.get_basename() - - file_items = extract_video_files(value) - if not file_items: - return False - - self.clear_listbox() - self.file_rows.clear() - - for file_item in file_items: - row = FileEntryRow(file_item) - self.listbox.append(row) - self.file_rows[file_item.file] = row - - self.file_items_to_process = file_items - self.app_state_manager.state = AppState.FILES_LOADED - - count = len(self.file_items_to_process) - toast = Adw.Toast.new(f"{count} video file{'s' if count != 1 else ''} added") - self.toast_overlay.add_toast(toast) - return False - - def clear_listbox(self): - child = self.listbox.get_first_child() - while child: - next_child = child.get_next_sibling() - self.listbox.remove(child) - child = next_child - - def on_transcode_clicked(self, button): - if self.transcoder and self.transcoder.is_processing: - if self.is_paused: - self.resume_transcoding() - else: - self.pause_transcoding() - else: - self.start_transcoding() - - def start_transcoding(self): - if not self.file_items_to_process: - return - - self.transcoder = Transcoder(self.file_items_to_process) - self.transcoder.connect("notify::batch-progress", self.on_transcoder_progress) - self.transcoder.connect("notify::batch-status", self.on_transcoder_status) - self.transcoder.start() - self.app_state_manager.state = AppState.TRANSCODING - self.toast_overlay.add_toast(Adw.Toast.new("Starting transcoding")) - - def pause_transcoding(self): - if self.transcoder: - self.transcoder.pause() - self.is_paused = True - self.app_state_manager.state = AppState.PAUSED - self.toast_overlay.add_toast(Adw.Toast.new("Transcoding paused")) - - def resume_transcoding(self): - if self.transcoder: - self.transcoder.resume() - self.is_paused = False - self.app_state_manager.state = AppState.TRANSCODING - self.toast_overlay.add_toast(Adw.Toast.new("Resuming transcoding")) - - def on_clear_clicked(self, button): - if self.transcoder and self.transcoder.is_processing: - self.transcoder.stop() - self.transcoder = None - self.clear_listbox() - self.app_state_manager.state = AppState.STOPPED - self.toast_overlay.add_toast(Adw.Toast.new("File list cleared")) - - def on_transcoder_progress(self, transcoder, param): - self.progress_bar.set_fraction(transcoder.batch_progress / 100.0) - - def on_transcoder_status(self, transcoder, param): - if transcoder.batch_status == BatchStatus.DONE: - play_complete_sound() - notify_done(APP_NAME, "Transcoding finished!") - self.toast_overlay.add_toast(Adw.Toast.new("Transcoding finished!")) - self.app_state_manager.state = AppState.DONE - - elif transcoder.batch_status == BatchStatus.STOPPED: - self.app_state_manager.state = AppState.STOPPED - - elif transcoder.batch_status == BatchStatus.ERROR: - notify_done(APP_NAME, "An error occurred during transcoding.") - self.toast_overlay.add_toast(Adw.Toast.new("An error occurred during transcoding")) - self.app_state_manager.state = AppState.ERROR diff --git a/src/resources/complete.oga b/src/resources/complete.oga deleted file mode 100644 index 7d34954..0000000 Binary files a/src/resources/complete.oga and /dev/null differ diff --git a/src/resources/file_entry_row.ui b/src/resources/file_entry_row.ui deleted file mode 100644 index fbdd5c8..0000000 --- a/src/resources/file_entry_row.ui +++ /dev/null @@ -1,62 +0,0 @@ - - - - diff --git a/src/resources/net.jeena.Recoder.desktop b/src/resources/net.jeena.Recoder.desktop deleted file mode 100644 index 8960b28..0000000 --- a/src/resources/net.jeena.Recoder.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Recoder -Comment=GTK4 Video Transcoding GUI Application -Exec=recoder -Icon=net.jeena.Recoder -Terminal=false -Type=Application -Categories=AudioVideo;Video;Utility; -StartupNotify=true diff --git a/src/resources/net.jeena.Recoder.svg b/src/resources/net.jeena.Recoder.svg deleted file mode 100644 index dc8c5aa..0000000 --- a/src/resources/net.jeena.Recoder.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/resources/net.jeena.recoder.gschema.xml b/src/resources/net.jeena.recoder.gschema.xml deleted file mode 100644 index e2ab4b2..0000000 --- a/src/resources/net.jeena.recoder.gschema.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - '{{source_folder_name}}-transcoded' - Template for output folder - - Relative or absolute path template for transcoded files. - Supports {{source_folder_name}} as a variable. - - - - - - - 600 - Window width - Last saved width of the main window. - - - 350 - Window height - Last saved height of the main window. - - - false - Window maximized state - Whether the main window was maximized last time. - - - false - Window fullscreen state - Whether the main window was fullscreen last time. - - - - diff --git a/src/resources/preferences.ui b/src/resources/preferences.ui deleted file mode 100644 index 0215a49..0000000 --- a/src/resources/preferences.ui +++ /dev/null @@ -1,52 +0,0 @@ - - - - diff --git a/src/resources/resources.xml b/src/resources/resources.xml deleted file mode 100644 index dad3728..0000000 --- a/src/resources/resources.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - window.ui - preferences.ui - file_entry_row.ui - style.css - - diff --git a/src/resources/style.css b/src/resources/style.css deleted file mode 100644 index 2d52215..0000000 --- a/src/resources/style.css +++ /dev/null @@ -1,14 +0,0 @@ -.drop-highlight { - background: alpha(@accent_color, 0.12); - border: 2px solid alpha(@accent_color, 0.9); -} - -.dim-label { - font-size: 16px; - color: @theme_unfocused_fg_color; -} - -.dim-icon { - opacity: 0.3; - color: @theme_unfocused_fg_color; -} \ No newline at end of file diff --git a/src/resources/window.ui b/src/resources/window.ui deleted file mode 100644 index 0e4a030..0000000 --- a/src/resources/window.ui +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - Preferences - app.preferences - - - Help - app.help - - - About Recoder - app.about - - - Quit - app.quit - - - - -