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 Import from Text File Not Working on LibreTube #6860

Closed
3 tasks done
akashsriramganapathy opened this issue Dec 7, 2024 · 6 comments · Fixed by #6861
Closed
3 tasks done

Playlist Import from Text File Not Working on LibreTube #6860

akashsriramganapathy opened this issue Dec 7, 2024 · 6 comments · Fixed by #6861
Labels
bug Something isn't working

Comments

@akashsriramganapathy
Copy link

Steps to reproduce

Description

When attempting to import a playlist from a text file containing video links in LibreTube, the operation completes, but the playlist remains empty. None of the links from the file are added to the playlist.

Steps to Reproduce

  1. Create a .txt file containing valid YouTube video links, one per line.
  2. Open LibreTube and navigate to the playlist import option.
  3. Select the text file and confirm the import.
  4. Check the imported playlist.

Expected behavior

The links from the text file should be added to the new playlist in LibreTube.

Actual behavior

The playlist is created but remains empty, with none of the links from the file included.

LibreTube version

nightly build

Android version

Android 14

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
@Bnyro
Copy link
Member

Bnyro commented Dec 7, 2024

We exported using https://youtu.be/watch?v=... links, it however should've been https://www.youtube.com/watch?v=....

Thus it now works when you re-export the playlist and try it again.

@akashsriramganapathy
Copy link
Author

Tamil Songs.txt
am unable to restore my playlist via txt file.

@Bnyro
Copy link
Member

Bnyro commented Dec 7, 2024

likely same cause as #5928

I tested it successfully with very small playlists.

@akashsriramganapathy
Copy link
Author

However, the general JSON backup works flawlessly. It could back up and restore all my playlists. I have four playlists that contain 1100+ songs.

@Bnyro
Copy link
Member

Bnyro commented Dec 7, 2024

Your playlist works fine for me, #6865 allows you to see the progress of the import directly by refreshing the library page.

@akashsriramganapathy
Copy link
Author

Just to let you know, it's working partially, but not fully. The import isn't completing, and I'm not sure what the issue is. That said, it's okay—not everyone has large playlists. The normal backup works great for me, and the export as TXT option is very convenient.

If you plan to address the issue, here's the description: as explained, the process can be seen progressing when refreshed, but it stops at a certain point. Sometimes it gets stuck at 300, other times at 450, and occasionally at 120.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants