Closed adamshand closed 6 months ago
Testing v4 authentication with Aldiko on iOS, I noticed that feed name (eg. "Aphabetical Books" or "All") is set to "4e3eb3c8f985". See screenshots.
The correct name flashes for a moment and then is overwritten. This doesn't happen with MapleRead (my other iOS OPDS client).
Looking at the feed it appears that <title> is being set to this for some reason.
<title>
❯ https https://xxx:yyy@kiriata.zzz.nz/opds/books/recentlyadded | grep '<title>' | head -3 <title>4e3eb3c8f985</title> <title>The Way of Effortless Mindfulness</title> <title>Seeing That Frees</title> ❯ https https://xxx:yyy@kiriata.zzz.nz/opds/genres | grep '<title>' | head -3 <title>4e3eb3c8f985</title> <title>Appropriate Technology</title> <title>Bamboo</title>
The plugin uses the Jellyfin "Friendly Name", which is editable on the dashboard
Okay that makes sense. However wouldn't it be better to use the actual name of the feed (eg. "Favourites" or "Recently Read")?
Testing v4 authentication with Aldiko on iOS, I noticed that feed name (eg. "Aphabetical Books" or "All") is set to "4e3eb3c8f985". See screenshots.
The correct name flashes for a moment and then is overwritten. This doesn't happen with MapleRead (my other iOS OPDS client).
Looking at the feed it appears that
<title>
is being set to this for some reason.