Allows to publish videos uploaded on tv.lumbung.space to the frontpage of lumbung.space
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
rra c801386dd6 refactor for legibility 3 years ago
README.md update readme 3 years ago
index_template.md fix https://git.vvvvvvaria.org/rra/lumbung-theme/issues/4 3 years ago
requirements.txt peertube from git 3 years ago
video-feed.html template 3 years ago
video-feed.py refactor for legibility 3 years ago

README.md

video feed prototypes

These scripts poll a peertube instance to return a list of videos and construct a static page for it using jinja2.

See it in action on https://roelof.info/lumbung/

video-feed.py

Utility that returns Peertube videos tagged as publish and turns them in to hugo page bundles. Videos no longer tagged as publish are deleted.

index-template.md

Jinja2 template of a hugo post for use with the above.

streams-feed.py

Returns only livestreams and displays them differently depending on the tags associated with the video. E.g. audio stream or video stream. WIP.

video-feed.html

The jinja template for creating video feeds. This is now used in the HUGO theme.

video-feed-prototype.html

rendered example of above