Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TA-Helper only showing the first 12 videos for each channel. #2

Open
951ryan opened this issue Apr 22, 2024 · 1 comment
Open

TA-Helper only showing the first 12 videos for each channel. #2

951ryan opened this issue Apr 22, 2024 · 1 comment

Comments

@951ryan
Copy link

951ryan commented Apr 22, 2024

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.

@RoninTech
Copy link
Owner

Hi,

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.

Hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants