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

Allow publishing of non-audio and non-video artifacts #103

Open
Kunsi opened this issue Jan 7, 2024 · 2 comments
Open

Allow publishing of non-audio and non-video artifacts #103

Kunsi opened this issue Jan 7, 2024 · 2 comments
Assignees

Comments

@Kunsi
Copy link
Contributor

Kunsi commented Jan 7, 2024

... like subtitles (.srt)

voc-mng pushed a commit that referenced this issue Jan 7, 2024
@derpeter
Copy link
Contributor

So far we get the files source URI form the tracker. The tracker usually gets it from a schedule.xml. If we want more file types we should have a clear idea where to get the URLs from. e.g.
a) new tracker propertie
b) gues it from the video URL
c) complete new source of information

Also in the past SRT usualy was not present when the video files where released. We need a way to trigger the process later on. Maybe a new ticket type / profile in the tracker could be used. @a-tze thoughts?

@Kunsi
Copy link
Contributor Author

Kunsi commented Jan 15, 2024

My current idea was:

  • SRT files get somehow™ onto the releasing vm
  • voctopublish handles the upload

If we support this in the recorder script, we might need another Property like Fahrplan.SubtitleDownloadURL, which then could also have an optional element in the schedule.xml spec. Might need another recording ticket in the tracker though, which might be a bit out of scope here. Alternatively we could download it together with the video file in one recording step.

For now, i'm happy with "upload it to releasing and just upload to youtube" for now. voctopublish just needs to understand that, which is why this ticket exists (and why i'm working on that right now)

@Kunsi Kunsi self-assigned this Jan 15, 2024
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