Bernhard Froehlich
946130a832
Avoid "install -D" because the flag is not available on FreeBSD.
2013-05-31 14:19:24 +01:00
Bernhard Froehlich
8ee3e09529
Enable SSL per default on FreeBSD because libssl is in base so it's always available.
2013-05-31 14:19:24 +01:00
Bernhard Froehlich
cae63f8a94
Add PLATFORM_* define to config.h to allow supporting non Linux platforms.
2013-05-31 14:19:24 +01:00
Adam Sutton
767f824f3e
Merge remote-tracking branch 'origin/pr/276'
2013-05-29 23:44:43 +01:00
Adam Sutton
0aca536db1
Merge remote-tracking branch 'origin/pr/275'
2013-05-29 23:44:39 +01:00
Adam Sutton
310cf97b86
Merge remote-tracking branch 'origin/pr/273'
2013-05-29 23:44:24 +01:00
Dave Chapman
8c5f9af36b
Do not export the episode URI if it starts with tvh:// - these are just for internal use within tvh.
2013-05-23 10:10:34 +01:00
Dave Chapman
833355d101
Add episodeUri and serieslinkUri to the HTSP eventAdd and eventUpdate messages.
2013-05-23 09:21:29 +01:00
Adam Sutton
15fa7adc22
htsp: update the EPG/HTSP hookup to send channelUpdate on next event change.
...
Previously this was only being output if the current event was updated.
2013-05-22 12:55:00 +01:00
Andreas Öman
a5a08aa1e5
Remove accidental code
2013-05-22 09:53:27 +02:00
CSchlipp
dcbfd1425a
Change status.xml to default xml-style with only one element/tag per line
...
Change status.xml to default xml-style with only one element/tag per line.
Makes it a lot more easier to parse the file.
2013-05-22 09:49:33 +02:00
Andreas Öman
535fc25fcc
HTSP: Add subscriptionFilterStream command
2013-05-22 09:47:25 +02:00
Wojciech Myrda
ac53915b97
The lists out there set ISO8859-5 encoding for all the channels
...
in the "Sattelite BG" digital platform from 23.5E however hence
several of those transponders share their channels with other
platforms this commit sets in only where it is safe meaning where
channels are used by this platform only. To set them for others
would require more testing
2013-05-22 09:37:20 +02:00
Wojciech Myrda
5c8ade8536
I have found several ovverrides http://www.ab-forum.info/viewtopic.php?f=147&t=41393
...
that help with encoding on the platforms of Easteuropean origin for enigma2 boxes.
This commit sets encoding for Romanian channels from RCS DigiTV
2013-05-22 09:33:29 +02:00
Wojciech Myrda
db947242a6
Moving skyde overrides to the beggining of the file to sort the list in the
...
alphabetical order just like sattelites names go and skyde is located on Astra
hence is deserves the place in the start
2013-05-22 09:28:34 +02:00
Wojciech Myrda
5a163d7638
Turkish character encoding override addition based on encoding.conf from
...
http://git.opendreambox.org/?p=enigma2.git;a=summary
2013-05-22 09:26:06 +02:00
Wojciech Myrda
a636cf6994
Greek character encoding override addition based on nonstandard_encoding from IPBox HD
2013-05-22 09:20:37 +02:00
Wojciech Myrda
f6547d5ad9
upstream uptodate file
2013-05-22 09:17:16 +02:00
Wojciech Myrda
21e8e272fb
Merge remote-tracking branch 'dev/master'
...
Conflicts:
data/conf/charset
2013-05-22 09:10:08 +02:00
Vuolter
6df3e69335
README updated
2013-05-17 23:00:44 +02:00
Dave Chapman
29f715f685
Bump HTSP protocol version to 11 for the recent transcoding changes and the addition of the audio_type field
2013-05-13 11:23:26 +01:00
Dave Chapman
477fa0a846
Add saving/loading of audio_type, and also display it in the webui
2013-05-13 10:39:35 +01:00
Dave Chapman
4b86d2fd20
Parse the audio_type field of the iso639_language_descriptor - this indicates if the audio stream contains audio description for the hard of hearing. Use this value when regenerating the PMT for the passthrough muxer, and also include it in the HTSP stream description messages.
2013-05-13 09:27:01 +01:00
John Törblom
60bdb16c9d
Added initial support for transcoding.
2013-05-12 14:47:05 +02:00
Adam Sutton
84c1c05d73
dvb: fix mistake in NIT processing.
...
This was stopping some DVB-C networks from being properly scanned.
2013-05-10 15:10:54 +01:00
Adam Sutton
a2ccbb2de6
support: remove natty and add raring to the build list
2013-04-22 10:06:58 +01:00
Adam Sutton
143128c708
Fix #1703 - tvhlog: took too many liberties with previous va_list fix
2013-04-19 12:46:17 +01:00
Adam Sutton
341618477e
Fix #1682 - support: version script outputs something even if .git is missing
2013-04-18 15:29:58 +01:00
Adam Sutton
c83b0cba2f
dvb: remove the create only tv/radio services, this was a bad idea!
2013-04-18 15:21:59 +01:00
Adam Sutton
d4883d9d6b
docs: some minor documentation updates
2013-04-18 13:25:14 +01:00
Adam Sutton
89b18c05ca
docs: update documentation with new domain name and paypal link
2013-04-18 13:02:22 +01:00
Adam Sutton
1a95003b24
tvhlog: correct stupid error in va_list processing
2013-04-18 12:03:24 +01:00
Adam Sutton
1ed10b2cf2
dvb: add some additional tracing into NIT/SDT parsing
2013-04-18 11:54:39 +01:00
Adam Sutton
99fe1c73a7
tvhlog: fix some problems with hexdump code
2013-04-18 11:54:39 +01:00
Adam Sutton
f442a28b77
tvhlog: some efficiency improvements
2013-04-18 11:54:39 +01:00
Adam Sutton
ed27c4b3dd
dvb: attempt to stop bad updates to network info.
2013-04-18 11:54:39 +01:00
Adam Sutton
34e7acc087
services: include info from SDT (for Other services) if they already exist.
...
Services can be added from a variety of other tables which probably indicates
that they are in fact valid TV/Radio services, but we just don't know the
type.
This might help people to map these services manually within TVH.
2013-04-18 11:54:39 +01:00
Adam Sutton
b672a9da50
tdt: some changes to SDT processing to pick up unknown services
2013-04-18 11:54:39 +01:00
Adam Sutton
3581869d83
tdt: ignore other network in NIT this causes havoc with DVB-S networks.
...
This is particularly true where the other network is only available
via another orbital position (we could check for this) but it also
causes problems with other transmission types so I think we'll just
ignore for now.
2013-04-18 11:54:39 +01:00
John Törblom
cbae62c053
xmltv: fixed episode/season count being off by one.
2013-04-16 13:41:36 +02:00
Adam Sutton
c80088ac23
htsp: bump version number due to imagecache fix
2013-04-15 16:23:10 +01:00
Adam Sutton
82a1edd132
htsp: fix bug causing imagecache file open to crash.
2013-04-15 12:13:44 +01:00
Adam Sutton
9d7e51f9c5
redhat: moved to tvheadend-packaging
2013-04-15 10:15:26 +01:00
virtualdj
9c32585449
Fixes the implicit declaration of function 'llabs' warning when using older gcc versions
2013-04-13 17:59:53 +02:00
Adam Sutton
46704009e1
Issue #1692 - dvb: fix DVB v3 builds
2013-04-11 10:32:56 +01:00
Adam Sutton
aa0e5b1219
init: remove TVH_TRACE option, users can do that one manually
2013-04-10 16:37:53 +01:00
Adam Sutton
c828849620
tvhlog: add UI debug to allow run-time updates to the debugging config
2013-04-10 16:30:13 +01:00
Adam Sutton
da25793bcb
Fix some printing errors.
2013-04-10 14:58:13 +01:00
Adam Sutton
36f9bd6652
tvhlog: fix some silly errors.
2013-04-10 11:53:11 +01:00
Adam Sutton
9abf21525a
dvr: attempt to stop new DVR code creating false entries
2013-04-10 11:45:32 +01:00