Skip to content

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

Notifications You must be signed in to change notification settings

tomhung/youtube-dl2kodi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

youtube-dl2kodi

options

youtube-dl2 -t <tvshow/movie> -f <video.info.json> -t optional output of episode.nfo and tvshow.nfo -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 -t tvshow -f {}' \
https://www.youtube.com/playlist?list=PLKocZwBnFDxNAoxyxZ0w7mum35YY4v0nb 

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages