silence48 / m3u2strm

convert m3u files to strm files with the folder structure needed to use them in emby.
MIT License
18 stars 21 forks source link

Error while downloading #3

Open falciatrice10 opened 3 years ago

falciatrice10 commented 3 years ago

Hi guys I got an error while downloading files Here is the log https://paste.kodi.tv/ezazuguded

My m3u looks like this http://serveradress.net/get.php?username=*********&password=*******&output=ts&type=m3u_plus

I tried on my android box (android 7.1) and also my phone s9 +android9

Thanks

silence48 commented 3 years ago

I have never tried to integrate it into kodi... Have you tried to run it in command line first. The parsing code may need to be customized to your m3u format as well. It only works on certain m3u's

silence48 commented 3 years ago

If you'd like to explain more details about how you are trying to integrate with kodi I can try to figure it out. I haven't tried this yet.

I wrote this to generate the strm files for emby actually but seems like it would work for kodi too.

silence48 commented 3 years ago

also it will require you to edit the main.py to download your file, and to call the correct parsing functions. Sorry it's not very user friendly :o but t hanks for posting the issue, I want to make it better.

falciatrice10 commented 3 years ago

Im not a developper , i m just an end user. I found the addon on a kodis facebook group https://filedn.com/lE6jcRYl0wMhWjnka97eyU8/MES%20INDEX/plugin.video.m3u2strm.zip And it seems to work for many users but not for me.

falciatrice10 commented 3 years ago

Try to add an option to load m3u file from local location.