-
-
Notifications
You must be signed in to change notification settings - Fork 296
Add simple WebUI #713
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
Add simple WebUI #713
Conversation
|
This is nice.
|
makes sense, I'll add that
yes, but |
|
if there are multiple feeds with opml enabled, which one we'll see in the UI? |
|
Thats the behavior you see in the screenshot. It loads the OPML, and then all feeds it finds in it, and then sorts all episodes across all feeds by date. The OPML has a fixed filebame, so it is used as an index to find the feeds. |
|
@mxpv I made the WebUI configurable via config.toml |
|
Nice! |
This adds a very simple static web frontend to list episodes across all shows by date. It does completley hide feeds that aren't configured to be added to the opml. I mostly use it to check if a episode missing from my podcast player hasn't been synced yet. But it's also nice to just check what is available without having to dig through the XML files. It does not require any backend changes (other than serving the html file) and is contained to a single file (loading bootstrap from cdn).