-
Notifications
You must be signed in to change notification settings - Fork 65
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
[Suggestion] RSS reading status tracker and backup location tracker #286
Comments
Honestly I have no idea what you mean. Do you have any documentation i can read to see what all this is? |
For RSS reading status tracker: For backup location tracker: We have lots of streaming server for homelabs: plex, jellyfin, kodi.... And we have lots of opensource solutions like: bacula.org, syncthing.net.... But none of them connect to each other. Ideally, when I am in jellyfin, I can tag/mark a movie needs to be moved from NAS to cold storage like another HDD. After a trigger (no matter pulling or pushing), ryot saves a reference id and path. And other dev like me can integrate other backup solution to move the movie away. Of course, we can directly hook up a backup solution and a media browser without middleware like ryot. But I think ryot can also be a resource manager to track the location and state(in NAS, cold storage like another HDD....) of resources. I hope these use cases make sense to you and the others. I can also predict there will be lots of co-ordination required during integrations, so the progress will be really slow. BUT, there has no alternative solution in the open source world. In other word, the above solutions won't be another "yet another XXXX" project. It will be unique and meaningful. |
Ryot is meant to be a media tracker and not a media asset manager. It will not support this feature. I think a better idea would be to write a Jellyfin plugin for it (if I understand you correctly).
I am still not sure what this will really entail, but I am interested in supporting it. Is this something that webhooks can achieve? |
@grapemix any inputs? |
Sorry for the late reply.
And I don't know if who generate the guid, if it is generated by the creator, we don't have to worry the GUID is different in different clients, but we will have problem if the RSS source don't have GUID. If the GUID is NOT generated by the creator, different clients might generate different GUID when they download the RSS feed from the source. |
I will look into it. |
I have decided not to go forward with this. Instead, this can be implemented via #73. |
RSS reading status tracker
Besides of feedly which is a commercial product, there has no good product that can let you track which RSS items you have read in multiple devices. Even most of commercial product don't make the cut in my opionion. I haven't seen an open source solution for RSS feeds tracking for multiple devices. And even for feedly, they can't track on ebook reader which suppose to be an excellent choice to read RSS feeds.
backup location tracker
Most people has backup or even multiple backups, but it will be so easy to forget which items(movies, tv, books, videos....) have been backed up and where do we backup (like in Gcloud or hdd1 in garage or hddXXX in somewhere else). Some of the resources I would like to move to cold storage, instead of copy to cold storage because of the storage size. So forgetting an items have been backed up or not can be a big deal.
In both use cases, I hope there will be APIs for other dev to hook up to their existing project. And I hope we don't have to rely some technologies like multicast and DLNA in favor the k8s setup.
Finally, thanks for your work. Keep this project going.
The text was updated successfully, but these errors were encountered: