You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed tracklist indexing for album posters (#30).
- Rephrased questions in prompt.py for clarity.
- Hid module names in the documentation for cleaner output.
<h3align="center">📔 Check out the new documentation <ahref="https://beatprints.readthedocs.io/en/latest/">here!</a></h3>
23
+
<h3align="center">📔 Check out the documentation <ahref="https://beatprints.readthedocs.io/en/latest/">here!</a></h3>
24
24
25
25
## 📦 Installation
26
26
@@ -134,9 +134,7 @@ I wanted to make it free for everyone to print themselves, as I believe my poste
134
134
## ❤️ Special Thanks
135
135
136
136
- A big thanks to [Spotify Poster Generator](https://github.com/AnveshakR/poster-generator/) by [@AnveshakR](https://github.com/AnveshakR) for inspiring BeatPrints with amazing ideas!
137
-
- Shoutout to [@Magniquick](https://github.com/Magniquick), [@Krishna-Gunjan](https://github.com/Krishna-Gunjan), and [@itsnotrin](https://github.com/itsnotrin) for their awesome contributions!
138
-
- Thanks to [@T-Dynamos](https://github.com/T-Dynamos) and [@cherriae](https://github.com/cherriae) for their great improvements and tweaks.
139
-
- A special nod to [@itsnotrin](https://github.com/itsnotrin) for helping make album poster generation possible!
137
+
- Shoutout to [@Magniquick](https://github.com/Magniquick), [@Krishna-Gunjan](https://github.com/Krishna-Gunjan), [@itsnotrin](https://github.com/itsnotrin), [@T-Dynamos](https://github.com/T-Dynamos), and [@cherriae](https://github.com/cherriae) for their awesome contributions!
Copy file name to clipboardExpand all lines: docs/guidebook/cli.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ Windows
19
19
20
20
[general]
21
21
search_limit = 7
22
-
output_directory = "<path-to-save-your-posters>"
22
+
output_directory = "<path-to-save-your-posters>"
23
23
24
24
[credentials]
25
-
client_id = "your-client-id"
26
-
client_secret = "your-client-secret"
25
+
client_id = "<your-client-id>"
26
+
client_secret = "<your-client-secret>"
27
27
28
28
Replace ``<path-to-save-your-posters>`` with the path where you'd like to save the generated posters, and fill in the ``client_id`` and ``client_secret`` with your Spotify credentials.
Copy file name to clipboardExpand all lines: docs/misc/FAQ.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ Why isn't "x" language supported in BeatPrints?
13
13
-----------------------------------------------
14
14
The lack of support for some languages is due to the large size of font files (around 90 MB) required for the tool. Adding more languages would significantly increase the project's size. Since Pillow (the library used for this project) doesn’t support multi-language text natively, the write.py module would need to be rewritten to handle this, which is a time-consuming task. This issue is actively being worked on, but a simple solution hasn't been found yet.
15
15
16
+
Why are some tracks missing from the album posters?
Some tracks are missing from the album posters because the function organizes tracks into columns that fit within a set width, removing the longest track name if needed. Additionally, since it's not always possible to fit all tracks in order, a shuffle feature was added to randomly select tracks for the poster.
19
+
16
20
I've got a really interesting idea for a feature for BeatPrints.
I really appreciate that you want to contribute! Feel free to create an issue on the GitHub page. Just keep in mind that I started this project for fun, so actively maintaining it can be tough for me. I’m not always able to dedicate a lot of time, but I truly appreciate all ideas and contributions, and I’ll try my best to work on it when I can. Your suggestions are always welcome!
0 commit comments