Jump to content


Photo

DTS plugin for clarktech/X-trend


  • Please log in to reply
6 replies to this topic

#1 littlesat

  • PLi® Core member
  • 56,442 posts

+692
Excellent

Posted 3 November 2011 - 19:56

I just spotted a DTS plugin for clarktech/X-trend

From tomorrow on our feeds... (sorry not tested by myself yet)

Source: http://www.clarke-xt...0-DTS-Plugin-by...

Attached Files


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: DTS plugin for clarktech/X-trend #2 sypo

  • Member
  • 32 posts

0
Neutral

Posted 4 November 2011 - 13:11

Bad idea!
This plugin installed and deinstalled file dreamdts_1.0-r8_mipsel.ipk, in which only modified the verification package enigma2-plugin-extensions-genuinedreambox (check the installation if it is a dreambox). The IPK includes:
- /usr/lib/libaudioconvert.so
- /usr/lib/libpassthrough.so
- /usr/lib/gstreamer-0.10/libgstdvbaudiosinkext.so
Unfortunately, in the forum clarke-xtrend-support noticed that after installing sound stops working in the MP3 format (including DivX movies).
Plugin @demosat installed and deinstalled file dreamdts_1.0-r8_mipsel.ipk in the background (DTS ON / OFF).
I wonder how durable flash ...

Re: DTS plugin for clarktech/X-trend #3 sypo

  • Member
  • 32 posts

0
Neutral

Posted 4 November 2011 - 13:26

plugin.py
def go(self):
returnValue = self["myMenu"].l.getCurrentSelection()[1]
print "\n[MyShPrombt] returnValue: " + returnValue + "\n"

if returnValue is not None:
if returnValue is "activeON":
self.prombt("/usr/lib/enigma2/python/Plugins/SystemPlugins/DTS/on.sh")


elif returnValue is "activeOFF":
self.prombt("/usr/lib/enigma2/python/Plugins/SystemPlugins/DTS/off.sh")

else:
print "\n[MyShPrombt] cancel\n"
self.close(None)

on.sh
#!/bin/sh
# Par Demosat
# installation des fichiers

opkg install /usr/lib/enigma2/python/Plugins/SystemPlugins/DTS/dts/dreamdts_ET9000_1.0-r8_mipsel.ipk
sync
echo ""
echo " Pour la prise en charge du DTS, relance d'Enigma dans un instant "
echo ""
sleep 4
init 4
init 3

off.sh
#!/bin/sh
# Par Demosat
# nettoyage des fichiers
echo ""
echo "Suppression du DTS, relance d'Enigma dans un instant "
echo ""
sleep 5
cd /usr/lib
rm libaudioconvert.so 1>/dev/null 2>&1
rm libpassthrough.so 1>/dev/null 2>&1
cd /usr/lib/gstreamer-0.10
rm libgstdvbaudiosinkext.so 1>/dev/null 2>&1
init 4
init 3


Re: DTS plugin for clarktech/X-trend #4 sypo

  • Member
  • 32 posts

0
Neutral

Posted 4 November 2011 - 13:35

Please read this topic: http://www.clarke-xt...downmix-working

PS
Why I can not edit your posts?

Re: DTS plugin for clarktech/X-trend #5 hemertje

  • Forum Moderator
    PLi® Core member
  • 33,475 posts

+118
Excellent

Posted 4 November 2011 - 20:08

editing your own posting is limited to i believe 5 minutes after posting

on the Glassfibre 1GB DVB-C...


Re: DTS plugin for clarktech/X-trend #6 WanWizard

  • PLi® Core member
  • 68,836 posts

+1,745
Excellent

Posted 4 November 2011 - 21:03

Correct.

If you want to amend your post after 5 minutes, it's usually not to fix a typo, but to add, delete or alter the text.
As that can destroy the entire context of the thread (as we've seen in the past) we've set a limit on it.

Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: DTS plugin for clarktech/X-trend #7 sypo

  • Member
  • 32 posts

0
Neutral

Posted 4 November 2011 - 21:49

OK :)


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users