summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2026-02-14FIXME: fix bugs.448-re-useCarl Hetherington
2026-02-12Support re-use of Atmos MXF assets.Carl Hetherington
2026-02-12Extract DCP part from get_reusable_reel_assets().Carl Hetherington
2026-02-12Re-use assets verbatim if they do not need to change (#448).Carl Hetherington
2026-02-08Extract copy_file.Carl Hetherington
2026-02-08Extract common code for referencing assets.Carl Hetherington
2026-02-07Remove some unnecessary casts up to ReelFileAsset.Carl Hetherington
2026-02-07Re-word some comments.Carl Hetherington
2026-02-07Add use-type to ReusableReelAsset.Carl Hetherington
2026-02-07Rename ReferencedReelAsset -> ReusableReelAsset.Carl Hetherington
2026-02-07Rename referenced_reel_asset.{cc,h} -> reusable_reel_asset.{cc,h}.Carl Hetherington
2026-02-07Make maybe_add_text a member.Carl Hetherington
2026-02-07Remove unnecessary template.Carl Hetherington
2026-02-07Make "why_not" reasons an optional return.Carl Hetherington
2026-02-07Rename set_play_referenced() -> set_play_reusable().Carl Hetherington
2026-02-07Condense an if.Carl Hetherington
2026-02-07Rename can_reference_*() -> can_reuse_*().Carl Hetherington
2026-02-04Fix POST requests from macOS / Safari.Carl Hetherington
2026-02-03Add substitute().Carl Hetherington
2026-02-03Add dom.png and ::PNG content type.Carl Hetherington
2026-02-03Support current playlist in the web interface.Carl Hetherington
2026-02-03Support playlist load from the web interface.Carl Hetherington
2026-02-03Move player frame (DOMFrame) class into wx/ as PlayerFrame.Carl Hetherington
2026-02-03Add common.css URL.Carl Hetherington
2026-02-03Tidy Response initialization and support ::CSS.Carl Hetherington
2026-02-03Delete SPL entries when deleting the SPL.Carl Hetherington
2026-02-03Add playlist DELETE endpoint.Carl Hetherington
2026-02-03Add support for a sidebar in the index.Carl Hetherington
2026-02-03Add /playlists URL.Carl Hetherington
2026-02-03Add move_entry().Carl Hetherington
2026-02-03Add content GET endpoint.Carl Hetherington
2026-02-03Add playlist GET endpoint.Carl Hetherington
2026-02-03Add content GET endpoint.Carl Hetherington
2026-02-03Add playlist POST endpoint.Carl Hetherington
2026-02-03Add playlists GET endpoint.Carl Hetherington
2026-02-03Name a variable.Carl Hetherington
2026-02-03Add ShowPlaylistList::insert_entry().Carl Hetherington
2026-02-03Fix comment nonsense.Carl Hetherington
2026-02-03Allow handling of HTTP request body.Carl Hetherington
2026-02-03Improve comment.Carl Hetherington
2026-02-03Add new config version.Carl Hetherington
2026-02-03Fix index.html generation, broken since the switch to fmt.Carl Hetherington
2026-02-03Return 500 when some server error occurs.Carl Hetherington
2026-02-03Replace find_and_resolve_cpls() with storing all CPL IDs in DCPContent (somet...Carl Hetherington
2026-02-03Use SQLite for show playlists.Carl Hetherington
2026-02-03Use nlohmann for JSON.Carl Hetherington
2026-02-03Rename ContentStore -> ShowPlaylistContentStore.Carl Hetherington
2026-02-03Move content store handling into ContentStore rather than it being done in th...Carl Hetherington
2026-01-29Remove Film from the whole examination chain.Carl Hetherington
2026-01-29Remove another unnecessary Film parameter.Carl Hetherington