meeb
meeb
Yeah, you can have TubeSync write metadata to XBMC-style XML `nfo` files and use something like https://github.com/gboudreau/XBMCnfoMoviesImporter.bundle as the agent instead most likely. I've not personally tested this, but it...
Ah, how about https://github.com/gboudreau/XBMCnfoTVImporter.bundle ?
TubeSync doesn't currently write "series" or "episode" information into the `nfo` files as they're not obviously available in the metadata returned by `youtube-dl` so I'm not sure how this would...
For reference, the `nfo` generation code is at: https://github.com/meeb/tubesync/blob/main/tubesync/sync/models.py#L1068 And example available metadata to map to the XML tree is: https://github.com/meeb/tubesync/blob/main/tubesync/sync/testdata/metadata.json (`season_number` and `episode_number` seem to be pretty much universally...
The aired date is already set: https://github.com/meeb/tubesync/blob/main/tubesync/sync/models.py#L1146
Thanks for the suggestion, I've taken a look at that fork and I don't think it provides any additional info that would be useful here although I'll certainly keep an...
Thanks for the guide @extrobe your testing is most useful. As for tvshow.nfo I think the reason one isn't currently written because it had to be at a directory level...
Edited: read up in the ticket, sorry was blind. Yep OK I can add this as a feature. Thanks for the feedback.
Interesting, thanks @micahmo - I can see how this would be useful for some, however I don't have a Google account and therefore no YouTube API keys to check this...
`--write-thumbnail` is handled by TubeSync's "copy thumbnail" flag for the source. `--write-info-json` might be something I can add as a flag. `--add-metadata` unfortunately doesn't work properly with MKV containers at...