691 Commits

Author SHA1 Message Date
vpeter4
6a9d95d161 hdhomerun: added addon settings for modifying tuner type (DVB-C, DVB-T, ATSC) and setting delays 2013-02-26 20:57:10 +01:00
vpeter4
2be7c80a01 sundtek-mediatv: added addon settings for modifying tuner type (DVB-C, DVB-T) 2013-02-26 20:55:47 +01:00
Stefan Saraev
61130bb896 transmission: update to transmission-2.77 2013-02-21 21:40:37 +02:00
Stefan Saraev
f7d7a8aad8 tvheadend: update to tvheadend-3.3.485 2013-02-21 21:32:10 +02:00
Stefan Saraev
1965e3511c sundtek-mediatv: ups, also update changelog 2013-02-21 21:17:46 +02:00
Stefan Saraev
bfa75c711f sundtek-mediatv: bump 2013-02-21 21:15:56 +02:00
vpeter4
2689cd4218 sundtek-mediatv: bump version
added addon settings
    enable HW PID filter (enabled for RPi by default)
    enable IR receiver
    allow sharing local tuner over network
    use network tuners
  sundtek's binaries are downloaded on first run
  automatically download new version of the binaries if available
  added preload library to .profile (to run mediaclient, w_scan, ... from console)
2013-02-21 16:45:48 +01:00
vpeter4
1e82237a1e sundtek: new addon settings
enable HW PID filter (enabled on for RPi by default)
enable IR receiver
allow sharing local tuner over network
use network tuners
2013-02-21 10:09:43 +01:00
Stefan Saraev
ec582089bc vdr-addon: bump to 3.0.4 2013-02-18 20:04:50 +02:00
Stefan Saraev
2117b99bf2 SABnzbd-Suite: bump 2013-02-16 19:53:13 +02:00
Stefan Saraev
73beb73afc transmission: add transmission-remote
closes #1915
2013-02-16 17:12:23 +02:00
Stefan Saraev
e18851b6fe oscam: update to oscam-8357 2013-02-16 16:55:11 +02:00
Stefan Saraev
97c46a02b5 tvheadend: revert part of 6f41b37 2013-02-16 16:51:11 +02:00
Stefan Saraev
582c4ee4bf Revert "oscam: daemonize on start. thanks dag-"
This reverts commit adf452c2342c5be5fccb1740cfc985a8eb020dff.
2013-02-16 16:49:28 +02:00
Stefan Saraev
fc61557865 Revert "vdr-addon: cleanup. remove live and epgsearch."
This reverts commit 6eb8ce874b5d0cf64c4f0f9d166ef3292bd3bf0d.
2013-02-13 20:07:33 +02:00
Stefan Saraev
aaacf3df82 vdr-addon: set vnsiserver as default pvr plugin 2013-02-13 20:06:28 +02:00
Stefan Saraev
6eb8ce874b vdr-addon: cleanup. remove live and epgsearch.
may revert this later, depending on user feedback
2013-02-13 14:57:54 +02:00
Stefan Saraev
cf17204de0 vdr-addon: cleanup. remove xinelib and text2skin stuff 2013-02-13 12:07:51 +02:00
lsellens
691852e66d SABnzdb-Suite fix keep awake option. 2013-02-11 05:30:46 -06:00
Stefan Saraev
0991e2a7ab oscam: update to oscam-8334 2013-02-09 23:14:29 +02:00
Stefan Saraev
53c9613e76 SABnzbd-Suite: update addon to 3.0.3 2013-02-09 19:57:56 +02:00
Stefan Saraev
dae8099efc SABnzbd-Suite: add option to enable restart on resume, add sleep.d script 2013-02-09 13:40:35 +02:00
Stephan Raue
64615c332e htop: move to debug tools
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-08 04:56:47 +01:00
Stephan Raue
c92622b769 evtest: move to debug tools
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-08 04:52:30 +01:00
Stefan Saraev
2b1b614564 oscam: oscam.stop: send TERM signal, not KILL 2013-02-07 10:55:10 +02:00
Stefan Saraev
adf452c234 oscam: daemonize on start. thanks dag- 2013-02-07 10:54:20 +02:00
Stephan Raue
f8bbf18c09 Merge pull request #1855 from dagwieers/exec-daemon
When init starts daemons through a shell script, replace the shell altogether
2013-02-06 13:41:43 -08:00
Dag Wieers
6f41b37996 When init starts daemons through a shell script, replace the shell altogether
A few daemons are being started from init through a shell script. Since the daemon does not "deamonizes" properly, it's been put in the background from the shell by using ( ... ) &, however this leaves a lingering shell that serves no purpose. This patch improves this situation.

