-
- You're definitely going to need the game.
-
- This is a program for a CC: Tweaked computer, of course you need this.
-
Play Audio from YouTube
- Search for videos by name or paste a url into the search field.
-
Create Playlists
- Create your own playlist to easily add all songs to the queue.
To install Spoticraft, simply run these commands:
-
Install via wget by running this command:
wget https://raw.githubusercontent.com/AriesLR/Spoticraft/refs/heads/main/spoticraft.lua
-
To run the program just type this:
spoticraft.lua
Update the current version of Spoticraft by running this command:
alr/update.lua
Your playlists will not be lost during the update process.
Uninstall the current version of Spoticraft by running this command:
alr/uninstall.lua
Spoticraft supports custom playlists through a playlists.json
file. You can edit this file to add, remove, or rearrange songs in your playlists.
Each song entry requires a YouTube video ID in the "id"
field. This is the unique code at the end of a YouTube URL.
Example:
If the song URL is:
https://www.youtube.com/watch?v=dQw4w9WgXcQ
The "id" field should contain:
dQw4w9WgXcQ
There are two main ways to edit playlists:
- Navigate to the alr/ folder:
cd alr/
- Open the playlists file for editing:
edit playlists.json
- Add or remove songs as needed.
- Download the Playlist Template.
- Edit the template to your liking.
- Upload it somewhere accessible online (e.g., GitHub).
- Run Spoticraft's playlist downloader:
alr/download-playlist.lua
- Paste the URL of your uploaded playlist and press Enter.
- Now load up Spoticraft and enjoy your new playlist.
Example URL for the default playlist on GitHub:
https://raw.githubusercontent.com/AriesLR/Spoticraft/refs/heads/main/lib/playlists/default/playlists.json