tubesync icon indicating copy to clipboard operation
tubesync copied to clipboard

Update metadata sync to support info.json

Open rwilso03 opened this issue 3 years ago • 2 comments

With info.json download support having been added, one capability that I see missing is the ability to use the "sync-missing-metadata" management function to fill in the missing json files from existing media files. This function currently syncs missing nfo and thumbnails, but does not test to see if the json files exist and build them as needed.

rwilso03 avatar Apr 14 '22 00:04 rwilso03

This might be possible, I'll look into it. The info.json style output is directly written by yt-dlp so for this requested feature to be possible yt-dlp needs to support writing out only the info.json data to a file and no other operations for a sync-missing-info-data to function. If it's possible I'll pop it on the wishlist.

meeb avatar Apr 15 '22 04:04 meeb