(2020-04-02, 20:18)el_gonz87 Wrote: (2020-04-02, 18:38)basilgello Wrote: (2020-04-02, 17:25)el_gonz87 Wrote: Great what OS are you running? Also, will start to take a look at 7FM's fork.
Debian 10 "Buster" amd64. If you need I can push the updated 7FM's repo to my Github.
If you could just document what 7FMs patches were and what they did that will be helpful. Please know what anything done with that old repo will have to most likely be rewritten as the code base has changed a lot. Send me a PM with your e-mail and I will send you a linux build to test.
All 7FM patches are couple of imports added to be able to run on Leia:
https://github.com/7FM/pvr.iptvsimple And patches I added bump version to 2.4.3 / Leia:
be5dfec Fix SAMBA UI settings
eb22a5a Small Makefile for lazy people like me
bfc3fe6 Removed useless comparison of booleans
c73bb60 Changed clone address in build instructions
03f7407 Updated version
b550a8c Updated readme
3767e97 Added header handling
66122d1 Added variables and settings
7c3bf8e Added User-Agent strings
d0fbdb0 fix tvg-ID not accepted as an M3U tag
46383dc Fix for local channels logo with .jpg
d3173d4 changelog and version
0d7a721 Combine multiple XMLTV channels sharing same id
58c6e62 tvg-id does not match a channel
360428d changelog and version
37e71cd Add channel logo extension for relative paths only
a756ff3 Update readme
5eb326c Fix channel logos getting default extension
827d719 Speed up EPG loading
5a94515 Fix warnings "catching polymorphic type by value"
14f4e05 changelog and version
9bf0fe3 refactoring
4115672 Removed channels loaded popup
3300b83 Timing for Playlist EPG load
360e589 Support multiple display-names and case insensitive
0d94ae1 URLEncode and append .png ext for remote logos
68972f2 Support full timeshift range of -12 to +14 hours
7b72324 Some providers incorrectly use tvg-ID instead
c5ae060 Channel groups not being cleared when reading
8c66e65 support episode-num for both xmltv_ns and
85bd371 Update readme for settings, supported M3U
aa376cb support star rating in epg entry
c99fba0 support firstAired and year in epg entry
ce8612f support multiple actor/director/writers elements
f526135 changelog and version
cae2cca Fix compiler warnings
6150fd2 Support EXTVCOPT in m3u
df996cd Add support for sub-title/actor/director/writer
3266d29 Fix wrong EPG times due to DST on Windows. Closes #158.
ca67fff rapidxml: split windows from common
Also I started backporting stream type detection from 2.5.0 (Matrix), but afterwards I decided to build Matrix branch on Leia with catchup support disabled.
I want to add recording functionality to Matrix branch and also treat playlist items with #EXT-X-PLAYLIST-TYPE:VOD as PVR "recordings" with EPG tags.
This will be useful for IPTV providers serving large VOD libraries as single M3U playlist interleaved with "live" TV broadcasts.