-
Notifications
You must be signed in to change notification settings - Fork 12
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
Display Content Overlaying the Video: Profile name, Captions, Audio track name #7
Comments
Hey, Thanks a lot for the kind words, along with the detailed explanation of the feature. I have been thinking about that feature for a long time, and gave up because I didn't know how to handle the "metadata" part. But you've just opened my eyes with the txt/json/yaml file. What a great idea. I would like to ask your confirmation on the following flow before I implement it :
How does that look? Thanks again! |
Hi! Yeah, that's perfect for me like this. I would just like to ask a few questions to think about:
Thank you for your hard work, this will be a great feature for Erin! |
Re, Thanks for your confirmation. Regarding your questions :
What do you think? Thanks again for the kind words, along with the brainstorming! |
Recursive search, independent folder organization, raw HTML for captions - it couldn't be any better. Thank you for clarifying, looking forward for the feature! |
# [1.10.0](v1.9.0...v1.10.0) (2024-09-14) ### Features * **project:** added support for video metadata using Tiktok UI with channel, link, and caption ([bd61dec](bd61dec)), closes [#7](#7)
Alright, it's released. You should be able to pull the latest image, and have it working. I've added a little paragraph in the README about it, but else, just create a matching Let me know if you encounter any issue. Note : I've tweaked the structure a little (from the one in the original Pastebin), because I realized we're not dealing with "audio" but with "videos", so.. just a naming thing! |
Wow, that was pretty fast! Overall, I only have two concerns: Some captions can be very large and end up overlapping a large part of the video. I don't know if it would make sense to limit the height of the container and add a scroll bar to see the entire text. I'm also a little concerned that the TikTok/Reels interface adds a transparent dark overlay to increase the contrast between the text and the video, and since we don't have it here, it might make the captions a little harder to read. |
Thanks a lot for your feedback, and thanks too for the screenshot with your concerns. I have just published a new release that should address both issues you've mentioned. Now, the bottom layer with metadata has a semi-opaque background (10% black, 90% transparent), and the caption has a maximum height of 50 pixels with a scrollbar when the content overflows. Is it better now? Thanks a lot once again, I'm so happy with that feature. |
# [1.10.0](v1.9.0...v1.10.0) (2024-09-14) ### Features * **project:** added support for video metadata using Tiktok UI with channel, link, and caption ([bd61dec](bd61dec)), closes [#7](#7)
Hi ! Just passing by to ask if I can close the issue, and most importantly, if everything works fine on your end. |
This project is unique and amazing, thank you for your efforts! It would be great if, in addition to the video itself, part of the content that accompanies it on TikTok/Reels could also be displayed, such as:
Replicating part of the app's experience, and allowing you to use Erin as a backup. It may be possible to make Erin, even without a backend, search for a .txt/.json/.yaml file with the same name as the video and display the metadata in the interface.
The text was updated successfully, but these errors were encountered: