Skip to content

Convert youtube-dl video.info.json file to nfo for Kodi

Notifications You must be signed in to change notification settings

tmechen/youtube-dl2kodi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

youtube-dl2kodi

options

youtube-dl2 -f <video.info.json> -f file path of the youtube-dl video.info.json file

example

youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best' \
--continue --ignore-errors --write-info-json --write-thumbnail --write-sub \ 
--output './Season 1/%(title)s-e%(playlist_index)s.%(ext)s' \ 
--exec 'youtube-dl2kodi.py -f {}' \
https://www.youtube.com/playlist?list=PLKocZwBnFDxNAoxyxZ0w7mum35YY4v0nb 

About

Convert youtube-dl video.info.json file to nfo for Kodi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%