Add playlist

Have a comment or suggestion? Leave your feedback here!
Post Reply
Killer

Add playlist

Post by Killer »

Hello,

In my compute, i have a lot of audio file, classified into different folders by category:
- Music
- Fun
- Vox
- Personnal
- Etc...


Could it be that in the next version, you add a function to load different folders ?
And that can load the next and back folder with 2 keys.
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Add playlist

Post by Renegade »

The current version already supports this, just bind a key to load the folder you want:

Code: Select all

bind <KEY> "bind = >$\<PATH_TO_FOLDER>\<FOLDER_NAME>\; hldjsd"
So for example:

Code: Select all

bind a "bind = >$\Music\; hldjsd"
bind b "bind = >$\Fun\; hldjsd"
bind c "bind = >$\Vox\; hldjsd"
bind d "bind = >$\Personal\; hldjsd"
bind a "bind = >$\Etc\Misc\example*stuff\; hldjsd"
"$" represents the path of your Audio directory, ">" means to load the folder/file exactly (do not perform search), and you need to use "*" in place of any spaces in the path.
Killer

Re: Add playlist

Post by Killer »

Could you add this in API, for selected multiple folders and add bind key for navigate in there folders with previous or next folder ?

Code: Select all

bind <KEY> "hldjnf" //Next Folder
bind <KEY> "hldjpf" //Previous Folder
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Add playlist

Post by Renegade »

We'll have to gauge interest for it.
Post Reply