jaedb / Iris

Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Apache License 2.0
1.14k stars 134 forks source link

Podcasts not searchable #828

Open psistorm opened 2 years ago

psistorm commented 2 years ago

Iris version

3.62

Operating system(s) affected

Browser(s) affected

What happened?

I'm using the file at the bottom as Podcasts and they are shown in the "Browse" area, but I can't find them via the search although the sources are all selected (Podcast, Podcast file, Podcast http, Podcast https).

Also: What is exactly the difference between those sources? And: are you aware of a possibility or UI to add new podcasts more easily?

Logs

<?xml version="1.0" encoding="UTF-8"?>
<opml>
  <body>
    <outline title="Brettspiele" text="Brettspiele">
        <outline title="All About Brett - Der Brettspiel Podcast" text="All About Brett - Der Brettspiel Podcast" type="rss" xmlUrl="https://feeds.buzzsprout.com/1771861.rss" page="https://www.youtube.com/c/MeepleKingBrettspielKanal" />
        <outline title="Meeple Porn - Der Brettspiel Podcast (MPLPRN)" text="Meeple Porn - Der Brettspiel Podcast (MPLPRN)" type="rss" xmlUrl="https://meepleporn.podigee.io/feed/mp3" page="https://meepleporn.podigee.io" />
        <outline title="Der Brettspiel Podcast" text="Der Brettspiel Podcast" type="rss" xmlUrl="https://brettspiel-podcast.podcaster.de/brettspiel-podcast.rss" page="https://brettspiel-podcast.podcaster.de" />
    </outline>
  </body>
</opml>
jaedb commented 2 years ago

Your question is best asked on the Mopidy-Podcast repository (or better still, the Mopidy discourse forum). This is the codebase that actually performs the searching logic that you're interested in.