Zhiro90
Zhiro90
scanner.log: ============================================================================================================================================================= Call: "Plex", path: "underland [youtube2-UCyw2MJ0aRF9ckJx2hSFhKOg]", folder_show: "underland [youtube2-UCyw2MJ0aRF9ckJx2hSFhKOg]", dirs (0), files (4) ============================================================================================================================================================= ------------------------------------------------------------------------------------------------------------------------------------------------------------- ============================================================================================================================================================= Forced ID (series folder) - source: "youtube2", id: "UCyw2MJ0aRF9ckJx2hSFhKOg" season: 2019, episode: 03170656,...
moved files around, changed to youtube- and rescanned. same thing, here's the log ============================================================================================================================================================= Call: "Plex", path: "underland [youtube-UCyw2MJ0aRF9ckJx2hSFhKOg]", folder_show: "underland [youtube-UCyw2MJ0aRF9ckJx2hSFhKOg]", dirs (0), files (4) ============================================================================================================================================================= ------------------------------------------------------------------------------------------------------------------------------------------------------------- ============================================================================================================================================================= Forced...
and this one,using only the channel id ============================================================================================================================================================= Call: "Plex", path: "underland [UCyw2MJ0aRF9ckJx2hSFhKOg]", folder_show: "underland [UCyw2MJ0aRF9ckJx2hSFhKOg]", dirs (0), files (4) ============================================================================================================================================================= ------------------------------------------------------------------------------------------------------------------------------------------------------------- ============================================================================================================================================================= Forced ID (series folder) - source: "youtube",...
Sorry for taking so long! chaned the line. It now is (with context) : if source=='youtube2': filedate = time.gmtime(os.path.getmtime(filename)) season, episode = match.group('year'), '{:>02}{:>02}{:>02}{:>02}'.format(match.group('month'), match.group('day'), filedate[3], filedate[4]) else: season, episode...
1. Right now, using the [youtube-CHANNELID]/DATE - NAME [VID-ID] correctly sorts by year, but can't fetch the video's metadata. LOG: ------------------------------------------------------------------------------------------------------------------------------------------------------------- Call: "Plex", path: "underland [UCyw2MJ0aRF9ckJx2hSFhKOg]", folder_show: "underland [UCyw2MJ0aRF9ckJx2hSFhKOg]", dirs...
UPDATE: Managed to make it work by using both youtube2 and filename dates (case 4): got video info and year-in-filename seasons, the trick is that the only format for date...
Same thing on my setup. Where you able to solve it?
Fixed on my end! thank you so much! edit: dunno if it's fixed for op