yattee / yattee

Privacy oriented video player for iOS, tvOS and macOS
GNU Affero General Public License v3.0
2.67k stars 99 forks source link

Use RSS to subscribe to a channel #711

Open ErrorTeaPot opened 4 months ago

ErrorTeaPot commented 4 months ago

Guidelines

Type

Improvement to existing feature

Describe the feature

Since not all instances allows to use an account and sync subscription it could be interesting to use RSS feeds instead. By using it, we could just use RSS to detect new videos and link it to yattee so as to start it. We would have a youtube channel the user have subscribed to, this action save the rss feed and subscribe to it and at any new content we get the info.

This can provide something more modular allowing easy import/export, sync with maybe already existing rss hosts so as to save the subscribed channels.

stonerl commented 4 months ago

There is already a similar feature in Yattee. You can mark a channel as favorite and it will appear on the Home view.

ErrorTeaPot commented 4 months ago

Yes but the idea is to be able to connect it to an external RSS host. This would allows to get sync subscriptions with other devices and make the import/export operation easier.