|
1 |
| -# ORF ON Addon for Kodi (plugin.video.orfon) |
2 |
| - |
3 |
| -ORF ON is an addon that provides access to the ORF ON Video Platform (Austrian Television). |
4 |
| - |
5 |
| -[](https://kodi.tv/) |
6 |
| - |
7 |
| - |
8 |
| -Current Features |
9 |
| ----------------- |
10 |
| -* Livestream |
11 |
| -* Shows |
12 |
| -* Schedule |
13 |
| -* Search |
14 |
| -* DRM Streams |
15 |
| -* Accessibility Broadcasts |
16 |
| -* Simple IPTV Integration |
17 |
| - |
18 |
| -Todos |
19 |
| ----------------- |
20 |
| -- [X] Subtitles |
21 |
| -- [X] Add Settings |
22 |
| -- [X] Add option to show related content |
23 |
| -- [X] Add a main menu entry for latest uploads |
24 |
| -- [X] Kodi translation still missing |
25 |
| -- [X] Accessibility |
26 |
| - |
27 |
| - |
28 |
| -Known Issues |
29 |
| ------------- |
30 |
| -* A curl bug (http2) on KODI 19 prevents the streaming therefore the Addon is only supported on KODI 20+ (A workaround on the advancedsettings.xml seems to fix the issue, but further testing will be required) |
31 |
| - |
32 |
| -``` |
33 |
| -<advancedsettings version="1.0"> |
34 |
| -<network> |
35 |
| - <disablehttp2>true</disablehttp2> |
36 |
| -</network> |
37 |
| -</advancedsettings> |
38 |
| -``` |
39 |
| - |
40 |
| -Simple IPTV Integration |
41 |
| ------------------ |
42 |
| - |
43 |
| -Playlist Content |
44 |
| -``` |
45 |
| -#EXTINF:-1 tvg-name="ORF 1" tvg-id="orf1" group-title="ORF",ORF 1 |
46 |
| -plugin://plugin.video.orfon/pvr/orf1 |
47 |
| -
|
48 |
| -#EXTINF:-1 tvg-name="ORF 2" tvg-id="orf2" group-title="ORF",ORF 2 |
49 |
| -plugin://plugin.video.orfon/pvr/orf2 |
50 |
| -
|
51 |
| -#EXTINF:-1 tvg-name="ORF 3" tvg-id="orf3" group-title="ORF",ORF 3 |
52 |
| -plugin://plugin.video.orfon/pvr/orf3 |
53 |
| -
|
54 |
| -#EXTINF:-1 tvg-name="ORF Sport+" tvg-id="orfs" group-title="ORF",ORF Sport+ |
55 |
| -plugin://plugin.video.orfon/pvr/orfs |
56 |
| -
|
57 |
| -#EXTINF:-1 tvg-name="ORF Kids" tvg-id="orfkids" group-title="ORF",ORF Kids |
58 |
| -plugin://plugin.video.orfon/pvr/orfkids |
59 |
| -
|
60 |
| -#EXTINF:-1 tvg-name="ORF 2 Burgenland" tvg-id="orf2b" group-title="ORF",ORF 2 Burgenland |
61 |
| -plugin://plugin.video.orfon/pvr/orf2b |
62 |
| -
|
63 |
| -#EXTINF:-1 tvg-name="ORF 2 Steiermark" tvg-id="orf2stmk" group-title="ORF",ORF 2 Steiermark |
64 |
| -plugin://plugin.video.orfon/pvr/orf2stmk |
65 |
| -
|
66 |
| -#EXTINF:-1 tvg-name="ORF 2 Wien" tvg-id="orf2w" group-title="ORF",ORF 2 Wien |
67 |
| -plugin://plugin.video.orfon/pvr/orf2w |
68 |
| -
|
69 |
| -#EXTINF:-1 tvg-name="ORF 2 Oberösterreich" tvg-id="orf2ooe" group-title="ORF",ORF 2 Oberösterreich |
70 |
| -plugin://plugin.video.orfon/pvr/orf2ooe |
71 |
| -
|
72 |
| -#EXTINF:-1 tvg-name="ORF 2 Kärnten" tvg-id="orf2k" group-title="ORF",ORF 2 Kärnten |
73 |
| -plugin://plugin.video.orfon/pvr/orf2k |
74 |
| -
|
75 |
| -#EXTINF:-1 tvg-name="ORF 2 Niederösterreich" tvg-id="orf2n" group-title="ORF",ORF 2 Niederösterreich |
76 |
| -plugin://plugin.video.orfon/pvr/orf2n |
77 |
| -
|
78 |
| -#EXTINF:-1 tvg-name="ORF 2 Salzburg" tvg-id="orf2s" group-title="ORF",ORF 2 Salzburg |
79 |
| -plugin://plugin.video.orfon/pvr/orf2s |
80 |
| -
|
81 |
| -#EXTINF:-1 tvg-name="ORF 2 Vorarlberg" tvg-id="orf2v" group-title="ORF",ORF 2 Vorarlberg |
82 |
| -plugin://plugin.video.orfon/pvr/orf2v |
83 |
| -
|
84 |
| -#EXTINF:-1 tvg-name="ORF 2 Tirol" tvg-id="orf2t" group-title="ORF",ORF 2 Tirol |
85 |
| -plugin://plugin.video.orfon/pvr/orf2t |
86 |
| -
|
87 |
| -``` |
88 |
| - |
89 |
| - |
90 |
| -Legal |
91 |
| ------ |
92 |
| -This addon provides access to videos on the ORF ON Website but is not endorsed, certified or otherwise approved in any way by ORF. |
| 1 | +# ORF ON Addon for Kodi (plugin.video.orfon) |
| 2 | + |
| 3 | +ORF ON is an addon that provides access to the ORF ON Video Platform (Austrian Television). |
| 4 | + |
| 5 | +[](https://kodi.tv/) |
| 6 | + |
| 7 | + |
| 8 | +Current Features |
| 9 | +---------------- |
| 10 | +* Livestream |
| 11 | +* Shows |
| 12 | +* Schedule |
| 13 | +* Search |
| 14 | +* DRM Streams |
| 15 | +* Accessibility Broadcasts |
| 16 | +* Simple IPTV Integration |
| 17 | + |
| 18 | +Todos |
| 19 | +---------------- |
| 20 | +- [X] Subtitles |
| 21 | +- [X] Add Settings |
| 22 | +- [X] Add option to show related content |
| 23 | +- [X] Add a main menu entry for latest uploads |
| 24 | +- [X] Kodi translation still missing |
| 25 | +- [X] Accessibility |
| 26 | + |
| 27 | + |
| 28 | +Known Issues |
| 29 | +------------ |
| 30 | +* A curl bug (http2) on KODI 19 prevents the streaming therefore the Addon is only supported on KODI 20+ (A workaround on the advancedsettings.xml seems to fix the issue, but further testing will be required) |
| 31 | + |
| 32 | +``` |
| 33 | +<advancedsettings version="1.0"> |
| 34 | +<network> |
| 35 | + <disablehttp2>true</disablehttp2> |
| 36 | +</network> |
| 37 | +</advancedsettings> |
| 38 | +``` |
| 39 | + |
| 40 | +Simple IPTV Integration |
| 41 | +----------------- |
| 42 | + |
| 43 | +Playlist Content |
| 44 | +``` |
| 45 | +#EXTINF:-1 tvg-name="ORF 1" tvg-id="orf1" group-title="ORF",ORF 1 |
| 46 | +plugin://plugin.video.orfon/pvr/orf1 |
| 47 | +
|
| 48 | +#EXTINF:-1 tvg-name="ORF 2" tvg-id="orf2" group-title="ORF",ORF 2 |
| 49 | +plugin://plugin.video.orfon/pvr/orf2 |
| 50 | +
|
| 51 | +#EXTINF:-1 tvg-name="ORF 3" tvg-id="orf3" group-title="ORF",ORF 3 |
| 52 | +plugin://plugin.video.orfon/pvr/orf3 |
| 53 | +
|
| 54 | +#EXTINF:-1 tvg-name="ORF Sport+" tvg-id="orfs" group-title="ORF",ORF Sport+ |
| 55 | +plugin://plugin.video.orfon/pvr/orfs |
| 56 | +
|
| 57 | +#EXTINF:-1 tvg-name="ORF Kids" tvg-id="orfkids" group-title="ORF",ORF Kids |
| 58 | +plugin://plugin.video.orfon/pvr/orfkids |
| 59 | +
|
| 60 | +#EXTINF:-1 tvg-name="ORF 2 Burgenland" tvg-id="orf2b" group-title="ORF",ORF 2 Burgenland |
| 61 | +plugin://plugin.video.orfon/pvr/orf2b |
| 62 | +
|
| 63 | +#EXTINF:-1 tvg-name="ORF 2 Steiermark" tvg-id="orf2stmk" group-title="ORF",ORF 2 Steiermark |
| 64 | +plugin://plugin.video.orfon/pvr/orf2stmk |
| 65 | +
|
| 66 | +#EXTINF:-1 tvg-name="ORF 2 Wien" tvg-id="orf2w" group-title="ORF",ORF 2 Wien |
| 67 | +plugin://plugin.video.orfon/pvr/orf2w |
| 68 | +
|
| 69 | +#EXTINF:-1 tvg-name="ORF 2 Oberösterreich" tvg-id="orf2ooe" group-title="ORF",ORF 2 Oberösterreich |
| 70 | +plugin://plugin.video.orfon/pvr/orf2ooe |
| 71 | +
|
| 72 | +#EXTINF:-1 tvg-name="ORF 2 Kärnten" tvg-id="orf2k" group-title="ORF",ORF 2 Kärnten |
| 73 | +plugin://plugin.video.orfon/pvr/orf2k |
| 74 | +
|
| 75 | +#EXTINF:-1 tvg-name="ORF 2 Niederösterreich" tvg-id="orf2n" group-title="ORF",ORF 2 Niederösterreich |
| 76 | +plugin://plugin.video.orfon/pvr/orf2n |
| 77 | +
|
| 78 | +#EXTINF:-1 tvg-name="ORF 2 Salzburg" tvg-id="orf2s" group-title="ORF",ORF 2 Salzburg |
| 79 | +plugin://plugin.video.orfon/pvr/orf2s |
| 80 | +
|
| 81 | +#EXTINF:-1 tvg-name="ORF 2 Vorarlberg" tvg-id="orf2v" group-title="ORF",ORF 2 Vorarlberg |
| 82 | +plugin://plugin.video.orfon/pvr/orf2v |
| 83 | +
|
| 84 | +#EXTINF:-1 tvg-name="ORF 2 Tirol" tvg-id="orf2t" group-title="ORF",ORF 2 Tirol |
| 85 | +plugin://plugin.video.orfon/pvr/orf2t |
| 86 | +
|
| 87 | +``` |
| 88 | + |
| 89 | + |
| 90 | +Legal |
| 91 | +----- |
| 92 | +This addon provides access to videos on the ORF ON Website but is not endorsed, certified or otherwise approved in any way by ORF. |
0 commit comments