-
Notifications
You must be signed in to change notification settings - Fork 850
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
Import from YouTube history using JSON export #2958
Import from YouTube history using JSON export #2958
Conversation
(Using JSON export)
Head branch was pushed to by a user without write access
Here's an example French file that you can do some testing with :) (just change the extension from |
This PR is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
@arlm will you be updating this PR or would you like our team to take over? 😄 |
This PR is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this shouldn't be implemented with the Import YouTube History button. U should just be able to import your yt history by clicking the already present import history button, just like it is done for subscriptions. Otherwise u will get allot of separate buttons for importing yt stuff and we could also potentially confuse users
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commits to the yaml files can be removed right?
ea49c05
to
8f0ae18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VirtualBoxVM_mX26Bad0Vf.mp4
Umm is this something that needs to be addressed here? It retrieves the correct video info after the users interacted with the video.
I'll try not including views and videolength (the date is correct as it's supposed to be date watched not published date) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Should the doc be updated (at least have a draft PR) before we merge this? |
|
Import works fine, only doc needs updates |
@absidue this pr needs u ✨✨ |
@absidue see #2958 (comment) for test file |
…tom-builds/current * feature/watch-page/playlist-scroll-to-current: (25 commits) ! Fix window being scrolled when playlist is out of initial view * Update watch view playlist component to auto scroll to current video Bump @babel/preset-env from 7.20.2 to 7.21.4 (FreeTubeApp#3389) Fix trending & search result list rendered items not updated without workaround (FreeTubeApp#3342) Translated using Weblate (Italian) Translated using Weblate (Japanese) Fix adaptive format picked by video JS sometimes not showing up in quality selector (FreeTubeApp#3350) Translated using Weblate (Italian) Remove empty translation strings at build time (FreeTubeApp#3361) Prevent `channelInstance` from being `null` in community tab fallback (FreeTubeApp#3346) Translated using Weblate (Odia) Translated using Weblate (Odia) Translated using Weblate (Odia) Translated using Weblate (Odia) Translated using Weblate (Tigrinya) Translated using Weblate (Odia) Added translation using Weblate (Tigrinya) Added translation using Weblate (Tigre) Import from YouTube history using JSON export (FreeTubeApp#2958) Translated using Weblate (Odia) ... # Conflicts: # src/renderer/views/Watch/Watch.js
Import from YouTube history using JSON export
Pull Request Type
Related issue
closes #1623
Description
Imports the history of YouTube watched videos from Google Takeout when using the JSON format.
Screenshots
Added a button to import from YouTube History
Testing
Desktop
Additional context