Commit Graph

10 Commits (ee80fb1f71c7a14b603b49e5b308cbc2ec4b6a3a)

Author SHA1 Message Date
Robert Walmsley e892773899
Update make_playlist.py
I removed the try/except block in the __init__ method. Instead, I split the md_line string into a list of parts and extract the relevant information from the list. If the list has more than 6 elements, then it means that the epg value is present, otherwise it is set to None.
I added a main function to contain the code that reads the input files and generates the output playlist.
I made minor formatting changes, such as adding blank lines between the different sections of the code, and using parentheses to enclose the arguments in the print statements. These changes are not strictly necessary, but they can make the code easier to read and understand.
2022-12-31 00:56:32 +01:00
infid0 fed54aae16
Update make_playlist.py
- Replaced old epg by sites with new epg by country
2022-11-01 22:09:13 +01:00
Free TV c5cba2a42c Move md files into a directory 2022-09-02 12:19:54 +01:00
Kálmán „KAMI” Szalai 98ee406837 Add x-tvg-url support 2022-07-25 11:02:42 +02:00
Kálmán „KAMI” Szalai a2aba983d1 Add initial support of EPG id 2022-07-23 09:26:45 +02:00
Axel Schneider e4faca9012
Update German TV (#76)
* Update germany.md

adding some channels

* Update germany.md

* Update germany.md

One aktualisiert, RBB hinzugefügt.

* Update germany.md

* Update make_playlist.py

using f-strings

* Update germany.md

Co-authored-by: Free TV <82442641+freetv332@users.noreply.github.com>
2021-08-17 13:15:41 +01:00
Pasquale Coppola e2ab81448e
Update make_playlist.py (#62)
I've added "encoding='utf-8'" in line 25 and line 30 because on Windows the original script return some error (UnicodeEncodeError: 'charmap' codec can't encode character).
2021-07-14 14:15:32 +01:00
Free TV c524b4b5b0 Generate playlist 2021-05-24 12:43:58 +01:00
Free TV 8774054464 Fix python script permissions 2021-04-26 10:28:44 +01:00
Free TV 447f328b6e
Add playlist generator and playlist 2021-04-13 13:16:51 +01:00