plata
plata
So we move this to winebuild?
Ah ok so not the part of that Wine runtime that we have currently.
Understood.
As we specify the modules on the command line now, do you think it would make sense to go for Java modules again?
Ok, so probably not before Spring 6.
To understand correctly: Emby doesn't like e.g. https://mcdn.daserste.de/daserste/de/master.m3u8 because it contains multiple resolutions ``` #EXTM3U #EXT-X-VERSION:3 #EXT-X-INDEPENDENT-SEGMENTS #EXT-X-STREAM-INF:BANDWIDTH=1672000,AVERAGE-BANDWIDTH=1460800,CODECS="avc1.4d401f,mp4a.40.2",RESOLUTION=640x360,FRAME-RATE=50.000 master_640p_1328.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=1034000,AVERAGE-BANDWIDTH=910800,CODECS="avc1.4d401e,mp4a.40.2",RESOLUTION=480x270,FRAME-RATE=50.000 master_480p_828.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=2182400,AVERAGE-BANDWIDTH=1900800,CODECS="avc1.4d401f,mp4a.40.2",RESOLUTION=960x540,FRAME-RATE=50.000 master_960p_1728.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=4224000,AVERAGE-BANDWIDTH=3660800,CODECS="avc1.640020,mp4a.40.2",RESOLUTION=1280x720,FRAME-RATE=50.000 master_1280p_3328.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=6520800,AVERAGE-BANDWIDTH=5640800,CODECS="avc1.64002a,mp4a.40.2",RESOLUTION=1920x1080,FRAME-RATE=50.000 master_1920p_5128.m3u8 ``` https://mcdn.daserste.de/daserste/de/master_1920p_5128.m3u8 would...
> Simply take the highest possible resolution? Make a new list for every resolution? I would make a new folder clean_all_res and keep all resolutions. Might be that someone wants...
> The only thing that could get a little bit complicated is that not all master.m3u8 have the same resolutions inside. Yes. There are two options: 1. parse twice: in...
Issue should be merged with #284 and #186.
@dos1 I've changed the code. It should work but I cannot test it currently.