Package Details: tvheadend 4.2.8-8

Git Clone URL: https://aur.archlinux.org/tvheadend.git (read-only, click to copy)
Package Base: tvheadend
Description: TV streaming server for Linux
Upstream URL: https://tvheadend.org/
Keywords: tvheadend
Licenses: GPL-3.0-only
Submitter: BELzEBUB
Maintainer: fossdd
Last Packager: fossdd
Votes: 115
Popularity: 0.22
First Submitted: 2012-10-25 08:49 (UTC)
Last Updated: 2024-10-12 22:02 (UTC)

Dependencies (9)

Required by (0)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 25 Next › Last »

LukyLX commented on 2017-04-23 09:23 (UTC)

Updated to v4.2.1 with a huge list of changes and we're finally on par with the git master branch again (at least featurewise). For the complete changelog, please see https://tvheadend.org/projects/tvheadend/wiki/Tvheadend-42/19 I've tested fresh installations as well as upgrades (of which the configration is automatically migrated to the new version) but please let me know if you encounter issues.

LukyLX commented on 2017-04-10 14:59 (UTC)

Updated to v4.0.10. Patches are removed because they've been integrated upstream.

AlD commented on 2017-02-27 16:57 (UTC)

omarch, your wget is broken. Try `pacman -Sy wget libpsl`.

omarch commented on 2017-02-27 16:34 (UTC)

@LukyLx I switched the network to ADSL and wget don't download libhdhomerun. Displayed error is: Wget: symbol lookup error: wget:undefined symbol:PSL_latest P.s: I could downloaded this file by tablet browser. Any solution? Tanks.

LukyLX commented on 2017-02-26 13:27 (UTC)

Updated to 4.0.9-4 which is a minor update which will auto-assign an available UID below 1000 to user hts for new installs (@jprjr, thanks for the tip about useradd -r). This will prevent user hts from showing up at display manager login screens. Note: this only affects new installs, upgrades are unaffected.

LukyLX commented on 2017-02-26 11:19 (UTC)

@omarch At my side, libhdhomerun is donwloaded by wget just fine. Did you check your network configuration? (i.e. can you reach https://www.silicondust.com?)

omarch commented on 2017-02-26 05:57 (UTC)

@LukyLx I have problem when wget couldn't download libhdhome package, any fix way?

jprjr commented on 2016-12-05 00:58 (UTC)

@LukyLX - why have the hard-coded UID at all? instead of `-u $HTS_UID` you could just do `-r` - that will auto-assign an available UID below 1000.

LukyLX commented on 2016-10-12 06:47 (UTC)

@pepper_chico I guess changing the hts's user id to something below 1000 will also prevent it from showing up at display manager login screens as it would then be defined as system user. You can do this with e.g. 'usermod -u 999 hts' which will also chmod all files in /home/hts to the right user id. However, I'm not yet sure what a the best generic choice for a user id below 1000 would be and what the impact would be on running systems, so I'm reluctant to just change it in the current .install file. I'll investigate and keep this in mind for the next release.

pepper_chico commented on 2016-10-11 10:22 (UTC)

It would be nice if this hts user that is created didn't show up in the login screen. In my case I've fixed this through http://askubuntu.com/a/575390/152691.