Andi Hubel

Results 139 comments of Andi Hubel

Starting with 34C3 we might get more tags from the content team or speakers, as https://github.com/frab/frab/issues/295 was implemented. These categories could be imported via the publishing script or the existing...

@Thorsten-Sick Any updates from your side?

Don't wait – tuwat and create your own! ;-)

We should write a script or extend the admin UI to import tags from the linked example file. When writing a simple import script one would use the private API...

For the last congress: https://fahrplan.events.ccc.de/congress/2017/Fahrplan/schedule.xml ```xml 2017-12-27T11:00:00+01:00 34c3-9292-eroffnung_tuwat https://fahrplan.events.ccc.de/congress/2017/Fahrplan/events/9292.html Eröffnung: tuwat CCC lecture de […] ```

As of now we have multiple places where we collect schedule URLs of conferences: * our wiki, e.g. last column in https://c3voc.de/wiki/events_urls * voctoweb: field on conference (see public api...

Je mehr ich darüber nachdenke desto eher komme zu der Schlussfolgerung das wir eigentlich erst mal eine Liste von sinnvollen Keywörtern brauchen – am besten gleich verknüpft mit dem entsprchenden...

As of today the cursor gets hidden together with the video controls, once I'm in fullscreen mode. Is it the same for your PC?

Can you sketch an interface how users should choose this filter options? An talk has an own field `original_language`, the translated languages are part of the recording table.

Viele events haben ggf. noch die falsche original language. ``` SELECT e.id, e.title, e.original_language, r.language, r.filename FROM events e, recordings r WHERE e.id = r.event_id AND (SELECT COUNT(*) FROM recordings...