On ImageviewX 2.5, I'm trying to only use the audio player inside specific image folders.
I have checked the "use_imagefolder" check box and everything is working fine, but I have also music playing in my other folders (music stored in the initial path for the audio folder). Like I only want to play music on specific image folders, I would like to disable the audio player by default on my gallery and only enable it on my specific folders.
I tried first to remove the mp3 files inside my default storage folder or choose "false" as initial path for the audio folder. When doing that, the audio player is still enabled and is trying to play an undefined track...
So I would like to use the new option of ImageviewX : the folder parameters. I first move the audio player as disable by default, and use this parameters on my folders :
- "audioplayer.enabled=true" on the folders I want the music to be played
- "audioplayer.enabled=false" to stop the audio player when leaving a folder with music and enter in a silent folder
The first options works fine, but with the "audioplayer.enabled=false" parameter the music don't stop when entering in a silent folder.
Is it possible to use some specific parameters equivalent to use the play and stop buttons of the audio player with the folder parameters new feature?
Thanks