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

archive tag is set on source tracks #435

Open
smarquard opened this issue Oct 10, 2016 · 2 comments
Open

archive tag is set on source tracks #435

smarquard opened this issue Oct 10, 2016 · 2 comments
Assignees
Milestone

Comments

@smarquard
Copy link

smarquard commented Oct 10, 2016

This commit:

e4c9d4f

adds the "archive" tag to all source tracks from Galicaster. This is a change from 1.4.x.

In our Opencast 1.6.x workflows, this causes source tracks from Galicaster 2.x to be archived, which is not what we were expecting (by default we archive trimmed tracks, not the source media).

I think this change should either be reverted, or to allow flexibility, add a configuration option like

track_default_tags = archive

(and if blank, no tags are added).

@smarquard
Copy link
Author

This can be worked around by adding a workflow step in Opencast to remove the archive tag:

 <!-- Remove archive tags from source for GC 2.x ingests -->

    <operation
      id="tag"
      description="Removing archive tag from source tracks">
      <configurations>
        <configuration key="source-flavors">*/source</configuration>
        <configuration key="target-tags">-archive</configuration>
      </configurations>
    </operation>

@Alfro Alfro added this to the 2.0.3 milestone Jan 25, 2018
@Alfro Alfro self-assigned this Jan 25, 2018
Alfro added a commit that referenced this issue Jan 25, 2018
Also added 'tags' as a configuration setting to the profile
@Alfro Alfro modified the milestones: 2.0.3, 2.1.0 Jan 25, 2018
Alfro added a commit that referenced this issue Jan 31, 2018
@Alfro
Copy link
Contributor

Alfro commented Feb 9, 2018

@smarquard Our work here has been added to the 2.1.0 release. Now by default Galicaster does not add any tags, and there is an optional profile configuration value to include tags for each track (the parameter is 'tags')

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

2 participants