sidebar-items.js 1.1 KB

1
  1. window.SIDEBAR_ITEMS = {"fn":[["setup_logging","Function builds a logger drain that drains to a json file located in logs/ and also to stdout."]],"mod":[["core","Module contains our core initialization logic."],["errors","Module contains all the error definitions used in dim, and returned by the web-service."],["external","Module contains our external api interfaces"],["fetcher","Contains the code for fetching assets like posters and stills."],["inspect","Inspect api for Result type"],["logger","Contains our custom logger for rocket"],["reactor","Sqlite CDC implementation"],["routes","Contains all of the routes exposed by the webapi. This module contains all the routes supported by the API."],["scanner","New generation scanner infrastructure. Module contains all the code for the new generation media scanner."],["stream_tracking","Contains the fairing which tracks streams across rest api"],["streaming","Contains all the logic needed for streaming and on-the-fly transcoding."],["tree","Tree-like structure for representing directories of files."],["utils","Various utilities"]]};