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

source_mixing_function setting is being ignored #14

Open
pavelmarko opened this issue Jun 25, 2019 · 1 comment
Open

source_mixing_function setting is being ignored #14

pavelmarko opened this issue Jun 25, 2019 · 1 comment

Comments

@pavelmarko
Copy link

VLC-Scheduler is always zipping files, even when source_mixing_function is set to chain.

Now is:
primary_playlist = Playlist( name='PRIMARY', **default_playlist_config, recursive=config.MEDIA_RECURSIVE, ignore_playing_time_if_empty=config.IGNORE_PLAYING_TIME_IF_PLAYLIST_IS_EMPTY )

Should be:
primary_playlist = Playlist( name='PRIMARY', **default_playlist_config, recursive=config.MEDIA_RECURSIVE, ignore_playing_time_if_empty=config.IGNORE_PLAYING_TIME_IF_PLAYLIST_IS_EMPTY, source_mixing_function=config.SOURCE_MIXING_FUNCTION )

@pavelmarko pavelmarko changed the title source_mixing_function setting is ignored source_mixing_function setting is being ignored Jun 25, 2019
@nodakamakadon
Copy link

It may be due to source mixing being under a source. Compare with the example: https://github.com/EugeneDae/VLC-Scheduler/blob/master/docs/example.yaml

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