Skip to content

Releases: lgstreamer/dts_restore

DTS Restore 2.0

07 Nov 21:26

Choose a tag to compare

  • Add DTS support for .m2ts and .mp4. Note that multichannel passthrough is not supported, so like previous versions it is stereo only.
  • Add Dolby Vision support for .mkv
  • Since Dolby Vision is experimental, and some hybrid HDR + DV .mkv media may not play properly in Dolby Vision, it is also possible to disable Dolby Vision by creating a dv_disable file in /tmp/. This way, you can force hybrid .mkv's to play in HDR rather than DV. You also also encourage to have a look at this if you want to add a DV enable/disable toggle on your remote, when using magic mapper.
  • NB: dts_restore-2.0.tar.gz is the exact same archive as Source code (tar.gz)

From a rooted LG TV, you can restore DTS playback as follows (using an ssh session — Do not use telnet as it may create issues):

cd ~
wget https://github.com/lgstreamer/dts_restore/archive/refs/tags/2.0.tar.gz
tar -xzvf 2.0.tar.gz
./dts_restore-2.0/install.sh

DTS Restore 1.2

19 May 10:14

Choose a tag to compare

  • Fix some typos in the notice
  • NB: dts_restore-1.2.tar.gz is the exact same archive as Source code (tar.gz)

From a rooted LG TV, you can restore DTS playback as follows (using an ssh session — Do not use telnet as it may create issues):

cd ~
wget https://github.com/lgstreamer/dts_restore/archive/refs/tags/1.2.tar.gz
tar -xzvf 1.2.tar.gz
./dts_restore-1.2/install.sh

DTS Restore 1.1

13 Feb 22:55

Choose a tag to compare

  • Update libraries to the latest source
  • Allow installation from any directory
  • Fix detection of missing $GST_REGISTRY_1_0 environmental variable and add a notice about the use of telnet (#2)
  • Use a symbolic link to the init script in /var/lib/webosbrew/init.d/
  • NB: dts_restore-1.1.tar.gz is the exact same archive as Source code (tar.gz)

From a rooted LG TV, you can restore DTS playback as follows (using an ssh session — Do not use telnet as it may create issues):

cd ~
wget https://github.com/lgstreamer/dts_restore/archive/refs/tags/1.1.tar.gz
tar -xzvf 1.1.tar.gz
./dts_restore-1.1/install.sh

DTS Restore 1.0

02 Jan 23:47

Choose a tag to compare

  • Initial release with persistence