Page 1 of 1
Add playlist
Posted: Fri Apr 11, 2008 10:12 am
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.
Re: Add playlist
Posted: Sat Apr 12, 2008 3:56 pm
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.
Re: Add playlist
Posted: Fri Apr 18, 2008 8:01 am
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
Re: Add playlist
Posted: Fri Apr 18, 2008 8:37 pm
by Renegade
We'll have to gauge interest for it.