Can we use new original enigma2 plugins ?
#1
Posted 29 August 2012 - 17:48
can we use
https://schwerkraft....s.git;a=summary
instead of very old
http://openpli.git.s...igma2;a=summary
?
it's really a good thing if we can because your git is very old and we wanna experience new plugins/features
even OE Alliance is using it : https://github.com/o...enigma2-plugins
i think we just need to change plugins that coming with cpp files
Open Vision sources: https://github.com/OpenVisionE2
Re: Can we use new original enigma2 plugins ? #2
Posted 29 August 2012 - 17:59
When there are no licence issues our schwerkraft "clone" should be undergo a big merge.... But are there big/huge improvements that we can use???
Edited by littlesat, 29 August 2012 - 18:03.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Can we use new original enigma2 plugins ? #3
Posted 29 August 2012 - 18:09
?
Open Vision sources: https://github.com/OpenVisionE2
Re: Can we use new original enigma2 plugins ? #4
Re: Can we use new original enigma2 plugins ? #5
Posted 29 August 2012 - 18:12
Open Vision sources: https://github.com/OpenVisionE2
Re: Can we use new original enigma2 plugins ? #6
Re: Can we use new original enigma2 plugins ? #7
Posted 29 August 2012 - 20:14
i don't care about licenses but i think you can merge with latest commits and ignore those plugins
?
but we do care and we respect them, so if the licenses forbids us to use them, so be it...
opensource is more powerful then a closedsource manufacturer, time will tell them
on the Glassfibre 1GB DVB-C...
Re: Can we use new original enigma2 plugins ? #8
Re: Can we use new original enigma2 plugins ? #9
Posted 30 August 2012 - 06:45
As far I understand this is the reason why we should freeze them (e.g. mytube, webinterface)....
This is not true, PLi can use the plugins freely the author stated (thus also the newest versions) as long as they keep the tmpd check (that's also why mytube etc is only available in de DM download).
When there are no licence issues our schwerkraft "clone" should be undergo a big merge.... But are there big/huge improvements that we can use???
I would prefer if this would happen. So we have the latest functionality available (also if there has to be made a big leap in the future there is a big change on multiple GSOD's etc if the PLi version is very old, with keeping up to date this can be tested and adjusted constantly
Edited by Dream1975, 30 August 2012 - 06:46.
Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S
Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S
Wavefrontier T55 (Astra 1,2,3 en HB)
Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam
Re: Can we use new original enigma2 plugins ? #10
Posted 30 August 2012 - 06:47
1 This plugin is licensed under the Creative Commons
2 Attribution-NonCommercial-ShareAlike 3.0 Unported
3 License. To view a copy of this license, visit
4 http://creativecommo...s/by-nc-sa/3.0/ or send a letter to Creative
5 Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
6
7 Alternatively, this plugin may be distributed and executed on hardware which
8 is licensed by Dream Multimedia GmbH.
9
10 This plugin is NOT free software. It is open source, you are allowed to
11 modify it (if you keep the license), but it may not be commercially
12 distributed other than under the conditions noted above.
13
14 As an exception regarding Modifcations, you are NOT permitted to remove
15 any geniune checks implemented in this Software or change them for means of disabling
16 or working around the genuine checks, unless the change has been explicitly permitted
17 by the original Author(s).
18
19 Special Thanks goes to Volker Christian (Volker.Christian@fh-hagenberg.at) for the great work on GoogleSuggestions
Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S
Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S
Wavefrontier T55 (Astra 1,2,3 en HB)
Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam
Re: Can we use new original enigma2 plugins ? #11
Re: Can we use new original enigma2 plugins ? #12
Re: Can we use new original enigma2 plugins ? #13
Posted 30 August 2012 - 07:44
we can ignore whole old http://openpli.git.s...igma2;a=summary git or remove it then create a new git for example with original-e2-plugins name
we just need to add
AC_ARG_WITH(tpm, AS_HELP_STRING([--with-tpm], [enable plugins that require a TPM]), [with_tpm="$withval"],[with_tpm="no"]) if test "$with_tpm" = "yes"; then AC_DEFINE([HAVE_TPM],[1],[Define to 1 to enable plugins that require a TPM]) fi AM_CONDITIONAL(TPM, test "$with_tpm" = "yes")
to configure.ac and split tpm plugins with
if TPM SUBDIRS += \ genuinedreambox \ mytube \ yttrailer \ webinterface endif
in Makefile.am
then work on git for new functions (together)
we need to change cpp files and enigma2 too
Edited by Persian Prince, 30 August 2012 - 07:45.
Open Vision sources: https://github.com/OpenVisionE2
Re: Can we use new original enigma2 plugins ? #14
Posted 30 August 2012 - 07:51
But feel free to deliver us a merge patch... OpenPli is openSource so everyone can help us. (instead of creating a fork and tell the community it is their own)
When there are good reasons and improvement please give us some suggestions then WE could merge that specific plugin. What do you really miss?
When we go back to pure schwerkraft a lot of our own patches are missed.... In the past we forked from schwerkraft because we had too many patch files... So it really needs to be merged.
Edited by littlesat, 30 August 2012 - 07:54.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Can we use new original enigma2 plugins ? #15
Re: Can we use new original enigma2 plugins ? #16
Posted 30 August 2012 - 08:25
At least I see that OE-alliance shamelessly violate at least the mytube license.. Everything from the etpm is patched out (search on etpm)
https://github.com/o...e/src/plugin.py
Edited by littlesat, 30 August 2012 - 08:34.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: Can we use new original enigma2 plugins ? #17
Posted 30 August 2012 - 09:01
lol, no of course you don't. Please read what is being written before making such a remark.....We do not add functionality that it will only work on DMM boxes...
Maybe it's a good idea to have a better look before making acquisitions like that? Apparently you have no idea how the OE-alliance workAt least I see that OE-alliance shamelessly violate at least the mytube license.. Everything from the etpm is patched out (search on etpm)
https://github.com/o...e/src/plugin.py
Re: Can we use new original enigma2 plugins ? #18
Re: Can we use new original enigma2 plugins ? #19
Posted 30 August 2012 - 09:06
..Everything from the etpm is patched out (search on etpm)..
Which is something I would even advise DMM owners to do - not only does it stupidly waste CPU cycles, there was also a recource leak in the (closed!) part of the eTPM code which made the box run out of resources slowly (i suspect it was leaking file handles). Dunno if that leak is still there.
Edited by MiLo, 30 August 2012 - 09:07.
Re: Can we use new original enigma2 plugins ? #20
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users