Getting Started with Qilletni
Welcome to Qilletni, a Domain-Specific Language (DSL) designed for advanced playlist management, music curation, and seamless integration with Spotify and Java libraries.
1. Introduction
Qilletni simplifies the creation and manipulation of playlists and music data, allowing you to automate tasks, integrate with external libraries, and leverage a rich standard library.
If you’d like a broader overview of Qilletni, see the Home page for more details.
2. Installation
2.1 Prerequisites
- Java Runtime: Ensure you have Java 20 (or higher) installed
- Spotify Account: For Spotify integration, a Spotify account is required. Some features may require a premium account
2.2 Install Qilletni
// TODO
3. Hello World (Your First Program)
Let’s create a simple "Hello, World!" program:
- Initialize a project Create a project directory, and then run the command
It will ask you for a project name, and the author's name. In this case, we'll give it the name qilletni_demo
. It will also ask for an optional native binding class name, which may be left blank for now.
This will create a file tree of the following structure:
The file created, qilletni_demo.ql
, is the start of your source code. Right now, it only contains:
A more in-depth explanation of the project structure, and other project types, can be found in the Project Structure guide.
- Run the program via command line:
If everything is set up correctly, you should see:
7. Next Steps
Congratulations on running your first Qilletni script! Below are a few places to continue:
- Language Reference: Explore Qilletni’s syntax, statements, and more.
- Tutorials: Step-by-step guides for playlist creation, weighting, advanced recommendations, etc.
- Libraries & Modules: Learn about standard libraries like
collections
,metadata
, and the Spotify modules. - Examples: Browse real-world
.ql
scripts showcasing Qilletni features.
8. FAQ / Common Issues
- Java Version Mismatch
- Make sure you have at least Java 8. Older versions may not be supported.
- Command Not Found
- Ensure the
qilletni
command or script is in your PATH or specify the full path to it.
- Ensure the
- Spotify Credentials
- Confirm that your environment is set to recognize your Spotify API keys if you’re using Spotify-related modules.
That’s it! You’re ready to start exploring the power of Qilletni. If you have any questions or run into issues, visit our FAQ or open a discussion on our GitHub repository.