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

External config file #2

Open
hlechner opened this issue Jan 20, 2016 · 1 comment
Open

External config file #2

hlechner opened this issue Jan 20, 2016 · 1 comment

Comments

@hlechner
Copy link
Owner

On root of wwidd folder could have a config file (using a INI format).

It allows the user to easily change important variables as example:

  • change the port
  • force loopback IP (boolean)
  • change the amount of videos per page
  • do not run the browser (boolean)
@hlechner
Copy link
Owner Author

Change the amount of videos per page:

  • client/www/controls/media/pager.js:
                pagesel = controls.select(),
                page = 0,
                items = 20,
                max = 0;

Just need to change items variable.

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

No branches or pull requests

1 participant