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.
Add playlist
Re: Add playlist
The current version already supports this, just bind a key to load the folder you want:
So for example:
"$" 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.
Code: Select all
bind <KEY> "bind = >$\<PATH_TO_FOLDER>\<FOLDER_NAME>\; hldjsd"
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"
Re: Add playlist
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
Re: Add playlist
We'll have to gauge interest for it.