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

RSS / atom feed support #382

Open
hugo-akaora opened this issue Oct 25, 2024 · 2 comments
Open

RSS / atom feed support #382

hugo-akaora opened this issue Oct 25, 2024 · 2 comments

Comments

@hugo-akaora
Copy link

Hello,

Would be great to be able to turn a folder of media files into a RSS / atom feed for syncing with an app (e.g: AntennaPod on Android).

In rust's world, I found https://github.com/passy/podserve

Thank you for audioserve :)

@izderadicka
Copy link
Owner

Check rss branch - there is initial version of RSS support (also audioserve-web has rss branch - it adds icon with RSS link).
RSS link is very similar to folder link - http://<audioserve_host_port>/<collection_num>/feed/path/to/folder (so it's feed instead of folder).
Audioserve must be run with --url-base argument - as server does not know published URL and absolute URLs are needed for RSS. Also to consume RSS in exterternal apps audioserve should run without authentication - e.g. --no-authentication argument. Also as cache structure has changed run audioserve with --force-cache-update - at least one time.

Feedback is welcomed, as I'll not use this functionality myself much.

@hugo-akaora
Copy link
Author

Hello, thank you, that looks great! I'll dedicate time next week to try it (I'm not familiar yet with building audioserve nor audioserve-web).

Not using authentification is not a trouble for me at all, as my audioserve instance will not be available on Internet. Actually it's better for me that way :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants