From 9f4437c2470169f99580ceb196b4cae23ce26052 Mon Sep 17 00:00:00 2001 From: joelilas Date: Mon, 26 Jan 2026 00:29:08 +0100 Subject: [PATCH] Initial import: Discodrome codebase (ignore docker-compose.yml and data.env) --- .gitignore | 6 + LICENSE | 674 ++++++++++++++++++++++++++++++++++ README.md | 124 +++++++ data.py | 137 +++++++ discodrome.py | 112 ++++++ extensions/music.py | 473 ++++++++++++++++++++++++ extensions/owner.py | 9 + player.py | 261 +++++++++++++ requirements.txt | 4 + resources/cover_not_found.jpg | Bin 0 -> 22701 bytes resources/discodrome.png | Bin 0 -> 133479 bytes subsonic.py | 573 +++++++++++++++++++++++++++++ ui.py | 253 +++++++++++++ util/env.py | 16 + util/logs.py | 89 +++++ 15 files changed, 2731 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 data.py create mode 100644 discodrome.py create mode 100644 extensions/music.py create mode 100644 extensions/owner.py create mode 100644 player.py create mode 100644 requirements.txt create mode 100644 resources/cover_not_found.jpg create mode 100644 resources/discodrome.png create mode 100644 subsonic.py create mode 100644 ui.py create mode 100644 util/env.py create mode 100644 util/logs.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22cdacc --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Exclude deployment-specific files +Dockerfile + +docker-compose.yml + +data.env diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..261602c --- /dev/null +++ b/README.md @@ -0,0 +1,124 @@ +
+ +# Discodrome Icon Discodrome + +### Subsonic Compatible Discord Music Bot + +[![GitHub issues](https://img.shields.io/github/issues/7eventy7/discodrome.svg)](https://github.com/7eventy7/discodrome/issues) +[![Docker Pulls](https://img.shields.io/docker/pulls/7eventy7/discodrome.svg)](https://hub.docker.com/r/7eventy7/discodrome) +[![License](https://img.shields.io/github/license/7eventy7/discodrome.svg)](https://github.com/7eventy7/discodrome/blob/main/LICENSE) + +A discord music bot that seamlessly streams music from your personal music server directly to your voice channels. Works great with Navidrome, and other subsonic compatible music servers. + +
+ +--- + +## 🎮 Commands + +| Command | Description | +|---------|-------------| +| `/play` | Plays a specified track, album or playlist | +| `/disco` | Plays an artist's entire discography | +| `/queue` | View the current queue | +| `/clear` | Clear the current queue | +| `/shuffle` | Shuffles the current queue | +| `/skip` | Skip the current track | +| `/stop` | Stop playing the current track | +| `/autoplay` | Toggle autoplay | +| `/playlists` | List available playlists | + +## 🚀 Complete Setup Guide + +### Step 1: Create a Discord Bot + +1. Go to the [Discord Developer Portal](https://discord.com/developers/applications) +2. Click "New Application" and give it a name +3. Navigate to the "Bot" tab and click "Add Bot" +4. Under the TOKEN section, click "Reset Token" and copy your new token +5. Enable the following Privileged Gateway Intents: + - `MESSAGE CONTENT INTENT` + - `SERVER MEMBERS INTENT` + - `PRESENCE INTENT` +6. Navigate to "OAuth2" → "URL Generator" +7. Select the following scopes: + - `bot` + - `applications.commands` +8. Select bot permissions: + - `Send Messages` + - `Connect` + - `Speak` + - `Use Voice Activity` + - `Read Message History` +9. Copy the generated URL and paste it in your browser to invite the bot to your server + +### Step 2: Set Up Your Environment + +#### Required Information: +- **Discord Bot Token**: From step 1 +- **Discord Server ID**: Right-click your server icon → "Copy ID" (Developer Mode must be enabled in Discord settings) +- **Your Discord User ID**: Right-click your username → "Copy ID" +- **Subsonic Server Details**: URL, username, and password for your music server + +### Step 3: Deploy with Docker + +1. Pull the Docker image: +`docker pull 7eventy7/discodrome:latest` + +2. Run the container with the required environment variables from the configuration section below: + +## ⚙️ Configuration Options + +### Environment Variables + +| Variable | Description | Required | +|----------|-------------|----------| +| `SUBSONIC_SERVER` | URL of your Subsonic server (include http/https) | Yes | +| `SUBSONIC_USER` | Username for your Subsonic server | Yes | +| `SUBSONIC_PASSWORD` | Password for your Subsonic server | Yes | +| `DISCORD_BOT_TOKEN` | Your Discord bot token | Yes | +| `DISCORD_TEST_GUILD` | Discord server ID where commands will be registered | Yes | +| `DISCORD_OWNER_ID` | Your Discord user ID | Yes | +| `BOT_STATUS` | Custom status message for the bot | No | + +### Supported Subsonic Servers + +- Navidrome +- Airsonic +- Subsonic +- Gonic +- Ampache (with Subsonic API enabled) +- Jellyfin (with Subsonic plugin) + +## 🛠️ Technical Stack + +- Discord.js v14 +- Node.js +- Subsonic API +- Docker +- FFmpeg for audio processing + +## 👥 Contributing + +We welcome contributions! Whether it's: +- 🐛 Reporting bugs +- 💡 Suggesting features +- 📝 Improving documentation +- 🔍 Submitting fixes +- ✨ Adding new features + +Please check our [GitHub Issues](https://github.com/7eventy7/discodrome/issues) before submitting new ones. + +## 📝 License + +GPL-3.0 license - feel free to use this project for most any purpose. + +## 🙏 Acknowledgments + +This project is a fork of [Submeister](https://github.com/Gimzie/submeister) by Gimzie. We've built upon their excellent foundation to add new features and improvements while maintaining the core functionality that made the original project great. + +--- + +
+Projet repris et maintenu par joelilas +
diff --git a/data.py b/data.py new file mode 100644 index 0000000..20ed77d --- /dev/null +++ b/data.py @@ -0,0 +1,137 @@ +''' Data used throughout the application ''' + +''' + TODO: Save one properties pickle file per-guild, instead of saving all in one file at once +''' + +import logging +import os +import pickle + +from enum import Enum +from typing import Final + +from subsonic import Song +from player import Player + +logger = logging.getLogger(__name__) + +# Guild data +_default_data: dict[str, any] = { + "player": None, +} + +class GuildData(): + ''' Class that holds all Discodrome data specific to a guild (not saved to disk) ''' + def __init__(self) -> None: + self._data = _default_data + self.player = Player() + if self.player.queue is None: + self.player.queue = [] + + @property + def player(self) -> Player: + '''The guild's player.''' + return self._data["player"] + + @player.setter + def player(self, value: Player) -> None: + self._data["player"] = value + +_guild_data_instances: dict[int, GuildData] = {} # Dictionary to store temporary data for each guild instance + +def guild_data(guild_id: int) -> GuildData: + ''' Returns the temporary data for the chosen guild ''' + + # Return property if guild exists + if guild_id in _guild_data_instances: + return _guild_data_instances[guild_id] + + # Create & store new data object if guild does not already exist + data = GuildData() + + # Load queue from disk if it exists + if guild_properties(guild_id).queue is not None: + data.player.queue = guild_properties(guild_id).queue + + _guild_data_instances[guild_id] = data + return _guild_data_instances[guild_id] + + +# Guild properties +class AutoplayMode(Enum): + ''' Enum representing an autoplay mode ''' + NONE : Final[int] = 0 + RANDOM : Final[int] = 1 + SIMILAR : Final[int] = 2 + +_default_properties: dict[str, any] = { + "queue": None, + "autoplay-mode": AutoplayMode.NONE, +} + + +class GuildProperties(): + ''' Class that holds all Discodrome properties specific to a guild (saved to disk) ''' + def __init__(self) -> None: + self._properties = _default_properties + + @property + def autoplay_mode(self) -> AutoplayMode: + '''The autoplay mode in use by this guild''' + return self._properties["autoplay-mode"] + + @autoplay_mode.setter + def autoplay_mode(self, value: AutoplayMode) -> None: + self._properties["autoplay-mode"] = value + + @property + def queue(self) -> list[Song]: + return self._properties["queue"] + + @queue.setter + def queue(self, value: list[Song]) -> None: + self._properties["queue"] = value + + +_guild_property_instances: dict[int, GuildProperties] = {} # Dictionary to store properties for each guild instance + +def guild_properties(guild_id: int) -> GuildProperties: + ''' Returns the properties for the chosen guild ''' + + # Return property if guild exists + if guild_id in _guild_property_instances: + return _guild_property_instances[guild_id] + + # Create & store new properties object if guild does not already exist + properties = GuildProperties() + _guild_property_instances[guild_id] = properties + return _guild_property_instances[guild_id] + +def save_guild_properties_to_disk() -> None: + ''' Saves guild properties to disk. ''' + + # Copy the queues from each guild data into each guild property + for guild_id, properties in _guild_property_instances.items(): + properties.queue = guild_data(guild_id).player.queue + + with open("guild_properties.pickle", "wb") as file: + try: + pickle.dump(_guild_property_instances, file, protocol=pickle.HIGHEST_PROTOCOL) + logger.info("Guild properties saved successfully.") + except pickle.PicklingError as err: + logger.error("Failed to save guild properties to disk.", exc_info=err) + +def load_guild_properties_from_disk() -> None: + ''' Loads guild properties that have been saved to disk. ''' + + if not os.path.exists("guild_properties.pickle"): + logger.info("Unable to load guild properties from disk. File was not found.") + return + + with open("guild_properties.pickle", "rb") as file: + try: + _guild_property_instances.update(pickle.load(file)) + logger.info("Guild properties loaded successfully.") + except pickle.UnpicklingError as err: + logger.error("Failed to load guild properties from disk.", exc_info=err) diff --git a/discodrome.py b/discodrome.py new file mode 100644 index 0000000..1b3bd76 --- /dev/null +++ b/discodrome.py @@ -0,0 +1,112 @@ +import asyncio +import signal +import discord +import logging +import os + +logger = logging.getLogger(__name__) + +from discord.ext import commands + +import data + +from util import env +from util import logs +from subsonic import close_session, ping_api + +class DiscodromeClient(commands.Bot): + ''' An instance of the Discodrome client ''' + + test_guild: int + + def __init__(self, test_guild: int=None) -> None: + self.test_guild = test_guild + + super().__init__(command_prefix=commands.when_mentioned, intents=discord.Intents.default()) + + async def load_extensions(self) -> None: + ''' Auto-loads all extensions present within the `./extensions` directory. ''' + + for file in os.listdir("./extensions"): + if file.endswith(".py"): + ext_name = file[:-3] + try: + await self.load_extension(f"extensions.{ext_name}") + except commands.errors.ExtensionError as err: + if isinstance(err, commands.errors.ExtensionNotFound): + logger.warning("Failed to load extension '%s'. Extension was not found.", ext_name) + if isinstance(err, commands.errors.ExtensionAlreadyLoaded): + logger.warning("Failed to load extension '%s'. Extension was already loaded.", ext_name) + if isinstance(err, commands.errors.NoEntryPointError): + logger.error("Failed to load extension '%s'. No entry point was found in the file.", ext_name, exc_info=err) + if isinstance(err, commands.errors.ExtensionFailed): + logger.error("Failed to load extension '%s'. Extension setup failed.", ext_name, exc_info=err) + else: + logger.info("Extension '%s' loaded successfully.", ext_name) + + async def sync_command_tree(self) -> None: + ''' Synchronizes the command tree with the guild used for testing. ''' + guild = discord.Object(self.test_guild) + try: + self.tree.copy_global_to(guild=guild) + await self.tree.sync(guild=guild) + logger.info("Slash commands synced to test guild %s", self.test_guild) + except discord.errors.Forbidden: + logger.error( + "Missing Access while syncing commands to guild %s. " + "Ensure the bot is invited to this server with scopes 'bot' and 'applications.commands', " + "and that `DISCORD_TEST_GUILD` is the correct server ID.", + self.test_guild, + ) + except discord.HTTPException as err: + logger.warning("Failed to sync commands to guild %s: %s", self.test_guild, err) + + async def setup_hook(self) -> None: + ''' Setup done after login, prior to events being dispatched. ''' + + await self.load_extensions() + if await ping_api(): + logger.info("Subsonic API is online.") + else: + logger.error("Subsonic API is unreachable.") + + if self.test_guild: + await self.sync_command_tree() + + async def on_ready(self) -> None: + ''' Event called when the client is done preparing. ''' + + activity = discord.Activity(type=discord.ActivityType.playing, name=env.BOT_STATUS) + await self.change_presence(activity=activity) + + logger.info( + "Logged as: %s | Connected Guilds: %s | Loaded Extensions: %s", + self.user, + len(self.guilds), + list(self.extensions), + ) + logger.info("Bot status set to: '%s'", env.BOT_STATUS) + +if __name__ == "__main__": + logs.setup_logging() + logger = logging.getLogger(__name__) + data.load_guild_properties_from_disk() + client = DiscodromeClient(test_guild=env.DISCORD_TEST_GUILD) + client.run(env.DISCORD_BOT_TOKEN, log_handler=None) + +def exit_handler(signum, frame): + ''' Function ran on application exit. ''' + logger.debug("Beginning graceful shutdown...") + data.save_guild_properties_to_disk() + try: + loop = asyncio.get_event_loop() + loop.create_task(close_session()) + except RuntimeError: + # If we can't get the event loop, create a new one as a fallback + loop = asyncio.new_event_loop() + asyncio.set_event_loop(loop) + loop.run_until_complete(close_session()) + logger.info("Discodrome shutdown complete.") + +# Register the exit handler +signal.signal(signal.SIGTERM, exit_handler) \ No newline at end of file diff --git a/extensions/music.py b/extensions/music.py new file mode 100644 index 0000000..8ac742c --- /dev/null +++ b/extensions/music.py @@ -0,0 +1,473 @@ +import discord +import logging +import asyncio +from discord import app_commands +from discord.ext import commands + +from random import randint +import data +import copy +import subsonic +import ui + +from discodrome import DiscodromeClient + +logger = logging.getLogger(__name__) + +class MusicCog(commands.Cog): + ''' A Cog containing music playback commands ''' + + bot : DiscodromeClient + + def __init__(self, bot: DiscodromeClient): + self.bot = bot + + async def get_voice_client(self, interaction: discord.Interaction, *, should_connect: bool=False) -> discord.VoiceClient: + ''' Returns a voice client instance for the current guild ''' + + # Get the voice client for the guild + voice_client = discord.utils.get(self.bot.voice_clients, guild=interaction.guild) + + # Connect to a voice channel + if voice_client is None and should_connect: + try: + # Check if user is in a voice channel + if interaction.user.voice is None or interaction.user.voice.channel is None: + await ui.ErrMsg.user_not_in_voice_channel(interaction) + return None + + # Check if we have permission to join the voice channel + permissions = interaction.user.voice.channel.permissions_for(interaction.guild.me) + if not permissions.connect or not permissions.speak: + logger.error("Missing permissions to connect or speak in voice channel") + await ui.ErrMsg.msg(interaction, "I don't have permission to join or speak in your voice channel.") + return None + + # Add a small delay before connecting to avoid potential race conditions + await asyncio.sleep(1) + + # Connect with timeout and retry logic + try: + voice_client = await interaction.user.voice.channel.connect(timeout=10.0, reconnect=True) + logger.info(f"Successfully connected to voice channel {interaction.user.voice.channel.id}") + except asyncio.TimeoutError: + logger.error("Timeout while connecting to voice channel") + await ui.ErrMsg.msg(interaction, "Timed out while trying to connect to voice channel. Please try again.") + return None + except discord.ClientException as e: + logger.error(f"Client exception when connecting to voice: {e}") + await ui.ErrMsg.msg(interaction, f"Error connecting to voice channel: {e}") + return None + + except AttributeError as e: + logger.error(f"Attribute error when connecting to voice: {e}") + await ui.ErrMsg.cannot_connect_to_voice_channel(interaction) + except Exception as e: + logger.error(f"Unexpected error when connecting to voice: {e}") + await ui.ErrMsg.msg(interaction, f"An unexpected error occurred while connecting to voice: {e}") + + return voice_client + + @app_commands.command(name="play", description="Plays a specified track, album or playlist") + @app_commands.describe(querytype="Whether what you're searching is a track, album or playlist", query="Enter a search query") + @app_commands.choices(querytype=[ + app_commands.Choice(name="Track", value="track"), + app_commands.Choice(name="Album", value="album"), + app_commands.Choice(name="Playlist", value="playlist"), + ]) + async def play(self, interaction: discord.Interaction, querytype: str=None, query: str=None) -> None: + ''' Play a track matching the given title/artist query ''' + + # Check if user is in voice channel + if interaction.user.voice is None: + return await ui.ErrMsg.user_not_in_voice_channel(interaction) + + # Get a valid voice channel connection + voice_client = await self.get_voice_client(interaction, should_connect=True) + + # Don't attempt playback if the bot is already playing + if voice_client.is_playing() and query is None: + return await ui.ErrMsg.already_playing(interaction) + + # Get the guild's player + player = data.guild_data(interaction.guild_id).player + + # Check queue if no query is provided + if query is None: + + # Display error if queue is empty & autoplay is disabled + if player.queue == [] and data.guild_properties(interaction.guild_id).autoplay_mode == data.AutoplayMode.NONE: + return await ui.ErrMsg.queue_is_empty(interaction) + + # Begin playback of queue + await ui.SysMsg.starting_queue_playback(interaction) + await player.play_audio_queue(interaction, voice_client) + return + + # Check querytype is not blank + if querytype is None: + return await ui.ErrMsg.msg(interaction, "Please provide a query type.") + + # Check if the query is a track + if querytype == "track": + + # Send our query to the subsonic API and retrieve a list of 1 song + songs = await subsonic.search(query, artist_count=0, album_count=0, song_count=1) + if songs == "Error": + await ui.ErrMsg.msg(interaction, f"An api error has occurred and has been logged to console. Please contact an administrator.") + return + + # Display an error if the query returned no results + if len(songs) == 0: + await ui.ErrMsg.msg(interaction, f"No track found for **{query}**.") + return + + # Add the first result to the queue and handle queue playback + player.queue.append(songs[0]) + + await ui.SysMsg.added_to_queue(interaction, songs[0]) + + elif querytype == "album": + + # Send query to subsonic API and retrieve a list of 1 album + album = await subsonic.search_album(query) + if album == None: + await ui.ErrMsg.msg(interaction, f"No album found for **{query}**.") + return + + # Add all songs from the album to the queue + for song in album.songs: + player.queue.append(song) + + await ui.SysMsg.added_album_to_queue(interaction, album) + + elif querytype == "playlist": + + # Send query to subsonic API and retrieve a list of all playlists + playlists = await subsonic.get_user_playlists() + if playlists == None: + await ui.ErrMsg.msg(interaction, f"No playlists found.") + return + + # Check if the specific playlist exists and get it's contents + playlist = None + playlist_id = None + for playlist in playlists: + if playlist["name"] == query: + playlist_id = playlist["id"] + break + if playlist_id == None: + await ui.ErrMsg.msg(interaction, f"No playlist found for **{query}**.") + return + else: + playlist = await subsonic.get_playlist(playlist_id) + if playlist == None: + # If we end up here then the following error message doesn't really cover it... It's more likely an error in this code + await ui.ErrMsg.msg(interaction, f"No playlist found for **{query}**.") + return + + # Add all songs from the playlist to the queue + for song in playlist.songs: + player.queue.append(song) + + await ui.SysMsg.added_playlist_to_queue(interaction, playlist) + + await player.play_audio_queue(interaction, voice_client) + + @play.error + async def play_error(self, ctx, error): + if isinstance(error, subsonic.APIError): + logging.error(f"An API error has occurred playing a track, code {error.code}: {error.message}") + await ui.ErrMsg.msg(ctx, "An API error has occurred and has been logged to console. Please contact an administrator.") + else: + logging.error(f"An error occurred while playing a track: {error}") + await ui.ErrMsg.msg(ctx, f"An unknown error has occurred and has been logged to console. Please contact an administrator. {error}") + + + @app_commands.command(name="stop", description="Stop playing the current track") + async def stop(self, interaction: discord.Interaction) -> None: + ''' Disconnect from the active voice channel ''' + + player = data.guild_data(interaction.guild_id).player + + if player.current_song is None: + ui.ErrMsg.not_playing(interaction) + + # Get the voice client instance for the current guild + voice_client = await self.get_voice_client(interaction) + + # Check if our voice client is connected + if voice_client is None: + await ui.ErrMsg.bot_not_in_voice_channel(interaction) + return + + # Stop playback + voice_client.stop() + + player.current_song = None + + # Add current song back to the queue if exists + player.queue.insert(0, player.current_song) + + # Display disconnect confirmation + await ui.SysMsg.stopping_queue_playback(interaction) + + @stop.error + async def stop_error(self, ctx, error): + logging.error(f"An error occurred while stopping playback: {error}") + await ui.ErrMsg.msg(ctx, f"An unknown error has occurred and has been logged to console. Please contact an administrator. {error}") + + @app_commands.command(name="queue", description="View the current queue") + async def show_queue(self, interaction: discord.Interaction) -> None: + ''' Show the current queue ''' + + # Get the audio queue for the current guild + queue = data.guild_data(interaction.guild_id).player.queue + + # Create a string to store the output of our queue + output = "" + + # Add currently playing song to output if available + if data.guild_data(interaction.guild_id).player.current_song is not None: + song = data.guild_data(interaction.guild_id).player.current_song + output += f"**Now Playing:**\n{song.title} - *{song.artist}*\n{song.album} ({song.duration_printable})\n\n" + + # Loop over our queue, adding each song into our output string + for i, song in enumerate(queue): + strtoadd = f"{i+1}. **{song.title}** - *{song.artist}*\n{song.album} ({song.duration_printable})\n\n" + if len(output+strtoadd) < 4083: + output += strtoadd + else: + remaining = len(queue) - i + output += f"**And {remaining} more...**" + break + + # Check if our output string is empty & update it accordingly + if output == "": + output = "Queue is empty!" + + # Show the user their queue + await ui.SysMsg.msg(interaction, "Queue", output) + + @show_queue.error + async def show_queue_error(self, ctx, error): + logging.error(f"An error occurred while displaying the queue: {error}") + await ui.ErrMsg.msg(ctx, f"An unknown error has occurred and has been logged to console. Please contact an administrator. {error}") + + @app_commands.command(name="clear", description="Clear the current queue") + async def clear_queue(self, interaction: discord.Interaction) -> None: + '''Clear the queue''' + queue = data.guild_data(interaction.guild_id).player.queue + queue.clear() + + # Let the user know that the queue has been cleared + await ui.SysMsg.queue_cleared(interaction) + + @clear_queue.error + async def clear_queue_error(self, ctx, error): + logging.error(f"An error occurred while clearing the queue: {error}") + await ui.ErrMsg.msg(ctx, f"An unknown error has occurred and has been logged to console. Please contact an administrator. {error}") + + + @app_commands.command(name="skip", description="Skip the current track") + async def skip(self, interaction: discord.Interaction) -> None: + ''' Skip the current track ''' + + # Get the voice client instance + voice_client = await self.get_voice_client(interaction) + + # Check if the bot is connected to a voice channel + if voice_client is None: + await ui.ErrMsg.bot_not_in_voice_channel(interaction) + return + + # Check if the bot is playing music + if not voice_client.is_playing(): + await ui.ErrMsg.not_playing(interaction) + return + + await data.guild_data(interaction.guild_id).player.skip_track(interaction, voice_client) + + @skip.error + async def skip_error(self, ctx, error): + logging.error(f"An error occurred while skipping a track: {error}") + await ui.ErrMsg.msg(ctx, f"An unknown error has occurred and has been logged to console. Please contact an administrator. {error}") + + @app_commands.command(name="autoplay", description="Toggles autoplay") + @app_commands.describe(mode="Determines the method to use when autoplaying") + @app_commands.choices(mode=[ + app_commands.Choice(name="None", value="none"), + app_commands.Choice(name="Random", value="random"), + app_commands.Choice(name="Similar", value="similar"), + ]) + async def autoplay(self, interaction: discord.Interaction, mode: app_commands.Choice[str]) -> None: + ''' Toggles autoplay ''' + + logger.debug(f"Autoplay mode: {mode.value}") + # Update the autoplay properties + match mode.value: + case "none": + data.guild_properties(interaction.guild_id).autoplay_mode = data.AutoplayMode.NONE + case "random": + data.guild_properties(interaction.guild_id).autoplay_mode = data.AutoplayMode.RANDOM + case "similar": + data.guild_properties(interaction.guild_id).autoplay_mode = data.AutoplayMode.SIMILAR + + # Display message indicating new status of autoplay + if mode.value == "none": + await ui.SysMsg.msg(interaction, f"Autoplay disabled by {interaction.user.display_name}") + else: + await ui.SysMsg.msg(interaction, f"Autoplay enabled by {interaction.user.display_name}", f"Autoplay mode: **{mode.name}**") + + + # If the bot is connected to a voice channel and autoplay is enabled, start queue playback + voice_client = await self.get_voice_client(interaction) + logger.debug(f"Voice client: {voice_client}") + if voice_client: + logger.debug(f"Is playing: {voice_client.is_playing()}") + if voice_client is not None and not voice_client.is_playing(): + player = data.guild_data(interaction.guild_id).player + + logger.debug(f"Queue: {player.queue}") + try: + logger.debug(f"Current song: {player.current_song.title}") + except AttributeError: + logger.debug("No current song") + + logger.debug("Playing audio queue...") + await player.play_audio_queue(interaction, voice_client) + + @autoplay.error + async def autoplay_error(self, ctx, error): + if isinstance(error, subsonic.APIError): + logging.error(f"An API error has occurred while toggling autoplay, code {error.code}: {error.message}") + await ui.ErrMsg.msg(ctx, "An API error has occurred and has been logged to console. Please contact an administrator.") + else: + logging.error(f"An error occurred while toggling autoplay: {error}") + await ui.ErrMsg.msg(ctx, f"An unknown error has occurred and has been logged to console. Please contact an administrator. {error}") + + @app_commands.command(name="shuffle", description="Shuffles the current queue") + async def shuffle(self, interaction: discord.Interaction): + ''' Randomize current queue using Fisher-Yates algorithm ''' + temporaryqueue = copy.deepcopy(data.guild_data(interaction.guild_id).player.queue) + shuffledqueue = [] + while len(temporaryqueue) > 0: + randomindex = randint(0, len(temporaryqueue) - 1) + shuffledqueue.append(temporaryqueue.pop(randomindex)) + + data.guild_data(interaction.guild_id).player.queue = shuffledqueue + await ui.SysMsg.msg(interaction, "Queue shuffled!") + + @shuffle.error + async def shuffle_error(self, ctx, error): + logging.error(f"An error occurred while shuffling the queue: {error}") + await ui.ErrMsg.msg(ctx, f"An unknown error has occurred and has been logged to console. Please contact an administrator. {error}") + + @app_commands.command(name="disco", description="Plays the artist's entire discography") + @app_commands.describe(artist="The artist to play") + async def disco(self, interaction: discord.Interaction, artist: str): + ''' Play the artist's entire discography''' + + # Get a valid voice channel connection + voice_client = await self.get_voice_client(interaction, should_connect=True) + + # Get the guild's player + player = data.guild_data(interaction.guild_id).player + + # Send our query to the subsonic API and retrieve list of albums in artist's discography + albums = await subsonic.get_artist_discography(artist) + if albums == None: + await ui.ErrMsg.msg(interaction, f"No discography found for **{artist}**.") + return + + # Add all songs from the artist's discography to the queue + for album in albums: + for song in album.songs: + player.queue.append(song) + + # Display a message that discography was added to the queue + await ui.SysMsg.added_discography_to_queue(interaction, artist, albums) + + # Begin playback of queue + await player.play_audio_queue(interaction, voice_client) + + @disco.error + async def disco_error(self, ctx, error): + if isinstance(error, subsonic.APIError): + logging.error(f"An API error has occurred while playing an artist's discography, code {error.code}: {error.message}") + await ui.ErrMsg.msg(ctx, "An API error has occurred and has been logged to console. Please contact an administrator.") + else: + logging.error(f"An error occurred while playing an artist's discography: {error}") + await ui.ErrMsg.msg(ctx, f"An unknown error has occurred and has been logged to console. Please contact an administrator. {error}") + + + @app_commands.command(name="playlists", description="List all playlists") + async def list_playlists(self, interaction): + # Send query to subsonic API and retrieve a list of all playlists + playlists = await subsonic.get_user_playlists() + if playlists == None: + await ui.ErrMsg.msg(interaction, f"No playlists found.") + return + + # Create a string to store the output + output = "" + + # Loop over the list of playlists, adding each one into our output string + for i, playlist in enumerate(playlists): + strtoadd = f"{i+1}. **{playlist['name']}** \n{playlist['songCount']} songs - {(playlist['duration'] // 60):02d}m {(playlist['duration'] % 60):02d}s\n\n" + if len(output+strtoadd) < 4083: + output += strtoadd + else: + remaining = len(playlists) - i + output += f"**And {remaining} more...**" + break + + # Check if our output string is empty & update it accordingly + if output == "": + output = "No playlists found." + + # Show the user their queue + await ui.SysMsg.msg(interaction, "Available playlists", output) + + @list_playlists.error + async def playlists_error(self, ctx, error): + if isinstance(error, subsonic.APIError): + logging.error(f"An API error has occurred while fetching playlists, code {error.code}: {error.message}") + await ui.ErrMsg.msg(ctx, "An API error has occurred and has been logged to console. Please contact an administrator.") + else: + logging.error(f"An error occurred while fetching playlists: {error}") + await ui.ErrMsg.msg(ctx, f"An unknown error has occurred and has been logged to console. Please contact an administrator. {error}") + + + @commands.Cog.listener() + async def on_voice_state_update(self, member: discord.Member, before: discord.VoiceState, after: discord.VoiceState) -> None: + ''' Event called when a user's voice state changes ''' + + # Check if the bot is connected to a voice channel + voice_client = discord.utils.get(self.bot.voice_clients, guild=member.guild) + + # Check if the bot is connected to a voice channel + if voice_client is None: + return + + # Check if the bot is alone in the voice channel + if len(voice_client.channel.members) == 1: + logger.debug("Bot is alone in voice channel, waiting 10 seconds before disconnecting...") + # Wait for 10 seconds + await asyncio.sleep(10) + + # Check again if there are still no users in the voice channel + if len(voice_client.channel.members) == 1: + # Disconnect the bot and clear the queue + await voice_client.disconnect() + player = data.guild_data(member.guild.id).player + player.queue.clear() + player.current_song = None + logger.info("The bot has disconnected and cleared the queue as there are no users in the voice channel.") + else: + logger.debug("Bot is no longer alone in voice channel, aborting disconnect...") + +async def setup(bot: DiscodromeClient): + ''' Setup function for the music.py cog ''' + + await bot.add_cog(MusicCog(bot)) diff --git a/extensions/owner.py b/extensions/owner.py new file mode 100644 index 0000000..42d9a51 --- /dev/null +++ b/extensions/owner.py @@ -0,0 +1,9 @@ +'''An extention containing functionality exclusive to the bot owner''' + +import logging + +logger = logging.getLogger(__name__) + +async def setup(bot): + '''Empty setup function for the owner.py cog''' + pass diff --git a/player.py b/player.py new file mode 100644 index 0000000..89da4ca --- /dev/null +++ b/player.py @@ -0,0 +1,261 @@ +''' A player object that handles playback and data for its respective guild ''' + +import asyncio +import discord + +import data +import ui +import logging + +from subsonic import Song, APIError, get_random_songs, get_similar_songs, stream + +logger = logging.getLogger(__name__) + +# Default player data +_default_data: dict[str, any] = { + "current-song": None, + "current-position": 0, + "queue": [], +} + +class Player(): + ''' Class that represents an audio player ''' + def __init__(self) -> None: + self._data = _default_data + self._player_loop = None + + @property + def current_song(self) -> Song: + '''The current song''' + return self._data["current-song"] + + @current_song.setter + def current_song(self, song: Song) -> None: + self._data["current-song"] = song + + @property + def current_position(self) -> int: + ''' The current position for the current song, in seconds. ''' + return self._data["current-position"] + + @current_position.setter + def current_position(self, position: int) -> None: + ''' Set the current position for the current song, in seconds. ''' + self._data["current-position"] = position + + @property + def queue(self) -> list[Song]: + ''' The current audio queue. ''' + return self._data["queue"] + + @queue.setter + def queue(self, value: list) -> None: + self._data["queue"] = value + + @property + def player_loop(self) -> asyncio.AbstractEventLoop: + ''' The player loop ''' + return self._player_loop + + @player_loop.setter + def player_loop(self, loop: asyncio.AbstractEventLoop) -> None: + self._player_loop = loop + + + + + + async def stream_track(self, interaction: discord.Interaction, song: Song, voice_client: discord.VoiceClient) -> None: + ''' Streams a track from the Subsonic server to a connected voice channel, and updates guild data accordingly ''' + + # Make sure the voice client is available and connected + if voice_client is None: + await ui.ErrMsg.bot_not_in_voice_channel(interaction) + return + + # Check if the voice client is still connected + if not voice_client.is_connected(): + logger.error("Voice client is not connected") + await ui.ErrMsg.msg(interaction, "Voice connection was lost. Please try again.") + return + + # Make sure the bot isn't already playing music + if voice_client.is_playing(): + await ui.ErrMsg.already_playing(interaction) + return + + # Get the stream from the Subsonic server, using the provided song's ID + ffmpeg_options = {"before_options": "-reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 5", + "options": "-filter:a volume=replaygain=track"} + try: + stream_url = await stream(song.song_id) + if not stream_url: + logger.error("Failed to get stream URL") + await ui.ErrMsg.msg(interaction, "Failed to get audio stream. Please try again.") + return + + audio_src = discord.FFmpegOpusAudio(stream_url, **ffmpeg_options) + except APIError as err: + logger.error(f"API Error streaming song, Code {err.errorcode}: {err.message}") + await ui.ErrMsg.msg(interaction, f"API error while streaming song: {err.message}") + return + except Exception as e: + logger.error(f"Unexpected error getting audio stream: {e}") + await ui.ErrMsg.msg(interaction, "An error occurred while preparing the audio. Please try again.") + return + + # Begin playing the song + loop = asyncio.get_event_loop() + self.player_loop = loop + + # Handle playback finished + async def playback_finished(error): + if error: + logger.error(f"An error occurred while playing the audio: {error}") + # Check if the error is related to voice connection + if "Not connected to voice" in str(error): + logger.warning("Voice connection was lost during playback") + # Try to reconnect if possible + if interaction.user and interaction.user.voice and interaction.user.voice.channel: + try: + # Try to reconnect to the voice channel + if voice_client and not voice_client.is_connected(): + await voice_client.connect(timeout=10.0, reconnect=True) + logger.info("Successfully reconnected to voice channel") + except Exception as e: + logger.error(f"Failed to reconnect to voice channel: {e}") + return + + logger.debug("Playback finished.") + try: + # Only proceed if voice client is still connected + if voice_client and voice_client.is_connected(): + future = asyncio.run_coroutine_threadsafe(self.play_audio_queue(interaction, voice_client), loop) + # Add a callback to handle any exceptions that occur during execution + future.add_done_callback(lambda f: logger.error(f"Error in play_audio_queue: {f.exception()}") if f.exception() else None) + else: + logger.warning("Voice client disconnected, cannot continue queue playback") + except Exception as e: + logger.error(f"Failed to schedule play_audio_queue: {e}") + + # Try to play the audio with retry logic + max_attempts = 3 + attempt = 0 + + while attempt < max_attempts: + try: + # Check again if voice client is still connected before playing + if not voice_client.is_connected(): + logger.error("Voice client disconnected before playing") + await ui.ErrMsg.msg(interaction, "Voice connection was lost. Please try again.") + return + + voice_client.play(audio_src, after=lambda e: loop.create_task(playback_finished(e))) + logger.info(f"Started playing: {song.title} by {song.artist}") + return # Success, exit the function + except discord.ClientException as e: + logger.error(f"Discord client exception while playing audio (attempt {attempt+1}): {e}") + attempt += 1 + if attempt >= max_attempts: + await ui.ErrMsg.msg(interaction, "Failed to play audio after multiple attempts. Please try again.") + return + await asyncio.sleep(1) # Wait before retrying + except Exception as err: + logger.error(f"An error occurred while playing the audio: {err}") + await ui.ErrMsg.msg(interaction, "An error occurred while playing the audio. Please try again.") + return + + + async def handle_autoplay(self, interaction: discord.Interaction, prev_song_id: str=None) -> bool: + ''' Handles populating the queue when autoplay is enabled ''' + + autoplay_mode = data.guild_properties(interaction.guild_id).autoplay_mode + queue = data.guild_data(interaction.guild_id).player.queue + logger.debug("Handling autoplay...") + logger.debug(f"Autoplay mode: {autoplay_mode}") + logger.debug(f"Queue: {queue}") + # If queue is notempty or autoplay is disabled, don't handle autoplay + if queue != [] or autoplay_mode is data.AutoplayMode.NONE: + return False + + # If there was no previous song provided, we default back to selecting a random song + if prev_song_id is None: + autoplay_mode = data.AutoplayMode.RANDOM + logging.info("No previous song ID provided. Defaulting to random.") + + songs = [] + + try: + match autoplay_mode: + case data.AutoplayMode.RANDOM: + songs = await get_random_songs(size=1) + case data.AutoplayMode.SIMILAR: + logger.debug(f"Prev song ID: {prev_song_id}") + songs = await get_similar_songs(song_id=prev_song_id, count=1) + + except APIError as err: + logging.error(f"API Error fetching song for autoplay, Code {err.errorcode}: {err.message}") + + logger.debug(f"Autoplay song: {songs}") + + # If there's no match, throw an error + if len(songs) == 0: + await ui.ErrMsg.msg(interaction, "Failed to obtain a song for autoplay.") + return False + + self.queue.append(songs[0]) + return True + + + async def play_audio_queue(self, interaction: discord.Interaction, voice_client: discord.VoiceClient) -> None: + ''' Plays the audio queue ''' + + # Check if the bot is connected to a voice channel; it's the caller's responsibility to open a voice channel + if voice_client is None: + await ui.ErrMsg.bot_not_in_voice_channel(interaction) + return + + # Check if the bot is already playing something + if voice_client.is_playing(): + return + + + # Check if the queue contains songs + if self.queue != []: + # Pop the first item from the queue and stream the track + song = self.queue.pop(0) + self.current_song = song + await ui.SysMsg.now_playing(interaction, song) + await self.stream_track(interaction, song, voice_client) + else: + logger.debug("Queue is empty.") + logger.debug("Current song: %s", self.current_song) + if self.current_song is not None: + prev_song_id = self.current_song.song_id + self.current_song = None + else: + prev_song_id = None + # Handle autoplay if queue is empty + if await self.handle_autoplay(interaction, prev_song_id=prev_song_id): + await self.play_audio_queue(interaction, voice_client) + return + # If the queue is empty, playback has ended; we should let the user know + await ui.SysMsg.playback_ended(interaction) + + + async def skip_track(self, interaction: discord.Interaction, voice_client: discord.VoiceClient) -> None: + ''' Skips the current track and plays the next one in the queue ''' + + # Check if the bot is connected to a voice channel; it's the caller's responsibility to open a voice channel + if voice_client is None: + await ui.ErrMsg.bot_not_in_voice_channel(interaction) + return + logger.debug("Skipping track...") + # Check if the bot is already playing something + if voice_client.is_playing(): + voice_client.stop() + await ui.SysMsg.skipping(interaction) + else: + await ui.ErrMsg.not_playing(interaction) + + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3565a86 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +discord +pynacl +python-dotenv +requests \ No newline at end of file diff --git a/resources/cover_not_found.jpg b/resources/cover_not_found.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d7d5265a23b43f3377a73b8a9cd7f38d70e5cf07 GIT binary patch literal 22701 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 literal 0 HcmV?d00001 diff --git a/resources/discodrome.png b/resources/discodrome.png new file mode 100644 index 0000000000000000000000000000000000000000..13fde3e16f21174889fabdc7c53ae8e7a33e0830 GIT binary patch literal 133479 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
  • %OAtM9)&H!Q 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 a=2*F#50!0Hj4($3P14fek*Q&E=Dz?9P?kCX literal 0 HcmV?d00001 diff --git a/subsonic.py b/subsonic.py new file mode 100644 index 0000000..44372dd --- /dev/null +++ b/subsonic.py @@ -0,0 +1,573 @@ +''' For interfacing with the Subsonic API ''' + +import logging +import os +import aiohttp + +from pathlib import Path + +from util import env + +logger = logging.getLogger(__name__) + + +# Parameters for the Subsonic API +SUBSONIC_REQUEST_PARAMS = { + "u": env.SUBSONIC_USER, + "p": env.SUBSONIC_PASSWORD, + "v": "1.15.0", + "c": "discodrome", + "f": "json" + } + +globalsession = None + +async def get_session() -> aiohttp.ClientSession: + ''' Get an aiohttp session ''' + global globalsession + if globalsession is None: + globalsession = aiohttp.ClientSession() + return globalsession + +async def close_session() -> None: + ''' Close the aiohttp session ''' + global globalsession + if globalsession is not None: + globalsession.close() + globalsession = None + +class APIError(Exception): + ''' Exception raised for errors in the Subsonic API ''' + def __init__(self, errorcode: int, message: str) -> None: + self.errorcode = errorcode + self.message = message + super().__init__(self.message) + +class Song(): + ''' Object representing a song returned from the Subsonic API ''' + def __init__(self, json_object: dict) -> None: + #! Other properties exist in the initial json response but are currently unused by Discodrome and thus aren't supported here + self._id: str = json_object["id"] if "id" in json_object else "" + self._title: str = json_object["title"] if "title" in json_object else "Unknown Track" + self._album: str = json_object["album"] if "album" in json_object else "Unknown Album" + self._artist: str = json_object["artist"] if "artist" in json_object else "Unknown Artist" + self._cover_id: str = json_object["coverArt"] if "coverArt" in json_object else "" + self._duration: int = json_object["duration"] if "duration" in json_object else 0 + + @property + def song_id(self) -> str: + ''' The song's id ''' + return self._id + + @property + def title(self) -> str: + ''' The song's title ''' + return self._title + + @property + def album(self) -> str: + ''' The album containing the song ''' + return self._album + + @property + def artist(self) -> str: + ''' The song's artist ''' + return self._artist + + @property + def cover_id(self) -> str: + ''' The id of the cover art used by the song ''' + return self._cover_id + + @property + def duration(self) -> int: + ''' The total duration of the song ''' + return self._duration + + @property + def duration_printable(self) -> str: + ''' The total duration of the song as a human readable string in the format `mm:ss` ''' + return f"{(self._duration // 60):02d}:{(self._duration % 60):02d}" + +class Album(): + ''' Object representing an album returned from subsonic API ''' + def __init__(self, json_object: dict) -> None: + self._id: str = json_object["id"] if "id" in json_object else "" + self._name: str = json_object["name"] if "name" in json_object else "Unknown Album" + self._artist: str = json_object["artist"] if "artist" in json_object else "Unknown Artist" + self._cover_id: str = json_object["coverArt"] if "coverArt" in json_object else "" + self._song_count: int = json_object["songCount"] if "songCount" in json_object else 0 + self._duration: int = json_object["duration"] if "duration" in json_object else 0 + self._year: int = json_object["year"] if "year" in json_object else 0 + self._songs: list[Song] = [] + for song in json_object["song"]: + self._songs.append(Song(song)) + + @property + def album_id(self) -> str: + ''' The album's id ''' + return self._id + + @property + def name(self) -> str: + ''' The album's name ''' + return self._name + + @property + def artist(self) -> str: + ''' The album's artist ''' + return self._artist + + @property + def cover_id(self) -> str: + ''' The id of the cover art used by the album ''' + return self._cover_id + + @property + def song_count(self) -> int: + ''' The number of songs in the album ''' + return self._song_count + + @property + def duration(self) -> int: + ''' The total duration of the album ''' + return self._duration + + @property + def duration_printable(self) -> str: + ''' The total duration of the album as a human readable string in the format `mm:ss` ''' + return f"{(self._duration // 60):02d}:{(self._duration % 60):02d}" + + @property + def year(self) -> int: + ''' The year the album was released ''' + return self._year + + @property + def songs(self) -> list[Song]: + ''' The songs in the album ''' + return self._songs + +class Playlist(): + ''' Object representing a playlist returned from subsonic API ''' + def __init__(self, json_object: dict) -> None: + self._id: str = json_object["id"] if "id" in json_object else "" + self._name: str = json_object["name"] if "name" in json_object else "Unknown Album" + self._cover_id: str = json_object["coverArt"] if "coverArt" in json_object else "" + self._song_count: int = json_object["songCount"] if "songCount" in json_object else 0 + self._duration: int = json_object["duration"] if "duration" in json_object else 0 + self._songs: list[Song] = [] + for song in json_object["entry"]: + self._songs.append(Song(song)) + + @property + def playlist_id(self) -> str: + ''' The playlist's id ''' + return self._id + + @property + def name(self) -> str: + ''' The playlist's name ''' + return self._name + + @property + def cover_id(self) -> str: + ''' The id of the cover art used by the playlist ''' + return self._cover_id + + @property + def song_count(self) -> int: + ''' The number of songs in the playlist ''' + return self._song_count + + @property + def duration(self) -> int: + ''' The total duration of the playlist ''' + return self._duration + + @property + def duration_printable(self) -> str: + ''' The total duration of the playlist as a human readable string in the format `mm:ss` ''' + return f"{(self._duration // 60):02d}:{(self._duration % 60):02d}" + + @property + def songs(self) -> list[Song]: + ''' The songs in the playlist ''' + return self._songs + +async def ping_api() -> bool: + ''' Send a ping request to the subsonic API ''' + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/ping.view", params=SUBSONIC_REQUEST_PARAMS) as response: + response.raise_for_status() + ping_data = await response.json() + if await check_subsonic_error(ping_data): + return False + logger.debug("Ping Response: %s", ping_data) + + return True + +async def check_subsonic_error(response: dict[str, any]) -> bool: + ''' Checks and logs error codes returned by the subsonic API. Returns true if an error is present ''' + + logging.debug("Checking for subsonic error...") + if isinstance(response, aiohttp.ClientResponse): + try: + response = await response.json() + except Exception as e: + return False + + if response["subsonic-response"]["status"] == "ok": + logging.debug("No error found.") + return False + + err_code = response["subsonic-response"]["error"]["code"] + match err_code: + case 0: + err_msg = "Generic Error." + raise APIError(err_code, err_msg) + case 10: + err_msg = "Required Parameter Missing." + raise APIError(err_code, err_msg) + case 20: + err_msg = "Incompatible Subsonic REST protocol version. Client must upgrade." + raise APIError(err_code, err_msg) + case 30: + err_msg = "Incompatible Subsonic REST protocol version. Server must upgrade." + raise APIError(err_code, err_msg) + case 40: + err_msg = "Wrong username or password." + raise APIError(err_code, err_msg) + case 41: + err_msg = "Token authentication not supported for LDAP users." + raise APIError(err_code, err_msg) + case 50: + err_msg = "User is not authorized for the given operation." + raise APIError(err_code, err_msg) + case 60: + err_msg = "The trial period for the Subsonic server is over." + raise APIError(err_code, err_msg) + case 70: + err_msg = "The requested data was not found." + case _: + err_msg = "Unknown Error Code." + raise APIError(err_code, err_msg) + + logger.warning("Subsonic API request responded with error code %s: %s", err_code, err_msg) + return True + +async def search(query: str, *, artist_count: int=00, artist_offset: int=0, album_count: int=0, album_offset: int=0, song_count: int=1, song_offset: int=0) -> list[Song]: + ''' Send a search request to the subsonic API ''' + + # Sanitize special characters in the user's query + #parsed_query = urlParse.quote(query, safe='') + + search_params = { + "query": query, #todo: fix parsed query + "artistCount": str(artist_count), + "artistOffset": str(artist_offset), + "albumCount": str(album_count), + "albumOffset": str(album_offset), + "songCount": str(song_count), + "songOffset": str(song_offset) + } + + params = SUBSONIC_REQUEST_PARAMS | search_params + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/search3.view", params=params) as response: + response.raise_for_status() + search_data = await response.json() + if await check_subsonic_error(search_data): + return [] + logger.debug("Search Response: %s", search_data) + + results: list[Song] = [] + + try: + for item in search_data["subsonic-response"]["searchResult3"]["song"]: + results.append(Song(item)) + except KeyError: + return [] + + return results + +async def search_album(query: str) -> list[Album]: + ''' Send a search request to the subsonic API to return 1 album and all its songs ''' + + # Sanitize special characters in the user's query + #parsed_query = urlParse.quote(query, safe='') + + search_params = { + "query": query, + "artistCount": "0", + "albumCount": "1", + "albumOffset": "0", + "songCount": "0", + "songOffset": "0" + } + + params = SUBSONIC_REQUEST_PARAMS | search_params + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/search3.view", params=params) as response: + response.raise_for_status() + search_data = await response.json() + if await check_subsonic_error(search_data): + return None + try: + albumid = search_data["subsonic-response"]["searchResult3"]["album"][0]["id"] + except Exception as e: + return None + logger.debug("Album ID: %s", albumid) + + album_params = { + "id": albumid + } + + album_params = SUBSONIC_REQUEST_PARAMS | album_params + + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/getAlbum.view", params=album_params) as response: + response.raise_for_status() + search_data = await response.json() + if await check_subsonic_error(search_data): + return None + logger.debug("Search Response: %s", search_data) + + + try: + album = Album(search_data["subsonic-response"]["album"]) + except Exception as e: + logger.error("Failed to parse album data: %s", e) + return None + + return album + +async def get_user_playlists() -> list[int]: + ''' Retrive metadata of all playlists the Subsonic user is authorised to play ''' + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/getPlaylists.view", params=SUBSONIC_REQUEST_PARAMS) as response: + response.raise_for_status() + query_data = await response.json() + if await check_subsonic_error(query_data): + return None + logger.debug("Playlists query response: %s", query_data) + + playlists = query_data["subsonic-response"]["playlists"]["playlist"] + + return playlists + +async def get_playlist(id: str) -> Playlist: + ''' Retrive the contents of a specific playlist ''' + + playlist_params = { + "id": id + } + + params = SUBSONIC_REQUEST_PARAMS | playlist_params + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/getPlaylist.view", params=params) as response: + response.raise_for_status() + playlist = await response.json() + if await check_subsonic_error(playlist): + return None + logger.debug("Playlist query response: %s", playlist) + + try: + playlist = Playlist(playlist["subsonic-response"]["playlist"]) + except Exception as e: + logger.error("Failed to parse playlist data: %s", e) + return None + + return playlist + +async def get_artist_id(query: str) -> str: + ''' Send a search request to the subsonic API to return the id of an artist ''' + + search_params = { + "query": query, + "artistCount": "1", + "albumCount": "0", + "albumOffset": "0", + "songCount": "0", + "songOffset": "0" + } + + params = SUBSONIC_REQUEST_PARAMS | search_params + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/search3.view", params=params) as response: + response.raise_for_status() + search_data = await response.json() + if await check_subsonic_error(search_data): + return None + artistid = search_data["subsonic-response"]["searchResult3"]["artist"][0]["id"] + logger.debug("Artist ID: %s", artistid) + + return artistid + +async def get_artist_discography(query: str) -> Album: + ''' Send a search request to the subsonic API to return all albums by an artist ''' + + artistid = await get_artist_id(query) + + artist_params = { + "id": artistid + } + + artist_params = SUBSONIC_REQUEST_PARAMS | artist_params + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/getArtist.view", params=artist_params) as response: + response.raise_for_status() + search_data = await response.json() + if await check_subsonic_error(search_data): + return None + logger.debug("Search Response: %s", search_data) + albums = search_data["subsonic-response"]["artist"]["album"] + + album_list : list[Album] = [] + + for albuminfo in albums: + albumid = albuminfo["id"] + album_params = { + "id": albumid + } + album_params = SUBSONIC_REQUEST_PARAMS | album_params + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/getAlbum.view", params=album_params) as response: + response.raise_for_status() + album = await response.json() + if await check_subsonic_error(album): + return None + logger.debug("Search Response: %s", album) + album = Album(album["subsonic-response"]["album"]) + album_list.append(album) + + return album_list + + +async def get_album_art_file(cover_id: str, size: int=300) -> str: + ''' Request album art from the subsonic API ''' + target_path = f"cache/{cover_id}.jpg" + + # Check if the cover art is already cached (TODO: Check for last-modified date?) + if os.path.exists(target_path): + return target_path + + cover_params = { + "id": cover_id, + "size": str(size) + } + + params = SUBSONIC_REQUEST_PARAMS | cover_params + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/getCoverArt", params=params) as response: + logging.debug("Response: %s", response.content) + if await check_subsonic_error(response) or response.status != 200: + return "resources/cover_not_found.jpg" + + file = Path(target_path) + file.parent.mkdir(exist_ok=True, parents=True) + file.write_bytes(await response.read()) + + return target_path + +async def get_random_songs(size: int=None, genre: str=None, from_year: int=None, to_year: int=None, music_folder_id: str=None) -> list[Song]: + ''' Request random songs from the subsonic API ''' + logger.debug("Requesting random song...") + search_params: dict[str, any] = {} + + # Handle Optional params + if size is not None: + search_params["size"] = size + + if genre is not None: + search_params["genre"] = genre + + if from_year is not None: + search_params["fromYear"] = from_year + + if to_year is not None: + search_params["toYear"] = to_year + + if music_folder_id is not None: + search_params["musicFolderId"] = music_folder_id + + + params = SUBSONIC_REQUEST_PARAMS | search_params + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/getRandomSongs.view", params=params) as response: + response.raise_for_status() + search_data = await response.json() + if await check_subsonic_error(search_data): + return [] + logger.debug("Search Response: %s", search_data) + + results: list[Song] = [] + for item in search_data["subsonic-response"]["randomSongs"]["song"]: + results.append(Song(item)) + + return results + +async def get_similar_songs(song_id: str, count: int=1) -> list[Song]: + ''' Request similar songs from the subsonic API ''' + + logger.debug("Requesting similar song...") + logger.debug("Song id: %s", song_id) + + if song_id is None: + return [] + + search_params = { + "id": song_id, + "count": count + } + + params = SUBSONIC_REQUEST_PARAMS | search_params + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/getSimilarSongs.view", params=params) as response: + response.raise_for_status() + search_data = await response.json() + logging.debug("Json Response: %s", search_data) + subsonic_error = await check_subsonic_error(search_data) + logger.debug("Subsonic error: %s", subsonic_error) + if subsonic_error: + logger.debug("Subsonic error. Returning empty list.") + return [] + + results: list[Song] = [] + + if search_data["subsonic-response"]["similarSongs"] == {}: + logging.debug("No similar songs found. Returning empty list.") + return [] + + logger.debug("Similar songs: %s", search_data["subsonic-response"]["similarSongs"]["song"]) + for item in search_data["subsonic-response"]["similarSongs"]["song"]: + results.append(Song(item)) + + logger.debug("Similar songs: %s", results) + return results + +async def stream(stream_id: str): + ''' Send a stream request to the subsonic API ''' + + stream_params = { + "id": stream_id + # TODO: handle other params + } + + params = SUBSONIC_REQUEST_PARAMS | stream_params + + session = await get_session() + async with await session.get(f"{env.SUBSONIC_SERVER}/rest/stream.view", params=params, timeout=20) as response: + response.raise_for_status() + if response.content_type == "text/xml": + logger.error("Failed to stream song: %s", await response.text()) + return None + return str(response.url) diff --git a/ui.py b/ui.py new file mode 100644 index 0000000..3065eeb --- /dev/null +++ b/ui.py @@ -0,0 +1,253 @@ +import discord +import logging +import asyncio + +from subsonic import Song, Album, Playlist, get_album_art_file + +logger = logging.getLogger(__name__) + + + +class SysMsg: + ''' A class for sending system messages ''' + + @staticmethod + async def msg(interaction: discord.Interaction, header: str, message: str=None, thumbnail: str=None, *, ephemeral: bool=False) -> None: + ''' Generic message function. Creates a message formatted as an embed ''' + + # Check if interaction is still valid + if interaction is None or interaction.guild is None: + logger.warning("Cannot send message: interaction is no longer valid") + return + + # Handle message over character limit + if message is not None and len(message) > 4096: + message = message[:4093] + "..." + + embed = discord.Embed(color=discord.Color(0x50C470), title=header, description=message) + file = discord.utils.MISSING + + # Attach a thumbnail if one was provided (as a local file) + if thumbnail is not None: + try: + file = discord.File(thumbnail, filename="image.png") + embed.set_thumbnail(url="attachment://image.png") + except Exception as e: + logger.error(f"Failed to attach thumbnail: {e}") + # Continue without the thumbnail + + # Attempt to send the message, up to 3 times + attempt = 0 + while attempt < 3: + try: + # Check if the interaction response is already done + if interaction.response.is_done(): + # Use followup + await interaction.followup.send(file=file, embed=embed, ephemeral=ephemeral) + return + else: + # Use initial response + await interaction.response.send_message(file=file, embed=embed, ephemeral=ephemeral) + return + except discord.NotFound: + logger.warning("Attempt %d at sending a system message failed (NotFound)...", attempt+1) + attempt += 1 + # Short delay before retrying + await asyncio.sleep(0.5) + except discord.HTTPException as e: + logger.warning("Attempt %d at sending a system message failed (HTTPException: %s)...", attempt+1, e) + attempt += 1 + await asyncio.sleep(0.5) + except Exception as e: + logger.error("Unexpected error when sending system message: %s", e) + attempt += 1 + await asyncio.sleep(0.5) + + # If we've exhausted all attempts, log a more detailed error + logger.error("Failed to send system message after %d attempts. Header: %s", attempt, header) + + + @staticmethod + async def now_playing(interaction: discord.Interaction, song: Song) -> None: + ''' Sends a message containing the currently playing song ''' + cover_art = await get_album_art_file(song.cover_id) + desc = f"**{song.title}** - *{song.artist}*\n{song.album} ({song.duration_printable})" + await __class__.msg(interaction, "Now Playing:", desc, cover_art) + + @staticmethod + async def playback_ended(interaction: discord.Interaction) -> None: + ''' Sends a message indicating playback has ended ''' + await __class__.msg(interaction, "Playback ended") + + @staticmethod + async def disconnected(interaction: discord.Interaction) -> None: + ''' Sends a message indicating the bot disconnected from voice channel ''' + await __class__.msg(interaction, "Disconnected from voice channel") + + @staticmethod + async def starting_queue_playback(interaction: discord.Interaction) -> None: + ''' Sends a message indicating queue playback has started ''' + await __class__.msg(interaction, "Started queue playback") + + @staticmethod + async def stopping_queue_playback(interaction: discord.Interaction) -> None: + ''' Sends a message indicating queue playback has stopped ''' + await __class__.msg(interaction, "Stopped queue playback") + + @staticmethod + async def added_to_queue(interaction: discord.Interaction, song: Song) -> None: + ''' Sends a message indicating the selected song was added to queue ''' + desc = f"**{song.title}** - *{song.artist}*\n{song.album} ({song.duration_printable})" + cover_art = await get_album_art_file(song.cover_id) + await __class__.msg(interaction, f"{interaction.user.display_name} added track to queue", desc, cover_art) + + @staticmethod + async def added_album_to_queue(interaction: discord.Interaction, album: Album) -> None: + ''' Sends a message indicating the selected album was added to queue ''' + desc = f"**{album.name}** - *{album.artist}*\n{album.song_count} songs ({album.duration} seconds)" + cover_art = await get_album_art_file(album.cover_id) + await __class__.msg(interaction, f"{interaction.user.display_name} added album to queue", desc, cover_art) + + @staticmethod + async def added_playlist_to_queue(interaction: discord.Interaction, playlist: Playlist) -> None: + ''' Sends a message indicating the selected playlist was added to queue ''' + desc = f"**{playlist.name}**\n{playlist.song_count} songs ({playlist.duration} seconds)" + cover_art = await get_album_art_file(playlist.cover_id) + await __class__.msg(interaction, f"{interaction.user.display_name} added playlist to queue", desc, cover_art) + + @staticmethod + async def added_discography_to_queue(interaction: discord.Interaction, artist: str, albums: list[Album]) -> None: + ''' Sends a message indicating the selected artist's discography was added to queue ''' + desc = f"**{artist}**\n{len(albums)} albums\n\n" + cover_art = await get_album_art_file(albums[0].cover_id) + for counter in range(len(albums)): + album = albums[counter] + desc += f"**{str(counter+1)}. {album.name}**\n{album.song_count} songs ({album.duration} seconds)\n\n" + await __class__.msg(interaction, f"{interaction.user.display_name} added discography to queue", desc, cover_art) + + @staticmethod + async def queue_cleared(interaction: discord.Interaction) -> None: + ''' Sends a message indicating a user cleared the queue ''' + await __class__.msg(interaction, f"{interaction.user.display_name} cleared the queue") + + @staticmethod + async def skipping(interaction: discord.Interaction) -> None: + ''' Sends a message indicating the current song was skipped ''' + await __class__.msg(interaction, "Skipped track", ephemeral=True) + + +class ErrMsg: + ''' A class for sending error messages ''' + + @staticmethod + async def msg(interaction: discord.Interaction, message: str) -> None: + ''' Generic message function. Creates an error message formatted as an embed ''' + + # Check if interaction is still valid + if interaction is None or interaction.guild is None: + logger.warning("Cannot send error message: interaction is no longer valid") + return + + embed = discord.Embed(color=discord.Color(0x50C470), title="Error", description=message) + + # Attempt to send the error message, up to 3 times + attempt = 0 + while attempt < 3: + try: + if interaction.response.is_done(): + await interaction.followup.send(embed=embed, ephemeral=True) + return + else: + await interaction.response.send_message(embed=embed, ephemeral=True) + return + except discord.NotFound: + logger.warning("Attempt %d at sending an error message failed (NotFound)...", attempt+1) + attempt += 1 + # Short delay before retrying + await asyncio.sleep(0.5) + except discord.HTTPException as e: + logger.warning("Attempt %d at sending an error message failed (HTTPException: %s)...", attempt+1, e) + attempt += 1 + await asyncio.sleep(0.5) + except Exception as e: + logger.error("Unexpected error when sending error message: %s", e) + attempt += 1 + await asyncio.sleep(0.5) + + # If we've exhausted all attempts, log a more detailed error + logger.error("Failed to send error message after %d attempts. Message: %s", attempt, message) + + @staticmethod + async def user_not_in_voice_channel(interaction: discord.Interaction) -> None: + ''' Sends an error message indicating user is not in a voice channel ''' + await __class__.msg(interaction, "You are not connected to a voice channel.") + + @staticmethod + async def bot_not_in_voice_channel(interaction: discord.Interaction) -> None: + ''' Sends an error message indicating bot is connect to a voice channel ''' + await __class__.msg(interaction, "Not currently connected to a voice channel.") + + @staticmethod + async def cannot_connect_to_voice_channel(interaction: discord.Interaction) -> None: + ''' Sends an error message indicating bot is unable to connect to a voice channel ''' + await __class__.msg(interaction, "Cannot connect to voice channel.") + + @staticmethod + async def queue_is_empty(interaction: discord.Interaction) -> None: + ''' Sends an error message indicating the queue is empty ''' + await __class__.msg(interaction, "Queue is empty.") + + @staticmethod + async def already_playing(interaction: discord.Interaction) -> None: + ''' Sends an error message indicating that music is already playing ''' + await __class__.msg(interaction, "Already playing.") + + @staticmethod + async def not_playing(interaction: discord.Interaction) -> None: + ''' Sends an error message indicating nothing is playing ''' + await __class__.msg(interaction, "No track is playing.") + + + +# Methods for parsing data to Discord structures +def parse_search_as_track_selection_embed(results: list[Song], query: str, page_num: int) -> discord.Embed: + ''' Takes search results obtained from the Subsonic API and parses them into a Discord embed suitable for track selection ''' + + options_str = "" + + # Loop over the provided search results + for song in results: + + # Trim displayed tags to fit neatly within the embed + tr_title = song.title + tr_artist = song.artist + tr_album = (song.album[:68] + "...") if len(song.album) > 68 else song.album + + # Only trim the longest tag on the first line + top_str_length = len(song.title + " - " + song.artist) + if top_str_length > 71: + + if tr_title > tr_artist: + tr_title = song.title[:(68 - top_str_length)] + '...' + else: + tr_artist = song.artist[:(68 - top_str_length)] + '...' + + # Add each of the results to our output string + options_str += f"**{tr_title}** - *{tr_artist}* \n*{tr_album}* ({song.duration_printable})\n\n" + + # Add the current page number to our results + options_str += f"Current page: {page_num}" + + # Return an embed that displays our output string + return discord.Embed(color=discord.Color.orange(), title=f"Results for: {query}", description=options_str) + + +def parse_search_as_track_selection_options(results: list[Song]) -> list[discord.SelectOption]: + ''' Takes search results obtained from the Subsonic API and parses them into a Discord selection list for tracks ''' + + select_options = [] + for i, song in enumerate(results): + select_option = discord.SelectOption(label=f"{song.title}", description=f"by {song.artist}", value=i) + select_options.append(select_option) + + return select_options diff --git a/util/env.py b/util/env.py new file mode 100644 index 0000000..561deb7 --- /dev/null +++ b/util/env.py @@ -0,0 +1,16 @@ +import os + +from typing import Final +from dotenv import load_dotenv + +load_dotenv(os.path.relpath("data.env")) + +DISCORD_BOT_TOKEN: Final[str] = os.getenv("DISCORD_BOT_TOKEN") +DISCORD_TEST_GUILD: Final[str] = os.getenv("DISCORD_TEST_GUILD") +DISCORD_OWNER_ID: Final[int] = int(os.getenv("DISCORD_OWNER_ID")) + +SUBSONIC_SERVER: Final[str] = os.getenv("SUBSONIC_SERVER") +SUBSONIC_USER: Final[str] = os.getenv("SUBSONIC_USER") +SUBSONIC_PASSWORD: Final[str] = os.getenv("SUBSONIC_PASSWORD") + +BOT_STATUS: Final[str] = os.getenv("BOT_STATUS") diff --git a/util/logs.py b/util/logs.py new file mode 100644 index 0000000..6fa1528 --- /dev/null +++ b/util/logs.py @@ -0,0 +1,89 @@ +'''Collection of utility functions related to logging.''' + +import logging +import logging.handlers +import os +import sys + +from typing import TextIO + +def is_docker() -> bool: + '''Checks if the application is being run within a Docker container.''' + + path = '/proc/self/cgroup' + return os.path.exists('/.dockerenv') or (os.path.isfile(path) and any('docker' in line for line in open(path, encoding='utf-8'))) + + +def stream_supports_color(stream: TextIO) -> bool: + '''Checks if the provided `TextIO` stream supports color.''' + + is_a_tty = hasattr(stream, 'isatty') and stream.isatty() + + if 'PYCHARM_HOSTED' in os.environ or os.environ.get('TERM_PROGRAM') == 'vscode': + return is_a_tty + + if sys.platform != 'win32': + return is_a_tty or is_docker() + + return is_a_tty and ('ANSICON' in os.environ or 'WT_SESSION' in os.environ) + + +class ColorFormatter(logging.Formatter): + '''A logging formatter that applies colored formatting to logs.''' + + LEVEL_COLORS = [ + (logging.DEBUG, '\x1b[40;1m'), + (logging.INFO, '\x1b[34;1m'), + (logging.WARNING, '\x1b[33;1m'), + (logging.ERROR, '\x1b[31m'), + (logging.CRITICAL, '\x1b[41m'), + ] + + FORMATS = { + level: logging.Formatter( + f'\x1b[30;1m%(asctime)s\x1b[0m {color}%(levelname)-8s\x1b[0m \x1b[35m%(name)s\x1b[0m %(message)s', + '%Y-%m-%d %H:%M:%S', + ) + for level, color in LEVEL_COLORS + } + + def format(self, record: logging.LogRecord) -> str: + formatter = self.FORMATS.get(record.levelno) + if formatter is None: + formatter = self.FORMATS[logging.DEBUG] + + if record.exc_info: + text = formatter.formatException(record.exc_info) + record.exc_text = f'\x1b[31m{text}\x1b[0m' + + output = formatter.format(record) + + record.exc_text = None + return output + + +def setup_logging(main_log_level: int=logging.INFO, file_log_level: int=logging.INFO, stream_log_level: int=logging.INFO) -> None: + '''Sets up logging handlers for both console and file logging.''' + + logger = logging.getLogger() + logger.setLevel(main_log_level) + + dt_fmt = '%Y-%m-%d %H:%M:%S' + formatter = logging.Formatter('[{asctime}] [{levelname:<8}] {name}: {message}', dt_fmt, style='{') + + file_max_size = 10 * 1024 * 1024 # 10mb + + file_handler = logging.handlers.RotatingFileHandler(filename='bot.log', encoding='utf-8', maxBytes=file_max_size, backupCount=1) + file_handler.setLevel(file_log_level) + file_handler.setFormatter(formatter) + + stream_handler = logging.StreamHandler(stream=sys.stdout) + stream_handler.setLevel(stream_log_level) + + if stream_supports_color(stream_handler.stream): + formatter = ColorFormatter() + + stream_handler.setFormatter(formatter) + + logger.addHandler(stream_handler) + logger.addHandler(file_handler)