![]() |
split m3u with tv channels - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic) +--- Forum: General Discussion (https://forum.jellyfin.org/f-general-discussion) +--- Thread: split m3u with tv channels (/t-split-m3u-with-tv-channels) |
split m3u with tv channels - goerdi - 2025-05-14 Hi ! I have a m3u playlist (128 channels) and i want split it in 128 files with the channel name. the m3 looks like Code: #EXTM3U so in this case i would like to have 2 files with e.g. 2nd file Code: #EXTM3U and the name of the file should be ORF2T HD.m3u How can i mange it with a bash script ? Ciao Gerd RE: split m3u with tv channels - conor - 2025-05-14 Just put your post above into Grok/ chatgpt and it'll spit something out that will probably work. RE: split m3u with tv channels - goerdi - 2025-05-14 Hi ! This is exaxct what i do not want to do.. manual work... the list can change day by day so to have a bash script called by cron is the best/only solution... if i had to do it only once i also could do it manually... Ciao Gerd RE: split m3u with tv channels - conor - 2025-05-15 Grok will write the bash script for you. RE: split m3u with tv channels - goerdi - 2025-05-15 Hi ! Ah thanks... Co-Pilot finally did :-) Ciao Gerd |