You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have everything setup & working and love the script but I noticed that it only generates 12 symbolic links for each channel regardless if the channel has 20 or 500 videos, each channel somehow only has 12 symlinks created with TA-Helper script. I cant find any obvious settings to adjust it from 12 or see any logical reason why it's limited to 12 but hoping I'm overlooking something simple here.
The text was updated successfully, but these errors were encountered:
The helper script should simply iterate over what has been grabbed by TA.
Has TA actually grabbed more than 12 videos from each channel and the helper script is ignoring anything beyond 12 videos? Or did TA not grab more than 12 videos?
If TA did grab all the channel videos but the helper script didn't process beyond 12 then the helper script may have the QUICK option set to true and it found an already processed video (symlink already exists) so it stopped.
If TA didn't grab more than 12 videos for each channel then this is a question for TA.
Maybe generate a log file with LOGGING_LEVEL set to "DEBUG"? If you see "Symlink exists for " + title, then the helper is stopping because it has found an already processed video.
Have everything setup & working and love the script but I noticed that it only generates 12 symbolic links for each channel regardless if the channel has 20 or 500 videos, each channel somehow only has 12 symlinks created with TA-Helper script. I cant find any obvious settings to adjust it from 12 or see any logical reason why it's limited to 12 but hoping I'm overlooking something simple here.
The text was updated successfully, but these errors were encountered: