jellyfin / jellyfin-plugin-opds

GNU General Public License v3.0
32 stars 4 forks source link

<title> on feeds is set to "4e3eb3c8f985" #20

Closed adamshand closed 4 months ago

adamshand commented 2 years 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.

❯ 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>

Screenshot 2022-03-11 at 9 02 00 PM Screenshot 2022-03-11 at 9 02 32 PM

crobibero commented 2 years ago

The plugin uses the Jellyfin "Friendly Name", which is editable on the dashboard

adamshand commented 2 years ago

Okay that makes sense. However wouldn't it be better to use the actual name of the feed (eg. "Favourites" or "Recently Read")?