Commit History

Author SHA1 Message Date
  Valerian G 37150dd766 Merge branch 'master' of github.com:Dusk-Labs/dim 2 years ago
  Valerian G 5dff9eeb31 Add running from binaries heading (#201) 2 years ago
  Valerian G bd7934798a when running in release mode, the path to ffmpeg is calculated relatively to the directory of the dim binary rather than relative to the current work directory. 2 years ago
  Valerian G bd0dd4f771 only transcode text subs to webvtt 2 years ago
  Valerian G 029e62bd56 cleanup streaming/mod.rs 2 years ago
  mental32 02a73eae86 fmt: remove an eprintln! 2 years ago
  mental 1688896cd6 fix(streaming): ratios less than zero got trucated. 2 years ago
  Valerian G 976d12a359 bump dim to v0.3.0-rc5 2 years ago
  Valerian G a4c069b17a remove bootstrap script as we bundle ffmpeg manually 2 years ago
  Valerian G af92878fed bump nightfall 2 years ago
  Valerian G b340738dfe Fix subtitle cues not being properly mapped 2 years ago
  Valerian G afc0f66025 set activeCues to [] instead of "" 2 years ago
  Valerian G 2d1740c10a Auto-logout if /whoami returns Unauthorized 2 years ago
  Valerian G 32786a0594 Generate jwt secret_key if its not defined in the config.toml 2 years ago
  Valerian G f95ca7fa80 ui-player: render all active cues instead of just the first one 2 years ago
  Valerian G fa86b4ae17 strip any non-ascii characters from filename before passing to torrent-name-parse 2 years ago
  Valerian G 215b4c740f use stable instead of nightly when building docker image and ci/cd 2 years ago
  Valerian G d3a53c58f0 Make cues white 2 years ago
  Valerian G 2e83487206 fix bug where name query wasnt constructed correctly 2 years ago
  Valerian G 31dae4baef cleanup remnant of construct standard, refactor search 2 years ago
  Valerian G b9ae62ef9b chore(fmt) + make subtitles globally white 2 years ago
  Valerian G 1c29fce814 fix bug where invalid duration was being written to the manifest, serialize language and set_id attrs 2 years ago
  Valerian G c789623af8 add set_id and lang tags for streams 2 years ago
  Valerian G d2458f290a add util function to convert timestamps to mpeg-dash friendly ts 2 years ago
  Valerian G e005dd4a2b bump nightfall 2 years ago
  Valerian G 80931d4f28 Add audio track switching and hook track switching event 2 years ago
  Valerian G 0ddf078d07 Removed static/*, manifests are now generated with XmlWriter 2 years ago
  Valerian G e2956aa3fb bump nightfall and get dim to compile on latest stable 2 years ago
  Valerian G 68c3c2cd05 set highest bitrate possible if accessing locally 3 years ago
  Valerian G 786866b794 hide audio track selection menu 3 years ago
  Valerian G 701a8d9110 disable audio track switching 3 years ago
  Valerian G ce956ece9d fix bug where quality switching would not always display the correct results because dash.js sorts qualities weirdly 3 years ago
  Valerian G 0bcceb9c5c change selectionMode 3 years ago
  Valerian G 92f86cbb2d change repo url for nightfall 3 years ago
  Valerian G ce85f564b4 replace & with and in sub titles to avoid dash.js freaking out, reduce number of qualities 3 years ago
  Valerian G d3cb4f2db5 return first episode of a show if the user hasnt touched any episode yet 3 years ago
  Valerian G c638b6e87f remove unnecessary outer join 3 years ago
  Valerian G f4181f35e5 remove a bunch of qualities 3 years ago
  Valerian G 05b7497bba bump nightfall and fix routes for vtt subtitles 3 years ago
  Valerian G ba8e7c35cc remove broken quality default 3 years ago
  Valerian G e3804fb28e chore: formatting 3 years ago
  Valerian G 52f2a96897 replace inefficient/broken way of finding a banner to display, replace use of `get_top_duration` 3 years ago
  Valerian G 70f3c541df replace inefficient `find_top_duration` function with a sql query for querying top duration 3 years ago
  Valerian G 268fbe2f51 return progress as well as episode info for tv shows (next up or continue watching) 3 years ago
  Valerian G fe0f460822 chore: fmt 3 years ago
  Valerian G 5238f8a536 box api_routes if running in debug mode to improve compilation perf 3 years ago
  Valerian G 657b508c66 add functions to query last_watched episode, next episode and some convenience queries 3 years ago
  Valerian G 7d6706c142 remove junk files 3 years ago
  Valerian G 7e084dcbde for banner return episode id instead of tvid 3 years ago
  Valerian G dd9297d6f3 add recover for api routes 3 years ago