Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Description
Generate kodi compatible strm file for kodi youtube plugin
WRITE DESCRIPTION HERE
Instead of downloading the videos from youtube I would like the app to generate kodi compatible strm files that I can import and play in kodi.
What are strm files?
https://kodi.wiki/view/Internet_video_and_audio_streams
A python script example that generates strm files for youtube. The problem with the script is it does it for 1 url at a time. Where as I would like youtube-dl to generate such files for all the links in a youtube playlist. I hope this functionality can be added for at least youtube but it can actually be used for other sites that kodi plugins support.
https://github.com/simonrauch/youtube-export-helper-for-kodi/blob/master/yt-export.py