You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
I have searched the documentation for information that matches the description of the feature request I want to file, without success.
This issue contains only one feature request.
Problem Description
Not really a problem. Just a proposal. Seeing as FreeTube already has the user data locally (if enabled), such as history and subscriptions, one interesting possible feature could be statistics regarding what the user watches most, perhaps akin to Spotify's “Your Sound Capsule”, maybe an end-of-year function akin to Spotify's “Wrapped”.
Proposed Solution
One proposed implementation could be checking history for the videos and channels that show up most for a given time period, such as a given month or year (for something akin to Wrapped). Then, a page could be displayed to the user with information such as their Top 5 Channels and Top 5 Videos (or however many you see fit) for the time period, and maybe even how long they spent watching. If an end-of-year “Wrapped”-like feature were to be made, such could be made to show up when the date is that of December of a given year.
Alternatives Considered
An alternative is for the user to create a script that does something similar with the same history and subscription files. I myself have developed a Bash script that uses Freetube's history and subscription files, along with Invidious API, to craft CSV files that can be analysed in a LibreOffice Calc sheet, but not exactly with the aforementioned purposes in mind.
Issue Labels
new feature
Additional Information
No response
The text was updated successfully, but these errors were encountered:
FreeTube wouldn't be able to provide something as detailed as one of those wrapped things from music services, considering that it saves minimal information about the watched videos and if you watch a video multiple times FreeTube only remembers the most recent time.
Not saying something like that isn't technically possible, it would just be a lot more limited than with music services and it would have to have a massive disclaimer about inaccuracy. We definitely would not be implementing something that abuses the Invidious API that much, if something were to be added it would have to be based purely on the saved data.
Additionally please do not abuse the Invidious API with that many requests, as you will be directly contributing to the instance getting blocked by YouTube. Unless it is your own Invidious instance.
Guidelines
Problem Description
Not really a problem. Just a proposal. Seeing as FreeTube already has the user data locally (if enabled), such as history and subscriptions, one interesting possible feature could be statistics regarding what the user watches most, perhaps akin to Spotify's “Your Sound Capsule”, maybe an end-of-year function akin to Spotify's “Wrapped”.
Proposed Solution
One proposed implementation could be checking history for the videos and channels that show up most for a given time period, such as a given month or year (for something akin to Wrapped). Then, a page could be displayed to the user with information such as their Top 5 Channels and Top 5 Videos (or however many you see fit) for the time period, and maybe even how long they spent watching. If an end-of-year “Wrapped”-like feature were to be made, such could be made to show up when the date is that of December of a given year.
Alternatives Considered
An alternative is for the user to create a script that does something similar with the same history and subscription files. I myself have developed a Bash script that uses Freetube's history and subscription files, along with Invidious API, to craft CSV files that can be analysed in a LibreOffice Calc sheet, but not exactly with the aforementioned purposes in mind.
Issue Labels
new feature
Additional Information
No response
The text was updated successfully, but these errors were encountered: