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

Playlist synchronization does not download automatically #6865

Open
LizardWizardGB opened this issue Jan 29, 2025 · 4 comments
Open

Playlist synchronization does not download automatically #6865

LizardWizardGB opened this issue Jan 29, 2025 · 4 comments
Labels
Status: Waiting for answer Waiting issue author answer

Comments

@LizardWizardGB
Copy link

Describe the current behavior

You can setup synchronization just fine and it will download the videos in the playlist. However, if you afterwards add more videos, it will not download them automatically. You will have to manually click "Fully synchronize the channel" before it downloads the newly added videos.

Steps to reproduce

  1. Setup sync with a YouTube playlist
  2. Add more videos to the playlist on YouTube
  3. It does not download the new videos.

Describe the expected behavior

It should automatically download new videos, when they are added to the playlist. Just like when you setup channel sync.

Additional information

  • PeerTube instance: PeerTube.wtf

  • Browser name, version and platforms on which you could reproduce the bug: Firefox 134.0 (64-bit)

@Chocobozzz
Copy link
Owner

Hi,

Can you enable server debug logs and paste them when the sync process is running? (you can use channel-synchronization tag)

@Chocobozzz Chocobozzz added the Status: Waiting for answer Waiting issue author answer label Jan 29, 2025
@LizardWizardGB
Copy link
Author

LizardWizardGB commented Jan 29, 2025

I can see it ran not so long ago:
`info[29/01/2025, 16.05.13] Fetched 8 candidate URLs for sync channel ytlpaylist.

{
"targetUrls": [
"https://www.youtube.com/watch?v=jCMjygG37-",
"https://www.youtube.com/watch?v=3QkUnFL5Ca",
"https://www.youtube.com/watch?v=ju8R8gwD-V",
"https://www.youtube.com/watch?v=mXC9Uj4iJ3",
"https://www.youtube.com/watch?v=AY0uqU-LAD",
"https://www.youtube.com/watch?v=-WV-aBQB3I",
"https://www.youtube.com/watch?v=Rcl-8z6VPw",
"https://www.youtube.com/watch?v=VLl_TXWf24"
],
"tags": [
"channel-synchronization"
]
}`

Does PeerTube check for new videos on a playlist differently from a YT channel?

@LizardWizardGB
Copy link
Author

I've justed added more videos to the playlist and I'll keep an eye out in the log. Last time, I waited almost 12 hours, before I manually initiated the sync.

@LizardWizardGB
Copy link
Author

It seems the issue is that it only fetches the 10 first videos on the playlist, every time it runs a sync.

For every sync in the log, it's the same 10 YouTube URLs it fetches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Waiting for answer Waiting issue author answer
Projects
None yet
Development

No branches or pull requests

2 participants