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

feat(YouTube - DeArrow): DeArrow alternative video titles #2662

Open
3 tasks done
Shazzkid opened this issue Jan 29, 2024 · 6 comments
Open
3 tasks done

feat(YouTube - DeArrow): DeArrow alternative video titles #2662

Shazzkid opened this issue Jan 29, 2024 · 6 comments
Labels
Feature request Requesting a new feature that's not implemented yet

Comments

@Shazzkid
Copy link

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

  • This issue is not a duplicate of an existing feature request.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@Shazzkid Shazzkid added the Feature request Requesting a new feature that's not implemented yet label Jan 29, 2024
@LisoUseInAIKyrios LisoUseInAIKyrios changed the title Implement DeArrow alternative titles aswell feat(YouTube - DeArrow): DeArrow alternative video titles Jan 29, 2024
@LisoUseInAIKyrios
Copy link
Contributor

Prior comments about implementing this: #1642 (comment)

Slenderman00 pushed a commit to Slenderman00/revanced-patches-grindr that referenced this issue Jan 31, 2024
# [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))
Slenderman00 pushed a commit to Slenderman00/revanced-patches-grindr that referenced this issue Jan 31, 2024
# [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))
tamnguyenchi93 pushed a commit to tamnguyenchi93/revanced-patches that referenced this issue Mar 24, 2024
# [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))
tamnguyenchi93 pushed a commit to tamnguyenchi93/revanced-patches that referenced this issue Mar 24, 2024
# [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))
@Rerbun

This comment was marked as spam.

@bnutz
Copy link

bnutz commented Jul 17, 2024

@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.

@LisoUseInAIKyrios
Copy link
Contributor

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.

@oSumAtrIX
Copy link
Member

You can technically use a lowercase only font

@called-ishan

This comment was marked as spam.

@oSumAtrIX oSumAtrIX marked this as a duplicate of #4144 Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet
Projects
None yet
Development

No branches or pull requests

6 participants