The situation before this change looked like:

    init-+-Xorg
         |-avahi-daemon
         |-console-kit-dae-+-62*[{console-kit-da}]
         |                 `-{gdbus}
         |-dbus-daemon
         |-eventlircd
         |-klogd
:        |-init---atvclient
         |-init---connmand
:        |-init---ratpoison
:        |-init---udevadm
         |-polkitd---{gdbus}
         |-rpcbind
         |-sshd---sshd---sh---pstree
         |-syslogd
         |-systemd-udevd
:        |-tvheadend.start---tvheadend---12*[{tvheadend}]
         |-udisks-daemon-+-udisks-daemon
         |               |-{gdbus}
         |               `-{gmain}
         |-upowerd-+-{gdbus}
         |         `-{gmain}
         |-wpa_supplicant
         `-xbmc.bin---17*[{xbmc.bin}]

After this change, it looks like:

    init-+-Xorg
:        |-atvclient
         |-avahi-daemon
         |-console-kit-dae-+-62*[{console-kit-da}]
         |                 `-{gdbus}
         |-dbus-daemon
         |-eventlircd
         |-init---connmand
         |-klogd
         |-polkitd---{gdbus}
:        |-ratpoison
         |-rpcbind
         |-sshd---sshd---sh---pstree
         |-syslogd
         |-systemd-udevd
:        |-tvheadend---12*[{tvheadend}]
:        |-udevadm
         |-udisks-daemon-+-udisks-daemon
         |               |-{gdbus}
         |               `-{gmain}
         |-upowerd-+-{gdbus}
         |         `-{gmain}
         |-wpa_supplicant
         `-xbmc.bin---17*[{xbmc.bin}]

Only for connmand this is not easily done since the shell loops and restarts connmand. In different circumstances /etc/inittab would respawn the process.
2013-02-06 22:16:12 +01:00
Stefan Saraev
43006644d6 tvheadend: disable libav 2013-02-05 00:20:34 +02:00
Stefan Saraev
af68bee9dc tvheadend: depend on 'curl', required for imagecache 2013-02-05 00:19:18 +02:00
vpeter4
f0ed75b919 sundtek: addon redesign addon renamed to just sundtek added addon settings sundtek's binaries are downloaded on first run automatically download new version of the binaries if available added preload library to .profile (to run mediaclient, w_scan, ... from console)
The addon is now generic for all architectures (doesn't contain any binary file).

Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-02-03 14:19:51 +01:00
Stefan Saraev
f50386d87f makemkv: ups. update changelog. 2013-01-30 12:15:29 +02:00
Stefan Saraev
2ad5beded2 makemkv: update to makemkv-1.7.10 2013-01-30 12:13:17 +02:00
Stefan Saraev
3a0a58f003 Revert "transmission: uTP is now disabled by default. add option to enable it."
This reverts commit 0b3c1a4e6730b9884a1682cd503ca270dc0d02df.
2013-01-26 17:20:25 +02:00
Stefan Saraev
db9196f8fd Revert "transmission: net.core.{r,w}mem.max *workaround for uTP"
This reverts commit 2cf0e0be30ebd6f6e73f1fb78adc897f1cb3ecd4.
2013-01-26 17:20:24 +02:00
Stefan Saraev
4d6a95c553 Revert "transmission: add options to enable / disable LPD & DHT"
This reverts commit 5fad8bb95fa30f37307fa33843832d365c086041.
2013-01-26 16:00:13 +02:00
Stefan Saraev
5fad8bb95f transmission: add options to enable / disable LPD & DHT 2013-01-26 15:37:50 +02:00
Stefan Saraev
ea7d19804e tvheadend: update to tvheadend-3.3.403. bump addon version 2013-01-26 14:16:01 +02:00
Stefan Saraev
e190e7db90 tvheadend: update to tvheadend-3.3.402, build with timeshift 2013-01-25 20:53:56 +02:00
Stefan Saraev
61d41a7411 SABnzbd-Suite: bump 2013-01-22 12:39:26 +02:00
Stefan Saraev
9d92ab174e Merge pull request #1789 from vpeter4/hdhomerun
hdhomerun: improved start script
2013-01-21 12:15:36 -08:00
Stefan Saraev
c2e329a42a w_scan: update linux 3.7 compat patch, thx vpeter 2013-01-21 21:48:02 +02:00
Stefan Saraev
c98a4ba805 boblightd: add patch to support automake-1.13 2013-01-21 20:53:04 +02:00
vpeter4
15d30e4596 hdhomerun: improved start script 2013-01-21 13:18:37 +01:00
Stefan Saraev
a08fd28ae4 w_scan: update to w_scan-20121111 2013-01-21 10:58:34 +02:00
lsellens
f841018348 SABnzbd-Suite: fix minor config error 2013-01-20 18:43:49 +02:00
Stefan Saraev
102b46dbed remove package: dcron 2013-01-19 20:58:42 +02:00
Stefan Saraev
e5dccf8443 nano: move to system 2013-01-19 20:48:02 +02:00
Stefan Saraev
8a70f28eb2 htop: update to htop-1.0.2 2013-01-19 14:42:30 +02:00
Stefan Saraev
afceb5175a SABnzbd-Suite: set CP v2 by default for new users 2013-01-19 14:15:37 +02:00