An open API service indexing awesome lists of open source software.

https://github.com/https-eduardo/playlist-randomizer

An desktop app that randomize playlists for better using in more simple car radios.
https://github.com/https-eduardo/playlist-randomizer

Last synced: 4 months ago
JSON representation

An desktop app that randomize playlists for better using in more simple car radios.

Awesome Lists containing this project

README

          

# 🎵🔀 Playlist Randomizer

An desktop app that randomize playlists for better using in more simple car radios.

Normally, these kind of radios have random option, but they can play a music from another playlist folder.

![Application image](./img/example.png)

### How to use

| Title | Image | Description |
| :------------------ | :-----------------------------------------------------: | -------------------------------------------------------------------------------------------------------------------------- |
| Step 1 | ![Step 1 (select the folder)](./img/step1.png) | Select the playlist folder |
| Example of playlist | ![Example of playlist with subfolders](./img/step2.png) | This playlist contains their songs in subfolders, so it will have to be specified |
| Step 2 | ![Step 3, click in randomize button](./img/step3.png) | After selecting the folder, you can mark the option include subfolders, if needed, and then click in the randomize button. |

## ✨ How to contribute

First of all, you'll need to clone this repository and create a new branch from the main.

```bash
git clone https://github.com/https-eduardo/playlist-randomizer.git

git checkout -b your_branch_name
```

After cloning the repository, you can start implementing your features, fixing the code or refactoring.
When your changes are finished, open a pull request to be reviewed and, then, merged.