-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
feat(YouTube - DeArrow): DeArrow alternative video titles #2662
Comments
Prior comments about implementing this: #1642 (comment) |
# [2.185.0-dev.5](ReVanced/revanced-patches@v2.185.0-dev.4...v2.185.0-dev.5) (2023-07-19) ### Bug Fixes * **Trakt - Unlock pro:** constraint to last known working version ([ReVanced#2662](ReVanced/revanced-patches#2662)) ([324bbde](ReVanced/revanced-patches@84fa088))
# [2.185.0](ReVanced/revanced-patches@v2.184.0...v2.185.0) (2023-07-20) ### Bug Fixes * allocate for more than eight `LithoFilter` array items ([ReVanced#2643](ReVanced/revanced-patches#2643)) ([fc8660b](ReVanced/revanced-patches@2d8e15b)) * **Sync for Reddit - Disable ads:** fix compatibility with latest version ([1456577](ReVanced/revanced-patches@1275a93)) * **Tiktok - Settings:** bump compatibility ([ReVanced#2656](ReVanced/revanced-patches#2656)) ([6641356](ReVanced/revanced-patches@fbc5c7d)) * **TikTok - Show seekbar:** fix seekbar not always showing ([ReVanced#2660](ReVanced/revanced-patches#2660)) ([f2742f1](ReVanced/revanced-patches@5a16231)) * **Trakt - Unlock pro:** constraint to last known working version ([ReVanced#2662](ReVanced/revanced-patches#2662)) ([324bbde](ReVanced/revanced-patches@84fa088)) * **YouTube - Spoof client:** show video time and chapters while using seekbar ([ReVanced#2607](ReVanced/revanced-patches#2607)) ([9546d12](ReVanced/revanced-patches@da2a216)) * **youtube/sponsorblock:** fix some segments skipping slightly too late ([ReVanced#2634](ReVanced/revanced-patches#2634)) ([3175431](ReVanced/revanced-patches@73dd87f)) ### Features * **youtube:** rename `video-speed` to `playback-speed` ([ReVanced#2642](ReVanced/revanced-patches#2642)) ([77e8639](ReVanced/revanced-patches@fde251d))
# [2.185.0-dev.5](ReVanced/revanced-patches@v2.185.0-dev.4...v2.185.0-dev.5) (2023-07-19) ### Bug Fixes * **Trakt - Unlock pro:** constraint to last known working version ([ReVanced#2662](ReVanced/revanced-patches#2662)) ([324bbde](ReVanced/revanced-patches@324bbde))
# [2.185.0](ReVanced/revanced-patches@v2.184.0...v2.185.0) (2023-07-20) ### Bug Fixes * allocate for more than eight `LithoFilter` array items ([ReVanced#2643](ReVanced/revanced-patches#2643)) ([fc8660b](ReVanced/revanced-patches@fc8660b)) * **Sync for Reddit - Disable ads:** fix compatibility with latest version ([1456577](ReVanced/revanced-patches@1456577)) * **Tiktok - Settings:** bump compatibility ([ReVanced#2656](ReVanced/revanced-patches#2656)) ([6641356](ReVanced/revanced-patches@6641356)) * **TikTok - Show seekbar:** fix seekbar not always showing ([ReVanced#2660](ReVanced/revanced-patches#2660)) ([f2742f1](ReVanced/revanced-patches@f2742f1)) * **Trakt - Unlock pro:** constraint to last known working version ([ReVanced#2662](ReVanced/revanced-patches#2662)) ([324bbde](ReVanced/revanced-patches@324bbde)) * **YouTube - Spoof client:** show video time and chapters while using seekbar ([ReVanced#2607](ReVanced/revanced-patches#2607)) ([9546d12](ReVanced/revanced-patches@9546d12)) * **youtube/sponsorblock:** fix some segments skipping slightly too late ([ReVanced#2634](ReVanced/revanced-patches#2634)) ([3175431](ReVanced/revanced-patches@3175431)) ### Features * **youtube:** rename `video-speed` to `playback-speed` ([ReVanced#2642](ReVanced/revanced-patches#2642)) ([77e8639](ReVanced/revanced-patches@77e8639))
This comment was marked as spam.
This comment was marked as spam.
@LisoUseInAIKyrios in the meantime, would it be feasible to have an option to just force existing video titles to be lowercase / Title Case? No dependency on the DeArrow API, just an implementation of item 3 in your breakdown in the other thread on the original video titles to be lowercase or Title Case. |
That might be done similar to how RYD changes the dislikes, but done everywhere that video titles are used. But video titles appear in so many places and in many different ways, and likely each location would need some logic (a litho context string pattern) to identify each title. It also might be fragile and require upkeep on identifying video titles anytime the UI changes. Seems like a lot of work for not much return of only fixing all upper case titles. But maybe there's an easier and more robust way. |
You can technically use a lowercase only font |
Feature description
DeArrow offers alternative crowd sourced titles aswell as thumbnails. Can we get the alternative titles implemented aswell?
Motivation
Why: Provides clearer, more relevant information about video content, helping users quickly understand what a video is about.
Use Case: Assists users looking for more descriptive or factual content, especially when original titles are vague or sensationalized.
Benefits: Improves accessibility for users with cognitive disabilities or language barriers.Enhances search optimization within the app.Offers customization for user preferences.
Importance: Counters misleading or sensationalist titles.Valuable in educational and professional contexts.Builds user trust through transparent content presentation.
Acknowledgements
The text was updated successfully, but these errors were encountered: