Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(enhancement) - Simple_Player - Add a parameter to avoid playing in loop #2

Closed
unspacyar opened this issue Nov 23, 2019 · 2 comments
Closed

Comments

@unspacyar
Copy link

Hello. I tested the "Simple_Player" and I found it very good. I only miss an option to disable the "loop mode" (playing endless the same .MDX file).

With this option, could be useful to play a set of different .MDX file using a bash script.

Thank you for your time :-)

@yosshin4004
Copy link
Owner

I added a new option -maxLoops, -maxDuration, -noFadeout and -noVisualize.
You can disable the loop mode by -maxLoops 1.

I tested following command and I found it works fine.
find ./ -name '*.MDX' | xargs -n 1 ./simple_player -maxLoops 1
It is very useful. Thank for suggestion.

@unspacyar
Copy link
Author

Hello. I tested the new version and works perfect. Thank you for accept my suggestion.

ありがとうございます

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants